@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
  /*overflow-x: hidden;*/
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

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

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 3em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
html {
  /*overflow: auto;*/
}

body {
  /*overflow: hidden;*/
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.05em;
  /*background: #d8d8d8;*/
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    /*background: #FFF;*/
    /*height: 100%;*/
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.pc-l {
  display: none !important;
}

.sp-l {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1060px) {
  .pc-l {
    display: block !important;
  }
  .sp-l {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .base_inner {
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}
.wrap-wh {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wrap-wh {
    padding: 40px 50px;
  }
}

.base {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .base {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
/*.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
*/
header {
  /*position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;*/
}

/*#header {
	position: sticky;
    position: -webkit-sticky;
    top: 0;
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: auto;
}
*/
.sp_header {
  position: relative;
  /*padding: 5px 0;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/*@media screen and ($sp-first){
	#header {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
}
}
*/
#header .pc_header {
  display: none;
}

@media screen and (min-width: 1060px) {
  #header .sp-header {
    display: none;
  }
  #header .pc_header {
    display: block;
  }
}
/*	style info : hd_info
--------------------------------------*/
@media screen and (min-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: 0.5s;
    /*position: fixed;*/
    padding: 10px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  /*.site-header.transform{
      background: rgba(0,0,0,1.00);
      padding: 10px 20px;
  }*/
  .pc_header .hd_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .pc_header .hd_area .logo img {
    height: 60px;
    width: auto;
  }
  .pc_header .hd_area .nav_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (min-width: 960px) {
  .pc_header .hd_area .nav_area {
    padding-left: 30px;
  }
}
/* ---------------------------------------------------------------------------
	spGnav	
--------------------------------------------------------------------------- */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

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

.sm-simple {
  /*border: 1px solid #bbbbbb;*/
  background: #000;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}
.sm-simple li {
  border-bottom: 1px solid #bbbbbb;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 17px 20px 13px;
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
  /*color: $base_color;
  background:$blue;*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple li ul li a, .sm-simple li ul li a:hover, .sm-simple li ul li a:focus, .sm-simple li ul li a:active {
  /*padding: 13px 20px;*/
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
  color: #fff;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #fff;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  /*background: #E6E6E6;*/
  /*background: rgba(0, 0, 0, 0.08);*/
}

.sm-simple a .sub-arrow::before {
  content: "+";
  color: #000;
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
  color: #000;
}

.sm-simple > li.none a .sub-arrow::before {
  content: "+";
  color: #000;
}

.sm-simple > li.none a.highlighted .sub-arrow::before {
  content: "-";
  color: #000;
}

/*@media only screen and (min-width: 992px) {
.sm-simple > li.none a .sub-arrow::before {
	content: none;
}
.sm-simple > li.none a.highlighted .sub-arrow::before {
	content: none;
}
}*/
.sm-simple li {
  text-align: center;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

/*.sm-simple > li:first-child {
	border-top: 0;
}*/
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

/*.sm-simple .sm_menu {
	display: inline-block;
	margin-left: 8px;
	color: #0b5f85;
	font-size: 1.3rem;
	padding-top: 3px;
}
*/
.sp_header .hd_lan {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.sp_header .hd_lan .item {
  width: 60px;
}
.sp_header .hd_lan .item a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background: #333;
}
.sp_header .hd_lan .act {
  background: #9d9da1;
  color: #333;
  text-align: center;
  padding: 15px 0;
}


/*	style info : nav css
--------------------------------------*/
.header {
  position: relative;
  /*padding: 5px 0 0;*/
}

.sp_header {
  /*padding: 5px 10px;*/
  background: #000;
}

.sp_header .logo {
  float: left;
  margin: 7px 0 0 10px;
}
.sp_header .logo .img-logo {
  width: auto;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .sp_header .logo .img-logo {
    height: 60px;
  }
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  padding: 11px 11px 11px 20px;
  line-height: 17px;
  text-decoration: none;
}

.nav-brand img {
  width: auto;
  height: 35px;
}

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  /*margin: 5px 8px 0 0;*/
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  /*width: 34px;
  height: 29px;*/
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 13px;
  /*left: 5px;*/
  height: 2px;
  width: 24px;
  /*background: #333;*/
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1060px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* ---------------------------------------------------------------------------
	pcGnav	
--------------------------------------------------------------------------- */
@media screen and (min-width: 1060px) {
  /*pcmenu*/
  /*.pc_navi {
  	position: absolute;
  	top: 65px;
  	right: 0;
  }
  */
  ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  ul.menu li {
    padding: 0 10px;
    text-align: center;
    /*float: left;*/
    /*position: relative;
    display: inline-block;
    height: 50px;*/
  }
  ul.menu li a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606);
  }
  ul.sub {
    display: none;
    position: absolute;
    margin-left: -6px;
    margin-left: 10px;
    padding: 0;
  }
  ul.sub li a {
    /*padding: 8px 10px 20px;
    padding: 0 10px 100px;*/
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    line-height: 50px;
    display: block;
    background: #efefef;
    color: #fff;
    width: 250px;
    border-bottom: none;
  }
  ul.sub li a:hover {
    background: #fefefe;
    color: #000;
    text-decoration: none;
    border-bottom: none;
  }
}
/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.to-top .arrow {
  text-indent: -9999px;
  display: block;
  height: 42px;
  position: relative;
}
.to-top .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#footer {
  padding-bottom: 15px;
}
#footer .ft-top .clum2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .ft-top .clum2 {
    margin-bottom: 60px;
  }
}
#footer .ft-top .clum2 .item {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #footer .ft-top .clum2 .item {
    margin-bottom: 0;
    padding: 15px 40px;
  }
}
#footer .ft-top .clum2 .item .pict {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #footer .ft-top .clum2 .item .txt {
    text-align: left;
  }
}
#footer .ft-top .clum2 .item .mbl {
  font-size: 1.2rem;
}
#footer .ft-top .school_name {
  font-size: 2rem;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-info .clum2 {
    align-items: center;
  }
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(1) {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-info .clum2 .item:nth-child(1) {
    margin-bottom: 0;
  }
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(1) .txt {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(1) .area {
  font-size: 1.2rem;
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button .tel-call {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 1rem;
    font-weight: 500;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.5s;
    background: #e90f0f;
  }
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button .ico {
  display: inline-block;
  position: relative;
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button .ico::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -34px;
  display: inline-block;
  background-size: cover;
  top: 50%;
  left: 0;
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button:nth-child(1) .ico::after {
  background-image: url("../images/common/ico-tel.png");
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button:nth-child(2) .ico::after {
  background-image: url("../images/common/ico-mail.png");
}
#footer .ft-btm .ft-info .clum2 .item:nth-child(2) .button-line {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-detail .clum2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#footer .ft-btm .ft-detail .clum2 .left {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-detail .clum2 .left {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 0 20px;
  }
}
#footer .ft-btm .ft-detail .clum2 .left .ft-logo {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-detail .clum2 .left .ft-logo {
    margin-bottom: 0;
  }
}
#footer .ft-btm .ft-detail .clum2 .left .glp .name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.2;
}
#footer .ft-btm .ft-detail .clum2 .right .ft_bnr {
  max-width: 80%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-detail .clum2 .right .ft_bnr {
    margin: 0 0 15px;
    max-width: 320px;
  }
}
#footer .ft-btm .ft-detail .clum2 .right .copy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .ft-btm .ft-detail .clum2 .right .copy {
    text-align: right;
  }
}

