@charset "UTF-8";

/* text */

.robot {
  font-family: 'Roboto', sans-serif;
}

.mplus-300 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.jpThin {
  font-family: 'Noto Sans JP', sans-serif;
}

/* transition */

/*  width */

.iconfont:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.iconfont-2x {
  font-size: 2em;
}

.iconfont-3x {
  font-size: 3em;
}

.iconfont-4x {
  font-size: 4em;
}

.iconfont-5x {
  font-size: 5em;
}

.iconfont-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.iconfont-fonticon-01:before {
  content: "\EA01";
}

.iconfont-logo:before {
  content: "\EA02";
}

.iconfont-icon-fb:before {
  content: "\EA03";
}

.iconfont-icon-insta:before {
  content: "\EA04";
}

.iconfont-font-a:before {
  content: "\EA05";
}

.iconfont-font-c:before {
  content: "\EA06";
}

.iconfont-font-d:before {
  content: "\EA07";
}

.iconfont-font-e:before {
  content: "\EA08";
}

.iconfont-font-i:before {
  content: "\EA09";
}

.iconfont-font-k:before {
  content: "\EA0A";
}

.iconfont-font-m:before {
  content: "\EA0B";
}

.iconfont-font-n:before {
  content: "\EA0C";
}

.iconfont-font-o:before {
  content: "\EA0D";
}

.iconfont-font-r:before {
  content: "\EA0E";
}

.iconfont-font-t:before {
  content: "\EA0F";
}

.iconfont-font-y:before {
  content: "\EA10";
}

.iconfont-icon-lang:before {
  content: "\EA11";
}

.iconfont-icon-title:before {
  content: "\EA12";
}

.iconfont-logo-second:before {
  content: "\EA13";
}

/*  general */

.wrap {
  position: relative;
}

