@charset "utf-8";

/* common */

*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}
html {
  font-size: 62.5%;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url("../img/bg.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
}
ul,
ol {
  padding-inline-start: 0;
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* page common */
.hover a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.hover a:hover {
  opacity: 0.6;
}
article {
  width: 1330px;
  margin: 160px auto 0;
}
article h3 {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
}
article h3:before {
  position: absolute;
  left: 50%;
  margin-left: -0.5rem;
  bottom: -40px;
  color: #37291F;
  font-size: 20px;
	content:'／';
}
article h3 span.en {
  padding: 0 5px;
  color: #fff;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  background: #F28735;
}
article h3 span.title {
  display: block;
  margin-top: 15px;
  font-size: 48px;
}
article h3 p.caption {
  font-size: 24px;
  font-family: 'Zen Old Mincho', serif;
  color: #877E78;
  line-height: 1.3em;
  text-align: center;
}
article section{
  width: 90%;
  margin: 0 auto;
}

/* bnr_fixed */
#bnr_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: opacity 0.4s ease-out;
     -moz-transition: opacity 0.4s ease-out;
      -ms-transition: opacity 0.4s ease-out;
       -o-transition: opacity 0.4s ease-out;
          transition: opacity 0.4s ease-out;
}
#bnr_fixed ul {
  display: flex;
  justify-content: space-between;
}

#bnr_fixed ul li {
  margin: 0;
  width: 50%;
}
#bnr_fixed ul li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #F28735;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#bnr_fixed ul li:nth-child(2) a {
  background: #4CA898;
}
#bnr_fixed ul li a span {
  vertical-align: -4px;
}
#bnr_fixed ul li a:hover {
  color: #000;
  background: #fff;
}
#bnr_fixed ul li:nth-child(2) a:hover {
  background: #fff;
}
#bnr_fixed ul li a:hover span {
  color: #000;
}
#bnr_fixed.is_hidden {
  opacity: 0;
  z-index: -1;
}

/* header */
header {
  height: 60px;
  background: #fff;
}
header h1 {
  display: inline-block;
  padding: 5px 0 0 10px;
  vertical-align: middle;
}
header h1 img {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
}
header h1 div {
  display: inline-block;
  padding-top: 5px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 100;
}
header h1 span {
  padding: 0 7px 0 15px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
header ul {
  position: absolute;
  top: 0;
  right: 0;
}
header ul li {
  float: left;
  margin-left: 2px;
}
header ul li a {
  display: block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #E36F26;
}
header ul li:nth-child(2) a {
  background: #4CA898;
}


/* mv */
#mv {
  margin: 0 auto;
}
#mv .mv_visual {
  position: relative;
}
#mv .mv_visual .mv_img img {
  width: 100%;
}
#mv .mv_visual .mv_visual_detail {
  position: absolute;
  top: 100px;
  left: 50px;
}
#mv .mv_visual .mv_catch {
  font-size: 4.5vw;
  font-family: 'Zen Old Mincho', serif;
}
#mv .mv_visual .mv_catch span {
  padding: 0 5px;
  background: #fff;
}
#mv .mv_visual .mv_title {
  margin: 20px 0 10px;
  font-size: 4.5vw;
  font-family: 'Zen Old Mincho', serif;
  color: #fff;
  line-height: 1em;
}
#mv .mv_visual .mv_title span {
  font-size: 4.8vw;
  font-family: 'Cormorant Garamond', serif;
}
#mv .successful {
  position: absolute;
  left: 50px;
  bottom: 120px;
  color: #fff;
}
#mv .successful .title,
#mv .successful .number {
  display: inline-block;
  font-size: 20px;
}
#mv .successful .number span {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
}
#mv .successful .date {
  margin-top: -0.5rem;
  font-size: 14px;
}
#mv .mv_cta {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-top: -100px;
  margin-left: -450px;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #37291F;
}
#mv .mv_cta dl {
  display: inline-block;
  width: 370px;
  margin: 0 10px;
}
#mv .mv_cta dt {
  margin-bottom: 12px;
}
#mv .mv_cta dd a {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #F28735;
  border: solid 3px #fff;
  border-radius: 100px;
}
#mv .mv_cta dd a.doc {
  background: #4CA898;
}
#mv .mv_cta dd a span {
  font-size: 18px;
  vertical-align: -2px;
}