.mv-page {
  padding: 30px 0 40px;
  background: #f3f1ea;
}
@media screen and (min-width: 768px) {
  .mv-page {
    padding: 50px 0 50px;
  }
}
.mv-page .tit-mv-page {
  position: relative;
}
.mv-page .tit-mv-page::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  content: "";
  background: #32afd1;
}
.mv-page .tit-mv-page::after {
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 30px;
  height: 4px;
  content: "";
  background: #9bd14d;
}
.mv-page .tit-mv-page .en {
  display: block;
  font-size: 1.6rem;
  color: #9bd14d;
}
.mv-page .tit-mv-page .jp {
  font-size: calc(1.9rem + (1vw - 0.32rem) * 0.6757);
  font-weight: 500;
  font-weight: 600;
}
@media only screen and (min-width: 1060px) {
  .mv-page .tit-mv-page .jp {
    font-size: 2.4rem;
  }
}

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem;
  font-weight: 500;
  border: 2px solid #fff;
  color: #fff;
  background: #e90f0f;
  transition: 0.5s;
}

.button a:hover {
  color: #fff;
  background: #000;
}

/*<div class="button-line">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button-line a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem;
  font-weight: 500;
  border: 2px solid #fff;
  color: #fff;
  background: #06c755;
  transition: 0.5s;
}
.button-line a .ico {
  display: inline-block;
  position: relative;
}
.button-line a .ico::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -34px;
  display: inline-block;
  background-image: url("../images/common/ico-line.png");
  background-size: cover;
  top: 50%;
  left: 0;
}

.button-line a:hover {
  color: #fff;
  background: #000;
}

/*<div class="btn-ct"><a href="" target="_blank">ボタンのデザイン</a></div>*/
.btn-ct a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 240px;
  margin: auto;
  padding: 1rem 1rem;
  font-weight: 500;
  background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
  border-radius: 100vh;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .btn-ct a {
    width: 280px;
  }
}

.btn-ct a:hover {
  color: #fff;
  background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%);
}

/*<div class="btn-left"><a href="" target="_blank">ボタンのデザイン</a></div>*/
.btn-left a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 240px;
  padding: 1rem 1rem;
  font-weight: 500;
  background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
  border-radius: 100vh;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .btn-left a {
    width: 280px;
  }
}

.btn-left a:hover {
  color: #fff;
  background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%);
}

.btn a {
  background: #32afd1;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  color: #32afd1;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1px solid #32afd1;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 12px 100px;
  }
}

.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #32afd1;
  border-right: solid 2px #32afd1;
  transform: translateY(-50%) rotate(45deg);
}

.btn a:hover {
  background: #352e37;
}

