@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*30px*/
/*22px*/
/*22px*/
/*24px*/
/* font-family
---------------------------------------- */
/*$en: 'Poppins', serif;*/
/* 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=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");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
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", serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: .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 .2s linear;
    transition: all .2s linear; }

  .alpha {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

  .alpha:hover {
    opacity: .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
---------------------------------------- */
/*30px*/
/*22px*/
/*22px*/
/*24px*/
/* font-family
---------------------------------------- */
/*$en: 'Poppins', serif;*/
/* color
---------------------------------------- */
/* 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 {
      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;
  /*padding: 5px 0;*/ }

/*@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
--------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: .5s;
  /*position: fixed;*/
  /*padding: 10px 20px;*/
  width: 100%;
  background: white; }

@media screen and (min-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: .5s;
    /*position: fixed;*/
    padding: 10px 20px;
    width: 100%;
    background: white; }

  /*	.site-header.transform{
      background: rgba(255,255,255,0.9);
      padding: 10px 20px;
  }
  */
  .pc_header .hd_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*.hd-info {
    	display: flex;
    }*/ }
    .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; } }
    @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: #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", 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: #333;
  background: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none; }

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

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

/*# sourceMappingURL=sm-simple.css.map */
/*	style info : nav css
--------------------------------------*/
.header {
  position: relative;
  /*padding: 5px 0 0;*/ }

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

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