/* bnr */
#bnr {
  margin-top: 200px;
}
#bnr ul {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
#bnr ul li {
  display: inline-block;
  margin: 0 2%;
  width: 42%;
}

/* why */
#why section {
  width: 1000px;
  margin: 0 auto 80px;
}
#why section figure {
  float: right;
}
#why section dl {
  float: left;
  width: 600px;
}
#why section dl dt span {
  padding: 3px 10px;
  font-family: 'Zen Old Mincho', serif;
  background: #fff;
}
#why section dl dt span.point {
  font-size: 20px;
}
#why section dl dt span.title {
  display: block;
  margin-top: 5px;
  color: #F28735;
  font-size: 40px;
  font-weight: bold;
}
#why section dl dd {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
#why section dl dd span {
  font-weight: bold;
}
#why section.why_left figure {
  float: left;
}
#why section.why_left dl {
  float: right;
}

/* method */
#method section {
  margin-bottom: 40px;
  padding: 70px 0;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 10px 0px rgb(242, 135, 53, 0.1);
}
#method section figure,
#method section dl {
  display: inline-block;
  vertical-align: top;
}
#method section figure {
  width: 345px;
}
#method section dl {
  width: 540px;
  margin-left: 20px;
  text-align: left;
}
#method section dl dt {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Zen Old Mincho', serif;
  color: #F28735;
}
#method section dl dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2em;
}
#method section dl dd span.bold {
  font-weight: bold;
}
#method section dl dd span.oline {
  padding: 0 3px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #F28735;
}
#method section dl dd span.gline {
  background: linear-gradient(transparent 70%, #E4E3E2 50%);
}
#method section dl dd p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
#method section dl dd ul li {
  margin-left: 1.5em;
  font-weight: bold;
  color: #F28735;
  list-style-type: disc;
}
#method section dl dd ul li span {
  color: #877E78;
}

/* lecturers */
#lecturers {
  text-align: center;
}
#lecturers section {
  display: inline-block;
  margin: 10px;
  padding: 50px 0;
  width: 45%;
  text-align: left;
  background: #fff;
  vertical-align: top;
  border-radius: 30px;
  box-shadow: 0 0 10px 0px rgb(242, 135, 53, 0.1);
}
#lecturers section p.lead {
  font-size: 16px;
  font-family: 'Zen Old Mincho', serif;
  color: #37291F;
  text-align: center;
}
#lecturers section figure {
  margin: 20px 0 10px;
}
#lecturers section figure img {
  width: 350px;
  margin: 0 auto;
  border-radius: 350px;
}
#lecturers section dt {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
}
#lecturers section dt span {
  display: block;
}
#lecturers section dt span.name {
  font-size: 32px;
  color: #F28735;
}
#lecturers section dt span.en {
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  color: #F4B999;
}
#lecturers section dd.licence {
  margin-bottom: 20px;
}
#lecturers section dd.licence ul {
  width: 400px;
  margin: 0 auto;
}
#lecturers section dd.licence ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 0;
  width: 190px;
  border: 2px solid #E4E3E2;
  border-radius: 30px;
  text-align: center;
}
#lecturers section dd.licence ul li p {
  display: inline-block;
}
#lecturers section dd.licence ul li p.licence_name {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  color: #F4B999;
}
#lecturers section dd.licence ul li p.licence_txt {
  font-size: 12px;
  color: #877E78;
}
#lecturers dl dd .dropdown {
  padding: 30px 95px;
  font-size: 16px;
  border-top: 2px solid #E4E3E2;
}
#lecturers dl dd .btn-more {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #F28735;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 3px solid #F28735;
  border-radius: 100px;
}
#lecturers dl dd .btn-more:hover {
  color: #F4B999;
}
#lecturers dl dd div.close {
  background-color: #fff;
  color: #F28735;
}
#lecturers dl dd div.close:before {
  border-top: 2px solid #F28735;
}
#lecturers dl dd span.close {
  display: none;
}
#lecturers dl dd .close span.profile {
  display: none;
}
#lecturers dl dd .close span.close {
  display: block;
}
#lecturers dl dd .btn-more:before,
#lecturers dl dd .btn-more:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
#lecturers dl dd .btn-more:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
  transition: .3s;
}
#lecturers dl dd .btn-more:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 39px;
  transition: .3s;
}
#lecturers .accordion_area .accordion_one {
  position: relative;
}
#lecturers .accordion_area .accordion_one .ac_header {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #F28735;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 3px solid #F28735;
  border-radius: 100px;
}
#lecturers .accordion_area .accordion_one .open {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #F28735;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#lecturers .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
#lecturers .accordion_area .accordion_one .ac_header .i_box:before,
#lecturers .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
#lecturers .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #fff;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: .3s;
}
#lecturers .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
#lecturers .accordion_area .accordion_one .open .i_box:before {
  border-top: 2px solid #F4B999;
}
#lecturers .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
#lecturers .accordion_area .accordion_one .ac_inner {
  position: absolute;
  top: 0;
  display: none;
  padding: 30px 95px 120px;
  font-size: 16px;
  background: #fff;
  border-top: 2px solid #E4E3E2;
}
#lecturers .p-faq__headinner {
  display: block;
  position: relative;
  line-height: 1.5;
}
#lecturers .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
  position: relative;
  font-size: 16px;
}
#lecturers .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
  position: relative;
  font-size: 16px;
}