.btn a:hover:after {
  right: 1.4rem;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* set.scss */
.link {
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .link {
    padding-top: 78px;
    margin-top: -78px;
  }
}

/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
.scale .pic {
  overflow: hidden;
}
.scale .pic img {
  display: block;
  transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .scale .pic {
    overflow: hidden;
  }
  .scale .pic img {
    display: block;
    transition-duration: 0.3s;
  }
  .scale .tit, .scale .txt {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .scale:hover .pic {
    overflow: hidden;
  }
  .scale:hover .pic img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
  .scale:hover .tit-midle, .scale:hover .txt {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*	tit
--------------------------------------*/
.tit-left {
  margin-bottom: 1em;
}
.tit-left .en {
  font-size: 1.6rem;
  color: #e90f0f;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .tit-left .en {
    font-size: 1.8rem;
  }
}
.tit-left .jps {
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .tit-left .jps {
    font-size: 1.7rem;
  }
}
.tit-left .jp {
  font-size: calc(1.9rem + (1vw - 0.32rem) * 0.6757);
  font-weight: 500;
}
@media only screen and (min-width: 1060px) {
  .tit-left .jp {
    font-size: 2.4rem;
  }
}

.tit-ct {
  margin-bottom: 1em;
  text-align: center;
}
.tit-ct .en {
  font-size: 1.6rem;
  color: #e90f0f;
  font-family: "Josefin Sans", sans-serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .tit-ct .en {
    font-size: 1.8rem;
  }
}
.tit-ct .jp {
  font-size: calc(1.9rem + (1vw - 0.32rem) * 0.6757);
  font-weight: 500;
}
@media only screen and (min-width: 1060px) {
  .tit-ct .jp {
    font-size: 2.4rem;
  }
}

.tit-w {
  font-size: calc(2rem + (1vw - 0.32rem) * 4.0541);
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .tit-w {
    margin-bottom: 0.5em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1060px) {
  .tit-w {
    font-size: 5rem;
  }
}

.sub-tit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2703);
  font-weight: 500;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 1060px) {
  .sub-tit {
    font-size: 1.8rem;
  }
}

.tit-bold {
  margin-bottom: 10px;
}
.tit-bold .en {
  font-size: calc(2rem + (1vw - 0.32rem) * 4.0541);
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 1060px) {
  .tit-bold .en {
    font-size: 5rem;
  }
}
.tit-bold .jp {
  font-size: calc(2rem + (1vw - 0.32rem) * 1.3514);
  font-weight: 500;
}
@media only screen and (min-width: 1060px) {
  .tit-bold .jp {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .tit-bold {
    margin-bottom: 20px;
  }
}

/*	txt
--------------------------------------*/
.txt-ct {
  text-align: center;
}

.txt-sm {
  font-size: 1.2rem;
}

/*	content
--------------------------------------*/
.page-mv {
  /*background: url("https://cosmelink.com/asset/images/free2/kv.png") center center no-repeat;
  background-size: cover;*/
  margin-bottom: 30px;
}

/*	bg
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .bg_fix {
    position: relative;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pict01 {
    background-image: url("../images/matching/bg.png");
  }
}
/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad_top {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pad_top {
    padding-top: 60px;
  }
}

.pad_btm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pad_btm {
    padding-bottom: 60px;
  }
}

.pad_s {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .pad_s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad_s_top {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .pad_s_top {
    padding-top: 40px;
  }
}

.mb {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mb {
    margin-bottom: 15px;
  }
}

.mbl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mbl {
    margin-bottom: 30px;
  }
}

.mtop {
  margin-top: 30px;
}

.link {
  padding-top: 55px;
  margin-top: -55px;
}
@media screen and (min-width: 768px) {
  .link {
    padding-top: 72px;
    margin-top: -72px;
  }
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 36.25%;
  }
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	list
--------------------------------------*/
.list .list-item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 4px;
}
.list .list-item:last-child {
  margin-bottom: 0;
}
.list .circle {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.list .circle:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list .circle {
    font-size: 1.7rem;
  }
}
.list .circle::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .list .circle::after {
    top: 6px;
  }
}

.rd {
  border-radius: 20px;
  overflow: hidden;
}

/*	set
--------------------------------------*/
@media screen and (min-width: 768px) {
  .clum2 {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .clum2 .set {
    width: 320px;
  }
  .clum2 .set .in {
    position: sticky;
    top: 0;
    padding-top: 80px;
    margin-top: -80px;
  }
}
.clum2 .set:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .clum2 .set:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .clum2 .txt-area {
    width: -webki-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}

.clum2 .item-pict {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .clum2 .item-pict {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .clum2 .item {
    padding-right: 30px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .clum3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .clum3 .set {
    width: -webki-calc((100% - 34px) / 3);
    width: calc((100% - 34px) / 3);
  }
}
.clum3 .set:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .clum3 .set:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .od {
    order: -1;
  }
}

@media screen and (min-width: 768px) {
  .inner-pc {
    padding-left: 90px;
  }
}

.inner {
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 90px;
  }
}

/*	ptn
--------------------------------------*/
.ptn {
  position: relative;
}
.ptn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f3f1ea;
  z-index: -2;
}
.ptn .clum2 .item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ptn .clum2 .item:not(:first-child) {
    margin-top: 40px;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.lesson-cutch {
  position: relative;
  /*&::after {
  	content: '';
  	width: 50%;
  	height: 100%;
  	display: inline-block;
  	background-image: url("../images/home/lesson.png");
  	position: absolute;
  	background-repeat: no-repeat;
  	background-size: contain;
  	top: 0;
  	bottom: 0;
  	margin: 0 auto;
  	z-index: -1;
  }*/
}
.lesson-cutch .lesson_pict {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .lesson-cutch .lesson_pict {
    height: 100%;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: url("../images/home/lesson.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -60px;
  }
}
.lesson-cutch .lesson_pict .lesson_img {
  /*width: 50%;*/
}
@media screen and (min-width: 768px) {
  .lesson-cutch .lesson_pict .lesson_img {
    display: none;
  }
}
.lesson-cutch .clum2 .left {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lesson-cutch .clum2 .left {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .lesson-cutch .clum2 .right {
    width: 45%;
  }
}
.lesson-cutch .clum2 .right .ar_list {
  margin-top: 15px;
}
.lesson-cutch .clum2 .right .ar_list .item {
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px 0;
  width: 100%;
}
.lesson-cutch .clum2 .right .ar_list .item:not(:first-child) {
  margin-top: 10px;
  /*&::after {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 50%;
  	margin: -22px 0 0 -3px;
  	border: 6px solid transparent;
  	border-top: 7px solid #fff; 
  }*/
}

.ptn01 .base_inner {
  position: relative;
}
.ptn01 .base_inner::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  display: inline-block;
  background-color: #e90f0f;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ptn01 .base_inner::after {
    width: 90px;
  }
}
.ptn01 .base_inner .tit-bold {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .ptn01 .base_inner .tit-bold {
    padding-top: 40px;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#home .sec01 .open {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #home .sec01 .open {
    padding: 30px;
    margin-bottom: 30px;
  }
}
#home .sec01 .open .tit {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home .sec01 .open .tit {
    font-size: 4rem;
  }
}
#home .sec01 .open .txt {
  line-height: 1;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .sec01 .open .txt .tel-call {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #home .sec01 .open .txt .tel-call {
    font-size: 4rem;
  }
}
#home .sec01 .bnr-index {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #home .sec01 .bnr-index {
    margin-bottom: 40px;
  }
}
#home .sec01 .bnr-index .item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #home .sec01 .bnr-index .item:not(:first-child) {
    margin-bottom: 30px;
  }
}
#home .sec01 .movie-index {
  margin-bottom: 20px;
  /* 再生前は動画がタッチを奪わないよう iOS 対策 */
}
@media screen and (min-width: 768px) {
  #home .sec01 .movie-index {
    margin-bottom: 40px;
  }
}
#home .sec01 .movie-index .movie-index__inner {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f1ea;
}
#home .sec01 .movie-index video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 20px;
  background: transparent;
  position: relative;
  z-index: 0;
}
#home .sec01 .movie-index .movie-index__inner:not(.is-playing) video {
  pointer-events: none;
}
#home .sec01 .movie-index .movie-index__inner.is-playing video {
  pointer-events: auto;
}
#home .sec01 .movie-index .movie-index__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#home .sec01 .movie-index .movie-index__play:focus-visible {
  outline: 2px solid #32afd1;
  outline-offset: 4px;
}
#home .sec01 .movie-index .movie-index__play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
#home .sec01 .movie-index .movie-index__inner.is-playing .movie-index__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#home .sec01 .movie-index .movie-index__sound {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 11;
  margin: 0;
  padding: 8px 18px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#home .sec01 .movie-index .movie-index__sound:focus-visible {
  outline: 2px solid #32afd1;
  outline-offset: 2px;
}
#home .sec01 .movie-index .movie-index__inner.show-sound-btn .movie-index__sound {
  display: block;
}
@media screen and (min-width: 768px) {
  #home .sec01 .inner-pc {
    position: relative;
  }
  #home .sec01 .inner-pc::after {
    content: "";
    width: 90px;
    height: 100%;
    display: inline-block;
    background-image: url("../images/home/mission_txt.svg");
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#home .sec01 .inner-pc .clum3 {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
@media screen and (min-width: 768px) {
  #home .sec01 .inner-pc .clum3 {
    gap: 0 20px;
  }
}
#home .sec01 .inner-pc .clum3 .item {
  width: -webki-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
}
@media screen and (min-width: 768px) {
  #home .sec01 .inner-pc .clum3 .item {
    width: -webki-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
}
#home .sec01 .inner-pc .clum3 .item .pic {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #home .sec01 .inner-pc .clum3 .item .pic {
    margin-bottom: 15px;
  }
}
#home .sec01 .inner-pc .clum3 .item .txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #home .sec01 .inner-pc .clum3 .item .txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

