@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/*  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=Noto+Sans+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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 #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

body {
  /*overflow: hidden;*/
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4b3324;
  font-size: 1.5rem;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.05em;
  background: #f8f6f2;
}
@media screen and (min-width: 768px) {
  body {
    -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
---------------------------------------------------------------------------*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

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

.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------------------
   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;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#header .pc_header {
  display: none;
}

@media screen and (min-width: 1060px) {
  #header .sp-header {
    display: none;
  }
  #header .pc_header {
    display: block;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  /*	.logo {
  		text-align: center;
  		@media screen and ($sp-first){
  			margin-left: 20px;
  		}
  		.img-logo {
  			width: 140px;
  			height: auto;
  			@media screen and ($sp-first){
  				width: 200px;
  			}
  		}
  	}
  */
}

.site-header {
  background: rgba(255, 255, 255, 0.5);
  /*padding: 20px 10px;*/
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .site-header {
    background: rgba(255, 255, 255, 0);
  }
}

.site-header.transform {
  background: rgba(234, 221, 220, 0);
  /*padding: 10px 0;*/
}

/*	style info : hd_info
--------------------------------------*/
@media screen and (min-width: 768px) {
  .site-header {
    /*position: sticky;
    top: 0;
    z-index: 1000;
    transition: .5s;
    padding: 10px 20px;
    width: 100%;*/
  }
  .pc_header {
    padding: 0 30px;
  }
  .pc_header .hd_area {
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(240, 239, 237, 0.8);
    border-radius: 100vh;
    padding: 0 10px;
  }
  .pc_header .hd_area .logo {
    padding: 15px;
  }
  .pc_header .hd_area .logo img {
    height: 50px;
    width: auto;
  }
  .pc_header .hd_area .nav_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
  }
}
/* ---------------------------------------------------------------------------
	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: #fff;
  /*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: #4b3324;
  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: #4b3324;
}

.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;
.item {
width: 60px;
a {
display: block;
color: #fff;
text-align: center;
padding: 15px 0;
background: #333;
}
}
.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: #fff;
}

.sp_header .logo {
  float: left;
  margin: 7px 0 7px 10px;
}
.sp_header .logo .img-logo {
  width: auto;
  height: 44px;
}

.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);
  margin-top: 2px;
}

/* 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: #4b3324;
  -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: #4b3324;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606);
    line-height: 46px;
  }
  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: #4b3324;
    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 
--------------------------------------*/
#footer {
  background: #01b095;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
#footer .ft-logo {
  margin-bottom: 20px;
}
#footer .ft-logo img {
  width: 150px;
  height: auto;
}
#footer .ft-tit {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 10px;
}
#footer .time {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #footer .time {
    font-size: 1.3rem;
  }
}
#footer .tel-nb {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.8rem);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer .copy {
  font-size: 1.2rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #footer .copy {
    margin-top: 40px;
  }
}

.mv-page {
  position: relative;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .mv-page {
    height: 360px;
  }
}
.mv-page::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*z-index: -1;*/
}
@media screen and (min-width: 768px) {
  .mv-page::before {
    height: 360px;
  }
}
.mv-page .mv-tit {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.6em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #4b3324;
}
@media screen and (min-width: 768px) {
  .mv-page .mv-tit {
    margin-top: -0.5em;
    left: 120px;
    font-size: 2.4rem;
  }
}
.mv-page .mv-tit .txt-sm {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #ffaa22;
}
@media screen and (min-width: 768px) {
  .mv-page .mv-tit .txt-sm {
    font-size: 1.8rem;
  }
}

.sv01 .mv-page::before {
  background-image: url("../images/sv01/mv-sp.png");
}
@media screen and (min-width: 768px) {
  .sv01 .mv-page::before {
    background-image: url("../images/sv01/mv.webp");
  }
}

.sv02 .mv-page::before {
  background-image: url("../images/sv02/mv-sp.png");
}
@media screen and (min-width: 768px) {
  .sv02 .mv-page::before {
    background-image: url("../images/sv02/mv.webp");
  }
}