.main-nav:after {
  clear: both;
  content: "\00a0";
  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;
  background: #08a575;
  -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; }

  ul.menu li a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606);
    background: #08a575;
    padding: 4px 15px;
    border-radius: 6px; }
    ul.menu li a:hover {
      background: #63c046; }

  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: #333;
    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 .ft-content {
  background: #fff; }
  .footer .ft-content .txt {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .footer .ft-content .txt {
        margin-bottom: 30px; } }
  .footer .ft-content .clum2 .set .txt-area {
    width: 95%;
    background: #fff;
    padding: 15px 15px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    translate: 0 -30px; }
    .footer .ft-content .clum2 .set .txt-area .tit {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .footer .ft-content .clum2 .set .txt-area .tit {
          margin-bottom: 20px; } }
      .footer .ft-content .clum2 .set .txt-area .tit .en {
        display: inline-block;
        position: relative;
        font-family: "Lato", serif;
        font-size: 1.6rem;
        color: #08a575; }
        @media screen and (min-width: 768px) {
          .footer .ft-content .clum2 .set .txt-area .tit .en {
            font-size: 2rem; } }
        .footer .ft-content .clum2 .set .txt-area .tit .en::after {
          position: absolute;
          top: 50%;
          right: 0;
          margin-right: -50px;
          width: 40px;
          height: 1px;
          content: '';
          background: #08a575; }
      .footer .ft-content .clum2 .set .txt-area .tit .jp {
        display: block;
        font-weight: 800;
        font-size: clamp(2rem, 3.67vw, 2.4rem);
        line-height: 1.3; }

.footer .ft-contact {
  background: #08a575;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .footer .ft-contact .clum {
      display: flex;
      align-items: center;
      gap: 0 30px; } }
  @media screen and (min-width: 768px) {
    .footer .ft-contact .clum .set {
      width: -webki-calc((100% - 30px) / 2);
      width: calc((100% - 30px) / 2); } }
  .footer .ft-contact .clum .set:not(:first-child) {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .footer .ft-contact .clum .set:not(:first-child) {
        margin-top: 0; } }
  .footer .ft-contact .clum .set .tit-ft-contact {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .footer .ft-contact .clum .set .tit-ft-contact {
        margin-bottom: 20px; } }
    .footer .ft-contact .clum .set .tit-ft-contact .en {
      display: inline-block;
      position: relative;
      font-family: "Lato", serif;
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) {
        .footer .ft-contact .clum .set .tit-ft-contact .en {
          font-size: 2rem; } }
      .footer .ft-contact .clum .set .tit-ft-contact .en::after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: -50px;
        width: 40px;
        height: 1px;
        content: '';
        background: #fff; }
    .footer .ft-contact .clum .set .tit-ft-contact .jp {
      display: block;
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 1.3; }
  .footer .ft-contact .clum .set .glp .tit-glp {
    margin-bottom: 2px; }
  .footer .ft-contact .clum .set .glp .tel-nb {
    margin-bottom: 2px; }
  .footer .ft-contact .clum .set .glp .tel-call {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Lato", serif; }
    @media screen and (min-width: 768px) {
      .footer .ft-contact .clum .set .glp .tel-call {
        font-size: 3.4rem; } }
  .footer .ft-contact .clum .set .glp .txt-sm {
    font-size: 1.2rem; }

.footer {
  padding-bottom: 240px;
  background: #373737; }
  @media screen and (min-width: 768px) {
    .footer {
      padding-bottom: 0; } }
  .footer .ft-btm {
    background: #373737;
    color: #fff; }
    .footer .ft-btm .clum {
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .footer .ft-btm .clum {
          display: flex;
          justify-content: space-between;
          gap: 0 50px; } }
      .footer .ft-btm .clum .area .ft-logo {
        margin-bottom: 15px; }
        .footer .ft-btm .clum .area .ft-logo img {
          height: 30px;
          width: auto; }
      @media screen and (min-width: 768px) {
        .footer .ft-btm .clum .ft-nav .list {
          text-align: right; } }
      @media screen and (min-width: 768px) {
        .footer .ft-btm .clum .ft-nav .list .item {
          display: inline-block; } }
      .footer .ft-btm .clum .ft-nav .list .item a {
        display: block;
        position: relative;
        padding: 15px 10px;
        border-bottom: 1px solid #fff; }
        @media screen and (min-width: 768px) {
          .footer .ft-btm .clum .ft-nav .list .item a {
            border: none; } }
        .footer .ft-btm .clum .ft-nav .list .item a::after {
          position: absolute;
          top: 50%;
          right: 20px;
          content: '';
          width: 7px;
          height: 7px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg);
          transition: right .3s; }
          @media screen and (min-width: 768px) {
            .footer .ft-btm .clum .ft-nav .list .item a::after {
              content: none; } }
    .footer .ft-btm .copy {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .footer .ft-btm .copy {
          text-align: right; } }

.btm-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffe400;
  padding: 10px 0; }
  @media screen and (min-width: 768px) {
    .btm-fix {
      position: static;
      padding: 15px 0; } }
  @media screen and (min-width: 768px) {
    .btm-fix .clum {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 30px; } }
  .btm-fix .clum .tit {
    text-align: center;
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .btm-fix .clum .tit {
        margin-bottom: 0;
        font-size: clamp(1.8rem, 3.17vw, 2rem); } }
  .btm-fix .clum .btn-wrap {
    display: flex;
    gap: 0 15px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .btm-fix .clum .btn-wrap {
        margin-bottom: 0; } }
  .btm-fix .clum .btn a {
    background-color: #08a575;
    color: #fff;
    margin: auto; }
  .btm-fix .clum .btn-line a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    max-width: 300px;
    padding: 1rem 2rem;
    font-weight: 500;
    background-color: #2dc100;
    border-radius: 6px;
    color: #333;
    transition: 0.5s;
    color: #fff;
    /*margin: 15px auto;*/ }
    @media screen and (min-width: 768px) {
      .btm-fix .clum .btn-line a {
        max-width: 380px; } }
    .btm-fix .clum .btn-line a img {
      width: 20px; }
  .btm-fix .clum .btn a:hover {
    background-color: #ffe400; }
  .btm-fix .clum .glp .tel-nb {
    text-align: center; }
    .btm-fix .clum .glp .tel-nb .tel-call {
      font-size: 3rem;
      line-height: 1;
      font-family: "Lato", serif; }
  .btm-fix .clum .glp .txt-sm {
    text-align: center;
    font-size: 1.2rem; }

.mv-page {
  position: relative;
  padding-bottom: 30px; }
  .mv-page::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    content: '';
    width: 70%;
    height: 100px;
    background-color: #e4f9ec; }
    @media screen and (min-width: 768px) {
      .mv-page::after {
        height: 60%; } }
  .mv-page .clum2 .set .tit-page {
    position: relative;
    font-weight: 800;
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin: 0 0 20px; }
    @media screen and (min-width: 768px) {
      .mv-page .clum2 .set .tit-page {
        margin: 40px 0 20px; } }
    .mv-page .clum2 .set .tit-page::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 40px;
      height: 3px;
      background-color: #08a575;
      translate: 0 7px; }
      @media screen and (min-width: 768px) {
        .mv-page .clum2 .set .tit-page::after {
          width: 50px;
          height: 4px; } }
  .mv-page .clum2 .pict {
    height: 150px; }
    @media screen and (min-width: 768px) {
      .mv-page .clum2 .pict {
        height: 300px; } }
    .mv-page .clum2 .pict img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button a {
  background: #007c72;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 6px 8px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 18px;
  font-size: 1.4rem;
  border-radius: 6px;
  width: 100%;
  /*max-width: 360px;*/ }
  @media screen and (min-width: 768px) {
    .button a {
      padding: 10px 20px 8px;
      font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606); } }

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

.hd-info .button:first-child a {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 6px;
  color: #007c72;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 18px;
  font-size: 1.4rem;
  border: 1px solid #007c72; }
  @media screen and (min-width: 768px) {
    .hd-info .button:first-child a {
      padding: 10px 20px 8px;
      font-size: 1.4rem;
      border-radius: 22px;
      margin-right: 8px; } }
.hd-info .button:first-child a:hover {
  background: #007c72;
  color: #fff; }

/*<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"><a href="" target="_blank">ボタンのデザイン</a></div>*/
.btn a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  max-width: 300px;
  padding: 1rem 2rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 100vh;
  color: #333;
  transition: 0.5s; }
  @media screen and (min-width: 768px) {
    .btn a {
      max-width: 380px; } }

.btn a:hover {
  background-color: #ffe400; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*30px*/
/*22px*/
/*22px*/
/*24px*/
/* font-family
---------------------------------------- */
/*$en: 'Poppins', serif;*/
/* color
---------------------------------------- */
/* set.scss */
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
.scale .pic {
  overflow: hidden; }
  .scale .pic img {
    display: block;
    transition-duration: .3s; }
.scale .txt {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .scale .pic {
    overflow: hidden; }
    .scale .pic img {
      display: block;
      transition-duration: .3s; }
  .scale .tit, .scale .txt {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .scale:hover .pic {
    overflow: hidden; }
    .scale:hover .pic img {
      transform: scale(1.1);
      transition-duration: .3s; }
  .scale:hover .tit, .scale:hover .txt {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
/*	tit
--------------------------------------*/
.tit-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  .tit-rl .line {
    display: inline-block;
    font-family: "Lato", serif;
    font-size: 2.4rem;
    line-height: 1; }
    .tit-rl .line::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 1px;
      height: 50px;
      background-color: #333;
      /*translate: 0 -50%;*/ }
      @media screen and (min-width: 768px) {
        .tit-rl .line::after {
          height: 100px; } }

.tit-sec {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tit-sec {
      margin-bottom: 30px; } }
  .tit-sec .en {
    display: inline-block;
    position: relative;
    font-family: "Lato", serif;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .tit-sec .en {
        font-size: 2rem; } }
    .tit-sec .en::after {
      position: absolute;
      top: 50%;
      right: 0;
      margin-right: -50px;
      width: 40px;
      height: 1px;
      content: '';
      background: #333; }
      @media screen and (min-width: 768px) {
        .tit-sec .en::after {
          margin-right: -60px;
          width: 50px; } }
  .tit-sec .jp {
    display: block;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.3; }
  .tit-sec .square {
    display: inline-block;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4rem);
    color: #fff;
    background: #08a575;
    line-height: 1;
    padding: 11px 15px 13px;
    border: 1px solid #333;
    border-left: none;
    margin-top: 4px; }
  .tit-sec .fst {
    border-left: 1px solid #333; }

.tit-sec-ct {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .tit-sec-ct {
      margin-bottom: 30px;
      padding-top: 50px; } }
  .tit-sec-ct .en {
    display: inline-block;
    position: relative;
    font-family: "Lato", serif;
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .tit-sec-ct .en {
        font-size: 2rem; } }
    .tit-sec-ct .en::after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 30px;
      content: '';
      background: #333;
      translate: 0 -40px; }
      @media screen and (min-width: 768px) {
        .tit-sec-ct .en::after {
          height: 40px;
          translate: 0 -50px; } }
  .tit-sec-ct .jp {
    display: block;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.3; }
  .tit-sec-ct .square {
    display: inline-block;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4rem);
    color: #fff;
    background: #08a575;
    line-height: 1;
    padding: 11px 15px 13px;
    border: 1px solid #333;
    border-left: none;
    margin-top: 4px; }
  .tit-sec-ct .fst {
    border-left: 1px solid #333; }

.tit-marker {
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .tit-marker {
      margin-bottom: 20px; } }
  .tit-marker .line {
    display: inline;
    background-image: linear-gradient(#ffe400, #ffe400);
    background-size: 100% 50%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    font-size: clamp(2rem, 3.67vw, 2.4rem); }

/*.tit-ct{
	text-align: center;
	margin-bottom: 30px;
	@media screen and ($sp-first){
		margin-bottom: 40px;
	}
	.line {
		display: inline-block;
		position: relative;
		font-family: $jp;
		font-weight: 600;
		&::before {
			position: absolute;
			bottom: -10px;
			left: calc(50% - 30px);
			width: 60px;
			height: 4px;
			content: '';
			background: $light;
		}
		&::after {
			position: absolute;
			bottom: -10px;
			left: calc(50% - 30px);
			width: 30px;
			height: 4px;
			content: '';
			background: $dk;
		}
	}
}
*/
/*.tit-point {
	position: relative;
	background: #ebe7d9;
	border-radius: 6px;
	padding: 10px 10px 10px 25px;
	margin-bottom: 12px;
	color: $dk;
	font-weight: 500;
	font-size: 1.6rem;
	@media screen and ($sp-first){
		margin-bottom: 15px;
	}
	&::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: 1px;
		display: inline-block;
		width: 15px;
		height: 3px;
		background-color: #c7be9e;	
	}
}
*/
.sub-tit {
  font-weight: 600;
  font-size: clamp(2rem, 3.67vw, 2.4rem);
  margin-bottom: .8rem; }

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

/*	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: 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; } }

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

.ov {
  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: -webki-calc((100% - 80px) / 2);
    width: calc((100% - 80px) / 2); }
    .clum2 .set .in {
      position: sticky;
      top: 0;
      padding-top: 80px;
      margin-top: -80px; }
    .clum2 .set .in-left {
      max-width: 600px;
      padding-left: 30px;
      margin: 0 0 0 auto; }
    .clum2 .set .in-right {
      max-width: 600px;
      padding-right: 30px;
      margin: 0 auto 0 0; } }
.clum2 .set:first-child {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .clum2 .set:first-child {
      margin-bottom: 0; } }
.clum2 .pict {
  position: relative; }
  @media screen and (min-width: 768px) {
    .clum2 .pict {
      width: 50%; } }

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

/*	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
---------------------------------------- */
/*30px*/
/*22px*/
/*22px*/
/*24px*/
/* font-family
---------------------------------------- */
/*$en: 'Poppins', serif;*/
/* color
---------------------------------------- */
.fst-en {
  color: #08a575; }

#home .mv {
  position: relative; }
  #home .mv .mv-ico {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6%;
    width: auto;
    height: 220px;
    translate: 0 -50%; }
    @media screen and (min-width: 768px) {
      #home .mv .mv-ico {
        left: 15%;
        height: 380px; } }
  #home .mv .mv-txt {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50%;
    width: auto;
    height: 60px;
    /*translate: 0 -50%;*/ }
    @media screen and (min-width: 768px) {
      #home .mv .mv-txt {
        height: 200px; } }
  #home .mv .slider .item {
    height: 280px; }
    @media screen and (min-width: 768px) {
      #home .mv .slider .item {
        height: 440px; } }
    #home .mv .slider .item img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

#home .sec01 {
  position: relative; }
  #home .sec01::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #e4f9ec; }
  #home .sec01 .clum2 .set .in-left {
    display: flex;
    position: relative;
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      #home .sec01 .clum2 .set .in-left {
        margin-top: 150px; } }
    #home .sec01 .clum2 .set .in-left .en-txt {
      position: absolute;
      z-index: 5;
      display: block;
      width: 100vw;
      top: 0;
      left: 0;
      translate: 0 -120%;
      font-family: "Lato", serif;
      font-size: clamp(2rem, 3.67vw, 4.5rem);
      color: #63c046; }
    #home .sec01 .clum2 .set .in-left .tit-rl-en {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      #home .sec01 .clum2 .set .in-left .tit-rl-en .line {
        display: inline-block;
        position: relative; }
        #home .sec01 .clum2 .set .in-left .tit-rl-en .line::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 1px;
          height: 50px;
          background-color: #333;
          translate: 7px 60px; }
          @media screen and (min-width: 768px) {
            #home .sec01 .clum2 .set .in-left .tit-rl-en .line::after {
              height: 100px;
              translate: 8px 110px; } }
    #home .sec01 .clum2 .set .in-left .txt-area {
      padding-left: 20px; }
      #home .sec01 .clum2 .set .in-left .txt-area .tit-rl-jp {
        font-size: clamp(2.2rem, 5vw, 4rem);
        font-weight: 800;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #home .sec01 .clum2 .set .in-left .txt-area .tit-rl-jp {
            margin-bottom: 40px; } }
  #home .sec01 .clum2 .pict::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 200px;
    height: 140px;
    translate: -10px 20px;
    background-image: url("../images/home/sec01_ico.webp");
    background-size: 200px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #home .sec01 .clum2 .pict::after {
        width: 321px;
        height: 223px;
        translate: -14px 30px;
        background-size: 321px 223px; } }

