@charset "utf-8";
body {
  color: #1e2c5b;
  font-size: 14px;
  line-height: 1.7;
  font-family: "FSansjp", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}
ul {
  list-style: none;
}
.serif {
  font-family: "Times New Roman", "FSerifjp", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.Kristi-Regular {
  font-family: 'Kristi-Regular', italic;
}
.EBGaramond-Regular {
  font-family: 'EBGaramond-Regular', serif;
}
.EBGaramond-Italic {
  font-family: 'EBGaramond-Italic', italic;
}
.bg_color_base01 {
  background-color: #F5F5F5;
}
.bg_color_base02 {
  background-color: #F7F4ED;
}
.bg_color_main01 {
  background-color: #004682;
}
.bg_color_main02 {
  background-color: #1e2c5b;
}
.text_color_main01 {
  color: #004682;
}
.bg_color_accent01 {
  background-color: #004682;
}
.inner {
  width: 1080px;
  margin: auto;
}
.flex-container {
  display: flex;
}
.heading-3 {
  font-size: 36px;
  font-weight:  600;
  text-align: center;
  margin: 0 auto 30px;
}
.heading-3__text:before, .heading-3__text:after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #C8C8C8;
}
.heading-3__text:before {
  margin-right: 20px;
}
.heading-3__text:after {
  margin-left: 20px;
}
.heading-3__text {
  justify-content: center;
  align-items: center;
}
.heading-3__lead {
  font-size: 20px;
}
.intro {
  font-size: 15px;
  text-align: center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  background-color: #fff;
}
.header__box {
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
}
.header-logo {
  margin-bottom: 12px;
  line-height: 1;
}
.header-logo a:hover {
	opacity: 1;
}
.header-contact {
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-bottom: 20px;
}
.header-contact__title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.header-tel {
  font-size: 32px;
  line-height: 1;
  margin-right: 10px;
}
.header-tel a {
  align-items: baseline;
	pointer-events: none;
}
.header-tel__text {
  font-size: 20px;
}
.header-link-btn a {
  display: flex;
  min-width: 180px;
  height: 45px;
  padding: 2px 10px 0;
  border-bottom:  1px solid #1e2c5b;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0 10px;
  box-shadow: 0 4px 0 #43538a;
}
.header-nav__wrap {
  width: 100%;
	height: 35px;
}
.header-nav {
  justify-content: flex-end;
}
.header-nav li:last-child {
  border-right: none;
}
.header-nav a {
  padding: 2px 12px 10px;
  display: block;
}
.header-nav a:hover {
  background-color: #DCDCDC;
  opacity: 1;
}
.top__wrap {
  margin-top: 120px;
  background: url(../images/main_visual.jpg) no-repeat center top;
  background-size: cover;
  height: 740px;
  min-width: 1080px;
}
.top__box {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}
.message {
  width: 700px;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  font-size: 18px;
  font-weight:  500;
	margin-bottom: -100px;
}
.message-lead_sub {
  position: absolute;
  top: 30px;
  left: 0;
  transform: translate(0, -100%) rotate(-23deg);
  font-size: 60px;
}
.message-lead {
  justify-content: space-between;
  align-items: center;
  word-break: keep-all;
}
.message-lead:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  margin-left: 30px;
}
.message__heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  margin: 10px 0 20px;
}
.point-list {
  width: 100%;
  justify-content: space-between;
}
.point-list li {

  color: #fff;
  padding: 8px 18px;
  width: 32%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.4;
	font-size: 16px;
}
#l-appeal{
	margin-top:120px;
}
.appeal {
  padding: 50px 0;
}
.appeal-list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.appeal-list li {
  width: 20%;
  text-align: center;
  font-size: 18px;
  border-right: 1px solid #DCDCDC;
  box-sizing: border-box;
}
.appeal-list li:last-child {
  border-right: none;
}
.appeal-list__box {
  height: 100%;
}
.appeal-list__head {
  position: relative;
  line-height: 1;
  padding-top: 30px;
}
.appeal-list-title__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.appeal-list-title__text {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-weight:  600;
}
.appeal-list-title__num {
  font-size: 120px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0.2;
  z-index: 1;
}
.appeal-list__body {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.appeal-list__foot {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 25%;
  font-feature-settings: "palt";
  font-weight:  500;
  font-size:  17px;
  line-height:  1.5;
}
.works-contents.no-tab {
	margin-top: 80px;
}
.works-btn-list {
  padding-left: calc(50% - 540px);
  padding-right: calc(50% - 540px);
  position: relative;
  margin: 60px 0;
  justify-content: center;
}
.works-btn-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #004682;
}
.works-link-list {
	justify-content: center;
	margin-bottom: 60px;
}
.works-link__item {
	margin: 0 5px;
}
.w_new{
	margin:40px auto;
}
.works-btn {
  display: flex;
  width: 380px;
  height: 100%;
  padding: 10px 0;
  border: 1px solid #004682;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight:  500;
  transition: 0.3s;
}
.works-btn.js-visible {
  background-color: #fff;
  pointer-events: none;
}
.works-btn.js-visible {
  border-bottom-color: #fff;
}
.works-btn:not(.js-visible) {
  color: rgba(255, 255, 255, 0.6);
}
.works-btn:not(.js-visible):hover {
  background-color: #fff;
  color: #004682;
}
.works-btn.works-link {
	color: #fff;
}
.works-btn.works-link:hover {
  opacity: 1;
}
.works-contents:not(.js-visible) {
  display: none;
}
.heading-4 {
  color: #fff;
  font-size: 18px;
  font-weight:  500;
  padding: 7px 18px;
}
.interview__wrap {
  margin-bottom: 50px;
}
.interview__wrap .interview__box:nth-child(2n+1) .interview__image {
  text-align: right;
}
.interview__contents {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  max-width: 620px;
  height: 80%;
  box-sizing: border-box;
  padding: 80px 30px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
.interview__wrap .interview__box:nth-child(2n+1) .interview__contents {
  left: 0;
  right: inherit;
}
.interview__box {
  position: relative;
  margin-top: 50px;
}
.interview__head {
  font-size: 26px;
  font-weight:  500;
  line-height: 1.58;
}
.interview__body {
  line-height: 2.18;
  margin-top: 10px;
}
.interview__foot {
  margin-top: 30px;
}
.interview__position {
  justify-content: flex-start;
  align-items: center;
  word-break: keep-all;
  font-size: 16px;
  font-weight:  500;
}
.interview__position:after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #C8C8C8;
  margin-left: 20px;
}
.interview__name {
  font-size: 70px;
  opacity: 0.7;
  line-height: 1;
	font-style: italic;
}
.importance {
  margin: 30px 20px 60px;
  justify-content: space-between;
}
.importance__box {
  width: 30%;
}
.importance__title {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  background-color:  #fff;
  font-weight:  700;
}