#instaWrapper {
  overflow: hidden;
}
#instaWrapper .tit {
  font-family: "Satisfy", cursive;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #instaWrapper .tit {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}

#insta {
  padding: 0 2.5%;
  width: clamp(240px, 100%, 1280px);
  margin: 0 auto;
}
#insta a {
  text-decoration: none;
}
#insta ul {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#insta ul li {
  list-style: none;
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 3em;
  height: 240px;
  position: relative;
  /*& .like_count{
      font-size: 12px;
      line-height: 2;
      display: block;
      text-align: center;
      position: relative;

      &::before{
          content: "\02665";
          color: #d4245f;
          font-size: 14px;
          vertical-align: middle;
          padding-right: 0.25em;
      }
  }*/
}
#insta ul li .captionTxt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 0;
}
#insta ul li .like_count {
  display: none;
}
#insta ul li:hover .captionTxt {
  transition: 0.5s opacity, 0.25s filter;
  opacity: 1;
}
#insta ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  #insta {
    padding: 0 24px;
  }
  #insta ul li {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  #insta ul li {
    width: 23.5%;
  }
}
#home .h-bnr {
  margin-bottom: 20px;
}
#home .h-bnr .h-bnr_tit {
  text-align: center;
  margin-bottom: 10px;
}
#home .h-bnr .h-bnr_tit .line {
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home .h-bnr .h-bnr_tit .line {
    font-size: 1.8rem;
  }
}
#home .h-bnr .h-bnr_tit .line::after, #home .h-bnr .h-bnr_tit .line::before {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  height: 25px;
  border-left: #fff solid 2px;
}
#home .h-bnr .h-bnr_tit .line::after {
  right: -5px;
  transform: rotate(30deg);
}
#home .h-bnr .h-bnr_tit .line::before {
  left: -10px;
  transform: rotate(-30deg);
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#about .sec01 .clum2 .item-pict {
  position: relative;
}
#about .sec01 .clum2 .item-pict::after {
  content: "";
  width: 62px;
  height: 62px;
  display: inline-block;
  background-image: url("../images/about/txt_mission01.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  margin: -30px 0 0;
}
@media screen and (min-width: 768px) {
  #about .sec01 .clum2 .item-pict::after {
    width: 100px;
    height: 100px;
    margin: -70px 0 0;
  }
}