#home .sec02 {
  position: relative; }
  #home .sec02::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #e4f9ec; }
  #home .sec02::before {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 50%;
    content: '';
    width: 200px;
    height: 170px;
    background-image: url("../images/home/sec02-txt.webp");
    background-size: 200px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #home .sec02::before {
        top: 240px;
        left: 25%;
        width: 332px;
        height: 200px;
        background-size: 332px auto; } }
  #home .sec02 .base_inner {
    position: relative;
    z-index: 5; }
  #home .sec02 .clum2 .set .glp {
    position: relative;
    margin-top: 50px;
    /*&:not(:first-child) {
    	margin-top: 30px;
    	@media screen and ($sp-first){
    		margin-top: 40px;
    	}
    }*/ }
    @media screen and (min-width: 768px) {
      #home .sec02 .clum2 .set .glp {
        margin-top: 100px; } }
    #home .sec02 .clum2 .set .glp .ico {
      display: inline-block;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      translate: -15px -25px; }
      @media screen and (min-width: 768px) {
        #home .sec02 .clum2 .set .glp .ico {
          width: 140px;
          height: 140px;
          translate: -25px -70px; } }
    #home .sec02 .clum2 .set .glp .pic {
      margin-bottom: 15px; }
    #home .sec02 .clum2 .set .glp .tit {
      text-align: center;
      font-size: clamp(1.8rem, 3.17vw, 2rem);
      font-weight: 600;
      margin-bottom: 0.2em; }
      #home .sec02 .clum2 .set .glp .tit .txt {
        margin-bottom: 15px; }