#company .mv-page::before {
  background-image: url("../images/company/mv-sp.png");
}
@media screen and (min-width: 768px) {
  #company .mv-page::before {
    background-image: url("../images/company/mv.webp");
  }
}

#contact .mv-page::before {
  background-image: url("../images/contact/mv-sp.png");
}
@media screen and (min-width: 768px) {
  #contact .mv-page::before {
    background-image: url("../images/contact/mv.png");
  }
}

#policy .mv-page::before {
  background-image: url("../images/contact/mv-sp.png");
}
@media screen and (min-width: 768px) {
  #policy .mv-page::before {
    background-image: url("../images/contact/mv.png");
  }
}

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button {
  max-width: 280px;
}

.button a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  padding: 1rem 1rem;
  position: relative;
  border-radius: 100vh;
  background: transparent;
  color: #fff;
  background: #01b095;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.4rem;
}
.button a:hover {
  background: #ffaa22;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button a:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

.button a::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.button a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/*	green-ye
--------------------------------------*/
.button-ye {
  max-width: 280px;
}

.button-ye a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  padding: 1rem 1rem;
  position: relative;
  border-radius: 100vh;
  background: transparent;
  color: #fff;
  background: #a4c73d;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.4rem;
}
.button-ye a:hover {
  background: #ffaa22;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-ye a:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

.button-ye a::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.button-ye a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/*	green-yellow
--------------------------------------*/
.button-yellow {
  max-width: 280px;
  margin: 20px auto 0;
}

.button-yellow a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  padding: 1rem 1rem;
  position: relative;
  border-radius: 100vh;
  background: transparent;
  color: #fff;
  background: #eac600;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.4rem;
}
.button-yellow a:hover {
  background: #ffaa22;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button-yellow a:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

.button-yellow a::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.button-yellow a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/*<div class="link_btn_more">
            <a href="#">
              <span class="link_txt"><span>詳しく見る</span></span><span class="link_arrow"></span>
            </a>
          </div>*/
/*	btn-arrow
--------------------------------------*/
.link_btn_more {
  display: block;
  text-align: left;
  position: relative;
  z-index: 10;
}

.link_btn_more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffaa22;
  text-decoration: none !important;
}

.link_btn_more .link_txt {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
}

.link_btn_more .link_txt:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
  background: #ffaa22;
}

.link_btn_more .link_txt span {
  display: inline-block;
}

.link_btn_more a:hover .link_txt span {
  animation-name: btnHoverAnimation;
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: alternate;
}

.link_btn_more a:hover .link_txt:after {
  animation-name: btnHoverLineAnimation;
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: alternate;
}

.content_area .table::-webkit-scrollbar {
  height: 5px;
}

.content_area .table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ffaa22;
}

.content_area .table::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eac600;
}

@keyframes btnHoverAnimation {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(0, -10%);
    opacity: 0;
  }
  41% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  42% {
    opacity: 1;
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes btnHoverLineAnimation {
  0% {
    width: 0;
  }
  42% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.link_btn_more a .link_arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffaa22;
  transition: all ease 0.5s;
}

.link_btn_more a .link_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.link_btn_more a:hover .link_arrow {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.ft-button a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  max-width: 380px;
  margin: auto;
  border: 1px solid #f1ece6;
  line-height: 4rem;
  /*padding: 1rem 4rem;*/
  position: relative;
  border-radius: 100vh;
  background: transparent;
  color: #f1ece6;
  background: #4b3324;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ft-button a {
    /*max-width: 350px;*/
    /*padding: 1.4rem 12rem;*/
  }
}