#about .sec02 .tit-bold {
  text-align: center;
}
#about .sec02 .clum2:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #about .sec02 .clum2:not(:first-child) {
    margin-top: 50px;
  }
}
#about .sec02 .clum2 .item .nb {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #about .sec02 .clum2 .item .nb {
    margin-bottom: 15px;
  }
}
#about .sec02 .clum2 .item .txt_mission02 {
  width: 62px;
  height: 62px;
}
@media screen and (min-width: 768px) {
  #about .sec02 .clum2 .item .txt_mission02 {
    width: 100px;
    height: 100px;
  }
}

#about .sec03 .pict {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #about .sec03 .pict {
    margin-bottom: 50px;
  }
}
#about .sec03 .pict::after {
  content: "";
  width: 62px;
  height: 62px;
  display: inline-block;
  background-image: url("../images/about/txt_mission03.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -20px;
}
@media screen and (min-width: 768px) {
  #about .sec03 .pict::after {
    width: 100px;
    height: 100px;
    margin: 0 0 -40px;
  }
}
#about .sec03 .sign {
  text-align: right;
}
#about .sec03 .tit {
  margin: 0 0 15px;
  border: 1px solid #fff;
  padding: 10px 15px;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2703);
}
@media screen and (min-width: 768px) {
  #about .sec03 .tit {
    margin: 0 0 30px;
  }
}
#about .sec03 .clum2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #about .sec03 .clum2 {
    margin-bottom: 30px;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#coach .sec03, #coach .sec04, #coach .sec05 {
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  #coach .sec03, #coach .sec04, #coach .sec05 {
    padding-top: 78px;
    margin-top: -78px;
  }
}

#coach .sec01 .clum2 .set .tit-bold .en {
  color: #e90f0f;
}
#coach .sec01 .clum2 .txt-area .tit {
  font-size: calc(2rem + (1vw - 0.32rem) * 1.3514);
  color: #fcff00;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#coach .sec01 .clum2 .txt-area .request {
  background: #141414;
  padding: 20px 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #coach .sec01 .clum2 .txt-area .request {
    margin-top: 40px;
    padding: 30px 40px;
  }
}
#coach .sec01 .clum2 .txt-area .request .request_tit {
  color: #fcff00;
  text-align: center;
  margin-bottom: 1em;
}
#coach .sec01 .clum2 .txt-area .request .request_tit .line {
  font-size: calc(2rem + (1vw - 0.32rem) * 1.3514);
  background-image: linear-gradient(#e90f0f, #e90f0f);
  background-size: 100% 50%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  font-weight: 500;
}
#coach .sec01 .clum2 .txt-area .request .request_tit .request_txt {
  font-size: calc(1.9rem + (1vw - 0.32rem) * 0.6757);
  font-weight: 500;
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 1060px) {
  #coach .sec01 .clum2 .txt-area .request .request_tit .request_txt {
    font-size: 2.4rem;
  }
}
#coach .sec01 .clum2 .txt-area .request .list .item {
  border: 2px solid #fff;
  padding: 9px 10px 9px 42px;
  position: relative;
  width: 100%;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.2703);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #coach .sec01 .clum2 .txt-area .request .list .item {
    padding: 12px 10px 12px 60px;
  }
}
#coach .sec01 .clum2 .txt-area .request .list .item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #coach .sec01 .clum2 .txt-area .request .list .item:not(:first-child) {
    margin-top: 20px;
  }
}
#coach .sec01 .clum2 .txt-area .request .list .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 14px;
  width: 10px;
  height: 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #coach .sec01 .clum2 .txt-area .request .list .item::after {
    top: 0.9em;
    left: 20px;
    width: 16px;
    height: 7px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  #coach .sec02 .inner-pc {
    position: relative;
  }
  #coach .sec02 .inner-pc::after {
    content: "";
    width: 90px;
    height: 100%;
    display: inline-block;
    background-image: url("../images/coach/txt_coach.svg");
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#coach .sec02 .inner-pc .clum4 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}
@media screen and (min-width: 768px) {
  #coach .sec02 .inner-pc .clum4 {
    gap: 20px 20px;
  }
}
#coach .sec02 .inner-pc .clum4 .item {
  width: -webki-calc((100% - 45px) / 4);
  width: calc((100% - 45px) / 4);
}
@media screen and (min-width: 768px) {
  #coach .sec02 .inner-pc .clum4 .item {
    width: -webki-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
}
#coach .sec02 .inner-pc .clum4 .item .pic {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #coach .sec02 .inner-pc .clum4 .item .pic {
    margin-bottom: 15px;
  }
}
#coach .sec02 .inner-pc .clum4 .item .txt {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #coach .sec02 .inner-pc .clum4 .item .txt {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