.importance__title:before, .importance__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  z-index:  -1;
  width: calc(100% + 10px);
  height: calc(100% - 10px);
  border: 5px solid;
}
.flow {
  margin-top: 40px;
  position: relative;
  margin-bottom: 100px;
}
.flow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E6E6E6;
}
.flow__wrap {
  justify-content: space-between;
}
.flow .flow__wrap:nth-child(2) {
  margin-top: 0px;
}
.flow__block {
  padding-top: 40px;
}
.flow__wrap .flow__block:nth-child(2) {
  margin-top: 180px;
}
.flow__box {
  border: 1px solid #80aff4;
  padding: 40px 20px 10px;
  position: relative;
  width: 488px;
  box-sizing: border-box;
}
.flow-num {
  position: absolute;
  top: 0;
  transform: translate(0, -70%);
  left: 20px;
  line-height: 1;
  font-size: 70px;
  color: #80aff4;
}
.flow__box:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 8px solid #a8cbff;
  background-color: #004682;
  border-radius: 50%;
  position: absolute;
  top: calc(20% + 40px);
  right: -69px;
  z-index: 1;
}
.flow__box:after {
  content: attr(data-flowNum);
  font-size: 30px;
  position: absolute;
  top: 20%;
  right: -69px;
  z-index: 1;
  font-family: 'EBGaramond-Italic', italic;
  color: #80aff4;
}
.flow__wrap .flow__block:nth-child(2n) .flow__box:before, .flow__wrap .flow__block:nth-child(2n) .flow__box:after {
  right: inherit;
  left: -69px;
}
.flow__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.flow-list__item {
  display: flex;
  align-items: flex-start;
}
.flow-list__item:before {
  content: '';
  border: none;
  margin-top: 0.5em;
  margin-right: 0.5em;
}
.contact {
  box-sizing: border-box;
  padding: 40px 0 20px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  min-width: 1080px;
}
@keyframes down-up {
 0% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(0, 6px);
}
 100% {
 transform: translate(0, 0);
}
}
.contact__heading {
  display: inline-block;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 740px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  animation-name: down-up;
  animation-duration: 2.6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.contact__heading:before {
  content: '';
  width: 0;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  border-top: 14px solid #004682;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: auto;
}
.contact__box {
  width: 960px;
  margin: auto;
  align-items: flex-start;
}
.contact-tel {
  margin-left: 40px;
  margin-top: 2px;
}
.contact-tel__head {
  display: inline-block;
  font-size: 24px;
  font-weight:  500;
}
.contact-tel__body {
  display: inline-block;
  width: 100%;
  font-size: 58px;
  line-height: 1;
  margin: -8px 0 6px;
  word-break: keep-all;
}
.contact-tel__text {
  font-size: 38px;
}
.contact-web__wrap {
  justify-content: center;
  align-items: center;
}
.contact-web {
  width: 550px;
  height: 90px;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 32px;
  font-weight:  500;
  border-radius: 4px;
  line-height: 1;
  box-shadow: 0 6px 0 #023b6c;
  border-bottom: 1px solid #004682;
}
.contact-web__lead {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
}
.about {
  margin-top: 80px;
  margin-bottom: 100px;
}
.about-btn-list {
  padding-left: calc(50% - 540px);
  padding-right: calc(50% - 540px);
  position: relative;
  margin: 60px 0;
  justify-content: center;
}
.about-btn-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;

  height: 1px;


  background-color: #004682;
}
.about-btn-list li {
  margin-right: 10px;
}
.about-btn {
  display: flex;
  width: 380px;
  height: 100%;
  padding: 10px 0;
  border: 1px solid #004682;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
}
.about-btn.js-visible {
  background-color: #fff;
  border-bottom-color: #fff;
  pointer-events: none;
}
.about-btn:not(.js-visible) {
  color: rgba(255, 255, 255, 0.6);
}
.about-btn:not(.js-visible):hover {
  background-color: #fff;
  color: #004682;
}
.about-contents:not(.js-visible) {
  display: none;
}
.about-table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.about-table th, .about-table td {
  padding: 16px;
  height: 80px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #C8C8C8;
}
.about-table th {
  background-color: #F7F4ED;
  font-size: 16px;
  font-weight:  700;
  width: 27%;
}
.concept {
  background-image: url(../images/concept_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 120px 0;
  min-width: 1080px;
}
.concept__box {
  position: relative;
}
.concept__contents {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 640px;
  box-sizing: border-box;
  padding: 30px;
}
.concept__heading {
  font-size: 30px;
  font-weight:  600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.concept__text {
  font-size: 16px;
  line-height: 2.18;
}
.concept__image {
  text-align: right;
  position: relative;
  top: 40px;
  line-height: 1;
}
.concept__image img {
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.16));
}
.concept-table__heading {
  margin-bottom: 0;
}
.concept-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}
.concept-table__title {
  width: 25%;
  font-weight: 600;
  text-align: right;
  padding: 10px 20px;
  border-bottom: 1px solid #d7d7d7;
}
.concept-table__text {
  width: 75%;
  padding: 20px 20px 10px;
  border-bottom: 1px solid #d7d7d7;
}
.faq {
  margin-top: 120px;
  margin-bottom: 100px;
}
.faq__wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.faq__box {
  width: 48%;
  margin-bottom: 30px;
}
.faq__title {
  font-size: 20px;
  font-weight:  500;
  align-items: baseline;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 16px;
}
.faq-num {
  font-size: 58px;
  margin-right: 16px;
}
.faq-answer {
  display: none;
  padding: 10px 24px;
  margin-bottom: 16px;
}
.faq-btn {
  width: 100%;
  font-size: 20px;
  color: #fff;
  padding: 10px 0 20px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.faq-btn:hover {
  opacity: 0.7;
}
.faq_open .faq-btn_open, .faq-btn_close {
  display: none;
}
.faq-btn_open, .faq_open .faq-btn_close {
  display: inline-block;
}
.faq-btn:before, .faq-btn:after {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #004682;
  position: absolute;
  bottom: 11px;
  transition: 0.3s;
}
.faq-btn:before {
  right: calc(50% - 1px);
  transform: rotate(40deg);
}
.faq-btn:after {
  left: calc(50% - 2px);
  transform: rotate(-40deg);
}
.faq_open .faq-btn:before {
  transform: rotate(-40deg);
}
.faq_open .faq-btn:after {
  transform: rotate(40deg);
}
.footer {
  border-top: 1px solid #B1AAA3;
  padding: 30px 0;
}
.footer__box {
  justify-content: space-between;
}
.footer__head {
  align-items: center;
}
.footer-logo {
  margin-right: 18px;
  line-height: 1;
}
.footer-logo:hover {
  opacity: 1;
}
.copyright {
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-size: 14px;
  background-color:  #888;
}
.movie__wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.movie {
  justify-content: space-around;
  margin-top: 30px;
}
.concept .movie__wrap {
  padding-bottom: 40px;
  padding-top: 60px;
}
.submit_confirm_label, .submit_send_label, .site_top a {
  box-shadow: 0 6px 0 #023b6c;
}

@media screen and (min-width:641px) {
body {
  min-width: 1080px;
}
.header {
  overflow-x: auto;
}
.sp {
  display: none;
}
}

@media screen and (max-width:640px) {
	
html {
  overflow-x: hidden;
}
.pc {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  width: 94%;
}
.heading-3 {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.heading-3__text:before, .heading-3__text:after {
  display: none;
}
.heading-3__lead {
  font-size: 16px;
}
.intro {
  font-size: 12px;
  text-align: left;
}
.header {
  height: 70px;
  padding: 0;
}
.header__box {
  align-items: center;
}
.header-logo {
  margin: 0;
}
.header-logo img {
  width: auto;
  height: 35px;
}
.header-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 45px;
}
.header-tel {
  color: #fff;
  width: 50%;
  font-size: 19px;
  margin: 0;
  text-align: center;
  height: 100%;
}
.header-tel a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #004682;
	pointer-events: auto;
}
.header-tel__text {
  font-size: 12px;
}
.header-tel-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 6px;
  margin-top: 4px;
}
.header-tel-icon img {
  width: 20px;
  height: 20px;
}
.header-link-btn {
  margin: 0;
  width: 50%;
  height: 100%;
}
.header-link-btn a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  margin: 0;
  padding: 0;
  min-width: initial;
}
.header-web-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}
.header-web-icon img {
  width: 23px;
  height: 28px;
}
.menu__button {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
.menu__bar {
  display: block;
  width: 27px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
.menu__bar01 {
  top: 8px;
}
.menu__bar02 {
  top: 17px;
}
.menu__bar03 {
  top: 26px;
}
.js-open .menu__bar01 {
  transform: rotate(45deg);
  top: 17px;
}
.js-open .menu__bar02 {
  opacity: 0;
}
.js-open .menu__bar03 {
  transform: rotate(-45deg);
  top: 17px;
}
.menu__text-open, .menu__text-close {
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33px;
}
.js-open .menu__text-open, .menu__text-close {
  display: none;
}
.js-open .menu__text-close {
  display: block;
}
.header-nav__wrap {
  width: 100vw;
  height: calc(100vh - 115px);
  overflow: auto;
  position: fixed;
  left: 100vw;
  top: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
.js-open .header-nav__wrap {
  left: 0;
}
.header-nav {
  display: block;
  margin-top: 20px;
}
.header-nav a {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto 15px;
  max-width: 200px;
}
.top__wrap {
  min-width: 100%;
  height: auto;
  margin-top: 70px;
  background: none;
}
.message {
  font-size: 14px;
  margin-top: -50px;
  padding-bottom: 60px;
	max-width: 100%;
}
.message-lead_sub {
  font-size: 40px;
}
.message__heading {
  font-size: 20px;
}
.point-list {
  position: absolute;
  left: 0;
  justify-content: center;
}
.point-list li {
  height: auto;
  margin: 0 0.5px;
  border-radius: 0;
  max-width: initial;
  width: 100%;
  font-size: 12px;
  padding: 8px 0;
}
.appeal-list {
  justify-content: space-around;
  margin-top: 40px;
}
.appeal-list li {
  width: 46%;
  border: none;
  font-size: 15px;
  margin-bottom: 20px;
}
.appeal-list-title__text {
  margin-bottom: 0px;
}
.appeal-list-title__num {
  font-size: 70px;
  top: -10px;
}
.appeal-list__foot {
  height: 20%;
  line-height: 1.4;
}
	#l-appeal{
	padding-top:100px;
}
.works-btn-list, .about-btn-list {
  flex-wrap: wrap;
  padding: 0;
  margin: 40px auto;
}
.works-btn-list:after, .about-btn-list:after {
  left: 0;
  right:  0;
}
.works-btn-list li, .about-btn-list li {
  width: auto;
  margin: 0 2px;
}
.works-btn, .about-btn {
  font-size: 15px;
  width: 100%;
  padding: 6px 10px;
}
.heading-4 {
  font-size: 16px;
  padding: 5px 12px;
}
.interview__contents {
  position: static;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.interview__box {
  margin-top: 20px;
  margin-bottom: 30px;
}
.interview__head {
  font-size: 20px;
}
.interview__foot {
  margin-top: 20px;
}
.interview__position {
  font-size: 14px;
}
.interview__position:after {
  width: 10%;
}
.interview__name {
  font-size: 50px;
}
.importance {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.importance__box {
  width: 100%;
  margin-bottom: 30px;
}
.importance__title {
  height: 50px;
  font-size: 14px;
  border-width: 3px;
}
.flow {
  margin-bottom: 0;
}
.flow:after {
  left: 10px;
}
.flow__wrap {
  display: block;
}
.flow__box {
  width: calc(100% - 20px);
  margin-left: 20px;
}
.flow__wrap .flow__block:nth-child(2) {
  margin-top: 30px;
}
.flow .flow__wrap:nth-child(2) {
  margin-top: 40px;
}
.flow__wrap .flow__block:nth-child(2n) .flow__box:before, .flow__box:before {
  right: inherit;
  left: -25px;
  top: -30px;
}
.flow__wrap .flow__block:nth-child(2n) .flow__box:after, .flow__box:after {
  display: none;
}
.short .about {
  margin-bottom: 60px;
}
.about-table {
  margin-top: 20px;
}
.about-table th, .about-table td {
  display: block;
  height: auto;
  padding: 10px;
  border: none;
}
.about-table th {
  font-size: 16px;
  width: 100%;
}
.about-table td {
  padding-bottom: 20px;
}
.concept {
  margin: 0;
  min-width: 100%;
}
.concept__box {
  top: 30px;
}
.concept__contents {
  position: relative;
  top: -50px;
  z-index: 3;
  width: 100%;
  transform: translate(0, 0);
}
.concept__contents:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0.8;
}
.concept__heading {
  font-size: 17px;
  margin-bottom: 10px;
}
.concept__text {
  font-size: 12px;
}
.concept__image {
  text-align: center;
  margin: 0 20px;
  top: 0;
  z-index: 2;
}
.concept__image img {
  filter: none;
}
.concept-table__heading {
  font-size: 22px;
  margin-bottom: 20px;
}
.concept-table__title {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing:  border-box;
  border-bottom: none;
  background-color: #eee;
  text-align:  left;
}
.concept-table__text {
  display: block;
  width: 100%;
  padding: 10px 10px 30px;
  box-sizing:  border-box;
  border-bottom:  none;
}
.faq {
  margin-top: 70px;
  margin-bottom: 40px;
}
.short .faq {
  margin-top: 0px;
}
.faq__wrap {
  flex-wrap: wrap;
}
.faq__box {
  width: 100%;
  margin-bottom: 20px;
}
.faq__title {
  font-size: 16px;
  align-items: baseline;
  margin-bottom: 8px;
  padding-bottom: 12px;
}
.faq-num {
  font-size: 36px;
  margin-right: 10px;
}
.faq-answer {
  padding: 16px 14px;
  margin-bottom: 10px;
}
.faq-btn {
  font-size: 16px;
  padding: 8px 0 16px;
}
.footer__head {
  flex-wrap: wrap;
}
.footer-logo {
  width: 50%;
  text-align: center;
  margin: 0 auto 6px;
}
.copyright {
  padding-bottom: 61px;
}
.movie__wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}
.movie {
  flex-wrap: wrap;
}
.movie iframe {
  height: 53.25vw;
}
.concept .movie__wrap {
  padding-bottom: 10px;
  padding-top: 30px;
}
}