/* models */
#models section {
  text-align: center;
}
#models .detail {
  display: inline-block;
  margin: 10px;
  padding: 50px 0;
  width: 45%;
  text-align: left;
  background: #fff;
  vertical-align: top;
  border-radius: 30px;
  box-shadow: 0 0 10px 0px rgb(242, 135, 53, 0.1);
}
#models .detail .detail_box {
  width: 390px;
  margin: 0 auto;
}
#models .detail .detail_box p.lead {
  font-size: 20px;
  font-weight: bold;
  color: #37291F;
}
#models .detail .detail_box .summary {
  margin: 25px 0;
}
#models .detail .detail_box .summary figure,
#models .detail .detail_box .summary dl  {
  display: inline-block;
  vertical-align: top;
}
#models .detail .detail_box .summary figure img {
  border-radius: 10px;
}
#models .detail .detail_box .summary dl {
  margin-left: 20px;
}
#models .detail .detail_box .summary dl dt {
  font-size: 32px;
  font-weight: bold;
  color: #F28735;
}
#models .detail .detail_box .summary dl dt span {
  font-size: 16px;
}
#models .detail .detail_box .summary dl dd ul li {
  margin-left: 1.5em;
  font-size: 14px;
  color: #F28735;
  list-style-type: disc;
}
#models .detail .detail_box .summary dl dd ul li p {
  display: inline-block;
  color: #877E78;
}
#models .detail .detail_box .summary dl dd ul li p.midashi {
  width: 5em;
  font-weight: bold;
}
#models .first_one .ac_header {
  border-radius: 10px 10px 0 0;
}
#models .last_one .ac_header {
  border-radius: 0 0 10px 10px;
}
#models .accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 18px 35px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  font-size: 14px;
  font-weight: bold;
  color: #877E78;
  text-align: center;
  border-top: 1px solid #E4E3E2;
  border-left: 1px solid #E4E3E2;
  border-right: 1px solid #E4E3E2;
}
#models .accordion_area .last_one .ac_header {
  border-bottom: 1px solid #E4E3E2;
}
#models .accordion_area .accordion_one .ac_header:hover {
  color: #F4B999;
}
#models .accordion_area .accordion_one .open {
  background-color: #F28735;
  color: #fff;
}
#models .accordion_area .last_one .open {
  background-color: #F28735;
  color: #fff;
  border-radius: 0;
}
#models .accordion_area .last_one .open {
  background-color: #F28735;
  color: #fff;
  border-radius: 0;
}
#models .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
#models .accordion_area .accordion_one .ac_header .i_box:before,
#models .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
#models .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #F4B999;
  width: 10px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: .3s;
}
#models .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #F4B999;
  width: 0;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 4px;
  transition: .3s;
}
#models .accordion_area .accordion_one .open .i_box:before {
  border-top: 2px solid #F4B999;
}
#models .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
#models .accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 25px 20px;
  font-size: 16px;
  background: #fff;
  border-right: 1px solid #E4E3E2;
  border-left: 1px solid #E4E3E2;
}
#models .accordion_area .last_one .ac_inner {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #E4E3E2;
}
#models .p-faq__headinner {
  display: block;
  position: relative;
  line-height: 1.5;
}
#models .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
  position: relative;
  font-size: 16px;
  color: #877E78;
}
#models .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt ul {
  margin: 10px 0;
}
#models .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt ul li {
  margin-left: 1.5em;
  font-weight: bold;
  color: #F28735;
  list-style-type: disc;
}
#models .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt ul.weight_n li {
  font-weight: normal;
}
#models .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt ul li span {
  color: #877E78;
}

