@charset "UTF-8";
/* CSS Document */
/*====================
common
====================*/
body {
  color: #272727;
  font-family: "Noto Sans JP", "Lucida Sans Unicode", "Lucida Grande", "Arial", "Helvetica", "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  ;
  line-height: 1.6;
}
html, body {
  margin: 0; /* 余白の削除 */
  padding: 0; /* 余白の削除 */
  width: 100%;
  height: 100%;
}
.pc {
  display: block;
}
.sp, .sp_5g {
  display: none;
}
.tablet_off {
  display: block;
}
.tablet_on {
  display: none;
}
a:hover {
  opacity: 0.7;
  transition: 1.0s;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.inner {
  width: 1280px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.center {
  text-align: center;
}
/* color */
.fc_white {
  color: #fff;
}
.fc_red {
  color: #C90000;
}
.fc_yel {
  color: #F8FF49;
}
.fc_blue {
  color: #0054A7;
}
/* bg_color */
.bg_blue {
  background-color: #0054A7;
  color: #fff;
}
.bg_lightblue {
  background-color: #EAF6FD;
}
.bg_white {
  background-color: #fff;
  color: #272727;
}
/* fs */
.fs30 {
  font-size: 3.0rem;
}
.fs37 {
  font-size: 3.7rem;
}
.fs40 {
  font-size: 4.0rem;
}
.fs50 {
  font-size: 5.0rem;
}
.fs60 {
  font-size: 6.0rem;
}
/* fw */
.fw600 {
  font-weight: 600;
}
@media screen and (max-width:1280px) {
  .inner {
    width: 1000px;
  }
  .fs30 {
    font-size: 2.6rem;
  }
  .fs37 {
    font-size: 2.8rem;
  }
  .fs40 {
    font-size: 3.6rem;
  }
  .fs50 {
    font-size: 4.0rem;
  }
  .fs60 {
    font-size: 5.0rem;
  }
}
@media screen and (max-width:1024px) {
  .inner {
    width: 95%;
  }
  .fs40 {
    font-size: 3.0rem;
  }
  .fs60 {
    font-size: 4.0rem;
  }
}
@media screen and (max-width:768px) {
  .tablet_off {
    display: none;
  }
  .tablet_on {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .flex {
    display: block;
  }
}
@media screen and (max-width:480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 100%;
  }
  .fs30 {
    font-size: 1.6rem;
  }
  .fs37 {
    font-size: 1.8rem;
  }
  .fs40 {
    font-size: 2.0rem;
  }
  .fs50 {
    font-size: 2.4rem;
  }
  .fs60 {
    font-size: 3.0rem;
  }
}
@media screen and (max-width:320px) {
  .sp_5g {
    display: block;
  }
  .fs60 {
    font-size: 2.4rem;
  }
}
/* ============
    title
============ */
.title {
  padding: 35px 0;
}
.title .bg_white {
  display: inline-block;
  padding: 0px 166px;
  border-radius: 70px;
}
@media screen and (max-width:1280px) {
  .title .bg_white {
    padding: 0px 100px;
  }
}
@media screen and (max-width:1024px) {
  .title .bg_white {
    padding: 0px 50px;
  }
}
@media screen and (max-width:480px) {
  .title h2 {
    width: 90%;
  }
  .title .bg_white {
    padding: 5px 50px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width:320px) {
  .title .bg_white {
    padding: 5px 20px;
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}
/* ============
    fixed
============ */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#header-fixed {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 9px 9px -12px rgba(0, 0, 0, 0.3);
  display:none;
}
#header-fixed ul {
  padding: 30px 0;
}
#header-fixed ul li a {
  font-weight: 600;
  color: #0054A7;
  font-size: 1.6rem;
  padding: 20px 25px 0 25px;
}
#header-fixed ul li:last-of-type a {
  padding: 0 0 0 25px;
}
#header-fixed .btn .tel {
  padding: 10px 50px 10px 0;
}
div#footer-fixed {
    width: 100%;                /* 横幅100%　*/
    height: 120px;              /* 縦幅140px */
}
div#footer-fixed.is-fixed{
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;
    top:auto;                  /* 位置(左0px) */
}
div#footer-bk {
  background-color: #0054A7; /* 背景色(黒) */
  padding: 10px 0 10px; /* 上10px、下20pxをあける */
  height: 120px; /* 縦の高さ140px */
  width: 100%; /* 横の幅を100% */
}
div#footer-bk p {
  line-height: 1.4;
}
div#footer-bk p.fix_txt {
  padding: 10px 0;
  font-size: 3.0rem;
  font-weight: 600;
  color: #fff;
}
div#footer-bk p.fix_tel {
  padding: 20px 0;
}
/* cv_btn */
.mail_btn a {
  background: rgb(255,206,0);
  background: linear-gradient(90deg, rgba(255,206,0,1) 0%, rgba(255,167,0,1) 100%); 
  padding: 27px 63px 26px 51px;
  border-radius: 15px;
  display: inline-block;
  transition:all .3s;
}
.mail_btn a:hover {
  background: rgb(244,226,40);
  background: linear-gradient(90deg, rgba(244,226,40,1) 0%, rgba(244,198,40,1) 100%);
  opacity:1;
}
.mail_btn a span {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 3.0rem;
}
.mail_btn a span::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/btn_arrow.svg) right center no-repeat;
  width: 15px;
  height: 22px;
  background-size: 100%;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:1280px) {
  .is-fixed {
    height: 90px;
  }
  #header-fixed {
    padding: 5px 0;
  }
  #header-fixed ul li:first-of-type a {
    padding: 0 15px 0 0;
  }
  #header-fixed ul li a {
    font-size: 1.4rem;
    padding: 20px 15px 0 15px;
  }
  #header-fixed ul li:last-of-type a {
    padding: 0 0 0 15px;
  }
  #header-fixed .btn .tel {
    padding: 10px 10px 10px 0;
  }
  #header-fixed img {
    width: 90%;
  }
  div#footer-fixed {
    height: 100px;
  }
  div#footer-bk {
    height: 100px;
  }
  div#footer-bk p.fix_txt {
    font-size: 2.4rem;
    padding: 15px 0;
  }
  div#footer-bk p.fix_tel {
    padding: 10px 0;
  }
  div#footer-bk p.fix_tel img {
    width: 90%;
  }
  .mail_btn a {
    padding: 23px 63px 22px 31px;
  }
  .mail_btn a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:1024px) {
  #header-fixed ul {
    flex-wrap: nowrap;
  }
  #header-fixed ul li:first-of-type a {
    padding: 0 15px 0 0;
  }
  #header-fixed ul li a {
    font-size: 1.2rem;
    padding: 20px 15px 0 15px;
  }
  #header-fixed ul li:last-of-type a {
    padding: 0 0 0 15px;
  }
  #header-fixed .btn {
    width: 40%;
  }
  #header-fixed .btn .tel {
    padding: 10px 10px 10px 0;
    width: 70%;
  }
  #header-fixed .btn .mail {
    width: 22%;
  }
  #header-fixed .btn .mail img {
    width: 100%;
  }
  div#footer-bk p.fix_txt {
    font-size: 1.8rem;
  }
  div#footer-bk p.fix_tel {
    width: 30%;
  }
  div#footer-bk p.fix_tel img {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  #header-fixed {
    display: none;
  }
  div#footer-fixed {
    height: 110px;
  }
  div#footer-bk {
    height: 110px;
  }
}
@media screen and (max-width:767px) {
  #header-fixed {
    display: none;
  }
  div#footer-bk {
    text-align: center;
    padding: 0;
  }
  div#footer-bk p.fix_txt {
    font-size: 1.6rem;
    padding: 15px 0 9px;
  }
  .mail_btn a {
    width: 75%;
    padding: 10px 50px 10px 31px;
    border-radius: 5px;
  }
}
@media screen and (max-width:480px) {}
@media screen and (max-width:320px) {
  div#footer-bk p.fix_txt {
    font-size: 1.4rem;
  }
  .mail_btn a span {
    font-size: 2.0rem;
  }
  .mail_btn a {
    width: 75%;
    padding: 7px 40px 7px 10px;
  }
}
/* ============
      cv
============ */
.cv .mail_btn a {
  padding: 23px 84px 22px 74px;
  margin: 30px auto;
}
.cv .mail_btn a span {
  font-size: 4.7rem;
}
.cv .cv_txt01 {
  text-align: center;
  font-size: 4.0rem;
  color: #fff;
  font-weight: 600;
}
.cv .cv_txt02 {
  padding: 20px 50px 20px 0;
  font-size: 3.0rem;
  color: #fff;
  font-weight: 600;
}
.cv .flex {
  justify-content: center;
}
.cv .flex .cv_tel > a > span {
  display: block;
  color: #fff;
  text-align: right;
  font-size: 1.4rem;
  padding: 10px 0 0;
}
@media screen and (max-width:768px) {
  .cv .cv_txt02 {
    padding: 20px 0 0;
  }
  .cv .tel_btn a {
    margin: 10px auto;
  }
  .cv .tel_btn span {
    font-size: 1.6rem;
  }
  .cv .mail_btn a span::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/cv_mail_sp.svg") left center no-repeat;
    width: 43px;
    height: 43px;
    background-size: 100%;
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
  }
  .cv .tel_btn a span::before {
    background: url("../img/cv_tel_sp.svg") left center no-repeat;
    background-size: 100%;
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
  }
  .cv .mail_btn a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:480px) {
  .cv .cv_txt01 {
    font-size: 3.0rem;
  }
  .cv .cv_txt02 {
    padding: 0;
    font-size: 2.0rem;
    text-align: center;
  }
  .cv .cv_tel {
    width: 90%;
    margin: 0 auto;
  }
  .cv .flex .cv_tel > a > span {
    text-align: center;
    font-size: 1.6rem;
  }
  .cv .mail_btn a {
    width: 85%;
    padding: 17px 10px 17px 10px;
  }
  .cv .mail_btn a span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:320px) {
  .cv .cv_txt01 {
    font-size: 2.4rem;
  }
  .cv .mail_btn a span {
    font-size: 2.0rem;
  }
}
/* ============
    header
============ */
header {
  background: url("../img/mv_bg.png") center center no-repeat;
  background-size: cover;
  width: 100%;
}
header .header_bg > .inner {
  margin: 0 auto;
  background: url(../img/mv_bg_illust.png) left bottom no-repeat;
  background-size: 45%;
}
header .header_pc {
  padding: 20px 0 0;
}
header .header_pc p span {
  font-size: 1.2rem;
}
header .header_pc .pc_logo {
  padding: 8px 0 0;
}
header .mv {
  padding: 33px 0 00;
  width: 50%;
  margin: 0 0 0 auto;
}
header .mv h1, header .mv p {
  text-align: center;
  padding: 0 0 34px;
}
header .mv h1 {
  padding: 0 0 25px;
}
.header_pc {
  display: flex;
}
.header_sp {
  display: none;
}
@media screen and (max-width:1280px) {
  header .mv {
    padding: 33px 0 0 0;
    width: 50%;
  }
  header .mv img {
	width: 100%;
  }
  header .header_bg > .inner {
    background: url(../img/mv_bg_illust.png) left 10px bottom no-repeat;
    background-size: 48%;
  }
}
@media screen and (max-width:1024px) {
  header {
    padding: 0 0 30px;
  }
  header .header_bg > .inner {
    background: url(../img/mv_bg_illust.png) left 10px bottom no-repeat;
    background-size: 40%;
    width: 100%;
  }
  header .header_pc .pc_logo {
    padding: 8px 0 0 10px;
  }
  header .mv {
    width: 60%;
  }
  header .mv h1 {
    padding: 0 0 23px;
    margin: 0 auto;
  }
  header .mv img {
    width: 70%;
  }
}
@media screen and (max-width:768px) {
  .header_pc {
    display: none;
  }
  .header_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1100;
    background-color: #fff;
    padding: 5px 0;
    width: 100%;
    box-shadow: 0px 9px 9px -12px rgb(0 0 0 / 30%);
    height:62px;
  }
  .header_sp .sp_logo {
    width: 60%;
    padding: 15px 0 15px 5px;
  }
  .header_sp .btn {
    width: 34%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 0;
  }
  .header_sp .btn .sp_tel_btn {
    padding: 5px 10px;
  }
  .header_sp .btn .btn-trigger {
    padding: 5px;
  }
  header {
    background: url("../img/mv_bg.png") left -90px top 10px no-repeat;
    background-size: auto;
	padding: 0;
  }
  header .header_bg {
    background: none;
    height: auto;
  }
  header .sp_mv_tit {
    padding: 120px 0 0;
    width: 80%;
    margin: 0 auto;
  }
  header .sp_mv_tit img {
    width: 100%;
  }
  header .sp_mv_illust {
    margin: 0 auto 30px;
    width: 80%;
  }
  header .sp_mv_illust img, header .sp_mv_txt img {
    width: 100%;
  }
  .btn-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
    margin: 6px 10px 0 1px;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #272727;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #btn05.active span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg);
  }
  #btn05.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 .8s forwards;
    animation: active-btn05-bar02 .8s forwards;
  }
  #btn05.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  .sp_nav {
    position: fixed;
    top: 62px;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: #EAF6FD;
    z-index: 1000;
  }
  .sp_nav > .sp_menu > .sp_menu01 {
    margin: 2vh auto;
    font-size: 1.4rem;
    width: 80%;
  }
  .sp_nav > .sp_menu > .sp_menu01 > a {
    padding: 1vh 0 2vh;
    border-bottom: 1px solid #E2E2E2;
    display: block;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    color: #0054A7;
  }
  .sp_nav_inner {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .sp_nav_inner .sp_nav_txt {
    width: 80%;
    margin: 50px auto 50px;
  }
  .sp_nav_inner .sp_nav_txt img {
    width: 100%;
  }
  .sp_nav_inner .sp_nav_btn {
    display: flex;
    justify-content: center;
  }
  .sp_nav_inner .sp_nav_btn p {
    padding: 0 10px;
  }
}
@media screen and (max-width:480px) {
  
  .sp_nav {
    top: 62px;
  }
  .header_sp,
  .header_sp .btn {
    padding: 0;
  }
  .sp_nav_inner .sp_nav_txt {
    margin: 20px auto 20px;
  }
  .sp_nav > .sp_menu > .sp_menu01 > a {
    font-size: 1.8rem;
  }
  header .sp_mv_tit {
    padding: 80px 0 0;
	width: 70%;
  }
  header .sp_mv_illust {
    margin: 10px auto;
    width: 65%;
  }
  .btn-trigger {
    width: 35px;
    height: 35px;
  }
	.btn-trigger, .btn-trigger span {
		margin: 8px 10px 0 1px;
	}
	.btn-trigger span:nth-of-type(2) {
		top: 12px;
	}
	#btn05.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
	}
	#btn05.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
	}
}
@media screen and (max-width:320px) {
  .header_sp .sp_logo {
    width: 55%;
  }
  .header_sp .btn {
    width: 37%;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .btn-trigger {
    width: 32px;
    height: 35px;
  }
  .btn-trigger, .btn-trigger span {
    margin: 9px 10px 0 0;
  }
  .sp_nav {
    top: 12vh;
  }
  #btn05.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}
/*=============== main ==============*/
main {
  padding: 100px 0 0;
}
.contents {
  padding: 100px 0 0;
}
@media screen and (max-width:1280px) {}
@media screen and (max-width:768px) {
  main {
    padding: 0;
  }
}
@media screen and (max-width:480px) {
  main {
    margin: 0 !important;
  }
  .contents {
    padding: 50px 0 0;
  }
}
@media screen and (max-width:320px) {}
/* ============
   feature
============ */
#feature h2 {
  padding: 30px 0 30px;
}
#feature h2 .tablet_off {
  margin: 0 auto;
}
#feature ul {
  margin: 0 0 77px;
}
#feature ul li {
  margin: 0 0 50px;
  width: 30%;
  text-align: center;
}
@media screen and (max-width:1280px) {
  #feature ul li {
    margin: 0 0 20px;
  }
  #feature ul li img {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  #feature h2 img {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  #feature h2 {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0 30px;
  }
  #feature h2 .tablet_on {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  #feature ul {
    display: flex;
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:480px) {
  #feature ul li {
    width: 48%;
  }
}
/* ============
    scene
============ */
#scene .contents {
  position: relative;
}
#scene .contents::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 640px 0 640px;
  border-color: #EAF6FD transparent transparent transparent;
  bottom: -78px;
  left: 50%;
  transform: translate(-50%, 0);
}
#scene .contents ul {
  margin: 0 0 40px;
}
#scene .contents ul li {
  width: 30%;
  margin: 0 0 36px;
  text-align: center;
}
#scene .contents p > span.bg_white {
  display: inline-block;
  border-radius: 35px;
  padding: 5px 60px;
}
#scene .contents p {
  margin: 0 0 45px;
}
#scene .contents .arrow_txt > span {
  border-bottom: solid #F8FF49 13px;
}
@media screen and (max-width:1280px) {
  #scene .contents ul li img {
    width: 100%;
  }
  #scene .contents::after {
    border-width: 80px 500px 0 500px;
  }
}
@media screen and (max-width: 1024px) {
  #scene .contents::after {
    border-width: 80px 300px 0 300px;
  }
}
@media screen and (max-width: 768px) {
  #scene .contents::after {
    border-width: 80px 300px 0 300px;
  }
}
@media screen and (max-width: 767px) {
  #scene .contents::after {
    border-width: 40px 50vw 0 50vw;
    bottom: -36px;
  }
  #scene .contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:480px) {
  #scene .contents ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  #scene .contents p > span.bg_white {
    border-radius: 0;
    font-size: 2.4rem;
    padding: 25px 5%;
    display: block;
  }
  #scene .contents .arrow_txt {
    padding: 0 0 40px;
    margin: 0 auto;
  }
  #scene .contents .arrow_txt > span {
    font-size: 3.0rem;
    display: inline-block;
    line-height: 1.6;
  }
  #scene .contents p {
    margin: 0 0 35px;
  }
}
@media screen and (max-width:320px) {
  #scene .contents p > span.bg_white {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}
/* ============
     cv
============ */
#cv01 {
  margin: -78px 0 0;
}
#cv01 .inner {
  padding: 140px 0 46px;
}
@media screen and (max-width:1280px) {}
/* ============
     flow
============ */
#flow h2 {
  margin: 140px 0 100px;
}
#flow .inner > ul {
  margin: 0 0 123px;
  display: flex;
  justify-content: center;
}
#flow .inner > ul li {
  width: 45%;
}
#flow .inner > ul li img {
  width: 100%;
}
#flow .flow_contents > dl {
  margin: 0 0 114px;
}
#flow .flow_contents > dl > dt {
  border-bottom: 5px solid #336EB6;
  font-size: 5.0rem;
  color: #0054A7;
}
#flow .flow_contents > dl > dt span.flow_no {
  color: #F8FF49;
  margin: 0 27px 0 0;
  width: 100px;
  text-align: center;
  display: inline-block;
  background-color: #0054A7;
  font-size: 6.0rem;
}
#flow .flow_contents > dl > dd {
  padding: 0 0 0 50px;
}
#flow .flow_contents > dl > dd .flow_left {
  padding: 75px 0 0;
  font-size: 3.0rem;
  width: 40%;
}
#flow .flow_contents > dl > dd .flow_right {
  width: 55%;
  padding: 80px 0 0;
}
#flow .flow_contents > dl.flow_contents03 > dd .flow_right {
  text-align: center;
}
#flow .flow_contents > dl > dd .flow_right img {
  width: 80%;
}
#flow .flow_contents > dl > dd .flow_left .small {
  padding: 43px 0 0;
  font-size: 2.0rem;
}
#flow .flow_contents > dl > dd .flow_right > dl {
  border-radius: 15px;
}
#flow .flow_contents > dl > dd .flow_right > dl > dt {
  font-size: 2.6rem;
  padding: 27px 0;
  border-radius: 15px 15px 0 0;
}
#flow .flow_contents > dl > dd .flow_right > dl > dd {
  background-color: #FFFBE3;
  font-size: 2.4rem;
  padding: 50px 50px 0;
  border-radius: 0 0 15px 15px;
}
#flow .flow_contents > dl > dd .flow_right > dl > dd dl {
  padding: 0 0 50px;
}
#flow .flow_contents > dl > dd .flow_right > dl > dd dl dt {
  font-size: 3.0rem;
  border-left: 8px solid #0054A7;
  padding: 0 0 0 18px;
  margin: 0 0 25px;
}
#flow .flow_contents > dl > dd > .flow_right > dl > dd dl dt small {
  font-size: 1.8rem;
}
#flow .flow_contents > dl > dd > .flow_right > dl > dd dl dd a {
  text-decoration: underline;
}
#flow .flow_contents > dl > dd > .flow_right > dl > dd dl dd a:hover {
  text-decoration: none;
}
#flow .flow_contents > dl > dd > .flow_right > p > span {
  background-color: #EAF6FD;
  border-radius: 100px;
  position: relative;
  text-align: center;
  padding: 30px 26px;
  font-size: 4.0rem;
  font-weight: 600;
}
#flow .flow_contents > dl > dd > .flow_right > p > span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 8.5px 0 8.5px;
  border-color: #EAF6FD transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