#home .sec03 {
  position: relative; }
  #home .sec03::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 200px;
    background-color: #e4f9ec; }
    @media screen and (min-width: 768px) {
      #home .sec03::after {
        width: 100%;
        height: 300px; } }
  #home .sec03 .base_inner {
    position: relative; }
    #home .sec03 .base_inner::before {
      position: absolute;
      top: 0;
      right: 0;
      translate: 0 40px;
      content: '';
      width: 200px;
      height: 90px;
      background-image: url("../images/home/sec03-txt.webp");
      background-size: 200px auto;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
        #home .sec03 .base_inner::before {
          width: 600px;
          height: 200px;
          background-size: 600px auto;
          translate: 0 -50px; } }
    #home .sec03 .base_inner::after {
      position: absolute;
      bottom: 50px;
      right: 0;
      content: '';
      width: 180px;
      height: 160px;
      background-image: url("../images/home/sec03_ico.webp");
      background-size: 180px auto;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
        #home .sec03 .base_inner::after {
          bottom: 0;
          left: 0;
          translate: 0 80px;
          width: 300px;
          height: 280px;
          background-size: 300px auto; } }
  @media screen and (min-width: 768px) {
    #home .sec03 .clum {
      display: flex;
      gap: 0 50px; } }
  #home .sec03 .clum .txt-area {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #home .sec03 .clum .txt-area {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start; } }
    #home .sec03 .clum .txt-area .en {
      display: inline-block;
      position: relative;
      font-family: "Lato", serif;
      font-size: 1.6rem;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        #home .sec03 .clum .txt-area .en {
          order: 3;
          writing-mode: vertical-lr; } }
      #home .sec03 .clum .txt-area .en::after {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        width: 50px;
        height: 1px;
        background-color: #333;
        translate: 60px 0; }
        @media screen and (min-width: 768px) {
          #home .sec03 .clum .txt-area .en::after {
            width: 1px;
            height: 100px;
            top: 6.5em;
            right: 0;
            translate: -8.5px 0; } }
    #home .sec03 .clum .txt-area .tit-sec-rl {
      font-size: clamp(2.2rem, 5vw, 4rem);
      font-weight: 800;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #home .sec03 .clum .txt-area .tit-sec-rl {
          margin-bottom: 30px;
          order: 2;
          writing-mode: vertical-lr; } }
    @media screen and (min-width: 768px) {
      #home .sec03 .clum .txt-area .txt {
        order: 1;
        writing-mode: vertical-lr; } }
  #home .sec03 .clum .pict-aera .clum3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px; }
    @media screen and (min-width: 768px) {
      #home .sec03 .clum .pict-aera .clum3 {
        gap: 30px 30px; } }
    #home .sec03 .clum .pict-aera .clum3 .item {
      width: -webki-calc((100% - 15px) / 2);
      width: calc((100% - 15px) / 2); }
      @media screen and (min-width: 768px) {
        #home .sec03 .clum .pict-aera .clum3 .item {
          width: -webki-calc((100% - 60px) / 3);
          width: calc((100% - 60px) / 3); } }
      #home .sec03 .clum .pict-aera .clum3 .item .pict {
        margin-bottom: 10px; }
      #home .sec03 .clum .pict-aera .clum3 .item .txt-ct {
        font-weight: 600;
        font-size: clamp(1.2rem, 2.67vw, 1.8rem); }
  #home .sec03 .clum .pict-aera .button {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      #home .sec03 .clum .pict-aera .button {
        margin-top: 40px;
        margin-left: 100px; } }

