@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

/* =========================================================
Web fonts
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #151515;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}


div {
  font-size: 0;
}

li {
  font-size: 0;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
}

a {
  color: #333;
  text-decoration: none;
}

figure {
  line-height: 0;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.txt-navy{
  color: #1b2b4c;
}

/* =========================================================
utility
========================================================= */
.pc-ui {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.tab-in {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-in {
    display: inline;
  }
}

.sp-in {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
title
========================================================= */
.heading-area {
  text-align: center;
}

.h-alpha {
  font-weight: 700;
  letter-spacing: 0.102em;
}
@media only screen and (max-width: 767px) {
  .h-alpha {
    font-size: calc(36/750 * 100vw);
    line-height: 1.4;
  }
}

.heading-ttl-sub-c {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .heading-ttl-sub-c {
    font-size: calc(24/750 * 100vw);
    font-family: "Poppins", sans-serif;
    font-weight: bold;
  }
}

.heading-ttl-c::after {
  width: 114px;
  height: 3px;
  margin: 15px auto 0;
}

.heading-ttl-c {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .heading-ttl-c {
    font-size: calc(36/750 * 100vw);
    padding-bottom: calc(80/750 * 100vw);
  }
}

/* =========================================================
btn
========================================================= */
/* ------------------ ↓ header-btn-link ------------------ */
.header-btn-link-c {
  position: relative;
  border-radius: 4px;
  background: #CC2424;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 276px;
  height: 56px;
  padding: 7px 20px;
  margin-left: auto;
}
.header-btn-link-c:hover {
  background: #E93D3D;
}

.header-btn-link-c::after {
  right: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/info_material_cursor.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .header-btn-link-c {
    width: 100%;
    height: auto;
  }

  .header-btn-link-c::after {
    right: 0.5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1vw;
    height: 1vw;
    border: 1.8vw solid transparent;
    border-left: 1.52vw solid #fff;
  }

  .header-btn-link-c::before {
    left: 2vw;
    width: 3vw;
    height: 3vw;
  }
}
/* ------------------ ↓ header-tel-number ------------------ */
.header-tel-number-B {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333333;
  font-size: 30px;
}

.header-tel-number-B::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  padding-right: 8px;
  background: url(../img/freedial.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .header-tel-number-B {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}
/* --------------------- ↓ header-tel --------------------- */
@media screen and (max-width: 767px) {
  .header-tel-link-B {
    display: block;
    width: 100%;
    height: 8.7vw;
  }

  .header-tel-link-B::before {
    content: "";
    display: block;
    width: 100%;
    height: 8.7vw;
    background: url(../img/tel_sp.png) center no-repeat;
    background-size: contain;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  line-height: 1.7;
  min-width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 1.8;
  }
}

div {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  display: block;
  text-decoration: none;
}

li {
  font-size: 16px;
}

.b-clear {
  background-color: rgba(255, 255, 255, 0.7);
}

.font-roboto {
  font-family: "Roboto";
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix * {
  zoom: 1;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.main-ttl {
  color: #1b2b4c;
  text-align: center;
  line-height: 1.5;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main-ttl {
    font-size: calc(36/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.main-sub-ttl-wrap {
  text-align: center;
}

.main-sub-ttl {
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
  padding: 7px 0px;
  min-width: 320px;
  max-width: 320px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  background: #1b2b4d;
}
@media screen and (max-width: 767px) {
  .main-sub-ttl {
    margin: 0 auto calc(40/750 * 100vw);
    padding: calc(20/750 * 100vw) calc(20/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    min-width: calc(365/750 * 100vw);
    max-width: calc(440/750 * 100vw);
    line-height: 1;
  }
}

.main-sub-ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #1b2b4d;
}
@media screen and (max-width: 767px) {
  .main-sub-ttl:before {
    margin-left: calc(-13/750 * 100vw);
    border: calc(13/750 * 100vw) solid transparent;
    border-top: calc(18/750 * 100vw) solid #1b2b4d;
  }
}

.main-sub-ttl p {
  margin: 0;
  padding: 0;
}

.pink {
  color: #f38969;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

sup {
  font-size: 50%;
  vertical-align: text-top;
}

/*---------------------------------------------------------
b-cvArea 
---------------------------------------------------------*/
.b-cvArea {
  background-color: #4c8c48;
  padding: 50px 0;
  color: #ffe65a;
  font-size: 22px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .b-cvArea {
    padding: 1.5rem 0;
    font-size: 2.2rem;
    font-size: 6.875vw;
    margin-bottom: 4rem;
  }
}

.b-cvArea p {
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .b-cvArea p {
    font-size: 1.6rem;
    font-size: 4.6875vw;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .b-cvArea a img {
    width: 87.8125%;
    margin: 0 auto;
  }
}

.b-cvArea a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*---------------------------------------------------------
header 
---------------------------------------------------------*/
.header {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    text-align: left;
  }
}

.header-innner {
  max-width: 1200px;
  /* height: 80px; */
  height: auto;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-innner {
    /* height: calc(80 / 750 * 100vw); */
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.header-logo {
  margin-right: auto;
  /* width: 131px; */
  width: 190px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: calc(131 / 750 * 100vw);
  }
}

.header-linkArea {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header-linkArea {
    width: 44.6875%;
  }
}



.header-btn {
  width: 260px;
  float: right;
  margin-left: 20px;
}

.header-btn a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.header-btn img {
  width: 262px;
}



/*---------------------------------------------------------
mainV 
---------------------------------------------------------*/
.mv {
  background: url("../img/MV_b.jpg") center 0/1920px auto no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    background: #fff;
    width: 100%;
    position: static;
  }
}

.mv-inner {
  position: relative;
  width: 800px;
  height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv-inner {
    width: 100%;
    height: auto;
  }
}

.mv-ttl {
  position: absolute;
  top: 15px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .mv-ttl {
    position: static;
  }
}

.mv-txt {
  background-color: #f3f3f3;
  text-align: center;
  color: #ffe65a;
  font-weight: 700;
  padding: 26px 0;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mv-txt {
    font-size: 1.3rem;
    font-size: 4.0625vw;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}


/*---------------------------------------------------------
バナー 
---------------------------------------------------------*/
.cv {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  background: #1b2b4d;
}
@media screen and (max-width: 767px) {
  .cv {
    width: 100%;
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.cv a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.cv-txt {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv-txt {
    font-size: calc(32 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
  }
}

.cv-btn {
  margin: 0 auto;
}

.cv-btn .cv-btn-link {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 80px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #f38969;
  border-radius: 40px;
  padding: 0 30px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .cv-btn .cv-btn-link {
    width: 100%;
    height: calc(110 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.cv-btn .cv-btn-link:hover {
  opacity: 0.7;
}

.cv-btn .cv-btn-link .cv-btn-link-txt {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv-btn .cv-btn-link .cv-btn-link-txt {
    font-size: calc(36 / 750 * 100vw);
  }
}

.cv-btn-link-txt .fa-file-alt {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .cv-btn-link-txt .fa-file-alt {
    font-size: calc(31 / 750 * 100vw);
    padding-right: calc(17 / 750 * 100vw);
  }
}

.cv-btn .cv-btn-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 28px;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cv-btn .cv-btn-link::after {
    font-size: calc(28 / 750 * 100vw);
  }
}

/*---------------------------------------------------------
introduction 
---------------------------------------------------------*/
.intro-wrap {
  width: 800px;
  position: relative;
  margin: 80px auto 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .intro-wrap {
    width: 87.5%;
    margin: calc(100 / 750 * 100vw) auto 0;
    padding-bottom: calc(100 / 750 * 100vw);
  }
}

.intro-ttl {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  border-bottom: 2px solid #898989;
  color: #1b2b4c;
  padding: 0px 0 5px;
  width: 720px;
  margin: 0 auto 40px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .intro-ttl {
    width: calc(620 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    padding: 0 0 calc(35 / 750 * 100vw);
    margin: 0 auto calc(35 / 750 * 100vw);
    line-height: 1.5;
  }
}

.intro-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .intro-list-wrap {
    display: block;
  }
}

.intro-list {
  width: 430px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .intro-list {
    width: calc(620 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
    text-align: left;
  }
}

.intro-list li {
  padding: 0 0 10px 65px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .intro-list li {
    font-size: calc(32 / 750 * 100vw);
    position: relative;
    padding: 0 0 calc(20 / 750 * 100vw) calc(46 / 750 * 100vw);
  }
}
.intro-list li span {
  color: #f38969;
}

.intro-list li:last-child {
  padding-bottom: 0;
}

.intro-list li::before {
  width: 27px;
  height: 25px;
  content: "";
  background: url("../img/intoroduction_check.png");
  position: absolute;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .intro-list li::before {
    width: calc(31 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
    content: "";
    background: url("../img/intoroduction_check.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0.4em;
  }
}

.intro-img {
  text-align: center;
  width: 370px;
}
@media screen and (max-width: 767px) {
  .intro-img {
    width: auto;
  }
}

.intro-box {
  background-color: #fafafa;
  padding: 80px 0;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .intro-box {
    background-color: #fafafa;
    padding: 3.5rem 0;
    text-align: center;
    position: relative;
    margin-bottom: 4rem;
  }
}

.intro-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px;
  border-color: #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .intro-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #fff transparent transparent;
  }
}



@media screen and (max-width: 767px) {
  .intro-box img {
    width: 86.875%;
    margin: 0 auto;
  }
}

/*---------------------------------------------------------
point
---------------------------------------------------------*/

.common-ttl {
  margin: 0 0 40px;
  font-size: 38px;
  font-weight: 700;
  color: #1b2b4c;
  line-height: 1.3;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .common-ttl {
    margin: 0 0 calc(40 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    font-weight: 700;
    text-align: center;
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.point-wrap .common-ttl{
  font-size: 48px;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .point-wrap .common-ttl {
    margin: 0 0 calc(80 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
}

.common-ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 112px;
  /*下線の幅*/
  height: 2px;
  /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #898989;
  /*下線の色*/
}
@media screen and (max-width: 767px) {
  .common-ttl:before {
    width: calc(112 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}


@media screen and (min-width: 768px) {
  .b-9-ttl {
    margin-bottom: 50px;
  }
}

.point-ttl01 {
  background: url("../img/point_ttl01_pc.jpg") center 0 no-repeat;
  height: 340px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  padding-top: 130px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .point-ttl01 {
    background: url("../img/point_ttl01_sp.jpg") center 0 no-repeat;
    background-size: 100% auto;
    height: calc(370/750 * 100vw);
    text-align: center;
    padding-top: calc(130/750 * 100vw);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }
}

.point-ttl02 {
  background: url("../img/Efficiency03_titbg_pc.jpg") center 0 no-repeat;
  height: 340px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  padding-top: 90px;
  font-weight: 700;
  margin-top: 80px;
  color: #fff;
  display: flex;
          align-items: center;
          justify-content: center;
  -webkit-box-orient: vertical;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .point-ttl02 {
    background: url("../img/Efficiency03_titbg_sp.jpg") center 0 no-repeat;
    background-size: 100% auto;
    height: calc(310/750 * 100vw);
    text-align: center;
    margin-top: calc(80/750 * 100vw);
    padding-top: calc(90/750 * 100vw);
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
  }
}
.point-main {
  font-size: 44px;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .point-main {
    font-size: calc(44/750 * 100vw);
  }
}
.point-main .ttl-em {
  font-size: 150%;
}

@media screen and (max-width: 767px) {
  small {
    font-size: 70%;
  }
}

.point-main-notes {
  font-size: 16px;
  text-align: center;
  padding-top: 60px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .point-main-notes {
    font-size: calc(22/750 * 100vw);
    padding-top: calc(40/750 * 100vw);
  }
}
.point-ttl02 .point-main {
  line-height: 1.5;
}


.point-box {
  width: 1000px;
  margin: 80px auto 0px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .point-box {
    width: 100%;
    margin: calc(80/750 * 100vw) auto 0;
    padding: 0 calc(20/750 * 100vw);
  }
}

.point01-merit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 60px;
  width: 1000px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .point01-merit-box {
    width: 100%;
    margin:calc(10/750 * 100vw) auto calc(80/750 * 100vw);
    height: calc(680/750 * 100vw);
  }
}

.point01-merit-ttl {
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1b2b4d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .point01-merit-ttl {
    width: calc(120/750 * 100vw);
  }
}
.point01-merit-ttl p {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .point01-merit-ttl p {
    font-size: calc(26/750 * 100vw);
  }
}

.point01-merit-txt {
  height: 100%;
  width: 860px;
  background: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .point01-merit-txt {
    width: calc(600/750 * 100vw);
  }
}
.point01-merit-txt ul {
  margin: 0 30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .point01-merit-txt ul {
    margin: 0 calc(30/750 * 100vw);
  }
}
.point01-merit-txt ul li {
  width: 49%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.5%;
  line-height: 1.4;
}
.point01-merit-txt ul li span{
padding-right: 2%;
}

.point01-merit-txt ul li:nth-child(2n) {
  padding-left: 4%;
}


@media screen and (max-width: 767px) {
  .point01-merit-txt ul li {
    width: 100%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: calc(32/750 * 100vw);
    padding-bottom: 4%;
  }
  .point01-merit-txt ul li:nth-child(2n) {
    padding-left: 0;
  }
}

.point-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .point-bottom-box {
    width: 100%;
    margin: 0 auto calc(80/750 * 100vw);
  }
}

.point-bottom-box-img01 {
  width: 500px;
  font-style: 0;
  margin-right: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .point-bottom-box-img01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(40/750 * 100vw);
  }
}

.point-bottom-box-img02 {
  width: 500px;
  font-style: 0;
}
@media screen and (max-width: 767px) {
  .point-bottom-box-img02 {
    width: calc(200/750 * 100vw);
    margin-right: calc(30/750 * 100vw);
  }
}

.point-bottom-box-txt-box {
  width: 460px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .point-bottom-box-txt-box {
    width: calc(480/750 * 100vw);
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0;
  }
}

.point-bottom-box-ttl {
  font-size: 28px;
  font-weight: bold;
  color: #1b2b4c;
  padding-bottom: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .point-bottom-box-ttl {
    text-align: center;
    width: 100%;
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

.point-bottom-box-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .point-bottom-box-txt {
    font-size: calc(32/750 * 100vw);
  }
}

.point-txt {
  font-size: 16px;
  text-align: left;
  padding-bottom: 40px;
  line-height: 1.8;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point-txt {
    width: 100%;
    padding-bottom: calc(40/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    text-align: left;
  }
}
.point-txt .pink {
  font-weight: bold;
}

.point-txt02 {
  font-size: 16px;
  text-align: left;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .point-txt02 {
    padding-top: calc(70/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .ghost {
    font-family: "Noto Serif JP", serif;
    font-size: calc(44/750 * 100vw);
    color: #b2b2b2;
    text-align: center;
    margin-bottom: calc(-40/750 * 100vw);
  }
}


.point02-txt-notes {
  font-size: 16px;
  text-align: left;
  padding-bottom: 40px;
  line-height: 1.8;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .point02-txt-notes {
    width: 100%;
    padding-bottom: calc(40/750 * 100vw);
    font-size: calc(22/750 * 100vw);
    text-align: left;
  }
}

.point-test {
  font-size: 0;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-test {
    margin-bottom: calc(60/750 * 100vw);
  }
}

.voice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .voice-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.voice-wrap {
  background: #e9eff5;
  padding: 80px 0 90px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    width: 100%;
    padding: calc(80/750 * 100vw) 0 calc(40/750 * 100vw);
  }
}

.voice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  height: 250px;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voice-box {
    width: calc(730/750 * 100vw);
    height: calc(278/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}

.voice-img-box {
  width: 50%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .voice-img-box {
    width: calc(270/750 * 100vw);
    border-radius: 0 calc(10/750 * 100vw) calc(10/750 * 100vw) 0;
  }
}

.voice-txt-box {
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .voice-txt-box {
    width: calc(460/750 * 100vw);
    border-radius: calc(10/750 * 100vw) 0 0 calc(10/750 * 100vw);
  }
}
.voice-txt-box p {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .voice-txt-box p {
    font-size: calc(28/750 * 100vw);
    padding-top: calc(15/750 * 100vw);
    padding-left: calc(40/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .voice-box01 {
    margin-left: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .voice-box02 {
    margin-right: calc(20/750 * 100vw);
    height: calc(378/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .voice-box02 .voice-img-box {
    border-radius: calc(10/750 * 100vw) 0 0 calc(10/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .voice-box02 .voice-txt-box {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-radius: 0 calc(10/750 * 100vw) calc(10/750 * 100vw) 0;
  }
}

/*---------------------------------------------------------
learningEfficiency b-6 
---------------------------------------------------------*/
.b-6 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .b-6 {
    margin-bottom: calc(0/750 * 100vw);
  }
}

.point-ttl02 {
  background: url("../img/point_ttl02_pc.jpg") center 0 no-repeat;
  height: 340px;
  text-align: center;
  font-size: 24px;
  padding-top: 80px;
  margin-top: 80px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .point-ttl02 {
    background: url("../img/point_ttl02_sp.jpg") center 0 no-repeat;
    background-size: 100% auto;
    height: calc(310/750 * 100vw);
    margin-top: calc(80/750 * 100vw);
    text-align: center;
    padding-top: calc(70/750 * 100vw);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }
}

.point-ttl03 {
  background: url("../img/point_ttl03_pc.jpg") center 0 no-repeat;
  height: 340px;
  text-align: center;
  font-size: 24px;
  padding-top: 80px;
  margin-top: 80px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .point-ttl03 {
    background: url("../img/point_ttl03_sp.jpg") center 0 no-repeat;
    background-size: 100% auto;
    height: calc(310/750 * 100vw);
    margin-top: calc(80/750 * 100vw);
    text-align: center;
    padding-top: calc(70/750 * 100vw);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }
}

.b-6-box {
  width: 1000px;
  margin: 50px auto 0px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .b-6-box {
    width: 100%;
    margin: calc(50/750 * 100vw) auto calc(10/750 * 100vw);
    padding: 0 calc(20/750 * 100vw);
  }
}

.point02-img-box {
  width: 100%;
  font-size: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {

  .point02-img-box {
    width: 100%;
    font-size: 0;
    margin-bottom: calc(20/750 * 100vw);
  }
}

.point03-box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px;
  margin-bottom: 60px;
  border: #d1d1d1 2px solid;
}
@media screen and (max-width: 767px) {
  .point03-box01 {
    padding: 0;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: calc(70/750 * 100vw);
  }
}

.point03-box01-img-box {
  width: 470px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .point03-box01-img-box {
    width: 100%;
    margin-right: 0;
    padding-bottom: calc(30/750 * 100vw);
  }
}

.point03-box01-txt-box {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .point03-box01-txt-box {
    width: 100%;
  }
}

.point03-box01-txt-box-ttl {
  color: #1b2b4c;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point03-box01-txt-box-ttl {
    font-size: calc(36/750 * 100vw);
    text-align: center;
    padding-bottom: calc(30/750 * 100vw);
    padding-top: calc(40/750 * 100vw);
  }
}

.point03-box01-txt-box-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .point03-box01-txt-box-txt {
    font-size: calc(32/750 * 100vw);
  }
}

.point03-img02 {
  width: 800px;
  display: block;
  font-size: 0;
  margin: 0px auto 30px;
}
@media screen and (max-width: 767px) {
  .point03-img02 {
    width: 100%;
    margin: calc(0/750 * 100vw) auto calc(30/750 * 100vw);
  }
}
.point03-bottom-box{
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .point03-bottom-box{
    margin-bottom: calc(20/750 * 100vw);
  }
}

/*---------------------------------------------------------
corona
---------------------------------------------------------*/
.corona-wrap {
  width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .corona-wrap {
    width: 100%;
    margin: 0 auto;
    padding: calc(60/750 * 100vw) calc(20/750 * 100vw);
  }
}

.corona-ttl {
  position: relative;
  padding: 25px 0;
  background: #005bac;
  width: 100%;
  font-size: 38px;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .corona-ttl {
    line-height: 1.5;
    font-size: calc(44/750 * 100vw);
    padding: calc(40/750 * 100vw) 0;
  }
}

.corona-ttl:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 60px #1b2b4d;
  /*bodyのカラーと同じ色に*/
  border-bottom: solid 60px transparent;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .corona-ttl:before {
    border-left: solid calc(100/750 * 100vw) #1b2b4d;
    /*bodyのカラーと同じ色に*/
    border-bottom: solid calc(100/750 * 100vw) transparent;
  }
}

.corona-ttl:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  /*ボーダーサイズ分マイナス*/
  width: 0;
  height: 0;
  border: none;
  border-left: solid 60px transparent;
  /*bodyのカラーと同じ色に*/
  border-bottom: solid 60px #1b2b4d;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .corona-ttl:after {
    border-left: solid calc(100/750 * 100vw) transparent;
    /*bodyのカラーと同じ色に*/
    border-bottom: solid calc(100/750 * 100vw) #1b2b4d;
  }
}

.corona-block {
  border: 1px solid #005bac;
}
@media screen and (max-width: 767px) {
  .corona-block {
    border: none;
  }
}

.corona-txt {
  font-size: 22px;
  text-align: center;
  padding: 50px 0 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .corona-txt {
    font-size: calc(36/750 * 100vw);
    padding: calc(50/750 * 100vw) 0;
  }
}

.corona-txt02 {
  font-size: 16px;
  text-align: left;
  padding: 20px 40px 80px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .corona-txt02 {
    font-size: calc(32/750 * 100vw);
    padding: 0;
  }
}
.corona-txt02 .pink {
  font-weight: bold;
}

.corona-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .corona-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.corona-box dl {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .corona-box dl {
    width: 100%;
  }
}
.corona-box dt {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #005bac;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .corona-box dt {
    font-size: calc(28/750 * 100vw);
    padding: calc(15/750 * 100vw) 0;
  }
}

.corona-box100 {
  width: 100%;
  margin: 0;
}
.corona-box100 dl {
  width: 100%;
}
.corona-box100 dt {
  width: auto;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .corona-box100 dt {
    margin: 0;
  }
}

/*---------------------------------------------------------
price
---------------------------------------------------------*/
.price-inner {
  width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .price-inner {
    width: 100%;
    margin: 0 auto;
    padding: calc(60/750 * 100vw) calc(20/750 * 100vw) calc(120/750 * 100vw);
  }
}


.price-block {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .price-block {
    width: 100%;
  }
}

.price-box {
  width: 389px;
  margin-bottom: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .price-box {
    width: calc(345/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
    margin-right: calc(20/750 * 100vw);
  }
}

.price-box:nth-child(2n) {
  margin-right: 0;
}

.price-box-ttl {
  text-align: center;
  background: #1b2b4d;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 4px 0 10px;
}
@media screen and (max-width: 767px) {
  .price-box-ttl {
    padding: calc(6/750 * 100vw) 0;
    font-size: calc(32/750 * 100vw);
  }
}

.price-box-txt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .price-box-txt {
    height: calc(90/750 * 100vw);
  }
}
.price-box-txt p {
  font-size: 22px;
  line-height: 1.4;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .price-box-txt p {
    font-size: calc(22/750 * 100vw);
  }
}

.price-box-img {
  width: 100%;
}

.price-bottom-img {
  text-align: center;
  font-size: 0;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .price-bottom-img {
    width: calc(672/750 * 100vw);
    margin: 0 auto;
    padding-top: calc(50/750 * 100vw);
  }
}

.price-bottom-link {
  text-align: center;
  font-size: 22px;
  color: #005bac;
  padding-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .price-bottom-link {
    font-size: calc(22/750 * 100vw);
    text-align: right;
    padding-top: calc(55/750 * 100vw);
  }
}
.price-bottom-link:hover {
  opacity: 0.8;
}

.price-bottom-txt{
  text-align: center;
  font-size: 18px;
  padding: 40px 0 80px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price-bottom-txt{
    text-align: left;
    font-size: calc(28/750 * 100vw);
    padding: calc(60/750 * 100vw) calc(20/750 * 100vw) calc(60/750 * 100vw);
  }
}
.price-bottom-btn-txt{
  color: #1b2b4d;
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price-bottom-btn-txt{
    font-size: calc(32/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}
.price-bottom-btn{
  width: 442px;
  font-size: 0;
  margin: 0 auto;
  transition: 0.2s;
}
.price-bottom-btn:hover{
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .price-bottom-btn{
    width:  calc(526/750 * 100vw);
  }
}

/*---------------------------------------------------------
comi
---------------------------------------------------------*/
.comi-wrap {
  background: #e9eff5;
  padding: 80px 0 90px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .comi-wrap {
    width: 100%;
    padding: calc(80/750 * 100vw) calc(20/750 * 100vw) calc(40/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
.comi-wrap .common-ttl:before{
  width: calc(640/750 * 100vw);
}
}

.comi-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .comi-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comi-box {
  width: 480px;
  padding: 30px 30px 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .comi-box {
    width: 100%;
    padding: calc(40/750 * 100vw) calc(46/750 * 100vw) calc(30/750 * 100vw);
    margin-bottom: calc(25/750 * 100vw);
  }
  .comi-box:last-child{
    margin-bottom: 0;
  }
}


.comi-img-box {
  width: 100%;
  font-size: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .comi-img-box {
    margin-bottom: calc(20/750 * 100vw);
  }
}

.comi-txt-ttl {
  color: #1b2b4c;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .comi-txt-ttl {
    text-align: center;
    font-size: calc(32/750 * 100vw);
  }
}

/*---------------------------------------------------------
flow
---------------------------------------------------------*/
.flow-inner {
  width: 1000px;
  margin: 80px auto 90px;
}
@media screen and (max-width: 767px) {
  .flow-inner {
    width: 100%;
    margin: 0 auto;
    padding: calc(80/750 * 100vw) calc(20/750 * 100vw) calc(60/750 * 100vw);
  }
}

.flow_img {
  font-size: 0;
  margin: 50px 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow_img {
    margin: calc(50/750 * 100vw) 0 auto;
  }
}



/*---------------------------------------------------------
footer 
---------------------------------------------------------*/
.footer {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tel {
    width: 61%;
    margin: 0 auto;
  }
}

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .footer-box {
    width: calc(650/750 * 100vw);
    padding: calc(50/750 * 100vw) 0 calc(10/750 * 100vw);
  }
}

.footer-img-box {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .footer-img-box {
    width: calc(260/750 * 100vw);
  }
}

.footer-txt-box {
  width: 380px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-txt-box {
    width: calc(370/750 * 100vw);
  }
}

.footer-txt-box-ttl {
  font-weight: bold;
  padding-bottom: 3px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .footer-txt-box-ttl {
    font-size: calc(22/750 * 100vw);
  }
}

.footer-txt-box-txt {
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .footer-txt-box-txt {
    font-size: calc(22/750 * 100vw);
  }
}

.footer-copy {
  font-size: 16px;
  padding: 30px 0 50px;
  width: 100%;
  text-align: center;
  border-top: #9e9e9e 2px solid;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    border-top: #9e9e9e calc(2/750 * 100vw) solid;
    font-size: calc(20/750 * 100vw);
    padding: calc(60/750 * 100vw) 0 calc(90/750 * 100vw);
  }
}

/* 20211119 */
.panNav {
	max-width: 1200px;
	margin: 10px auto;
	padding: 0 30px;
	color: #333;
	font-size: 100%;
	text-decoration: none;
}
.panNav a {
	display: inline;
	color: #333;
}
.panNav a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.panNav {
		width: 100%;
		margin: 10px auto;
		padding: 0 calc(20/750 * 100vw);
		font-size: 82.75862%;
	}
}


/* area search 202111 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:700,900&display=swap");

.search-wrap {
	display: block;
	width: 100%;
	background: #f8f8f8;
}
.search-inner-box {
	padding-top: 40px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	letter-spacing: 0.14em;
	line-height: 1.9;
}
@media screen and (max-width: 599px) {
	.search-inner-box {
		padding: 4vw 5.8vw;
	}
}
.search-box {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}

@media screen and (max-width: 599px) {
	.search-box {
		width: 100%;
		padding: 12vw 0;
	}
}
.sec-bg-border {
	/* width: 100%; */
	position: relative;
	z-index: 1;
}
.sec-ttl {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.14em;
}
.sec-ttl span {
	display: block;
	font-size: .4em;
	color: #a6c2e7;
	line-height: 1.4;
}

@media screen and (max-width: 599px) {
	.sec-ttl {
		font-size: 5.86667vw;
	}
}
.copy-en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.sp-ui {
	display: none;
}

@media screen and (max-width: 599px) {
	.sp-ui {
		display: block;
	}
}
.search-inner-box {
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	.search-inner-box {
		padding: 4vw 5.8vw;
	}
}
.search-area-list-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.search-area-list-wrap .search-area-list {
	margin-top: 20px;
	width: 18%;
	height: 60px;
}

.search-area-list-wrap .search-area-list:not(:nth-of-type(5n)) {
	margin-right: 2.5%;
}

@media screen and (max-width: 599px) {
	.search-area-list-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.search-area-list-wrap .search-area-list {
		margin-top: 4vw;
		width: 48%;
		height: 13vw;
	}
	.search-area-list-wrap .search-area-list:not(:nth-of-type(5n)) {
		margin-right: 0;
	}
}
a.search-area-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
	position: relative;
	color: #333;
	text-decoration: none;
}

a.search-area-link:after {
	content: url(../img/arrow_circle.svg);
	display: inline-block;
	position: absolute;
	top: 28%;
	right: 5%;
}
@media screen and (min-width: 990px) {
	a.search-area-link:hover {
		opacity: 0.7;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
}