.ft-button a:hover {
  background: rgb(85, 62, 41);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ft-button a:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

.ft-button a::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes light {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
/*<div class="btn"><a href="#"><span>ボタンのデザイン</span></a></div>*/
.btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*margin: 0 auto;*/
  max-width: 160px;
  padding: 10px 0px 10px 25px;
  color: #4b3324;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.btn a:before, .btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.btn a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.btn a:after {
  left: 0;
  background: #ffaa22;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.btn a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.btn a:hover span {
  color: #fff;
}

.btn a:hover:before {
  left: 2rem;
}

.btn a:hover:after {
  right: 0;
  width: 100%;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/* set.scss */
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
.scale .pic {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.scale .pic img {
  display: block;
  transition-duration: 0.3s;
}
.scale .tit {
  margin-bottom: 10px;
  color: #01b095;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .scale .pic {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .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;
    border-radius: 20px;
  }
  .scale:hover .pic img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
  .scale:hover .tit, .scale:hover .txt {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*	hover img zoom none
--------------------------------------*/
.scale-pic .pict {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.scale-pic .pict img {
  display: block;
  transition-duration: 0.3s;
}
.scale-pic .tit {
  margin-bottom: 10px;
  color: #01b095;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .scale-pic .pit {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .scale-pic .pit img {
    display: block;
    transition-duration: 0.3s;
  }
}
/*	tit
--------------------------------------*/
.tit-sec {
  margin-bottom: 1em;
}
.tit-sec .en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #ffaa22;
  line-height: 1;
}
.tit-sec .ja {
  font-size: clamp(2rem, 2.5vw, 3.4rem);
  font-weight: 500;
  display: block;
}

.tit-sec-ct {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tit-sec-ct {
    margin-bottom: 3em;
  }
}
.tit-sec-ct .en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #ffaa22;
  line-height: 1;
}
.tit-sec-ct .ja {
  font-size: clamp(2rem, 2.5vw, 3.4rem);
  font-weight: 500;
  display: block;
}

.tit-bold {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 2em;
}
.tit-bold .en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #ffaa22;
  line-height: 1;
}

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

/*	txt
--------------------------------------*/
.txt-b {
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .txt-b {
    font-size: 1.6rem;
  }
}

.inl-b {
  display: inline-block;
}

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

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

.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;
  }
}

.pad_shape {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .pad_shape {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}

.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;
}

.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;
}

/*	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: -webki-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
  }
}
.clum2 .set:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .clum2 .set:first-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .clum2-divide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .clum2-divide .set {
    width: -webki-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
  }
}
.clum2-divide .set:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .clum2-divide .set:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .clum3 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    /*justify-content: space-between;*/
  }
}
@media screen and (min-width: 768px) {
  .clum3 .set {
    width: -webki-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 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;
  }
}

/*	in-right
--------------------------------------*/
.button_clum2 {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .button_clum2 {
    display: flex;
    gap: 20px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .button_clum2 .button {
    width: -webki-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
}
.button_clum2 .button:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .button_clum2 .button:not(:first-child) {
    margin-top: 0;
  }
}

/*	round-wrap
--------------------------------------*/
.round-wrap {
  width: 47.86vw;
  height: 47.86vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .round-wrap {
    width: 39.29vw;
    height: 39.29vw;
  }
}
@media only screen and (min-width: 1300px) {
  .round-wrap {
    width: 30vw;
    height: 30vw;
  }
}

.rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 30s linear infinite;
  overflow: hidden;
  background: #fff;
}

@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
@keyframes round-inner-anime {
  0% {
    transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    transform: scale(1.1, 1.1) rotate(360deg);
  }
}
/*	shape
--------------------------------------*/
.custom-shape-wrap {
  position: relative;
}

.custom-shape-sm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-sm svg {
  position: relative;
  display: block;
  width: calc(146% + 1.3px);
  height: 178px;
}

.custom-shape-sm .shape-fill {
  fill: #f8f6f2;
}

.custom-shape-sm .shape-fill-light {
  fill: #f1ece6;
}

.custom-shape-sm .shape-fill-fc {
  fill: #f3ede2;
}