#about .sec01 .base_inner {
  position: relative; }
  #about .sec01 .base_inner::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    translate: 0 50px;
    content: '';
    width: 180px;
    height: 140px;
    background-image: url("../images/about/sec01-txt.webp");
    background-size: 180px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #about .sec01 .base_inner::after {
        width: 400px;
        height: 240px;
        background-size: 400px auto; } }
#about .sec01 .intro {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #about .sec01 .intro {
      margin-bottom: 40px; } }
  #about .sec01 .intro .txt-b {
    text-align: center; }

.tit-area {
  position: relative;
  padding: 0 0 0 100px;
  margin: 0 0 15px 0; }
  .tit-area::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .tit-area::after {
        width: 140px;
        height: 140px;
        background-size: 140px 140px; } }
  .tit-area .en {
    font-family: "Lato", serif;
    color: #08a575;
    font-size: clamp(1.8rem, 3.17vw, 2rem); }
  .tit-area .tit-ptn {
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.3; }

#about .sec01 {
  /*		.clum {
  			.pict {
  				position: relative;
  				margin-top: 15px;
  				@media screen and ($sp-first){
  					margin-top: 0;
  				}
  			}
  		}
  */ }
  #about .sec01 .about-ptn:not(:first-child) {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      #about .sec01 .about-ptn:not(:first-child) {
        margin-top: 60px; } }

#reason01 .tit-area::after {
  background-image: url("../images/common/ico-reason01.webp"); }
@media screen and (min-width: 768px) {
  #reason01 .clum {
    display: flex;
    justify-content: space-between;
    gap: 0 40px; } }
@media screen and (min-width: 768px) {
  #reason01 .clum .tit-area {
    padding: 150px 0 0 0;
    margin: 0;
    display: flex;
    justify-content: flex-start; } }
@media screen and (min-width: 768px) {
  #reason01 .clum .tit-area::after {
    top: 0;
    left: 50%;
    translate: -50% 0; } }
@media screen and (min-width: 768px) {
  #reason01 .clum .tit-area .en {
    order: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr; } }
@media screen and (min-width: 768px) {
  #reason01 .clum .tit-area .tit-ptn {
    order: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }
#reason01 .clum .pict {
  position: relative;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #reason01 .clum .pict {
      margin-top: 0; } }
  #reason01 .clum .pict::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 140px;
    height: 60px;
    background-image: url("../images/about/pic_reason01.webp");
    background-size: 140px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #reason01 .clum .pict::after {
        width: 280px;
        height: 149px;
        background-size: 280px auto;
        translate: -15px 50px; } }
  @media screen and (min-width: 768px) {
    #reason01 .clum .pict img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      aspect-ratio: 1600 / 1060;
      object-position: center center; } }

#reason02 .tit-area::after {
  background-image: url("../images/common/ico-reason02.webp"); }
@media screen and (min-width: 768px) {
  #reason02 .clum {
    display: flex;
    gap: 0 40px; } }
@media screen and (min-width: 768px) {
  #reason02 .clum .detail {
    width: calc(100% - 400px); } }
@media screen and (min-width: 768px) {
  #reason02 .clum .detail .tit-area {
    padding: 0 0 0 150px; } }
#reason02 .clum .pict {
  width: 360px;
  position: relative;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #reason02 .clum .pict {
      margin-top: 0; } }
  #reason02 .clum .pict::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 160px;
    height: 110px;
    background-image: url("../images/about/pic_reason02.webp");
    background-size: 160px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #reason02 .clum .pict::after {
        width: 240px;
        height: 230px;
        background-size: 240px auto;
        translate: 15px 50px; } }
  @media screen and (min-width: 768px) {
    #reason02 .clum .pict img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      /*aspect-ratio: 1600 / 1060;*/
      object-position: center center; } }