/* questions */
#questions .accordion_one {
  margin-bottom: 40px;
}
#questions .accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 20px 35px;
  border-radius: 10px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  font-weight: bold;
  box-shadow: 0 0 10px 0px rgb(242, 135, 53, 0.1);
}
#questions .accordion_area .accordion_one .ac_header:hover {
  color: #F28735;
}
#questions .accordion_area .accordion_one .open:hover {
  color: #fff;
}
#questions .accordion_area .accordion_one .open {
  background-color: #F28735;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
#questions .accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
#questions .accordion_area .accordion_one .ac_header .i_box:before,
#questions .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
#questions .accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #F28735;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: .3s;
}
#questions .accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #F28735;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
#questions .accordion_area .accordion_one .open .i_box:before {
  border-top: 2px solid #fff;
}
#questions .accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
#questions .accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 20px 35px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#questions .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
}
#questions .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt::before {
  position: absolute;
  left: 0;
  top: -1.5rem;
  content: "A．";
  font-family: 'Poppins', sans-serif;
  color: #F28735;
  font-size: 36px;
  font-weight: bold;
}
#questions .p-faq__headinner {
  display: block;
  padding-left: 60px;
  position: relative;
  line-height: 1.5;
}
#questions .p-faq__headinner::before {
  position: absolute;
  left: 0;
  top: -1.2rem;
  content: "Q．";
  font-family: 'Poppins', sans-serif;
  color: #F28735;
  font-size: 36px;
  font-weight: bold;
}
#questions .open .p-faq__headinner::before {
  color: #fff;
}
#questions .p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}

/* cta */
#cta {
  margin-bottom: 70px;
  text-align: center;
  background-image: url("../img/cta_bg_pc.jpg");
  background-size: cover;
}
#cta section {
  padding: 130px 0;
  text-align: center;
  background-image: url("../img/cta_bg_pc.jpg");
  background-size: cover;
}
#cta section figure,
#cta section .box {
  display: inline-block;
  vertical-align: top;
}
#cta section figure {
  width: 520px;
}
#cta section .box {
  width: 550px;
  margin-left: 10px;
  text-align: left;
}
#cta section .box h4 span {
  padding: 0 5px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 46px;
  background: #fff;
}
#cta section .box .present {
  margin: 10px 0;
  color: #fff;
}
#cta section .box .present span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6rem;
}
#cta section .box ul li {
  width: 450px;
  margin-bottom: 10px;
}
#cta section .box ul li a {
  position: relative;
  display: block;
  padding: 25px 0;
  color: #F28735;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background:  #fff;
  border-radius: 50px;
}
#cta section .box ul li a span {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -1rem;
}

/* footer */
#footer {
  padding: 50px 0;
  background: #37291F;
  color: #fff;
}
#footer section {
  width: 1080px;
  margin: 0 auto;
}
#footer h1 {
  float: left;
  color: #F28735;
  line-height: 60px;
  vertical-align: middle;
}
#footer h1 span {
  line-height: 60px;
  vertical-align: middle;
}
#footer h1 img {
  display: inline-block;
  width: 170px;
  padding-right: 20px;
  vertical-align: middle;
}
#footer .right_box {
  float: right;
}
#footer .right_box a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#footer .right_box ul li {
  display: inline-block;
  width: 270px;
  text-align: right;
  vertical-align: middle;
  line-height: 60px;
}