.hide {
  display: none;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.left,
.halfFloat_left {
  float: left;
}

.right,
.halfFloat_right {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.weightBold {
  font-weight: 700;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.if {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.bold {
  font-weight: 700;
}

.mr1 {
  margin-right: 1rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.f-fd-c {
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-jc-fs {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-jc-sb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-jc-fe {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-jc-c {
  -ms-flex-pack: center;
  justify-content: center;
}

.f-ai-fs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-ai-c {
  -ms-flex-align: center;
  align-items: center;
}

.f-ai-st {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-ai-fe {
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-fxd-c {
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem auto;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  color: #2a424b;
  height: 50px;
  width: 325px;
  text-align: center;
  border: 0.3rem solid #2a424b;
  border-radius: 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 0 #2a424b;
  transition: all .2s;
}

.m-btn.orange {
  color: #fff;
  background: #fe7a00;
  border-color: #fe7a00;
  box-shadow: 0 5px 0 #cb6200;
}

.m-btn.orange:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0;
}

.m-btn:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0;
}

.m-btn ruby {
  transform: translateY(-3px);
}

rt {
  transform: translateY(-3px);
}

.footmargin--none .l-footer {
  margin-top: 0;
}

/*  preset */

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 1.6;
  color: #2a424b;
  font-size: 1.8rem;
  position: relative;
  -webkit-font-smoothing: antialiased header;
  -webkit-font-smoothing-text-align: center;
  position: relative;
  min-width: 900px;
  padding-top: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all .15s;
}

a.ex_link::after {
  height: 1rem;
  top: 0;
  right: 0rem;
  opacity: 0.5;
  background-image: url(/assets/img/common/icon-outer.svg);
}

img {
  vertical-align: bottom;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

small {
  font-size: 1em;
}

ul {
  list-style-type: none;
}

ul li:not(:first-child) {
  margin-top: .1rem;
}

ul.dot {
  display: block;
  list-style-position: inside;
  margin-bottom: 2rem;
}

ul.dot li {
  position: relative;
  padding-left: .8rem;
}

ul.dot li::before {
  content: '・';
  position: relative;
  display: block;
  position: absolute;
  left: -.5rem;
  top: .1rem;
}

a {
  color: #401E6C;
}

.wrap {
  position: relative;
}

p {
  line-height: 1.8;
  font-weight: 200;
  margin-bottom: 2rem;
}

.l-footer {
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background: #f9f9f9;
  padding: 8rem 0 3rem;
  margin-top: 8rem;
}

.l-footer__content {
  width: 1080px;
  margin: auto;
  padding: 0 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__content .item {
  width: 31%;
}

.l-footer__content .item .subSection-title {
  font-size: 1.8rem;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.l-footer__content .item .subSection-title::before {
  content: '';
  display: block;
  height: 1px;
  width: 30%;
  background: #237fc4;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.l-footer__content a {
  color: #237fc4;
  text-decoration: underline;
}

.l-footer__content .logo {
  display: block;
  width: 290px;
  height: 58px;
  margin-bottom: 1rem;
}

.l-footer__content .title {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/foot-logo.png) 0 0/contain;
}

.l-footer .copy {
  text-align: center;
  display: block;
  margin-top: 5rem;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.l-header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding: 0 2.5rem 0 2rem;
  width: 100%;
  background: #fff;
}

.l-header__wrap .logo {
  display: block;
  width: 265px;
  height: 40px;
  background: url(../img/common/logo.svg) no-repeat 0 0;
  color: transparent;
}

.l-header__wrap .l-gnav .item:not(:first-child) {
  margin-left: 3.5rem;
}

.l-header__wrap .l-gnav .item .link {
  font-size: 1.4rem;
  color: #2a424b;
  transition: none;
}

.l-header__wrap .l-gnav .item .link:hover {
  color: #fe7a00;
}

.l-header__wrap .l-gnav .item .link.current {
  padding-bottom: .6rem;
  border-bottom: 2px solid #2a424b;
}

/* sub */

.l-about__content {
  width: 1080px;
  margin: auto;
  padding: 8rem 0 5rem;
}

.l-about__content p,
.l-about__content ul,
.l-about__content h3,
.l-about__content h4 {
  font-family: "Meiryo","Yu Gothic","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",   sans-serif;
}

.l-about__content h2,
.l-about__content h3,
.l-about__content h4,
.l-about__content h5 {
  font-weight: 700;
}

.l-about__content .operation {
  padding: 1.8rem 2.4rem;
  background: #f6f6f6;
  border-radius: .5rem;
  margin-bottom: 4rem;
}

.l-about__content .operation h3 {
  font-size: 1.8rem;
}

.l-about__content .operation p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.l-about__content .title {
  font-size: 3.4rem;
  margin-bottom: 3rem;
}

.l-about__content .m-btn {
  width: 380px;
}

.l-about__content a.textLink {
  color: #187fc4;
  text-decoration: underline;
}

.l-about__content p,
.l-about__content ul {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  font-weight: 200;
}

.l-about__content ol {
  font-weight: 200;
}

.l-about__content ul.dot {
  list-style-type: none;
}

.l-about__content ul.dot li {
  padding-left: 1.8rem;
  font-weight: 700;
}

.l-about__content ul.dot.light li {
  font-weight: 100;
}

.l-about__content hr.line {
  margin: 6.5rem 0;
}

.l-about__content .btnArea {
  -ms-flex-align: center;
  align-items: center;
}

.l-about__content .btnArea .m-btn {
  margin: 0 1rem 0 0;
}

.l-about__content .btnArea p {
  margin: 0;
}

.l-about__content h3 {
  margin-bottom: .5rem;
}

.l-about__content table {
  border: 3px solid #000;
  border-collapse: collapse;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.l-about__content table th {
  font-size: 2.2rem;
  vertical-align: middle;
  line-height: 1.2;
}

.l-about__content table td {
  font-size: 1.7rem;
  vertical-align: top;
}

.l-about__content table th,
.l-about__content table td {
  border: 2px solid #000;
  padding: 1.2rem 1.5rem;
}

.l-about__content table th p,
.l-about__content table th ul,
.l-about__content table td p,
.l-about__content table td ul {
  font-size: 1.7rem;
}

.l-about__content table th ul,
.l-about__content table th ol,
.l-about__content table td ul,
.l-about__content table td ol {
  list-style-type: none;
}

.l-about__content table th ul li,
.l-about__content table th ol li,
.l-about__content table td ul li,
.l-about__content table td ol li {
  padding-left: 2rem;
  position: relative;
}

.l-about__content table th ul li:not(:first-child),
.l-about__content table th ol li:not(:first-child),
.l-about__content table td ul li:not(:first-child),
.l-about__content table td ol li:not(:first-child) {
  margin-top: .5rem;
}

.l-about__content table th .border,
.l-about__content table td .border {
  border: 1px solid #000;
  margin-top: 2rem;
  margin-bottom: 0;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
  line-height: 1.4;
}

.l-about__content table th .numList .item,
.l-about__content table td .numList .item {
  line-height: 1.5;
}

.l-about__content table th .numList .item span,
.l-about__content table td .numList .item span {
  position: absolute;
  left: 0;
  display: block;
}

.l-about__content table th .circleList .item::before,
.l-about__content table td .circleList .item::before {
  content: '◯';
  display: block;
  position: absolute;
  left: -.3rem;
}

.l-qa {
  padding: 8rem 0;
  margin-bottom: -10rem;
}

.l-qa__content__box__title {
  font-size: 5.2rem;
  padding-left: 12rem;
  background: url(../img/qa/qa-title-01.svg) no-repeat 0 0;
  margin-bottom: 3rem;
}

.l-qa__content__box__title.q02 {
  background-image: url(../img/qa/qa-title-02.svg);
}

.l-qa__content__box__title.q03 {
  background-image: url(../img/qa/qa-title-03.svg);
}

.l-qa__content__box .l-qaBox {
  background: #ffea45;
  border-radius: 1.6rem;
  padding: 3rem;
  margin-bottom: 6rem;
}

.l-qa__content__box .l-qaBox .ex:last-child {
  margin-bottom: 0;
}

.l-qa__content__box .l-qaBox.last {
  margin-bottom: 8rem;
}

.l-qa__content__box .l-qaBox__title--q {
  font-size: 3rem;
  display: block;
  margin-bottom: 3rem;
  padding-left: 10rem;
  background: url(../img/qa/qa-title-q.svg) no-repeat 2rem 0;
}

.l-qa__content__box .l-qaBox--aBox {
  border-radius: 1.6rem;
  padding: 2.8rem 2.8rem 2.8rem 11rem;
  background: #fff url(../img/qa/qa-title-a.svg) no-repeat 2rem 2rem/auto 4.8rem;
}

.l-qa__content__box .l-qaBox--aBox .ex {
  font-size: 2rem;
  line-height: 2;
}

.l-qa__content__box .l-qaBox--aBox.images {
  padding: 2.8rem 24rem 2.8rem 11rem;
  position: relative;
}

.l-qa__content__box .l-qaBox--aBox.images::before {
  content: '';
  display: block;
  width: 190px;
  height: 170px;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  background-size: contain;
  background-position: 0 bottom;
}

.l-qa__content__box .l-qaBox--aBox.images.image-01::before {
  background-image: url(../img/qa/qa-img-01@2x.png);
}

.l-qa__content__box .l-qaBox--aBox.images.image-02::before {
  background-image: url(../img/qa/qa-img-02@2x.png);
}

.l-qa__content__box .l-qaBox--aBox.images.image-03::before {
  background-image: url(../img/qa/qa-img-03@2x.png);
}

.l-qa__content__box .l-qaBox__images {
  margin-top: 6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-qa__content__box .l-qaBox__images .item {
  width: 46%;
}

.l-qa__content__box .l-qaBox__images .item img {
  max-width: 100%;
  height: auto;
}

.l-qa__content__box .l-qaBox__images .item .title {
  margin-bottom: 2rem;
  text-align: center;
}

.l-qa__content__box .l-qaBox__images .item .list {
  margin-top: 4rem;
  width: 100%;
  list-style-type: "・";
  list-style-position: inside;
}

.l-qa__content__box .l-qaBox__images .item .list .item {
  width: 100%;
  font-size: 1.6rem;
}

.l-home__content.qa {
  background: #fff;
  padding-bottom: 50px;
  margin-top: 4rem;
}

.l-home__content.qa .l-home__content__w1000.bg-wave::before {
  background: url(../img/qa/qa-story-bg.svg) no-repeat;
  background-size: 100% auto;
}

.l-home__content__box01.bgw .wrap::before {
  background-image: url(../img/home/line-parts-w.png);
}

.l-home {
  overflow: hidden;
}

.l-home__vi {
  height: 500px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8rem;
}

.l-home__vi::before {
  content: '';
  display: block;
  width: 80%;
  min-width: 500px;
  max-width: 1000px;
  height: 300px;
  background: url(../img/home/vi-bg.png) no-repeat 0 0/contain;
  position: absolute;
  top: -6rem;
  left: 0;
}

.l-home__vi::after {
  content: '';
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -250px;
  background: url(../img/home/vi-wave.png) no-repeat 0 0;
  background-size: 100% auto;
}

.l-home__vi .illust-01 {
  position: absolute;
  width: 180px;
  height: 220px;
  background: url(../img/home/vi-parts-02.png) no-repeat 0 0/contain;
  top: calc(50% - 160px);
  left: calc(50% - 420px);
}

.l-home__vi > .title {
  width: 500px;
  height: 320px;
  background: url(../img/home/vi-title.png) no-repeat 0 0/contain;
  margin-top: -15rem;
  margin-right: -9rem;
  display: block;
  overflow: hidden;
}

.l-home__vi .bnr {
  position: absolute;
  left: calc(50% + 190px);
  bottom: -6rem;
  width: 362px;
  height: 276px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  margin: 0;
  color: #fff;
  font-weight: 400;
  transition: bottom .1s ease-out;
}

.l-home__vi .bnr:hover {
  bottom: -8rem;
}

.l-home__vi .bnr:hover .wrap::before {
  top: -280px;
}

.l-home__vi .bnr .wrap {
  text-align: center;
  width: 370px;
  height: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-home__vi .bnr .wrap .bg {
  background: url(../img/home/vi-bnr.png) no-repeat 0 0/contain;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.l-home__vi .bnr .wrap::before {
  transition: top .1s ease-out;
  content: '';
  display: block;
  position: absolute;
  width: 280px;
  height: 290px;
  background: url(../img/home/vi-parts-01.png) no-repeat 0 0/contain;
  top: -260px;
  left: 10px;
  z-index: -100;
}

.l-home__vi .bnr .wrap::after {
  content: '';
  display: block;
  position: absolute;
  width: 120px;
  height: 75px;
  background: url(../img/home/bnr-img.svg) no-repeat 0 0/contain;
  bottom: -.5rem;
}

.l-home__vi .bnr .wrap .title {
  margin-bottom: 1rem;
  margin-top: -4rem;
}

.l-home__vi .bnr .wrap .title img {
  height: 60px;
}

.l-home__vi .bnr .wrap .ex {
  line-height: 2.2;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.l-home__vi .bnr .wrap .ex .big {
  font-size: 2rem;
}

.l-home__vi .bnr .wrap .ex .sub {
  display: block;
  transform: translateY(-0.7rem);
}

.l-home__content {
  background: #fe7a00;
  position: relative;
}

.l-home__content__message {
  position: relative;
  text-align: center;
}

.l-home__content__message .box01 {
  color: #fff;
  position: relative;
  margin-bottom: 5rem;
}

.l-home__content__message .box01::before {
  content: '';
  display: block;
  width: 220px;
  height: 180px;
  background: url(../img/home/bg-obj-01.png) no-repeat 0 0/contain;
  position: absolute;
  left: -5rem;
  top: -15rem;
  z-index: 0;
}

.l-home__content__message .box01::after {
  content: '';
  display: block;
  width: 445px;
  height: 390px;
  background: url(../img/home/bg-obj-02.png) no-repeat 0 0/contain;
  position: absolute;
  left: -25rem;
  bottom: -30rem;
  z-index: 0;
}

.l-home__content__message .box01 .title {
  font-size: 3.2rem;
  padding-top: 9.5rem;
  background: url(../img/home/title-bg-01.png) no-repeat 50% 0/auto 72px;
}

.l-home__content .bg-wave {
  position: static;
  z-index: 100;
}

.l-home__content .bg-wave::before {
  content: '';
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  background: url(../img/home/img-wave-02.png) no-repeat 0 20%/100% auto;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.l-home__content__w1000 {
  width: 1000px;
  padding: 0 10px;
  margin: auto;
}

.l-home__content__box01 {
  background: #fff;
  position: relative;
  z-index: 1;
  border: 6px solid #2a424b;
  border-radius: 2rem;
  text-align: center;
  padding: 4rem 0 2rem;
}

.l-home__content__box01 .wrap::before {
  content: '';
  display: block;
  background: url(../img/home/line-parts.png) no-repeat 0 0/contain;
  width: 57px;
  height: 30px;
  position: absolute;
  top: -46px;
  left: 40px;
}

.l-home__content__box01 .wrap .title {
  font-size: 4rem;
  margin-bottom: 4rem;
}

.l-home__content__box01 .wrap .img {
  margin-bottom: 4rem;
}

.l-home__content__box01 .wrap .ex {
  font-size: 2.4rem;
}

.l-home__content__qa {
  text-align: center;
  margin-top: 8rem;
  position: relative;
}

.l-home__content__qa > .ex {
  margin-bottom: 4rem;
}

.l-home__content__qa::before,
.l-home__content__qa::after {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 0;
}

.l-home__content__qa::before {
  background-image: url(../img/home/bg-obj-03.png);
  width: 490px;
  height: 392px;
  left: -30rem;
  top: -25rem;
}

.l-home__content__qa .title {
  font-size: 3.3rem;
  margin-bottom: 4rem;
}

.l-home__content__qa .imgList {
  width: 800px;
  margin: auto auto 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-home__content__qa .imgList .item {
  width: 235px;
}

.l-home__content__qa .imgList .item .image {
  margin-bottom: 1.2rem;
}

.l-home__content__qa .imgList .item .ex {
  font-weight: 700;
}

.l-second .l-home__content__qa::before {
  display: none;
}

.l-second__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fe7a00;
  color: #fff;
  padding: 3.5rem 0;
}

.l-second__head.teach {
  padding: 6rem 0;
  background: #2ea9d5;
  position: relative;
}

.l-second__head.teach::before,
.l-second__head.teach::after {
  content: '';
  display: block;
  width: 140px;
  height: 180px;
  position: absolute;
  background: url(../img/teach/head-img-01.svg) no-repeat 50%;
}

.l-second__head.teach::before {
  left: calc(50% - 520px);
}

.l-second__head.teach::after {
  width: 165px;
  height: 262px;
  left: calc(50% + 370px);
  background-image: url(../img/teach/head-img-02.svg);
}

.l-second__head.teach .image {
  width: 700px;
  height: auto;
}

.l-second__head .image {
  width: auto;
  height: 74px;
  margin-bottom: .5rem;
}

.l-second__head__title {
  font-size: 4rem;
  margin-bottom: 2rem;
}

.l-second__head .sub {
  text-align: center;
}

.l-second__content__colorBg {
  padding: 8rem 0;
}

.l-second__content__colorBg.orange {
  background-color: #ffe9d5;
}

.l-second__content__w1000 {
  width: 1000px;
  margin: auto;
}

.l-simulation__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-simulation__box .item {
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 2rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-simulation__box .item .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: calc(100% - 400px);
}

.l-simulation__box__title {
  text-align: center;
  padding: 2rem 0;
  font-size: 2.2rem;
}

.l-simulation__box__title .sub {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.l-simulation__box__title .sub .num {
  display: inline-block;
  background: #fe7a00;
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 1.5;
  position: relative;
  top: -2px;
  border-radius: 2rem;
  margin-left: .5rem;
}

.l-simulation__box .ex {
  padding: 3rem 4rem;
  margin: 0;
  line-height: 1.8;
}

.l-simulation__btnArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5rem 4rem;
}

.l-simulation__btnArea .m-btn {
  width: 48%;
  padding-top: .6rem;
  margin: 0;
  font-weight: 100;
}

.l-teach__head {
  background: #eaf7fb;
  padding: 45px 0;
}

.l-teach__head .pepisodeTitle {
  font-size: 3.4rem;
}

.l-teach__head .pepisodeTitle .mini {
  display: block;
  font-size: 2rem;
}

.l-teach__head .pepisodeTitle .mini .no {
  display: inline-block;
  background: #fe7a00;
  color: #fff;
  width: 2.8rem;
  height: 2.8rem;
  text-align: center;
  line-height: 1.4;
  border-radius: 3rem;
  margin-left: .6rem;
}

.l-teach__body {
  padding: 6rem 0;
  background: url(../img/teach/teach-bg.png) 80% 0;
  background-size: 120%  auto;
}

.l-teach__body .select {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

.l-teach__body.after {
  background: #eaf7fb;
  padding-top: 0;
}

.l-teach__body__after {
  width: 1000px;
  margin: auto;
}

.l-teach__body__after .ex {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: -2rem;
}

.l-teach__body__after__box {
  border: 4px solid #2a424b;
  border-radius: 16px;
  background: #fff;
  padding: 3rem 19rem 3rem 4rem;
  position: relative;
}

.l-teach__body__after__box::before {
  content: '';
  display: block;
  width: 115px;
  height: 265px;
  background: url(../img/teach/doctor.svg) no-repeat 0 0;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}

.l-teach__body__after__box .title {
  font-size: 3.4rem;
  margin-bottom: 2rem;
}

.l-teach__body__after__box p {
  margin-bottom: 0;
}

.l-teach__body__after__box p:not(:first-child) {
  margin-top: 3rem;
}

.l-teach__body__talk .box {
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  position: relative;
}

.l-teach__body__talk .box::before {
  content: '';
  display: block;
  width: 170px;
  height: 95px;
  position: absolute;
  top: -10px;
  z-index: 0;
}

.l-teach__body__talk .box:not(:first-child) {
  margin-top: 4rem;
}

.l-teach__body__talk .box p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.l-teach__body__talk .doctor {
  margin-left: 160px;
  margin-right: 225px;
  background: #fdea45;
}

.l-teach__body__talk .doctor::before {
  left: -130px;
  background-image: url(../img/teach/teach-baloon-01.svg);
}

.l-teach__body__talk .kids {
  margin-left: 225px;
  margin-right: 160px;
  background: #beefff;
}

.l-teach__body__talk .kids::before {
  right: -135px;
  background-image: url(../img/teach/teach-baloon-04.svg);
}

.l-teach__body__talk .kids.reina::before {
  background-image: url(../img/teach/teach-baloon-05.svg);
}

.l-teach__body__link {
  background: #2ea9d5;
  padding: 1rem 0;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .l-home__content__message {
    margin-top: -10rem;
  }

  .l-home__content__message .box01::before {
    top: -8rem;
  }
}

@media screen and (max-width: 768px) {
  .mr2 {
    margin-right: 1rem !important;
  }

  .mr3 {
    margin-right: 1.5rem !important;
  }

  .mr4 {
    margin-right: 2rem !important;
  }

  .mr5 {
    margin-right: 2.5rem !important;
  }

  .mr6 {
    margin-right: 3rem !important;
  }

  .mb2 {
    margin-bottom: 1rem !important;
  }

  .mb3 {
    margin-bottom: 1.5rem !important;
  }

  .mb4 {
    margin-bottom: 2rem !important;
  }

  .mb6 {
    margin-bottom: 3rem !important;
  }

  .mb8 {
    margin-bottom: 4rem !important;
  }

  .mb10 {
    margin-bottom: 5rem !important;
  }

  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