#coach .sec04 .base_inner {
  position: relative;
}
#coach .sec04 .base_inner::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  display: inline-block;
  background-color: #e90f0f;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #coach .sec04 .base_inner::after {
    width: 90px;
  }
}
#coach .sec04 .base_inner .tit-left .en {
  color: #fff;
}

.advisor {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .advisor {
    font-size: 1.7rem;
    padding: 8px 50px;
    margin-bottom: 15px;
  }
}

#coach04 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #coach04 {
    margin-bottom: 80px;
  }
}

#coach .clum2 .item-pict {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #coach .clum2 .item-pict {
    margin-bottom: 0;
    max-width: 500px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #coach .clum2 .item {
    padding-right: 30px;
    width: 50%;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#flow .sec01 .glp {
  border: 1px solid #fff;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  #flow .sec01 .glp {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
#flow .sec01 .glp:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #flow .sec01 .glp:not(:first-child) {
    margin-top: 50px;
  }
}
#flow .sec01 .glp .glp_nb {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #flow .sec01 .glp .glp_nb {
    width: 100px;
  }
}
#flow .sec01 .glp .glp_nb .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #flow .sec01 .glp .glp_nb .en {
    font-size: 2rem;
  }
}
#flow .sec01 .glp .glp_nb .int {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #flow .sec01 .glp .glp_nb .int {
    font-size: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #flow .sec01 .glp .txt_area {
    width: -webki-calc(100% - 130px);
    width: calc(100% - 130px);
  }
}
#flow .sec01 .glp .txt_area .flow_tit {
  font-size: calc(1.9rem + (1vw - 0.32rem) * 0.6757);
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1060px) {
  #flow .sec01 .glp .txt_area .flow_tit {
    font-size: 2.4rem;
  }
}
#flow .sec01 .glp .txt_area .tel_nb {
  margin: 10px 0 15px;
  line-height: 1;
}
#flow .sec01 .glp .txt_area .tel_nb .tel-call {
  font-size: calc(1.9rem + (1vw - 0.32rem) * 0.6757);
  font-weight: 600;
  line-height: 1;
}

#flow .sec02 .tit-bold {
  text-align: center;
}
#flow .sec02 .flow_info {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #flow .sec02 .flow_info {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #flow .sec02 .flow_info .flow_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
  }
}
@media screen and (min-width: 768px) {
  #flow .sec02 .flow_info .flow_wrap .item {
    width: -webki-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
  }
}
#flow .sec02 .flow_info .flow_wrap .item:first-child {
  text-align: center;
}
#flow .sec02 .flow_info .flow_wrap .item .tel-call {
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  #flow .sec02 .flow_info .flow_wrap .item .tel-call {
    font-size: 4rem;
  }
}

/*
#flow {
	.price {
		.sub-tit {
			margin-bottom: 15px;
			@media screen and ($sp-first){
				margin-bottom: 30px;
			}
		}
		.glp {
			border: 1px solid #fff;
			padding: 20px 15px;
			@media screen and ($sp-first){
				padding: 40px 60px;
			}
			&:not(:first-child) {
				margin-top: 30px;
				@media screen and ($sp-first){
					margin-top: 50px;
				}
			}
			.txt_area {
				.price_tit {
					@include tit;
					padding-bottom: 5px;
					margin-bottom: 15px;
					border-bottom: 1px solid #fff;
				}
				.txt {
					font-size: 1.6rem;
					.int {
						font-size: 2rem;
						font-weight: 600;
						display: inline-block;
						margin-right: 2px;
					}
				}
			}
		}
	}
}
*/
#flow .price .glp {
  border: 1px solid #fff;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  #flow .price .glp {
    padding: 40px 60px;
  }
}
#flow .price .glp:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #flow .price .glp:not(:first-child) {
    margin-top: 50px;
  }
}
#flow .price .glp .txt_area .price_subtit {
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#flow .price .glp .txt_area .price_tit {
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.1351);
}
#flow .price .glp .txt_area .txt {
  font-size: 1.6rem;
}
#flow .price .glp .txt_area .int {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  #flow .price .glp .txt_area .int {
    font-size: 4rem;
    line-height: 1;
  }
}
#flow .price .glp .txt_area .off {
  display: inline-block;
  background: #e90f0f;
  padding: 3px 10px 4px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #flow .price .glp .txt_area .off {
    padding: 5px 15px 5px;
    font-size: 1.6rem;
  }
}
#flow .price .glp .txt_area .clum {
  display: flex;
  gap: 0 30px;
  align-items: center;
}
#flow .price .glp .txt_area .clum .time {
  display: inline-block;
  margin-right: 5px;
}
#flow .price .glp .txt_area .price_tbl {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #flow .price .glp .txt_area .price_tbl {
    margin-bottom: 15px;
  }
}
#flow .price .glp .txt_area .price_tbl tr {
  border-bottom: 1px solid #fff;
}
#flow .price .glp .txt_area .price_tbl th {
  padding: 8px 3px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #flow .price .glp .txt_area .price_tbl th {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #flow .price .glp .txt_area .price_tbl th {
    width: 100px;
    text-align: right;
  }
}
#flow .price .glp .txt_area .price_tbl td {
  padding: 8px 6px 8px 0;
  width: 40%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #flow .price .glp .txt_area .price_tbl td {
    padding: 15px 30px 15px 0;
  }
}
#flow .price .glp .txt_area .price_tbl td + td {
  padding: 8px 0 8px 0;
  vertical-align: middle;
  width: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #flow .price .glp .txt_area .price_tbl td + td {
    padding: 0;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