#reason03 .tit-area::after {
  background-image: url("../images/common/ico-reason03.webp"); }
@media screen and (min-width: 768px) {
  #reason03 .clum {
    display: flex;
    justify-content: space-between;
    gap: 0 40px; } }
@media screen and (min-width: 768px) {
  #reason03 .clum .tit-area {
    padding: 150px 0 0 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    order: 3; } }
@media screen and (min-width: 768px) {
  #reason03 .clum .tit-area::after {
    top: 0;
    left: 50%;
    translate: -50% 0; } }
@media screen and (min-width: 768px) {
  #reason03 .clum .tit-area .en {
    order: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr; } }
@media screen and (min-width: 768px) {
  #reason03 .clum .tit-area .tit-ptn {
    order: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }
@media screen and (min-width: 768px) {
  #reason03 .clum .tit-area .txt-area {
    order: 2; } }
#reason03 .clum .pict {
  position: relative;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #reason03 .clum .pict {
      margin-top: 0;
      order: 1; } }
  #reason03 .clum .pict::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 140px;
    height: 60px;
    background-image: url("../images/about/pic_reason03.webp");
    background-size: 140px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #reason03 .clum .pict::after {
        width: 320px;
        height: 160px;
        background-size: 320px auto;
        translate: -15px 50px; } }
  @media screen and (min-width: 768px) {
    #reason03 .clum .pict img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      aspect-ratio: 1600 / 1060;
      object-position: center center; } }

#reason04 .tit-area::after {
  background-image: url("../images/common/ico-reason04.webp"); }
@media screen and (min-width: 768px) {
  #reason04 .clum {
    display: flex;
    justify-content: space-between;
    gap: 0 40px; } }
@media screen and (min-width: 768px) {
  #reason04 .clum .detail .tit-area {
    padding: 150px 0 0 0;
    margin: 0;
    display: flex;
    justify-content: flex-start; } }
@media screen and (min-width: 768px) {
  #reason04 .clum .detail .tit-area::after {
    top: 0;
    left: 50%;
    translate: -50% 0; } }
@media screen and (min-width: 768px) {
  #reason04 .clum .detail .tit-area .en {
    order: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr; } }
@media screen and (min-width: 768px) {
  #reason04 .clum .detail .tit-area .tit-ptn {
    order: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }
#reason04 .clum .pict-area .pict {
  position: relative;
  margin-bottom: 50px;
  margin-right: 60px; }
  @media screen and (min-width: 768px) {
    #reason04 .clum .pict-area .pict {
      margin-bottom: 60px;
      margin-right: 260px; } }
  #reason04 .clum .pict-area .pict::after {
    position: absolute;
    bottom: 0;
    right: 0;
    translate: 70px 40px;
    content: '';
    width: 180px;
    height: 140px;
    background-image: url("../images/about/pic_reason04.webp");
    background-size: 180px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #reason04 .clum .pict-area .pict::after {
        width: 380px;
        height: 300px;
        background-size: 380px auto;
        translate: 270px 60px; } }

#reason05 .tit-area::after {
  background-image: url("../images/common/ico-reason05.webp"); }
@media screen and (min-width: 768px) {
  #reason05 .clum {
    display: flex;
    gap: 0 40px; } }
@media screen and (min-width: 768px) {
  #reason05 .clum .detail {
    width: calc(100% - 400px); } }
@media screen and (min-width: 768px) {
  #reason05 .clum .detail .tit-area {
    padding: 0 0 0 150px; } }
#reason05 .clum .pict {
  width: 360px;
  position: relative;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #reason05 .clum .pict {
      margin-top: 0; } }
  #reason05 .clum .pict::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 160px;
    height: 110px;
    background-image: url("../images/about/pic_reason05.webp");
    background-size: 160px auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      #reason05 .clum .pict::after {
        width: 240px;
        height: 230px;
        background-size: 240px auto;
        translate: 15px 50px; } }
  @media screen and (min-width: 768px) {
    #reason05 .clum .pict img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      /*aspect-ratio: 1600 / 1060;*/
      object-position: center center; } }

@media screen and (min-width: 768px) {
  #service .sec01 .intro .clum3 {
    display: flex;
    gap: 0 30px; } }
#service .sec01 .intro .clum3 .set {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    #service .sec01 .intro .clum3 .set {
      display: flex;
      flex-direction: column;
      margin-bottom: 0;
      padding: 30px;
      width: -webki-calc((100% - 60px) / 3);
      width: calc((100% - 60px) / 3);
      min-height: 380px; } }
  #service .sec01 .intro .clum3 .set .tit {
    text-align: center;
    font-size: clamp(2rem, 3.67vw, 2.4rem);
    font-weight: 600;
    margin-bottom: 12px; }
  #service .sec01 .intro .clum3 .set .year {
    text-align: center;
    color: #08a575;
    margin-bottom: 20px; }
    #service .sec01 .intro .clum3 .set .year .txt_int {
      font-size: 3rem;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        #service .sec01 .intro .clum3 .set .year .txt_int {
          font-size: 6rem; } }
    #service .sec01 .intro .clum3 .set .year .txt_s {
      vertical-align: sub;
      font-size: clamp(1.8rem, 3.17vw, 2rem);
      line-height: 1; }
    #service .sec01 .intro .clum3 .set .year .txt-ct {
      font-size: 1.4rem;
      text-align: center; }
  #service .sec01 .intro .clum3 .set .pict {
    text-align: center;
    margin-top: auto; }
    #service .sec01 .intro .clum3 .set .pict img {
      width: 200px; }
      @media screen and (min-width: 768px) {
        #service .sec01 .intro .clum3 .set .pict img {
          width: 80%;
          max-width: 300px; } }