.custom-shape-sm .shape-fill-wh {
  fill: #fff;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-sm svg {
    width: calc(146% + 1.3px);
    height: 92px;
  }
}
@media screen and (min-width: 768px) {
  .custom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
  }
  .custom-shape svg {
    position: relative;
    display: block;
    width: calc(146% + 1.3px);
    height: 178px;
  }
  .custom-shape .shape-fill {
    fill: #f8f6f2;
  }
  .custom-shape .shape-fill-light {
    fill: #f1ece6;
  }
  .custom-shape .shape-fill-fc {
    fill: #f3ede2;
  }
  .custom-shape .shape-fill-wh {
    fill: #fff;
  }
}
.custom-shape-wrap-round {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .custom-shape-wrap-round {
    padding-bottom: 80px;
  }
}

.custom-shape-round {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-round svg {
  position: relative;
  display: block;
  width: calc(146% + 1.3px);
  height: 100px;
  margin-left: calc((100% - (146% + 1.3px)) / 2);
}
@media screen and (min-width: 768px) {
  .custom-shape-round svg {
    height: 180px;
  }
}

.custom-shape-round .shape-fill {
  fill: #f8f6f2;
}

.custom-shape-round .shape-fill-green {
  fill: #01b095;
}

/*	check
--------------------------------------*/
.check {
  padding: 15px 20px;
  border-radius: 15px;
  background: #f8f6f2;
}
@media screen and (min-width: 768px) {
  .check {
    padding: 15px 10%;
  }
}

.check li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}

.check li:before,
.check li:after {
  content: "";
  display: block;
  position: absolute;
}

.check li:before {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #ffaa22;
  left: 0;
  top: 2px;
}