#lesson .lesson-cutch .clum2 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #lesson .lesson-cutch .clum2 {
    margin-top: 40px;
  }
}

#lesson .ptn01 .inner .list {
  border: 2px solid #fff;
  padding: 9px 10px 9px 42px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #lesson .ptn01 .inner .list {
    margin-top: 30px;
    padding: 30px 10px 30px 80px;
  }
}
#lesson .ptn01 .inner .list .ck {
  position: relative;
  width: 100%;
  font-weight: 500;
}
#lesson .ptn01 .inner .list .ck:not(:first-child) {
  margin-top: 10px;
}
#lesson .ptn01 .inner .list .ck::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  #lesson .ptn01 .inner .list .ck::after {
    top: 0.4em;
    left: 0;
    margin-left: -30px;
    width: 12px;
    height: 6px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}

#lesson .points .clum2 .set .in .in_wrap {
  position: relative;
}
#lesson .points .clum2 .set .in .in_wrap .txt_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#lesson .points .clum2 .set .in .in_wrap .txt_in .tit-left {
  width: 300px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lesson .points .clum2 .set .in .in_wrap .txt_in .tit-left .jps {
    font-size: 1.7rem;
  }
}
#lesson .points .clum2 .txt-area .point {
  padding: 15px 15px;
}
@media screen and (min-width: 768px) {
  #lesson .points .clum2 .txt-area .point {
    padding: 30px 40px;
  }
}
#lesson .points .clum2 .txt-area .point:nth-child(2n) {
  background: #1a1a1a;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
@media screen and (min-width: 768px) {
  #contact .contact-line {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    margin-top: 30px;
  }
}
#contact .contact-line .button-line {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  #contact .contact-line .button-line {
    margin-top: 0;
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .contact_sec01 {
    padding-top: 80px;
  }
}
.contact_sec01 .con_info {
  /*padding: 15px 25px;*/
  /*border: 1px solid #ccc;*/
  /*padding-bottom: 30px;*/
}
.contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}
.contact_sec01 .con_info .tel_nb {
  text-align: center;
}
.contact_sec01 .con_info .tel_nb .tel-call {
  position: relative;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -0.25em 0 0 -1.8em;
  color: #fff;
}
.contact_sec01 .con_info .tel_nb .left_txt {
  display: block;
}
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/
}
.contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
.contact_sec01 .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  padding: 2px 10px 3px;
  margin-left: 5px;
  font-size: 1.2rem;
  color: #fff;
  background: #e90f0f;
}
.contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #7e7e7e;
}
.contact_sec01 .cons_form_wrap .approval {
  text-align: center;
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .approval .approval_txt .link {
  border-bottom: 1px solid #000;
}
.contact_sec01 .cons_form_wrap .note {
  padding: 30px 30px;
  border: 2px solid #fcff00;
  color: #fcff00;
}
.contact_sec01 .cons_form_wrap .contact-line {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .pad_top {
    padding-top: 100px;
  }
  .contact_sec01 .con_info {
    /*padding: 45px 25px;*/
    text-align: center;
  }
  .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }
  .contact_sec01 .con_info .tel_nb {
    text-align: center;
  }
  .contact_sec01 .con_info .tel_nb .tel-call {
    font-family: "Josefin Sans", sans-serif;
    font-size: 4rem;
    margin-left: 4rem;
  }
  .contact_sec01 .con_info .tel_nb .tel-call::after {
    font-size: 1.6rem;
    margin: -0.25em 0 0 -1.8em;
  }
  .contact_sec01 .con_info .tel_nb .left_txt {
    display: block;
  }
  .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .approval {
    margin: 60px 0 70px;
  }
  .contact_sec01 .cons_form_wrap .approval .approval_txt {
    margin-top: 40px;
  }
}
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .cons_form_note a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.contact_sec01 .cons_form_wrap .cons_form_note a:hover {
  color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 9px 10px 5px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 8px;
  background: #000;
  border: 1px solid #fff;
}

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type=submit], input[type=button] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #e90f0f;
  color: #fff;
  font-size: 16px;
}

