@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol li {
  list-style: none;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf {
  *zoom: 1;
  display: block;
}

html,
body {
  background-color: #F2ECE5;
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-style: normal;
  font-feature-settings: 'palt';
  background-color: #ffffff;
  -webkit-font-feature-settings: 'pkna';
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  html,
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}

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

a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  display: block;
}

a img {
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

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

::selection {
  background: #FFFF9F;
}

::-moz-selection {
  background: #FFFF9F;
}

.o-p-loader {
  background: #FCFF00;
  z-index: 99999;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
}

.o-p-loader__item {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 400px;
}

@media screen and (max-width: 640px) {
  .o-p-loader__item {
    width: 220px;
  }
}

.o-p-loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}

@keyframes slideOut {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}

#o-c-pagetop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 60px;
  z-index: 1000;
  cursor: pointer;
  transition-duration: 0.2s;
}

@media screen and (max-width: 1200px) {
  #o-c-pagetop {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #o-c-pagetop {
    bottom: 10px;
    right: 10px;
  }
}

#o-c-pagetop:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
}

.pc {
  display: block !important;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.wrap__1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  .wrap__1200 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__1200 {
    padding: 50px 20px;
  }
}

.wrap__1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1000px) {
  .wrap__1000 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__1000 {
    padding: 50px 20px;
  }
}

.wrap__900 {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .wrap__900 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__900 {
    padding: 50px 20px;
  }
}