@media screen and (max-width: 1600px){
  #mv .mv_visual .mv_visual_detail {
    top: 90px;
  }
  #mv .mv_visual .mv_catch {
    font-size: 4vw;
  }
  #mv .mv_visual .mv_title {
    margin: 20px 0 10px;
    font-size: 4vw;
  }
  #mv .successful {
    bottom: 120px;
  }
  #mv .successful .title {
    font-size: 16px;
  }
  #mv .successful .number span {
    font-size: 42px;
  }
}

@media screen and (max-width: 1330px){
  #mv {
    width: 1330px;
  }
  #mv .mv_visual .mv_catch {
    font-size: 52px;
  }
  #mv .mv_visual .mv_title {
    margin: 20px 0 10px;
    font-size: 52px;
  }
  #mv .mv_visual .mv_title span {
    font-size: 54px;
  }
}

@media screen and (max-width: 768px){ 

  /* bnr_fixed */
  #bnr_fixed {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #bnr_fixed ul {
    display: block;
  }
  #bnr_fixed ul li {
    width: 100%;
  }
  #bnr_fixed ul li a {
    padding: 15px 0;
    font-size: 3vw;
  }
  #bnr_fixed ul li a span {
    font-size: 2.6vw;
    vertical-align: -2px;
  }

  /* page common */
  article {
    width: 100%;
    margin: 120px auto 0;
  }
  article h3 {
    margin-bottom: 50px;
  }
  article h3 span.en {
    font-size: 18px;
  }
  article h3 span.title {
    display: block;
    margin-top: 10px;
    font-size: 9vw;
    line-height: 1.2em;
  }
  article h3 p.caption {
    margin-top: 10px;
    font-size: 4.5vw;
  }
  #models section,
  #questions section,
  #cta section  {
    width: 100%;
  }

  /* mv */
  header {
    height: 40px;
  }
  header h1 {
    display: block;
    vertical-align: top;
  }
  header h1 img {
    display: block;
    width: 80px;
  }
  header ul li a {
    padding: 0 10px;
    font-size: 2.6vw;
    height: 40px;
    line-height: 40px;
  }
  header h1 div {
    display: none;
  }

  /* header */
  #mv {
    width: 100%;
  }
  #mv .mv_visual .mv_visual_detail {
    top: 7%;
    left: 25px;
  }
  #mv .mv_visual ul {
    top: 25px;
    right: 25px;
    z-index: 1;
  }
  #mv .mv_visual {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  #mv .mv_visual .mv_catch {
    font-size: 7.5vw;
  }
  #mv .mv_visual .mv_title {
    margin: 10px 0 5px;
    line-height: 1.2em;
  }
  #mv .mv_visual .mv_title span {
    font-size: 9vw;
  }
  #mv .mv_visual .mv_title {
    font-size: 6vw;
  }
  #mv .successful {
    left: 25px;
    bottom: 16%;
  }
  #mv .successful .title,
  #mv .successful .number {
    font-size: 3vw;
  }
  #mv .successful .number span {
    font-size: 8vw;
  }
  #mv .successful .date {
    margin-top: -1em;
    font-size: 2.5vw;
  }
  #mv .mv_cta {
    width: 90%;
    margin-top: -10%;
    margin-left: -45%;
    padding: 20px 0;
    font-size: 14px;
  }
  #mv .mv_cta dl {
    width: 90%;
    margin: 10px auto;
  }
  #mv .mv_cta dd a {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
  #mv .mv_cta dd a span {
    font-size: 16px;
    vertical-align: -2px;
  }

  /* bnr */
  #bnr {
    width: 100%;
    margin: 300px auto 0;
    text-align: center;
  }
  #bnr ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }

  /* why */
  #why section {
    width: 90%;
    margin: 0 auto 100px;
  }
  #why section figure {
    float: none;
  }
  #why section dl {
    float: none;
    width: 100%;
  }
  #why section dl dt {
    margin-top: 20px;
  }
  #why section dl dt span.point {
    font-size: 16px;
  }
  #why section dl dt span.title {
    font-size: 5.5vw;
  }
  #why section dl dd {
    font-size: 16px;
  }
  #why section.why_left figure,
  #why section.why_left dl {
    float: none;
  }

  /* method */
  #method section {
    width: 90%;
    margin: 0 auto 40px;
    padding: 50px 0;
    border-radius: 30px;
  }
  #method section figure {
    width: 80%;
  }
  #method section dl {
    width: 80%;
    margin: 10px auto 0;
  }
  #method section dl dt {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.2em;
  }

  /* lecturers */
  #lecturers section {
    margin: 0 auto 20px;
    padding: 50px 0;
    width: 90%;
  }
  #lecturers section p.lead {
    padding: 0 20px
  }
  #lecturers section figure img {
    width: 70%;
  }
  #lecturers section dd.licence {
  }
  #lecturers section dd.licence ul {
    width: 90%;
    margin: 0 auto;
  }
  #lecturers section dd.licence ul li {
    margin-bottom: 10px;
    padding: 3px 0;
    width: 47%;
  }
  #lecturers section dd.licence ul li p.licence_name,
  #lecturers section dd.licence ul li p.licence_txt {
    font-size: 10px;
  }
  #lecturers dl dd .dropdown {
    padding: 20px;
  }
  #lecturers dl dd .btn-more {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  /* models */
  #models .detail {
    margin: 0 auto 20px;
    padding: 30px 0;
    width: 90%;
  }
  #models .detail .detail_box {
    width: 90%;
    margin: 0 auto;
  }
  #models .detail .detail_box p.lead {
    padding: 0 20px;
    font-size: 16px;
  }
  #models .detail .detail_box .summary {
    margin: 15px 0;
    text-align: center;
  }
  #models .detail .detail_box .summary figure {
    width: 40%;
  }
  #models .detail .detail_box .summary figure img {
    width: 100%;
  }
  #models .detail .detail_box .summary dl {
    width: 50%;
    margin-left: 10px;
    text-align: left;
  }
  #models .detail .detail_box .summary dl dt {
    font-size: 6vw;
  }
  #models .detail .detail_box .summary dl dt span {
    font-size: 4vw;
  }
  #models .detail .detail_box .summary dl dd ul li {
    margin-left: 1.5em;
    font-size: 3vw;
  }
  #models .accordion_area .accordion_one .ac_header {
    font-size: 3vw;
    padding: 18px 35px 18px 15px;
  }
  #models .accordion_area .accordion_one .ac_header .i_box {
    right: 1.5rem;
  }