.check li:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 6px;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/*	page-ptn
--------------------------------------*/
@media screen and (min-width: 768px) {
  .page-ptn .clum2-divide {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.page-ptn .clum2-divide .set {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-ptn .clum2-divide .set {
    margin-bottom: 0;
    width: 50%;
  }
}
.page-ptn .clum2-divide .set .set-inner {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-ptn .clum2-divide .set .set-inner {
    max-width: 600px;
    margin: 0 0 0 auto;
    padding: 30px;
  }
}
.page-ptn .clum2-divide .set .round-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  width: 47.86vw;
  height: 47.86vw;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .page-ptn .clum2-divide .set .round-wrap {
    width: 300px;
    height: 300px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .page-ptn .clum2-divide .set-img {
    width: 50%;
    display: flex;
    align-items: stretch;
  }
}
.page-ptn .clum2-divide .set-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-ptn .clum2-divide .set-img img {
    height: 100%;
  }
}

/*	button-clum2
--------------------------------------*/
.button-clum2 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .button-clum2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
  }
}
.button-clum2 .button {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .button-clum2 .button {
    width: -webki-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
}
.button-clum2 .button-ye {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .button-clum2 .button-ye {
    margin: 0;
    width: -webki-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
  }
}

/*	sv-list
--------------------------------------*/
.sv-list {
  background: radial-gradient(circle at 20% 20%, rgba(184, 230, 208, 0.25) 0%, transparent 45%), radial-gradient(circle at 80% 20%, rgba(141, 180, 180, 0.25) 0%, transparent 45%), radial-gradient(circle at 20% 80%, rgba(230, 231, 215, 0.45) 0%, transparent 45%), radial-gradient(circle at 90% 90%, rgba(197, 232, 247, 0.45) 0%, transparent 20%), radial-gradient(circle at 50% 50%, rgba(245, 240, 232, 0.65) 0%, transparent 80%), radial-gradient(circle at 50% 50%, rgba(245, 240, 232, 0.55) 0%, transparent 80%), radial-gradient(circle at 50% 50%, rgba(245, 240, 232, 0.45) 0%, transparent 75%), radial-gradient(circle at 30% 50%, rgba(245, 240, 232, 0.35) 0%, transparent 55%), radial-gradient(circle at 70% 50%, rgba(245, 240, 232, 0.35) 0%, transparent 55%), radial-gradient(circle at 50% 30%, rgba(245, 240, 232, 0.35) 0%, transparent 55%), radial-gradient(circle at 50% 70%, rgba(255, 240, 240, 0.35) 0%, transparent 60%);
  background-blend-mode: normal, normal, normal, normal, overlay, soft-light, soft-light, soft-light, soft-light, soft-light, soft-light;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sv-list {
    background: radial-gradient(circle at 20% 20%, rgba(184, 230, 208, 0.4) 0%, transparent 45%), radial-gradient(circle at 80% 20%, rgba(141, 180, 180, 0.4) 0%, transparent 45%), radial-gradient(circle at 20% 80%, rgba(235, 236, 220, 0.6) 0%, transparent 45%), radial-gradient(circle at 90% 90%, rgba(197, 232, 247, 0.4) 0%, transparent 20%), radial-gradient(circle at 50% 50%, rgba(245, 240, 232, 0.75) 0%, transparent 80%), radial-gradient(circle at 50% 50%, rgba(245, 240, 232, 0.65) 0%, transparent 80%), radial-gradient(circle at 50% 50%, rgba(245, 240, 232, 0.55) 0%, transparent 75%), radial-gradient(circle at 30% 50%, rgba(245, 240, 232, 0.5) 0%, transparent 55%), radial-gradient(circle at 70% 50%, rgba(245, 240, 232, 0.5) 0%, transparent 55%), radial-gradient(circle at 50% 30%, rgba(245, 240, 232, 0.5) 0%, transparent 55%), radial-gradient(circle at 50% 70%, rgba(255, 240, 240, 0.45) 0%, transparent 60%);
    background-blend-mode: normal, normal, normal, normal, overlay, soft-light, soft-light, soft-light, soft-light, soft-light, soft-light;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  }
}

/*	sv-list-detail
--------------------------------------*/
.sv-list-detail {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.sv-list-detail .sv-list-detail-item {
  width: 100%;
  padding: 10px 15px;
  border-radius: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01b095;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sv-list-detail .sv-list-detail-item {
    width: calc((100% - 10px) / 2);
    font-size: 1.4rem;
    line-height: 1.2;
    min-height: 50px;
  }
}

/*	sv01　
--------------------------------------*/
#sv .faq {
  background: #f3ede2;
}
#sv .area-list {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #sv .area-list {
    padding: 30px 50px;
  }
}
#sv .area-list .tit {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.25em;
}

/*	sv01　table
--------------------------------------*/
.sv01 .cost {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sv01 .cost {
    padding-bottom: 60px;
  }
}
.sv01 .cost .tit {
  text-align: center;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.25em;
}
.sv01 .cost .txt {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1em;
}
.sv01 .cost .cost-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.sv01 .cost .cost-table tr:not(:last-child) th,
.sv01 .cost .cost-table tr:not(:last-child) td {
  border-bottom: 1px solid #fff;
}
.sv01 .cost .cost-table tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.sv01 .cost .cost-table tr:first-child th:last-child,
.sv01 .cost .cost-table tr:first-child td:last-child {
  border-top-right-radius: 15px;
}
.sv01 .cost .cost-table tr:last-child th:first-child {
  border-bottom-left-radius: 15px;
}
.sv01 .cost .cost-table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
.sv01 .cost .cost-table th {
  padding: 15px;
  text-align: center;
  background: #ffaa22;
}
.sv01 .cost .cost-table tr:first-child th[colspan="2"] {
  background: #eac600;
}
.sv01 .cost .cost-table tr:nth-child(4) th[colspan="2"] {
  background: #f3ede2;
}
.sv01 .cost .cost-table td {
  padding: 15px;
  text-align: center;
  background: #e4ded2;
}
@media screen and (min-width: 768px) {
  .sv01 .cost .cost-table td {
    width: 40%;
  }
}
.sv01 .cost .note {
  font-size: 1.2rem;
}