.wrap__800 {
  padding: 100px 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .wrap__800 {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap__800 {
    padding: 50px 20px;
  }
}

.btn {
  width: 530px;
  border-radius: 100px;
  margin: 0 auto;
  border: 4px solid #00306E;
  font-weight: bold;
  font-size: 2.6rem;
  background-image: url(../img/right.png);
  background-position: right 9% bottom 48%;
  background-repeat: no-repeat;
  background-size: 27px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 4px 5px 0px 0 #00306E;
  transition: .3s;
  background-color: #FCFF00;
}

@media screen and (max-width: 640px) {
  .btn {
    width: 300px;
    margin: 50px auto 0px;
    font-size: 1.6rem;
    background-size: 17px;
    background-position: right 5% bottom 48%;
  }
}

@media screen and (max-width: 320px) {
  .btn {
    width: 280px;
    font-size: 1.6rem;
    background-size: 15px;
    background-position: right 4% bottom 48%;
  }
}

.btn:hover {
  background-color: #00AECB;
  transition: .3s;
  background-image: url(../img/right_white.png);
}

.btn a {
  color: #00306E;
  padding: 15px 20px;
}

@media screen and (max-width: 640px) {
  .btn a {
    padding: 10px 15px;
    margin-right: 10px;
  }
}

.btn a:hover {
  transition: .3s;
  color: #ffffff;
}

.l-header__hamburger {
  position: absolute;
  right: 20px;
  top: 80px;
}

@media screen and (max-width: 896px) {
  .l-header__hamburger {
    top: 60px;
  }
}

.l-header__hamburger__button {
  display: block;
  padding: 0;
  width: 32px;
  height: 30px;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
}

@media screen and (max-width: 896px) {
  .l-header__hamburger__button {
    top: 19px;
  }
}

@media screen and (max-width: 640px) {
  .l-header__hamburger__button {
    top: 19px;
    right: 20px;
  }
}

.l-header__hamburger__button__bar {
  display: block;
  width: 32px;
  height: 3px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.l-header__hamburger__button__bar1 {
  top: 3px;
}

.l-header__hamburger__button__bar2 {
  top: 53%;
}

.l-header__hamburger__button__bar3 {
  bottom: -1px;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar {
  width: 37px;
  left: 0px;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar1 {
  transform: rotate(0.79rad) translateY(-50%);
  top: 3px;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar2 {
  opacity: 0;
}

.l-header__hamburger__button.active .l-header__hamburger__button__bar3 {
  transform: rotate(-0.79rad) translateY(0%);
  top: calc(100% - 2px);
}

.l-header__hamburger__button.active .zdo_drawer_close {
  display: block;
}

.l-header__hamburger__button {
  color: #00AECB;
}

.l-header__hamburger__button .l-header__hamburger__button__bar {
  background-color: #00AECB;
}

.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.l-header__hamburger__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #00AECB;
  color: #ffffff;
  width: 300px;
  padding: 50px 0;
}

@media screen and (max-width: 640px) {
  .l-header__hamburger__nav {
    width: 100%;
  }
}

.l-header__hamburger__nav li a {
  color: #ffffff;
  padding: 10px;
  display: flex;
  position: relative;
  z-index: 5;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .l-header__hamburger__nav li a {
    font-size: 1.8rem;
    padding: 20px;
  }
}

.l-header__hamburger__nav li a img {
  width: 40px;
  margin-right: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .l-header__hamburger__nav li a img {
    width: 40px;
    margin-right: 15px;
  }
}

.l-header__hamburger__nav li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #FF8D00;
  top: 0;
  left: 0;
  z-index: -1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
}

.l-header__hamburger__nav li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .l-header__hamburger__wrapper__nav li {
    text-align: center;
  }
}

.l-header__hamburger__nav {
  display: none;
}

.active .l-header__hamburger__button__bar {
  background-color: #ffffff;
}

.main-inner {
  font-size: 1.8rem;
  line-height: 2em;
}

@media screen and (max-width: 1000px) {
.main-inner {
    font-size: 1.6rem;
    line-height: 2em;
  }
}

@media screen and (max-width: 640px) {
.main-inner {
    font-size: 1.4rem;
    line-height: 2em;
  }
}

.header {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .header {
    margin: 0px 20px;
  }
}

.header__hl {
  width: 250px;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .header__hl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .header__hl {
    width: 160px;
  }
}

.fv__wrap {
  background-image: url(../img/fvbg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .fv__wrap {
    padding-top: 30px;
    background-image: url(../img/sp_fvbg.png);
  }
}

.fv {
  max-width: 1200px;
  margin: 0px auto;
  opacity: 0;
}

.fv__animation {
  opacity: 1;
}

.fv__animation img {
  animation-name: fadedown;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes fadedown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  80% {
    transform: translateY(0px);
  }
  85% {
    transform: translateY(-60px);
  }
  90% {
    transform: translateY(0px);
  }
  94% {
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fixed-btn {
  position: absolute;
  font-weight: bold;
  right: 0;
  top: 30%;
  width: 60px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .fixed-btn {
    font-size: 1.6rem;
    top: 20%;
    width: 40px;
  }
}

.fixed-btn a {
  color: #ffffff;
  background-color: #FF8D00;
  border-radius: 30px 0 0 30px;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .fixed-btn a {
    border-radius: 20px 0 0 20px;
  }
}

.fixed-btn a:hover {
  transition: .3s;
  background-color: #00AECB;
  color: #ffffff;
}

.fixed-btn p {
  padding: 25px 20px 15px;
}

@media screen and (max-width: 1200px) {
  .fixed-btn p {
    padding: 15px 15px 5px;
  }
}

.fixed-btn p span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
}

.fixed-btn img {
  width: 18px;
  margin-top: 20px;
  margin-left: 25px;
  animation: bound 1s infinite;
}

@media screen and (max-width: 1200px) {
  .fixed-btn img {
    margin-top: 20px;
    margin-left: 17px;
    width: 10px;
  }
}

@keyframes bound {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.fixed-btn__sp {
  background-color: #FF8D00;
  font-size: 1.8rem;
  font-weight: bold;
  width: 270px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}

.fixed-btn__sp a {
  color: #ffffff;
  padding: 10px 0;
}

.nav {
  background-color: #00AECB;
}

.nav__list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  font-weight: bold;
}

.nav__list__item {
  width: calc(99% / 4);
  font-size: 2rem;
  text-align: center;
  background-image: url(../img/menu2.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center 30%;
}

.nav__list__item:hover {
  background-image: url(../img/y_menu2.png);
}

.nav__list__item:nth-child(2) {
  background-image: url(../img/menu3.png);
}

.nav__list__item:nth-child(2):hover {
  background-image: url(../img/y_menu3.png);
}

.nav__list__item:nth-child(3) {
  background-image: url(../img/menu4.png);
}

.nav__list__item:nth-child(3):hover {
  background-image: url(../img/y_menu4.png);
}

.nav__list__item:nth-child(4) {
  background-image: url(../img/menu1.png);
}

.nav__list__item:nth-child(4):hover {
  background-image: url(../img/y_menu1.png);
}

.nav__list img {
  width: 50px;
  margin-bottom: 5px;
}

.nav__list a {
  color: #ffffff;
  padding: 60px 0 10px 0;
  display: block;
  transition: .3s;
}

.nav__list a:hover {
  color: #FCFF00;
  transition: .3s;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.nav-fixed .nav__list__item a {
  padding: 30px 0 5px 0;
}

.nav-fixed .nav__list__item {
  background-size: 30px;
  font-size: 1.6rem;
  background-position: center 20%;
}

.sec1__item {
  background-image: url(../img/sec1_2.png);
  background-repeat: no-repeat;
  background-position: 550px 50px;
  background-size: 100px;
}

.sec1__item__hl {
  font-size: 3rem;
  color: #FF8D00;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .sec1__item__hl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .sec1__item__hl {
    font-size: 1.8rem;
  }
}

.sec1__item__deco {
  width: 280px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec1__item__deco {
    width: 160px;
    margin-bottom: 0px;
  }
}

.sec1__item__text {
  margin-left: 80px;
  width: 69%;
}

@media screen and (max-width: 1000px) {
  .sec1__item__text {
    margin-left: 0px;
    width: 65%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec1__item__text {
    width: 80%;
    margin: 0 auto;
    padding-right: 0px;
  }
}

@media screen and (max-width: 320px) {
  .sec1__item__text {
    width: 100%;
  }
}

.sec1__item__image {
  width: 31%;
}

@media screen and (max-width: 1000px) {
  .sec1__item__image {
    width: 35%;
  }
}

@media screen and (max-width: 640px) {
  .sec1__item__image {
    width: 95%;
    min-height: 0%;
    margin: 0 auto;
  }
}

.sec1__flex {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .sec1__flex {
    margin-left: 0px;
    flex-flow: column;
    min-height: 0%;
    margin-bottom: -50px;
  }
}

.sec2 {
  background-image: url(../img/sec2_bg.png);
  position: relative;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sec2 {
    background-size: 1100px;
  }
}

.sec2__inner {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px 160px;
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .sec2__inner {
    padding: 50px 100px;
  }
}

@media screen and (max-width: 1000px) {
  .sec2__inner {
    padding: 50px 50px;
  }
}

@media screen and (max-width: 640px) {
  .sec2__inner {
    margin-top: 0px;
    padding: 20px 20px;
  }
}

.sec2__hl {
  width: 620px;
  margin: 0 auto;
  margin-top: -100px;
}

@media screen and (max-width: 900px) {
  .sec2__hl {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  .sec2__hl {
    width: 320px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 375px) {
  .sec2__hl {
    margin-left: -20px;
  }
}

@media screen and (max-width: 320px) {
  .sec2__hl {
    width: 250px;
    margin-left: -5px;
  }
}

.sec2__list {
  margin-top: 30px;
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .sec2__list {
    flex-flow: column;
    min-height: 0%;
  }
}

.sec2__list__item {
  width: 260px;
}

@media screen and (max-width: 1200px) {
  .sec2__list__item {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .sec2__list__item {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 0%;
  }
  .sec2__list__item:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 640px) and (max-width: 320px) {
  .sec2__list__item {
    width: 90%;
  }
}

.sec2__text {
  margin-top: 50px;
  color: #00AECB;
  font-weight: bold;
  font-size: 3.2rem;
  display: inline-block;
  background: linear-gradient(transparent 70%, #FCFF00 70%);
}

@media screen and (max-width: 1200px) {
  .sec2__text {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 800px) {
  .sec2__text {
    margin-top: 40px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec2__text {
    display: inline;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .sec2__text {
    font-size: 1.4rem;
  }
}

.sec2__text__inner {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec2__text__inner {
    margin-top: 20px;
    text-align: left;
    width: 60%;
    margin-left: 40%;
  }
}

@media screen and (max-width: 320px) {
  .sec2__text__inner {
    width: 57%;
    margin-left: 43%;
  }
}

.sec2__man {
  position: absolute;
  bottom: 0px;
  left: calc((100% - 1200px) / 2);
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .sec2__man {
    width: 120px;
    left: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .sec2__man {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .sec2__man {
    width: 100px;
    left: 30px;
    bottom: 50px;
  }
}

.element {
  opacity: 0;
}

.sec3__hl {
  width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .sec3__hl {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  .sec3__hl {
    width: 320px;
  }
}

@media screen and (max-width: 320px) {
  .sec3__hl {
    width: 280px;
  }
}

.sec3__item {
  display: flex;
  margin: 40px auto 50px;
  width: 530px;
}

@media screen and (max-width: 640px) {
  .sec3__item {
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
}

.sec3__item__image {
  width: 100px;
  margin-top: -5px;
}

@media screen and (max-width: 640px) {
  .sec3__item__image {
    width: 80px;
  }
}

.sec3__item__text {
  margin-left: 30px;
  line-height: 1.5em;
  width: calc(100% - 100px);
}

@media screen and (max-width: 640px) {
  .sec3__item__text {
    margin-left: 15px;
    width: calc(100% - 80px);
  }
}

.sec3__item__text img {
  width: 140px;
}

.sec3__item__text__hl {
  margin-top: 10px;
}

.sec3__main {
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .sec3__main {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .sec3__main {
    margin-bottom: 30px;
  }
}

.sec4 {
  background-image: url(../img/sec4_bg.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .sec4 {
    background-image: url(../img/sp_sec4_bg.png);
  }
}

.sec4__hl {
  width: 610px;
  margin: 0 auto;
  margin-top: -165px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .sec4__hl {
    width: 500px;
  }
}

@media screen and (max-width: 800px) {
  .sec4__hl {
    margin-top: -115px;
  }
}

@media screen and (max-width: 640px) {
  .sec4__hl {
    margin-top: -80px;
    width: 305px;
  }
}

@media screen and (max-width: 320px) {
  .sec4__hl {
    width: 280px;
  }
}

.sec4__list__item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .sec4__list__item {
    flex-flow: column;
    min-height: 0%;
  }
}

.sec4__list__item:last-child {
  margin-bottom: 0px;
}

.sec4__list__item:nth-child(2) {
  flex-flow: row-reverse;
}

@media screen and (max-width: 640px) {
  .sec4__list__item:nth-child(2) {
    flex-flow: column;
    min-height: 0%;
  }
}

.sec4__list__item__text {
  margin-bottom: 20px;
}

.sec4__list__item__text__hl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #00AECB;
  margin-left: 40px;
}

@media screen and (max-width: 800px) {
  .sec4__list__item__text__hl {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec4__list__item__text__hl {
    font-size: 2rem;
  }
}

.sec4__list__item__no {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .sec4__list__item__no {
    width: 55px;
  }
}

.sec4__list__item__image {
  width: 360px;
}

@media screen and (max-width: 800px) {
  .sec4__list__item__image {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .sec4__list__item__image {
    width: 100%;
    min-height: 0%;
  }
}

.sec4__list__item__unit {
  width: calc(100% - 360px);
}

@media screen and (max-width: 800px) {
  .sec4__list__item__unit {
    width: calc(100% - 260px);
    padding-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .sec4__list__item__unit {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .sec4__list__item p {
    margin-bottom: 20px;
  }
}

.sec4__list__item__flex {
  display: flex;
}

.sec4__list__item:nth-child(2) .sec4__list__item__unit {
  padding-left: 60px;
}

@media screen and (max-width: 800px) {
  .sec4__list__item:nth-child(2) .sec4__list__item__unit {
    padding-left: 30px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .sec4__list__item:nth-child(2) .sec4__list__item__unit {
    padding-left: 0px;
  }
}

.sec5__hl {
  width: 510px;
  margin: 0 auto;
  margin-bottom: -100px;
}

@media screen and (max-width: 1000px) {
  .sec5__hl {
    width: 420px;
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 640px) {
  .sec5__hl {
    width: 250px;
    margin-bottom: -5%;
  }
}

.sec5__text {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #00306E;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .sec5__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.sec5__text span {
  background: linear-gradient(transparent 70%, #FCFF00 70%);
}

.sec6 {
  background-image: url(../img/sec6_bg.png);
  background-repeat: no-repeat;
}

.sec6__hl {
  width: 490px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .sec6__hl {
    width: 420px;
  }
}

@media screen and (max-width: 640px) {
  .sec6__hl {
    width: 240px;
  }
}

.sec6__list {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 20px 0;
}

@media screen and (max-width: 640px) {
  .sec6__list {
    margin: 20px 0 20px 0;
  }
}

.sec6__list__item {
  width: 260px;
}

.element2 {
  opacity: 0;
}

.sec7__hl {
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .sec7__hl {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  .sec7__hl {
    width: 310px;
  }
}

@media screen and (max-width: 320px) {
  .sec7__hl {
    width: 280px;
  }
}

.sec7__text {
  text-align: center;
  margin: 30px 0;
}

.sec7__list__item {
  position: relative;
  padding-top: 40px;
}

@media screen and (max-width: 640px) {
  .sec7__list__item {
    padding-top: 24px;
  }
}

.sec7__list__item__flex {
  display: flex !important;
  padding: 50px 100px;
  background-color: #F2ECE5;
}

@media screen and (max-width: 1200px) {
  .sec7__list__item__flex {
    padding: 50px;
  }
}

@media screen and (max-width: 900px) {
  .sec7__list__item__flex {
    flex-flow: column;
    min-height: 0%;
  }
}

@media screen and (max-width: 640px) {
  .sec7__list__item__flex {
    padding: 20px;
    flex-flow: column;
    min-height: 0%;
  }
}

.sec7__list__item__image {
  width: 340px;
}

@media screen and (max-width: 900px) {
  .sec7__list__item__image {
    margin: 0 auto;
    min-height: 0%;
  }
}

@media screen and (max-width: 640px) {
  .sec7__list__item__image {
    width: 100%;
  }
}

.sec7__list__item__text {
  width: calc(100% - 340px);
  padding-left: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 900px) {
  .sec7__list__item__text {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .sec7__list__item__text {
    width: 100%;
    padding: 20px 0 0;
  }
}

.sec7__list__item__text__name {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 640px) {
  .sec7__list__item__text__name {
    flex-flow: column;
    min-height: 0%;
  }
}

.sec7__list__item__text__name img {
  width: 60px;
}

.sec7__list__item__text__message {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 640px) {
  .sec7__list__item__text__message {
    flex-flow: column;
    min-height: 0%;
  }
}

.sec7__list__item__text__message img {
  width: 105px;
}

@media screen and (max-width: 640px) {
  .sec7__list__item__text__message img {
    width: 90px;
    margin-bottom: 5px;
  }
}

.sec7__list__item__text__message p {
  width: calc(100% - 130px);
}

@media screen and (max-width: 640px) {
  .sec7__list__item__text__message p {
    width: 100%;
  }
}

.sec7__list__item__text__left {
  width: 130px;
}

@media screen and (max-width: 640px) {
  .sec7__list__item__text__left {
    width: 100px;
    margin-bottom: 5px;
  }
}

.sec7__list__mentor {
  width: 190px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .sec7__list__mentor {
    width: 110px;
  }
}

.slide-nav {
  position: absolute;
  z-index: 1;
  width: 50px;
  top: 45%;
  cursor: pointer;
  transition-duration: 0.2s;
}

.slide-nav:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
}

@media screen and (max-width: 640px) {
  .slide-nav {
    width: 30px;
    top: 50%;
  }
}

.prev-arrow {
  left: -25px;
}

@media screen and (max-width: 640px) {
  .prev-arrow {
    left: -15px;
  }
}

.next-arrow {
  right: -25px;
}

@media screen and (max-width: 640px) {
  .next-arrow {
    right: -15px;
  }
}

.sec8 {
  background-image: url(../img/sec8_bg.png);
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sec8 {
    background-size: 1100px;
  }
}

.sec8__hl {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .sec8__hl {
    width: 350px;
  }
}

@media screen and (max-width: 640px) {
  .sec8__hl {
    width: 230px;
    margin-bottom: 30px;
  }
}

.sec8__item {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .sec8__item {
    max-width: 65%;
  }
}

@media screen and (max-width: 800px) {
  .sec8__item {
    max-width: 63%;
  }
}

@media screen and (max-width: 640px) {
  .sec8__item {
    flex-flow: column;
    margin-bottom: 0px;
    max-width: 100%;
  }
}

.sec8__item:last-child {
  max-width: 1000px;
  margin-bottom: 0px;
}

.sec8__item__voice {
  width: 290px;
}

@media screen and (max-width: 1000px) {
  .sec8__item__voice {
    width: 250px;
  }
}

@media screen and (max-width: 900px) {
  .sec8__item__voice {
    width: 200px;
  }
}

@media screen and (max-width: 800px) {
  .sec8__item__voice {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .sec8__item__voice {
    width: 150px;
  }
}

@media screen and (max-width: 640px) {
  .sec8__item__voice {
    width: 100%;
    margin-bottom: 20px;
    min-height: 0%;
  }
}

.element3 {
  opacity: 0;
}

.element4 {
  opacity: 0;
}

.element4:last-child {
  margin-bottom: 0px;
}

.sec9__hl {
  width: 755px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .sec9__hl {
    width: 600px;
  }
}

@media screen and (max-width: 640px) {
  .sec9__hl {
    width: 320px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  .sec9__hl {
    width: 280px;
  }
}

.sec9 dl {
  position: relative;
  border-bottom: 3px solid #F2ECE5;
}

.sec9 dl:last-child {
  margin-bottom: 0;
}

.sec9 dl dt {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 60px;
  transition: .3s;
  padding-right: 60px;
}

@media screen and (max-width: 640px) {
  .sec9 dl dt {
    padding-bottom: 25px;
    padding-top: 25px;
    background-size: 30px;
    padding-right: 40px;
  }
}

.sec9 dl dt p {
  font-size: 2.6rem;
  font-weight: bold;
  color: #00306E;
}

@media screen and (max-width: 640px) {
  .sec9 dl dt p {
    font-size: 1.6rem;
  }
}

.sec9 dl dd {
  display: none;
}

.sec9 dl img {
  width: 60px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .sec9 dl img {
    width: 30px;
  }
}

@media screen and (max-width: 320px) {
  .sec9 dl img {
    width: 30px;
  }
}

.sec9__graph {
  width: 150px !important;
  position: absolute;
  top: 150px;
  right: 150px;
  margin-right: 0px !important;
  display: none;
}

@media screen and (max-width: 900px) {
  .sec9__graph {
    width: 110px !important;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec9__graph {
    width: 90px !important;
    top: 160px;
    right: 0;
  }
}

@media screen and (max-width: 320px) {
  .sec9__graph {
    top: 220px;
  }
}

.sec9__graph2 {
  width: 150px !important;
  position: absolute;
  top: 150px;
  right: 150px;
  margin-right: 0px !important;
  display: none;
}

@media screen and (max-width: 900px) {
  .sec9__graph2 {
    width: 110px !important;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec9__graph2 {
    width: 90px !important;
    top: 160px;
    right: 0;
  }
}

@media screen and (max-width: 320px) {
  .sec9__graph2 {
    top: 220px;
  }
}

.sec9__margin {
  margin-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .sec9__margin {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .sec9__margin {
    margin-bottom: 80px;
  }
}

.graph {
  display: block;
}

.qa__list__a {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .qa__list__a {
    padding-bottom: 25px;
  }
}

.active-qa {
  background-image: url(../img/minus.png) !important;
  border-radius: 10px 10px 0 0;
  transition: .3s;
}

.footer {
  font-size: 1.8rem;
  background-color: #00306E;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .footer {
    font-size: 1.4rem;
  }
}

.footer__inner {
  display: flex;
}

@media screen and (max-width: 800px) {
  .footer__inner {
    flex-flow: column;
    min-height: 0%;
  }
}

.footer a {
  color: #ffffff;
}

.footer__left {
  width: 58%;
  border-right: 1px solid;
}

@media screen and (max-width: 1200px) {
  .footer__left {
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .footer__left {
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid;
    border-right: none;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .footer__left p {
    margin: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .footer__left p {
    font-size: 1.2rem;
  }
}

.footer__right {
  text-align: right;
  width: 42%;
}

@media screen and (max-width: 1200px) {
  .footer__right {
    padding-left: 20px;
  }
}

@media screen and (max-width: 800px) {
  .footer__right {
    width: 100%;
    padding-left: 0px;
    display: flex;
  }
}

@media screen and (max-width: 320px) {
  .footer__right {
    flex-flow: column;
    min-height: 0%;
  }
}

@media screen and (max-width: 800px) {
  .footer__right__sp {
    margin-top: 20px;
    width: 50%;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .footer__right__sp {
    text-align: left;
    width: 60%;
  }
}

@media screen and (max-width: 320px) {
  .footer__right__sp {
    width: 100%;
    text-align: center;
  }
}

.footer__right__mail {
  font-size: 2.8rem;
  transition: .3s;
}

.footer__right__mail a:hover {
  transition: .3s;
  color: #FCFF00;
}

@media screen and (max-width: 800px) {
  .footer__right__mail {
    font-size: 1.6rem;
  }
}

.footer__right__menu {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .footer__right__menu {
    font-size: 1.8rem;
  }
}

.footer__right__menu {
  width: 300px;
  justify-content: space-between;
  float: right;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .footer__right__menu {
    width: 240px;
  }
}

@media screen and (max-width: 800px) {
  .footer__right__menu {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .footer__right__menu {
    width: 40%;
  }
}

@media screen and (max-width: 800px) {
  .footer__right__menu {
    margin-top: 20px;
    flex-flow: column;
  }
}

@media screen and (max-width: 320px) {
  .footer__right__menu {
    width: 100%;
    text-align: center;
  }
}

.footer__right__menu__item {
  margin-bottom: 10px;
}

.footer__right__menu__item a {
  transition: .3s;
}

.footer__right__menu__item a:hover {
  color: #FCFF00;
  transition: .3s;
}

@media screen and (max-width: 640px) {
  .footer__right__menu__item {
    font-size: 1.4rem;
  }
}

.footer__right__menu__item:nth-child(n + 3) {
  margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
  .footer__right__menu__item:nth-child(n + 3) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .footer__right__menu__item:last-child {
    margin-bottom: 0px;
  }
}

.footer__right__tel {
  width: 430px;
  margin: 7px 0 7px 0;
  transition: 0.2s;
  transform: scale(1);
}

.footer__right__tel:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}

@media screen and (max-width: 1200px) {
  .footer__right__tel {
    width: 300px;
  }
}

@media screen and (max-width: 800px) {
  .footer__right__tel {
    width: 200px;
  }
}

.footer__right__logo {
  width: 360px;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .footer__right__logo {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}

.top_fixed {
  bottom: 480px !important;
}

@media screen and (max-width: 640px) {
  .top_fixed {
    bottom: 380px !important;
  }
}

@media screen and (max-width: 320px) {
  .top_fixed {
    bottom: 40px !important;
  }
}