#service .sv .nb {
  display: flex;
  align-items: center; }
  #service .sv .nb .sv-en {
    font-family: "Libre", serif;
    font-style: italic;
    color: #08a575; }
  #service .sv .nb .nb-int {
    font-family: "Libre", serif;
    font-style: italic;
    color: #08a575;
    font-size: 5rem; }
    @media screen and (min-width: 768px) {
      #service .sv .nb .nb-int {
        font-size: 7rem; } }
#service .sv:nth-child(2n+1) {
  position: relative; }
  #service .sv:nth-child(2n+1)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 80%;
    height: 200px;
    background-color: #e4f9ec;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #service .sv:nth-child(2n+1)::after {
        height: 400px; } }
#service .sv:nth-child(2n) .sv-en {
  color: #63c046; }
#service .sv:nth-child(2n) .nb-int {
  color: #63c046; }
#service .sv .cutch {
  margin-bottom: 15px; }
  #service .sv .cutch .line {
    font-size: clamp(2rem, 3.67vw, 2.4rem);
    font-weight: 600;
    color: #08a575;
    display: inline;
    border-bottom: 1px solid #08a575; }
#service .sv .area {
  background: #f4f4f4;
  padding: 15px;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    #service .sv .area {
      padding: 30px 40px; } }
  #service .sv .area .tit {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 4px; }
    @media screen and (min-width: 768px) {
      #service .sv .area .tit {
        font-size: 1.8rem; } }

#service .sv .clum2 .pict img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1600 / 1100;
  object-position: left top; }

#service .sv01 .clum2 .pict::after {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 25px;
  content: '';
  width: 170px;
  height: 140px;
  background-image: url("../images/service/pic_sv01.webp");
  background-size: 170px auto;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    #service .sv01 .clum2 .pict::after {
      translate: -40px 50px;
      width: 300px;
      height: 250px;
      background-size: 300px auto; } }
#service .sv01 .clum2 .sub_content .sub_content_tit {
  color: #08a575;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-top: 15px; }
#service .sv02 .clum2 .pict::after {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 0 25px;
  content: '';
  width: 110px;
  height: 140px;
  background-image: url("../images/service/pic_sv02.webp");
  background-size: 100px auto;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    #service .sv02 .clum2 .pict::after {
      translate: 40px 50px;
      width: 200px;
      height: 270px;
      background-size: 200px auto; } }
#service .sv03 .clum2 .pict::after {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -10px 25px;
  content: '';
  width: 170px;
  height: 100px;
  background-image: url("../images/service/pic_sv03.webp");
  background-size: 170px auto;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    #service .sv03 .clum2 .pict::after {
      translate: -40px 80px;
      width: 250px;
      height: 200px;
      background-size: 250px auto; } }
#service .sv04 .clum2 .pict::after {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 10px 25px;
  content: '';
  width: 170px;
  height: 200px;
  background-image: url("../images/service/pic_sv04.webp");
  background-size: 170px auto;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    #service .sv04 .clum2 .pict::after {
      translate: 30px 50px;
      width: 250px;
      height: 300px;
      background-size: 250px auto; } }
#service .sv05 .clum2 .pict::after {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 35px;
  content: '';
  width: 170px;
  height: 200px;
  background-image: url("../images/service/pic_sv05.webp");
  background-size: 170px auto;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    #service .sv05 .clum2 .pict::after {
      translate: -40px 100px;
      width: 250px;
      height: 290px;
      background-size: 200px auto; } }

/* company.scss */
@media screen and (min-width: 768px) {
  #company .sec01 .intro .sub-tit {
    text-align: center; } }
#company .sec01 .intro .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #company .sec01 .intro .list {
      margin-top: 40px; } }
  #company .sec01 .intro .list .item {
    width: 40%;
    max-width: 200px; }

#company .sec02 {
  background: #f4f4f4; }
  #company .sec02 .slick-slider .item {
    padding: 5px; }
    @media screen and (min-width: 768px) {
      #company .sec02 .slick-slider .item {
        padding: 10px; } }
    #company .sec02 .slick-slider .item .inner {
      padding: 15px;
      border: 1px solid #ccc;
      /*display: flex;
      flex-direction: column;*/
      min-height: 160px;
      background: #fff; }
      @media screen and (min-width: 768px) {
        #company .sec02 .slick-slider .item .inner {
          padding: 15px 30px 20px;
          min-height: 180px; } }
      #company .sec02 .slick-slider .item .inner .thum {
        text-align: right;
        color: #08a575;
        font-family: "Libre", serif;
        font-style: italic;
        font-size: 2.4rem;
        margin-bottom: .5em; }
        @media screen and (min-width: 768px) {
          #company .sec02 .slick-slider .item .inner .thum {
            font-size: 4rem; } }
      #company .sec02 .slick-slider .item .inner .txt {
        /*margin-top: auto;*/ }