/*	sv01　table
--------------------------------------*/
.sv02 .cost {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sv02 .cost {
    padding-bottom: 60px;
  }
}
.sv02 .cost .tit {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.25em;
}
.sv02 .cost .txt {
  margin-bottom: 1em;
}
.sv02 .cost .cost-table-wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sv02 .cost .cost-table-wrap:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sv02 .cost .cost-table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.sv02 .cost .cost-table tr th, .sv02 .cost .cost-table tr td {
  border-bottom: 1px solid #fff;
}
.sv02 .cost .cost-table:first-child th:first-child {
  border-top-left-radius: 15px;
}
.sv02 .cost .cost-table:first-child th:last-child,
.sv02 .cost .cost-table:first-child td:last-child {
  border-top-right-radius: 15px;
}
.sv02 .cost th {
  background: #ffaa22;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.sv02 .cost td {
  background: #e4ded2;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.sv02 .cost .head th {
  background: #f1ece6;
}
@media screen and (max-width: 640px) {
  .sv02 .cost-table .head {
    display: none;
  }
  .sv02 .cost-table {
    width: 100%;
  }
  .sv02 .cost-table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .sv02 .cost-table th.no-radius {
    border-radius: 0 !important;
  }
  .sv02 .cost-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align: left;
  }
  .sv02 .cost-table td:before {
    content: attr(data-label);
    padding: 0px 15px;
    display: inline;
    width: 110px;
    background-color: #f1ece6;
    margin-right: 20px;
    float: left;
  }
}
.sv02 .note-list {
  margin-top: 10px;
}
.sv02 .note-list .note-item {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.sv02 .note-list .note-item:not(:last-child) {
  margin-bottom: 5px;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
.mv_home_wrap {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .mv_home_wrap {
    padding-top: 0;
  }
}
.mv_home_wrap .mv_home {
  position: relative;
}
.mv_home_wrap .mv_home .cutch {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  transform: translateY(-50px);
}
@media screen and (min-width: 768px) {
  .mv_home_wrap .mv_home .cutch {
    padding: 30px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .mv_home_wrap .mv_home .cutch {
    left: 15%;
  }
}
.mv_home_wrap .mv_home .mv .slider .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*	point-list - 少しズレた感じのレイアウト
--------------------------------------*/
@media screen and (min-width: 768px) {
  .point-list .intro {
    width: calc(50% - 30px);
  }
}
.point-list .intro .txt-intro {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .point-list .intro .txt-intro {
    margin-bottom: 70px;
  }
}
.point-list .point-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .point-list .point-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
  }
}
.point-list .item {
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .point-list .item {
    padding: 40px;
  }
  .point-list .item:nth-child(2n) {
    transform: translateY(-40px);
  }
}
.point-list .item .pict {
  overflow: hidden;
  margin-bottom: 20px;
}
.point-list .item .tit {
  margin-bottom: 10px;
}
.point-list .item .tit .en {
  font-family: "Lato", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #01b095;
}
.point-list .item .tit .ja {
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 500;
  display: block;
  line-height: 1.5;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/*	page-ptn
--------------------------------------*/
#faq .tit-bold {
  text-align: center;
}

/*	faq
-------------------------------------*/
/*アコーディオン*/
.faq_set {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .faq_set {
    margin-bottom: 50px;
  }
}
.faq {
  width: 100%;
}

.faq dl.acordion {
  margin-bottom: 2px;
}

.faq dt.trigger {
  margin-bottom: 0;
  padding: 15px 40px 13px 50px;
  border-radius: 6px;
  background: #ffaa22;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.faq dt.trigger::after {
  position: absolute;
  content: "Q";
  top: 8px;
  left: 12px;
  color: #fff;
  padding: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  /*background: #F89174;*/
}

@media only screen and (min-width: 768px) {
  .faq dt.trigger {
    padding: 25px 40px 23px 70px;
  }
  .faq dt.trigger::after {
    top: 8px;
    left: 18px;
    padding: 0.2em;
    font-size: 3rem;
    /*background: #F89174;*/
  }
}
.faq dt.trigger span.open-close {
  float: right;
  width: 18px;
  height: 10px;
  text-indent: -9999em;
  padding: 10px 0;
}

.faq dt.trigger span.open-close::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

.faq dt.active span.open-close {
  /*background: url(../image/common/arrow02.gif) no-repeat right 50%;*/
  float: right;
  width: 18px;
  height: 10px;
}

.faq dt.active span.open-close::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

.faq dd {
  margin-top: 5px;
  padding: 20px 25px 17px 45px;
  background: #fff;
  position: relative;
}
.faq dd::after {
  position: absolute;
  content: "A";
  top: 10px;
  left: 12px;
  padding: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  color: #eac600;
}

@media only screen and (min-width: 768px) {
  .faq dd {
    padding: 40px 25px 37px 70px;
  }
  .faq dd::after {
    top: 20px;
    left: 18px;
    font-size: 3rem;
  }
}
.faq dd.acordion_tree {
  overflow: visible !important;
}

/*色替え*/
#faq .sec02 {
  background: #f1ece6;
}
#faq .sec02 .faq dt.trigger {
  background: #01b095;
  color: #4b3324;
}
#faq .sec02 .faq dt.trigger::after {
  color: #4b3324;
}
#faq .sec02 .faq dt.trigger span.open-close::after {
  border-top: solid 2px #4b3324;
  border-right: solid 2px #4b3324;
}
#faq .sec02 .faq dt.active span.open-close::after {
  border-top: solid 2px #4b3324;
  border-right: solid 2px #4b3324;
}
#faq .sec02 .faq dd {
  background: #fff;
}
#faq .sec02 .faq dd::after {
  color: #ffaa22;
}