#flow .flow_contents > dl > dd > .flow_right .flex {
  margin: 57px 0 0;
  justify-content: space-around;
}
#flow .flow_contents > dl > dd > .flow_right .flex .flex_left {
  width: 20%;
}
#flow .flow_contents > dl > dd > .flow_right .flex .flex_right {
  width: 65%;
  font-size: 2.2rem;
  padding: 10px 0 0;
}
@media screen and (max-width:1280px) {
  #flow .inner > ul li {
    width: 31%;
  }
  #flow .inner > ul li img {
    width: 100%;
  }
  #flow .inner > ul li:nth-child(3) img.pc {
    width: 90%;
  }
  #flow .flow_contents > dl > dd > .flow_right > p > span {
    padding: 20px 30px;
    font-size: 3.0rem;
    display: block;
  }
  #flow .flow_contents > dl > dt {
    font-size: 4.0rem;
  }
  #flow .flow_contents > dl > dt span.flow_no {
    width: 85px;
    font-size: 5.0rem;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dt {
    font-size: 2.4rem;
    padding: 17px 0;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dd {
    font-size: 2.0rem;
    padding: 30px 40px 0;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dd dl dt {
    font-size: 2.4rem;
  }
  #flow .flow_contents > dl > dd > .flow_right > dl > dd dl dt small {
    font-size: 1.4rem;
  }
  #flow .flow_contents > dl > dd > .flow_right .flex .flex_right {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:768px) {
  #flow .flow_contents > dl > dd {
    padding: 0;
  }
  #flow .flow_contents > dl > dd > .flow_right > p > span {
    padding: 10px 20px;
    font-size: 2.4rem;
  }
  #flow .flow_contents > dl {
    margin: 0 0 50px;
  }
  #flow .flow_contents > dl > dd .flow_left, #flow .flow_contents > dl > dd .flow_right {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  #flow .flow_contents > dl.flow_contents03 > dd .flow_right {
    width: 100%;
    padding: 40px 0 0;
  }
}
@media screen and (max-width:480px) {
  #flow h2 {
    margin: 60px 0 50px;
  }
  #flow .inner > ul {
    margin: 0 0 88px;
  }
  #flow .inner > ul li {
    width: 90%;
    margin: 0 auto;
  }
  #flow .inner > ul li:last-child {
    margin: 30px auto 0;
  }
  #flow .flow_contents {
    width: 90%;
    margin: 0 auto;
  }
  #flow .flow_contents > dl > dt {
    font-size: 2.4rem;
  }
  #flow .flow_contents > dl > dt span.flow_no {
    width: 40px;
    font-size: 2.4rem;
    margin: 0 8px 0 0;
  }
  #flow .flow_contents > dl > dd {
    padding: 0;
  }
  #flow .flow_contents > dl > dd .flow_left {
    padding: 30px 0 0;
    font-size: 2.0rem;
    width: 100%;
  }
  #flow .flow_contents > dl > dd .flow_left .small {
    padding: 30px 0 0;
    font-size: 1.6rem;
  }
  #flow .flow_contents > dl > dd .flow_right {
    width: 100%;
    padding: 35px 0 0;
  }
  #flow .flow_contents > dl {
    margin: 0 0 60px;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dt {
    font-size: 2.0rem;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dd {
    font-size: 1.6rem;
    padding: 30px 20px 0;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dd dl dt {
    font-size: 1.8rem;
  }
  #flow .flow_contents > dl > dd .flow_right > dl > dd dl {
    padding: 0 0 37px;
  }
  #flow .flow_contents > dl > dd > .flow_right > p > span {
    padding: 20px 20px;
    font-size: 2.0rem;
    display: block;
  }
  #flow .flow_contents > dl > dd > .flow_right .flex {
    margin: 27px 0 0;
    justify-content: space-around;
    display: flex;
  }
  #flow .flow_contents > dl > dd > .flow_right .flex .flex_right {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:320px) {
  #flow .flow_contents > dl > dt {
    font-size: 2.0rem;
  }
  #flow .flow_contents > dl > dt span.flow_no {
    width: 40px;
    margin: 0 7px 0 0;
  }
  #flow .flow_contents > dl > dd .flow_left {
    padding: 20px 0 0;
    font-size: 1.8rem;
  }
  #flow .flow_contents > dl > dd > .flow_right > p > span {
    font-size: 1.6rem;
  }
}
/* ============
   balance
============ */
#balance .contents {
  padding: 110px 0 74px;
}
#balance .contents .lead {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 57px;
  font-weight: 600;
}
#balance .contents .inner > dl {
  font-size: 3.1rem;
  justify-content: center;
  margin: 0 auto;
}
#balance .contents .inner > dl dt {
  background-color: #0054A7;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 15px 20px;
}
#balance .contents .inner > dl dd {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 15px 30px;
  font-weight: 600;
}
#balance .balance_list {
  margin: 70px 0 0;
}
#balance .balance_list li {
  width: 48%;
  margin: 0 0 50px;
}
#balance .balance_list li img {
  width: 100%;
}
#balance .hosoku {
  text-align: right;
  font-size: 2.0rem;
  margin: 0 0 63px;
}
#balance .lead02 span.bg_white {
  border-radius: 70px;
  padding: 5px 60px;
  display: inline-block
}
@media screen and (max-width:1280px) {
  #balance .contents .balance_img {
    width: 90%;
    margin: 0 auto;
  }
  #balance .balance_list .flex {
    display: flex;
  }
  #balance .contents .balance_img img {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  #balance .balance_list {
    width: 90%;
    margin: 0 auto;
  }
  #balance .balance_list li {
    width: 100%;
  }
  #balance .contents .inner > dl {
    display: flex;
  }
}
@media screen and (max-width:480px) {
  #balance .contents {
    padding: 60px 0 0;
  }
  #balance .contents .lead {
    font-size: 2.4rem;
    font-weight: 600;
    width: 95%;
    margin: 0 auto 45px;
  }
  #balance .contents .inner > dl {
    font-size: 1.8rem;
  }
  #balance .contents .inner > dl dd {
    padding: 15px 15px;
  }
  #balance .balance_list {
    margin: 52px auto 0;
  }
  #balance .lead02 span.bg_white {
    border-radius: 0;
    padding: 30px 28px;
    display: block;
    font-size: 2.4em;
  }
  #balance .hosoku {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:320px) {
  #balance .contents .lead {
    font-size: 2.0rem;
    font-weight: 600;
    width: 95%;
    margin: 0 auto 45px;
  }
  #balance .lead02 span.bg_white {
    font-size: 2.0em;
  }
}
/* ============
     cv02
============ */
#cv02 .inner {
  padding: 62px 0 46px;
}
/* ============
     area
============ */
#area .inner {
  padding: 110px 0 133px;
  position: relative;
}
#area .center img {
  width: 100%;
}
@media screen and (min-width:767px) {
  #area .center img.pc {
    width: auto;
    display:inline-block;
  }
}
#area .shoplist {
  position: absolute;
  bottom: 145px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#area .shoplist a {
  font-size: 1.6rem;
  text-decoration: underline;
}
#area .shoplist a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {}
@media screen and (max-width:480px) {
  #area .inner {
    padding: 50px 0;
  }
  #area .shoplist {
    position: inherit;
    text-align: center;
    margin: 40px 0 0;
    bottom: 0;
  }
}
/* ============
     cm
============ */
#cm h2 img {
  width: 100%;
}
#cm .inner iframe {
  margin: 0 auto;
}
#cm .inner .gallery {
  padding: 30px 0 130px;
  font-size: 1.4rem;
  text-align: center;
}
#cm .inner .gallery::after {
  content: " >";
}
#cm .inner .gallery a {
  text-decoration: underline;
}
#cm .inner .gallery a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #cm .inner iframe {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  #cm .inner .gallery {
    padding: 30px 0 30px;
  }
}
/* ============
     cv03
============ */
#cv03 .center > img.pc {
  margin: 0 auto;
}
#cv03 dl {
  background-color: #FFFBE3;
  margin: 25px auto 114px;
  width: 90%;
}
#cv03 dl dt {
  width: 35%;
  text-align: center;
  font-weight: bold;
  font-size: 3.3rem;
  padding: 30px 0;
  line-height: 1.4;
}
#cv03 dl dt .osusume {
  font-size: 2.3rem;
}
#cv03 dl dt .fc_yel {
  font-size: 5.8rem;
}
#cv03 dl dd {
  width: 65%;
  padding: 42px 0 54px 97px;
}
#cv03 dl dd span {
  font-size: 1.6rem;
  display: block;
  margin: 10px 0 0;
}
@media screen and (max-width:1280px) {
  #cv03 .center > img {
    width: 100%;
  }
  #cv03 dl {
    width: 100%;
  }
  #cv03 dl dt {
    font-size: 2.8rem;
  }
  #cv03 dl dt .osusume {
    font-size: 1.8rem;
  }
  #cv03 dl dt .fc_yel {
    font-size: 4.8rem;
  }
  #cv03 dl dd {
    padding: 42px 0 54px 37px;
  }
}
@media screen and (max-width:768px) {
  #cv03 dl dt {
    width: 38%;
  }
  #cv03 dl dd {
    padding: 22px 0 34px 17px;
    width: 62%;
  }
  #cv03 dl dd img {
    width: 95%;
  }
  #cv03 dl {
    margin: 25px auto 50px;
  }
}
@media screen and (max-width:480px) {
  #cv03 .inner > p {
    width: 95%;
    margin: 0 auto;
  }
  #cv03 .inner > p > img.sp {
    width: 100%;
    margin: 0 0 35px;
  }
  #cv03 dl {
    width: 95%;
    margin: 0 auto;
  }
  #cv03 dl dt .sp img {
    width: 80%;
  }
  #cv03 dl dt {
    width: 100%;
  }
  #cv03 dl dt .sp {
    width: 95%;
    margin: 0 auto;
  }
  #cv03 dl dd {
    padding: 30px 17px;
    width: 100%;
  }
}
/* ============
 instructions
============ */
#instructions {
  font-size: 1.8rem;
  padding: 110px 0;
}
#instructions dl {
  background-color: #fff;
  margin: 0 0 80px;
}
#instructions dl dt {
  background-color: #0054A7;
  color: #Fff;
  font-size: 3.3rem;
  text-align: center;
  padding: 30px 0;
}
#instructions dl dd {
  padding: 80px 90px;
  line-height: 2;
}
#instructions .tar {
  text-align: right;
}
#instructions table tr:first-of-type th, #instructions table tr:first-of-type td {
  border-top: 1px solid #d7d7d7;
}
#instructions table tr > th {
  border-bottom: 1px solid #d7d7d7;
  background: #f1f8ff;
  font-weight: 500;
  padding: 14px 20px;
  width: 30%;
  vertical-align: middle;
  text-align: left;
}
#instructions table tr > td {
  border-bottom: 1px solid #d7d7d7;
  padding: 14px 20px;
  word-break: break-all;
}
#instructions table tr > td .list05 {
  /*list-style: auto;*/
}
#instructions table tr > td .list05 li {
  margin: 0 0 0 30px;
  list-style: decimal;
}
#instructions table tr > td .table02 {
  margin: 30px 0;
}
#instructions table tr > td td {
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  padding: 14px 20px;
  word-break: break-all;
}
#instructions table tr > td td.bl-n {
  border-left: none !important;
}
#instructions table tr > td .table02 th {
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
  background: #f7f7f7;
}
#instructions table tr > td .table02 th.bl {
  border-left: 1px solid #d7d7d7 !important;
}
#instructions .instructions03 ul {
  list-style: disc;
}
#instructions .instructions03.pdf {
  text-align: left;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 30px 10px;
}
#instructions .instructions03 .pdf {
  margin: 20px 0 0;
}
#instructions .instructions03 .pdf a {
  text-decoration: underline;
}
#instructions .instructions03 .pdf a::before {
  content: url(../img/pdf.png);
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width:768px) {
  #instructions dl dd {
    padding: 40px 40px;
  }
  #instructions dl.instructions03 {
    margin: 0;
  }
  #instructions {
    padding: 110px 0 50px;
  }
}
@media screen and (max-width:480px) {
  #instructions {
    font-size: 1.4rem;
    padding: 50px 0;
  }
  #instructions.bg_lightblue {
    background-color: #Fff;
  }
  #instructions dl dd {
    padding: 20px 0;
  }
  #instructions dl dt {
    font-size: 2.0rem;
    padding: 20px 0;
  }
  #instructions dl {
    margin: 0 0 50px;
  }
  #instructions .tar {
    padding: 0 20px 10px 0;
  }
  #instructions table tr > td {
    line-height: 1.4;
    padding: 14px 10px;
    display: block;
  }
  #instructions table tr > th {
    vertical-align: top;
    line-height: 1.4;
    padding: 14px 10px;
    display: block;
    width: 100%;
  }
  #instructions table tr > td td {
    padding: 14px 10px;
  }
  #instructions .instructions02 dd {
    padding: 20px 5%;
  }
  #instructions dl.instructions03 {
    margin: 0;
  }
  #instructions .instructions03 dd {
    padding: 20px 5% 20px 9%;
  }
}
/* ============
     FAQ
============ */
#faq .inner {
  padding: 132px 0 162px;
}
#faq h2 {
  margin: 0 0 73px;
}
#faq .acMenu {
  margin: 0 0 15px;
}
#faq .acMenu dt {
  display: flex;
  height: 100px;
  cursor: pointer;
  font-size: 2.4rem;
  background-color: #EAF6FD;
  position: relative;
}
#faq .acMenu dt::after {
  position: absolute;
  content: "+";
  display: block;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  color: #0054A7;
  font-weight: bold;
  font-size: 3.0rem;
}
#faq .acMenu dt.one::after {
  content: "-";
}
#faq .acMenu dt span.faq_no {
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: #0054A7;
  font-weight: bold;
  font-size: 3.0rem;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  margin: 0 50px 0 0;
}
#faq .acMenu dt span.faq_txt {
  display: inline-block;
  line-height: 1.4;
  padding: 25px 0;
  width: 75%;
}
#faq .acMenu dd {
  background: #f2f2f2;
  line-height: 50px;
  display: none;
  font-size: 2.4rem;
  padding: 20px 0 20px 150px;
}
@media screen and (max-width:1280px) {
  #faq .acMenu dt {
    font-size: 2.0rem;
    height: inherit;
  }
  #faq .acMenu dd {
    font-size: 1.8rem;
  }
  #faq .acMenu dt span.faq_no {
    padding: 20px 0;
    margin: 0 10px 0 0;
    height: inherit;
  }
}
@media screen and (max-width:768px) {
  #faq .inner {
    padding: 132px 0 50px;
  }
}
@media screen and (max-width:480px) {
  #faq .inner {
    padding: 0 0 60px;
  }
  #faq h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }
  #faq .acMenu {
    margin: 0 auto 15px;
    width: 95%;
  }
  #faq .acMenu dt {
    font-size: 1.8rem;
    display: flex;
    height: inherit;
  }
  #faq .acMenu dt span.faq_no {
    width: 60px;
    font-size: 2.4rem;
    padding: 20px 0;
    margin: 0 10px 0 0;
    height: inherit;
  }
  #faq .acMenu dt span.faq_txt {
    display: inline-block;
    line-height: 1.4;
    padding: 25px 0;
    width: 65%;
  }
  #faq .acMenu dt::after {
    right: 10px;
  }
  #faq .acMenu dd {
    line-height: 1.4;
    font-size: 1.6rem;
    padding: 20px;
  }
}
@media screen and (max-width:320px) {
  #faq .acMenu dt::after {
    font-size: 2.4rem;
  }
}
/* ============
    cv04
============ */
#cv04 .inner {
  padding: 62px 0 46px;
}
@media screen and (max-width:480px) {}
/* ============
    footer
============ */
.copy {
  font-size: 1.4rem;
  padding: 30px 0 150px;
}
@media screen and (max-width:1280px) {
  .copy {
    padding: 30px 0 130px;
  }
}