#company .sec03 {
  position: relative;
  /*&::after {
  	position: absolute;
  	z-index: -1;
  	bottom: 0;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 200px;
  	background-color: $bg;
  	@media screen and ($sp-first){
  		width: 100%;
  		height: 300px;
  	}
  }*/ }
  #company .sec03 .base_inner {
    position: relative; }
    #company .sec03 .base_inner::after {
      position: absolute;
      bottom: 0;
      left: 0;
      translate: 0 38px;
      content: '';
      width: 140px;
      height: 100px;
      background-image: url("../images/company/sec03.webp");
      background-size: 140px auto;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
        #company .sec03 .base_inner::after {
          translate: 0 140px;
          width: 400px;
          height: 380px;
          background-size: 400px auto; } }
  #company .sec03 .clum {
    display: flex;
    gap: 0 30px; }
    @media screen and (min-width: 768px) {
      #company .sec03 .clum {
        gap: 0 50px; } }
    #company .sec03 .clum .set .in-left {
      display: flex;
      position: relative; }
      #company .sec03 .clum .set .in-left .tit-rl-en {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        #company .sec03 .clum .set .in-left .tit-rl-en .line {
          display: inline-block;
          position: relative; }
          #company .sec03 .clum .set .in-left .tit-rl-en .line::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 1px;
            height: 50px;
            background-color: #333;
            translate: 7px 60px; }
            @media screen and (min-width: 768px) {
              #company .sec03 .clum .set .in-left .tit-rl-en .line::after {
                height: 100px;
                translate: 8px 110px; } }
      #company .sec03 .clum .set .in-left .tit {
        font-size: clamp(2.2rem, 5vw, 4rem);
        font-weight: 800;
        writing-mode: vertical-rl;
        order: -1; }
    @media screen and (min-width: 768px) {
      #company .sec03 .clum .txt-area {
        padding-left: 5%; } }

.tbl {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .tbl {
      width: 80%;
      max-width: 860px;
      margin: 0 auto 50px; } }
  .tbl tr {
    border-bottom: 1px solid #ccc; }
    .tbl tr:first-child {
      border-top: 1px solid #ccc; }
  .tbl th {
    display: block;
    width: 100%;
    padding: 10px 15px 2px;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .tbl th {
        display: table-cell;
        width: 190px;
        padding: 15px 0 15px 40px;
        font-weight: 400; } }
  .tbl td {
    display: block;
    width: 100%;
    padding: 2px 15px 10px; }
    @media screen and (min-width: 768px) {
      .tbl td {
        display: table-cell;
        width: auto;
        padding: 15px; } }
    @media screen and (min-width: 768px) {
      .tbl td .txt_area {
        border-left: 1px solid #ccc;
        padding-left: 30px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1060
---------------------------------------- */
/*30px*/
/*22px*/
/*22px*/
/*24px*/
/* font-family
---------------------------------------- */
/*$en: 'Poppins', serif;*/
/* color
---------------------------------------- */
@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: "Lato", serif;
      font-size: 2.5rem;
      line-height: 1; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'Tel.';
        font-family: "Lato", serif;
        font-size: 1.4rem;
        top: 50%;
        left: 0;
        margin: -.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;
      line-height: 1;
      color: #fff;
      background: #007c72;
      margin-bottom: 1px; }
  .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", 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: #007c72;
  color: #fff;
  font-size: 16px; }

input[type="submit"].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #007c72;
  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: #c10003;
  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 320-1060
---------------------------------------- */
/*30px*/
/*22px*/
/*22px*/
/*24px*/
/* font-family
---------------------------------------- */
/*$en: 'Poppins', serif;*/
/* 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; } }
/* 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-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
*/
.slick-prev,
.slick-next {
  top: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  /*top: 50%;*/
  display: block;
  width: 40px;
  height: 40px;
  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: .25; }

.slick-prev:before,
.slick-next:before {
  /*font-family: 'slick';*/
  font-size: 30px;
  line-height: 1;
  /*opacity: .75;*/
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100vh;
  border: 1px solid #333; }
  @media screen and (min-width: 768px) {
    .slick-prev:before,
    .slick-next:before {
      font-size: 50px; } }

.slick-prev {
  /*left: -25px;*/
  right: 0;
  translate: -60px -20px; }
  @media screen and (min-width: 768px) {
    .slick-prev {
      translate: -110px -40px; } }

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

.slick-prev:before {
  /*content: '←';*/
  font-family: 'Material Icons';
  content: '\e5cb'; }

[dir='rtl'] .slick-prev:before {
  /*content: '→';*/
  font-family: 'Material Icons';
  content: '\e5cc'; }

.slick-next {
  /*right: -25px;*/
  right: 0;
  translate: -20px -20px; }
  @media screen and (min-width: 768px) {
    .slick-next {
      translate: -40px -40px; } }

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

.slick-next:before {
  /*content: '→';*/
  font-family: 'Material Icons';
  content: '\e5cc'; }

[dir='rtl'] .slick-next:before {
  /*content: '←';*/
  font-family: 'Material Icons';
  content: '\e5cb'; }

/* 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: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/*

.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
  border-bottom: 10px solid #333;
  border-left: 0;
  border-right: 10px solid #000;
  border-top: 10px solid #333;
  left: -25px;
}
.next-arrow {
  border-bottom: 10px solid #333;
  border-left: 10px solid #000;
  border-right: 0;
  border-top: 10px solid #333;
  right: -25px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}*/