#ending .sec05 {
  background: #fff;
}
#ending .sec05 .faq dt.trigger {
  background: #d1e4f6;
  color: #4b3324;
}
#ending .sec05 .faq dt.trigger::after {
  color: #6c93d4;
}
#ending .sec05 .faq dt.trigger span.open-close::after {
  border-top: solid 2px #6c93d4;
  border-right: solid 2px #6c93d4;
}
#ending .sec05 .faq dt.active span.open-close::after {
  border-top: solid 2px #6c93d4;
  border-right: solid 2px #6c93d4;
}
#ending .sec05 .faq dd {
  background: #fff;
}
#ending .sec05 .faq dd::after {
  color: #dbc4e2;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/*	page-ptn
--------------------------------------*/
#company .company-table {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #company .company-table {
    max-width: 900px;
    margin: 0 auto 50px;
  }
}
#company .company-table tr:nth-child(2n+1) {
  background: #f1ece6;
}
#company .company-table th {
  width: 120px;
  padding: 15px 10px;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 768px) {
  #company .company-table th {
    width: 200px;
    padding: 20px 10px 20px 70px;
  }
}
#company .company-table td {
  width: auto;
  padding: 12px 10px;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  #company .company-table td {
    padding: 20px 40px 20px 10px;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
.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: "Lato", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -0.25em 0 0 -1.8em;
  color: #333;
}
.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: 3px 10px 3px;
  margin-left: 5px;
  font-size: 1.2rem;
  color: #fff;
  background: #ffaa22;
}
.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;
}

@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: "Lato", 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 {
    max-width: 900px;
    margin: auto;
  }
  .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: #ffaa22;
  color: #fff;
  font-size: 16px;
}

input[type=submit].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #ffaa22;
  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: #eac600;
  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;
  }
}
/* 送信 */
.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 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$basic: #40a980;
$bage: #f3f1ea;*/
/* gradient colors
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
.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;
  }
}
/* slick.scss */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

/*.slick-slide img
{
    display: block;
}*/
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* テーマ */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

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

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*# sourceMappingURL=common.css.map */