input[type=submit].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #e90f0f;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  input[type=submit].apbtn_right {
    font-size: 16px;
  }
  input[type=submit], input[type=button] {
    font-size: 16px;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  background: rgb(234, 0, 4);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0;
  }
}
/*	style info : check_field
--------------------------------------*/
@media screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
/*	style info : select
--------------------------------------*/
select {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  color: #333;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
} /* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px;
}

/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 240px;
  margin: 30px auto 0;
}
.form_btn_sc .item_btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form_btn_sc .item_btn {
    width: 240px;
  }
  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px;
  }
}
.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px;
}
.thanks_in .thanks_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .txt {
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.thanks_in .thsanks_cv_in .left {
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb {
  text-align: center;
  padding-left: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb span {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
}
.thanks_in .thsanks_cv_in .right .tel_nb span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  display: block;
  width: 46px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_free_w.png);
  background-size: 46px 30px;
}
.thanks_in .thsanks_cv_in .right .txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px;
  }
  .thanks_in .thanks_tit {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 100px;
  }
  .thanks_in .thanks_txtarea {
    text-align: center;
  }
  .thanks_in .thanks_txtarea .txt {
    display: inline-block;
    text-align: left;
    margin-bottom: 60px;
  }
  .thanks_in .thsanks_cv_in {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .thanks_in .thsanks_cv_in .left {
    width: 50%;
    margin-bottom: 0;
  }
  .thanks_in .thsanks_cv_in .right {
    width: 50%;
    padding-top: 10px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb {
    text-align: center;
    padding-left: 30px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb span {
    font-size: 3rem;
  }
  .thanks_in .thsanks_cv_in .right .txt {
    text-align: center;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
@media screen and (min-width: 768px) {
  #policy .mv-page {
    padding-top: 180px;
  }
}

.policy_wrap {
  padding: 35px 0 45px;
}
.policy_wrap .policy_fst {
  margin-bottom: 35px;
}
.policy_wrap .policy_fst .policy_tit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
.policy_wrap .policy_fst .policy_txt {
  margin-bottom: 10px;
}
.policy_wrap .policy_fst ul {
  margin-left: 20px;
}
.policy_wrap .policy_fst ul .li {
  padding-left: 2em;
  text-indent: -2em;
}

.policy_wrap .policy_sec {
  margin-bottom: 25px;
}
.policy_wrap .policy_sec .policy_sec_tit {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
.policy_wrap .policy_sec .policy_list ul {
  margin: 20px 0 20px 20px;
}
.policy_wrap .policy_sec .policy_list ul li {
  padding-left: 2em;
  text-indent: -2em;
}
.policy_wrap .policy_sec .sign {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px;
  }
  .policy_wrap .policy_fst {
    margin-bottom: 50px;
  }
  .policy_wrap .policy_fst .policy_tit {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .policy_wrap .policy_fst .policy_txt {
    margin-bottom: 15px;
  }
  .policy_wrap .policy_sec {
    margin-bottom: 45px;
  }
  .policy_wrap .policy_sec .sign {
    text-align: right;
    margin-top: 50px;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*1.6-18*/
/*1.6-17*/
/*2-3*/
/*$tit: calc(2rem + (1vw - 0.32rem) * 1.3514);*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-size 320-1060
---------------------------------------- */
/*1.9-2.4*/
/*1.6-18*/
/*2-5*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
.mv_home {
  position: relative;
  width: 100%;
}
.mv_home .mv_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mv {
  height: 250px;
  width: 100%;
  background: #fff;
}

.cb_slideshow,
.cb_slideshow:after {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .mv {
    height: 350px;
  }
  .cb_slideshow,
  .cb_slideshow:after {
    height: 350px;
  }
}
.cb_slideshow li {
  position: relative;
}

.cb_slideshow li span {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s;
}

@media screen and (min-width: 768px) {
  .cb_slideshow li span {
    height: 350px;
  }
}
/*.cb_slideshow li .item {
		z-index: 1000;
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		height: 250px;
		text-align: center;
		opacity: 0;
		color: #fff;
		animation: titleAnimation 24s linear infinite 0s;
}
@media screen and ($sp-first){
.cb_slideshow li .item {
		height: 350px;
	}
}
*/
/*.cb_slideshow li .item .tit {
	font-family:'Times New Roman','Luchida Grande';
		font-size: 3rem;
		padding: 150px 0 0;
		margin-bottom: 20px;
		line-height: 1.5;
}
.cb_slideshow li .item p {
	font-family:'Times New Roman','Luchida Grande';
		font-size: 1.8rem;
		line-height: 1.5;
}
*/
/*@media screen and ($sp-first){
.cb_slideshow li .item .tit {
		font-size: 3.6rem;
		padding: 250px 0 0;
		line-height: 2;
	letter-spacing: .1em;
}
	.cb_slideshow li .item p {
		font-size: 2.4rem;
		line-height: 1.5;
}
}*/
/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../images/home/mv01.png");
}

.slid li:nth-child(2) span {
  background-image: url("../images/home/mv02.png");
  animation-delay: 8s;
}

.slid li:nth-child(3) span {
  background-image: url("../images/home/mv03.png");
  animation-delay: 16s;
}

.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s;
}

.cb_slideshow li:nth-child(3) .item {
  animation-delay: 16s;
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  12% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.no-cssanimations .cb_slideshow li span {
  opacity: 1;
}