/* questions */
  #questions .accordion_one {
    margin-bottom: 20px;
  }
  #questions .s_section {
    width: 90%;
    margin: 0 auto;
  }
  #questions .accordion_area .accordion_one .ac_header {
    padding: 10px 35px 10px 10px;
  }
  #questions .accordion_area .accordion_one .ac_header .i_box {
    right: 1.5rem;
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }
  #questions .accordion_area .accordion_one .ac_header .i_box:before {
    width: 10px;
  }
  #questions .accordion_area .accordion_one .ac_header .i_box:after {
    right: 4px;
    height: 10px;
  }
  #questions .accordion_area .accordion_one .ac_inner {
    padding: 15px;
  }
  #questions .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
    padding-left: 2.2em;
  }
  #questions .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt::before {
    top: -0.5rem;
    font-size: 20px;
  }
  #questions .p-faq__headinner {
    padding-left: 2.2em;
  }
  #questions .p-faq__headinner::before {
    top: -0.5rem;
    font-size: 20px;
  }
  #questions .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }

  /* cta */
  #cta section {
    padding: 30px 0;
  }
  #cta section figure {
    width: 80%;
  }
  #cta section .box {
    width: 90%;
    margin: 20px auto;
  }
  #cta section .box h4 span {
    padding: 0 5px;
    font-size: 7vw;
  }
  #cta section .box ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #cta section .box ul li a {
    padding: 20px 0;
    font-size: 16px;
    border-radius: 50px;
  }
  #cta section .box ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    margin-top: -1rem;
  }

  /* footer */
  #footer {
    padding: 30px;
  }
  #footer section {
    width: 100%;
    margin: 0 auto;
  }
  #footer h1 {
    float: none;
  }
  #footer .right_box {
    float: none;
  }
  #footer h1 img {
    width: 120px;
  }
  #footer .right_box ul li {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    line-height: normal;
  }

}