@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
/*  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@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..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", serif;
  color: #000;
  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;
  /*filter: grayscale(100%);*/ }

.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
---------------------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

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

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

.renewal {
  text-align: center;
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .renewal {
      padding-top: 100px; } }

/*--------------------------------------------------------------------------
   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: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: .5s;
  width: 100%; }

@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; }
    .pc_header .hd_area .logo .logo-img {
      height: 26px;
      width: auto; }
    .pc_header .hd_area .nav_area {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
/* ---------------------------------------------------------------------------
	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;
  font-size: 16px !important;
  font-weight: 600 !important;
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
  /*color: $base_color;
  background:$blue;*/
  /*font-family: $base_family;
  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: #000;
  background: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 17px;
  text-decoration: none; }

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

.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 16px/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: 14px 0 0 10px; }
  .sp_header .logo .img-logo {
    width: auto;
    height: 24px; }

.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-bottom: 2px;
  /*margin: 5px 8px 0 0;*/
  position: relative;
  display: inline-block;
  width: 50px;
  height: 48px;
  /*width: 34px;
  height: 29px;*/
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.main-menu-btn-icon:after {
  content: '';
  top: 8px;
  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: #000;
    font-weight: 600;
    font-size: 1.8rem;
    /*-webkit-transition: all .2s linear;
    transition: all .2s linear;*/
    /*font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606);*/ }
    ul.menu li a::after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: #666;
      transition: all 0.3s ease 0s; }
    ul.menu li a:hover {
      cursor: pointer; }
      ul.menu li a:hover::after {
        width: 100%; }

  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: #000;
    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-info {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .footer .ft-info {
      padding: 50px 0; } }
  .footer .ft-info .ft-info-tit {
    text-align: center;
    /*font-family: $en;*/
    font-size: calc(2rem + (1vw - 0.32rem) * 0.5556);
    font-weight: 600;
    margin-bottom: .25em; }
  .footer .ft-info .txt-ct {
    margin-bottom: 15px; }
  .footer .ft-info .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 16px; }
    .footer .ft-info .wrap .set {
      line-height: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0 2px; }
      .footer .ft-info .wrap .set .tel-call {
        font-size: 2rem;
        font-family: "Jost", sans-serif; }
        @media screen and (min-width: 768px) {
          .footer .ft-info .wrap .set .tel-call {
            font-size: 3.8rem; } }
.footer .ft-btm {
  background: #efefef;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .footer .ft-btm {
      padding: 60px 0 30px; } }
  .footer .ft-btm .ft-logo {
    text-align: center;
    margin-bottom: 6px; }
    .footer .ft-btm .ft-logo .logo-img {
      height: 25px; }
  .footer .ft-btm .ad {
    text-align: center; }
  .footer .ft-btm .ft-nav {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .footer .ft-btm .ft-nav {
        margin-top: 30px; } }
    .footer .ft-btm .ft-nav .ft-nav-list {
      text-align: center; }
      .footer .ft-btm .ft-nav .ft-nav-list .item {
        line-height: 2;
        display: inline-block;
        padding: 0 10px; }
        .footer .ft-btm .ft-nav .ft-nav-list .item a {
          /*font-family: $en;*/
          font-weight: 600; }
.footer .copy {
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .footer .copy {
      padding: 40px 0 0; } }

.mv-page {
  padding: 35px 0;
  position: relative;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .mv-page {
      padding: 65px 0 65px; } }
  .mv-page::after {
    position: absolute;
    z-index: -1;
    content: '';
    width: -webki-calc(100% - 40vw);
    width: calc(100% - 40vw);
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0; }
    @media screen and (min-width: 768px) {
      .mv-page::after {
        width: -webki-calc(100% - 30vw);
        width: calc(100% - 30vw); } }
  .mv-page .page-tit .en {
    display: block;
    font-size: calc(2rem + (1vw - 0.32rem) * 0.5556);
    font-weight: 600; }
  .mv-page .page-tit .jp {
    font-size: 1.6rem;
    font-weight: 600; }

.about::after {
  background-image: url("../images/about/bg-about.png");
  /*filter: grayscale(100%);*/ }

.service::after {
  background-image: url("../images/service/bg-sv.png");
  /*filter: grayscale(100%);*/ }

.company::after {
  background-image: url("../images/company/bg-comp.png");
  /*filter: grayscale(100%);*/ }

.works::after {
  background-image: url("../images/works/bg-works.png");
  /*filter: grayscale(100%);*/ }

.contact::after {
  background-image: url("../images/contact/bg-contact.png");
  /*filter: grayscale(100%);*/ }

.policy::after {
  background-image: url("../images/contact/bg-contact.png");
  /*filter: grayscale(100%);*/ }

/*<a href="#" class="circle_btn01">
  <div class="circle_btn01_arrow"><span>&gt;</span></div>
  <p class="circle_btn01_txt">お問い合わせはこちら</p>
</a>*/
.circle_btn01 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  /* 文字色 */
  font-weight: bold;
  position: relative;
  width: fit-content;
  gap: 1em;
  margin: 2.5em 0 1.5em; }

.circle_btn01_arrow {
  position: relative;
  background: rgba(255, 255, 255, 0);
  /* 丸の色 */
  border: 1px solid #000;
  color: #000;
  /* 矢印の色 */
  padding: 0.7em;
  border-radius: 100vh;
  width: 4em;
  /* 丸の横幅 */
  height: 4em;
  /* 丸の高さ */
  text-align: center;
  transition: 0.3s; }
  .circle_btn01_arrow::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 1.5em;
    width: 0.7em;
    height: 0.7em;
    border-top: solid 1px #000;
    /* 矢印の色 */
    border-right: solid 1px #000;
    /* 矢印の色 */
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s; }
  .circle_btn01_arrow::before {
    content: '';
    width: 1.15em;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: calc(50% - 11px);
    margin-top: -.03em; }

/*.circle_btn01_arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scalex(0.55);
  -webkit-transform: translate(-50%, -50%) scalex(0.55);
  -ms-transform: translate(-50%, -50%) scalex(0.55);
}
*/
/* マウスオーバーした際のデザイン */
.circle_btn01:hover .circle_btn01_arrow {
  transform: scale(1.15);
  /* 丸の大きさ */ }

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button a {
  background: #000;
  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;
  font-weight: 500;
  border-radius: 18px;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .button a {
      padding: 10px 20px 8px;
      font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606);
      border-radius: 22px; } }

.button a:hover {
  background: #666;
  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: $dk;
		transition: 0.3s ease-in-out;
		font-weight: 600;
		border-radius: 18px;
		font-size: 1.4rem;
		border: 1px solid $dk;
		@media screen and ($sp-first){
			padding: 10px 20px 8px;
			font-size: 1.4rem;
			border-radius: 22px;
			margin-right: 8px;
		}
	}
	.button:first-child a:hover {
  background: $basic;
	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-left"><a href="" target="_blank">ボタンのデザイン</a></div>*/
.btn-left a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 240px;
  padding: 1rem 1rem;
  font-weight: 500;
  background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
  border-radius: 100vh;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s; }
  @media screen and (min-width: 768px) {
    .btn-left a {
      width: 280px; } }

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

/*.btn a {
		background: $blue;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 10px 25px;
		color: $blue;
		transition: 0.3s ease-in-out;
		font-weight: 500;
	border: 1px solid $blue;
	@media screen and ($sp-first){
		padding: 12px 100px;
	}
}
.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px $blue;
  border-right: solid 2px $blue;
  transform: translateY(-50%) rotate(45deg);
}
.btn a:hover {
  background: #352e37;
}
.btn a:hover:after {
  right: 1.4rem;
}
*/
.btn_arrow {
  width: 100%;
  /*margin: 0 auto;*/
  border: 1px solid #9c9c92; }

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff; }

@media only screen and (min-width: 768px) {
  .c-btn {
    width: 100%;
    height: 60px; } }
.c-btn span {
  position: relative;
  padding-right: 25px;
  color: #909086;
  /*font-family: $en;*/
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .1em; }

@media only screen and (min-width: 768px) {
  .c-btn span {
    padding-right: 25px;
    font-size: 1.6rem; } }
.c-btn span:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 19px;
  height: 9px;
  margin: auto;
  background: url(../images/common/arrow.png) no-repeat 50%;
  background-size: cover; }

.c-btn:hover {
  background: #fbfbfb; }

.c-btn:hover span:before {
  -webkit-animation-name: MoveRight;
  animation-name: MoveRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/*--------------------------------------------------------------------------
	 MoveRight
---------------------------------------------------------------------------*/
@-webkit-keyframes MoveRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes MoveRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  49.9% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
/* set.scss */
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
.scale .pic {
  overflow: hidden; }
  .scale .pic img {
    display: block;
    transition-duration: .3s; }

@media screen and (min-width: 768px) {
  .scale .pic {
    overflow: hidden; }
    .scale .pic img {
      display: block;
      transition-duration: .3s; }
  .scale:hover .pic {
    overflow: hidden; }
    .scale:hover .pic img {
      transform: scale(1.1);
      transition-duration: .3s; }
  .scale:hover .tit {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
.scale .tit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  /* 文字色 */
  font-weight: bold;
  position: relative;
  /*width: fit-content;*/
  margin: 1em 0 1em; }
  @media screen and (min-width: 768px) {
    .scale .tit-wrap {
      /*margin: 1.5em 0 1.5em;*/ } }
.scale .tit {
  position: relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  /*width: -webki-calc(100% - 90px);
  width: calc(100% - 90px);*/
  font-weight: 600; }
.scale .arrow {
  position: relative;
  background: rgba(255, 255, 255, 0);
  /* 丸の色 */
  border: 1px solid #000;
  color: #000;
  /* 矢印の色 */
  padding: 0.7em;
  border-radius: 100vh;
  width: 2.4em;
  /* 丸の横幅 */
  height: 2.4em;
  /* 丸の高さ */
  text-align: center;
  transition: 0.3s; }
  @media screen and (min-width: 768px) {
    .scale .arrow {
      width: 2.8em;
      height: 2.8em; } }
  .scale .arrow::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: .9em;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 1px #000;
    /* 矢印の色 */
    border-right: solid 1px #000;
    /* 矢印の色 */
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      .scale .arrow::after {
        width: 0.6em;
        height: 0.6em;
        left: 1.1em; } }
  .scale .arrow::before {
    content: '';
    width: .7em;
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    margin-top: -.03em; }
    @media screen and (min-width: 768px) {
      .scale .arrow::before {
        width: 1em;
        left: calc(50% - 7px);
        margin-top: -.05em; } }

/*	tit
--------------------------------------*/
.sec-tit {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .sec-tit {
      margin-bottom: 40px; } }
  .sec-tit .en {
    display: block;
    /*font-size: $tit;*/
    font-size: 1.6rem;
    /*color: #333;*/
    font-weight: 600; }
  .sec-tit .jp {
    font-size: calc(2rem + (1vw - 0.32rem) * 0.5556);
    line-height: 1.3;
    font-weight: 600; }

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

.i-block {
  display: inline-block; }

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

/*	bg
--------------------------------------*/
.bg-l {
  position: relative; }
  .bg-l::after {
    content: '';
    width: calc(50% + 15vw);
    height: 100%;
    display: inline-block;
    background-color: #efefef;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

@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/home/h-sec01-bg.png");
    /*filter: grayscale(100%);*/ } }
/*	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; }

/*	set
--------------------------------------*/
.clum2:not(:first-child) {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .clum2:not(:first-child) {
      margin-top: 50px; } }
@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 .in {
      position: sticky;
      top: 0;
      padding-top: 80px;
      margin-top: -80px; } }
.clum2 .set:first-child {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .clum2 .set:first-child {
      margin-bottom: 0; } }
.clum2 .od {
  order: -1; }

@media screen and (min-width: 768px) {
  .clum3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 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: 20px; }
  @media screen and (min-width: 768px) {
    .clum3 .set:not(:first-child) {
      margin-top: 0; } }
.clum3 .set .clum3-pict {
  margin-bottom: 6px; }
  @media screen and (min-width: 768px) {
    .clum3 .set .clum3-pict {
      margin-bottom: 12px; } }
  .clum3 .set .clum3-pict img {
    width: 100% !important; }
.clum3 .set .nb {
  position: relative;
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  font-style: italic; }
  .clum3 .set .nb::after {
    content: '';
    width: calc(100% - 35px);
    height: 1px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 2px 0 0 35px; }
.clum3 .set .sub-tit {
  font-weight: 600;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.1852); }

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

/*	ptn
--------------------------------------*/
.ptn {
  position: relative;
  /*&::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-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
#home .arc .clum2 .set .pic img {
  filter: grayscale(0%); }

.h-mv .mv-pict {
  object-fit: cover;
  width: 100%;
  height: 280px;
  aspect-ratio: 1600 / 676;
  object-position: center center; }
  @media screen and (min-width: 768px) {
    .h-mv .mv-pict {
      height: 400px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
#about .sec01 {
  position: relative; }
  #about .sec01::after {
    content: '';
    width: 100%;
    height: 50%;
    display: inline-block;
    background-color: #efefef;
    position: absolute;
    top: calc(50% - 25%);
    left: 0;
    z-index: -1; }

#about .sec02 .wrap {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #about .sec02 .wrap {
      display: flex;
      align-items: center;
      gap: 0 60px; } }
  @media screen and (min-width: 768px) {
    #about .sec02 .wrap .left {
      width: 400px; } }
  @media screen and (min-width: 768px) {
    #about .sec02 .wrap .right {
      width: -webki-calc(100% - 460px);
      width: calc(100% - 460px); } }
#about .sec02 .clum3 .set {
  /*				.nb {
  					position: relative;
  					font-size: 3rem;
  					&::after {
  						content: '';
  						width: calc(100% - 35px);
  						height: 1px;
  						display: inline-block;
  						background-color: $base_color;
  						position: absolute;
  						top: 50%;
  						left: 0;
  						margin: 2px 0 0 35px;
  					}
  				}
  				.sub-tit {
  					font-weight: 600;
  					font-size: $tit-midle;
  				}
  */ }
#about .sec02 .clum2 .set {
  padding: 12px 15px;
  background: #efefef; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
#service .sv-vg {
  background: #efefef; }

#service .sv .base_inner {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #service .sv .base_inner {
      margin-bottom: 50px; } }

/* company.scss */
#works .clum2 .set {
  margin-top: 20px !important; }
  @media screen and (min-width: 768px) {
    #works .clum2 .set {
      margin-top: 40px !important; } }
  #works .clum2 .set .pic img {
    filter: grayscale(0%); }
  #works .clum2 .set .date {
    margin-top: 5px;
    color: #777;
    font-size: 1.3rem; }
#works .clum2 .scale .tit {
  width: 100%;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.1852); }

/* company.scss */
.company_tbl {
  width: 100%; }
  .company_tbl th {
    display: block;
    width: 100%;
    padding: 15px 15px 0; }
    @media screen and (min-width: 768px) {
      .company_tbl th {
        display: table-cell;
        width: 180px;
        padding: 20px 20px 20px 40px; } }
  .company_tbl td {
    display: block;
    width: 100%;
    padding: 15px 15px; }
    @media screen and (min-width: 768px) {
      .company_tbl td {
        padding: 20px 20px 20px 0;
        display: table-cell;
        width: auto; } }
  .company_tbl tr:nth-child(2n+1) {
    background: #efefef; }

#company .oficce:not(:first-child) {
  margin-top: 30px; }
#company .oficce .tit {
  /*font-family: $en;*/
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.1852); }
#company .oficce .gmap {
  margin-top: 10px; }

#company .sec03 .tit {
  font-weight: 600; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
.contact_sec01 .con_info {
  padding: 15px 25px;
  border: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .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: $en;*/
      font-size: 2.5rem;
      line-height: 1; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'Tel.';
        /*font-family: $en;*/
        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 2px;
      margin-left: 5px;
      font-size: 1.2rem;
      color: #fff;
      background: #ea7b85; }
  .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;
    margin-bottom: 40px;
    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: "Jost", sans-serif;
        font-size: 4rem;
        margin-left: 4rem; }
        .contact_sec01 .con_info .tel_nb .tel-call::after {
          font-size: 1.6rem;
          margin: -0.25em 0 0 -1.8em; }
      .contact_sec01 .con_info .tel_nb .left_txt {
        display: block; }
  .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .contact_tbl td {
      display: table-cell;
      width: 70%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .approval {
      margin: 60px 0 70px; }
      .contact_sec01 .cons_form_wrap .approval .approval_txt {
        margin-top: 40px; } }
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0; }
  .contact_sec01 .cons_form_wrap .cons_form_note a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff; }
    .contact_sec01 .cons_form_wrap .cons_form_note a:hover {
      color: #cfcfcf;
      border-bottom: 1px solid #cfcfcf; }
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 10px;
    text-align: center; }

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

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

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

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

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

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

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

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

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

input[type="submit"].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #000;
  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: #666;
  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(https://hl-d.com/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-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
@media screen and (min-width: 768px) {
  #policy .mv-page {
    padding-top: 180px; } }

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

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

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px; }
    .policy_wrap .policy_fst {
      margin-bottom: 50px; }
      .policy_wrap .policy_fst .policy_tit {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.25;
        margin-bottom: 15px; }
      .policy_wrap .policy_fst .policy_txt {
        margin-bottom: 15px; }

  .policy_wrap .policy_sec {
    margin-bottom: 45px; }
    .policy_wrap .policy_sec .sign {
      text-align: right;
      margin-top: 50px; } }
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1400
---------------------------------------- */
/*1.6-18*/
/*$tit-s: calc(1.6rem + (1vw - 0.32rem) * 0.2703);*/
/*1.6-18*/
/*2-2.6*/
/*16-2.5*/
/*$cutch: calc(1.6rem + (1vw - 0.32rem) * 1.2162);*/
/*2-30*/
/*$tit-en: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/*2-30*/
/*$tit-jp: calc(2rem + (1vw - 0.32rem) * 1.0638);*/
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/*$blue: #32afd1;
$dk: #007c72;
$light: #9bd14d;
$basic: #40a980;
$bage: #f3f1ea;*/
.mv_home {
  position: relative;
  width: 100%; }

@media screen and (min-width: 768px) {
  .mv_home {
    position: relative;
    width: 100%; } }
.mv {
  height: 350px;
  width: 100%;
  background: #fff; }

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

@media screen and (min-width: 768px) {
  .mv {
    height: 70vh; }

  .cb_slideshow,
  .cb_slideshow:after {
    height: 60vh; } }
.cb_slideshow li {
  position: relative; }

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

@media screen and (min-width: 768px) {
  .cb_slideshow li span {
    height: 70vh; } }
.cb_slideshow li .item {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 350px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s; }

@media screen and (min-width: 768px) {
  .cb_slideshow li .item {
    height: 70vh; } }
.cb_slideshow li .item .tit {
  font-family: 'Times New Roman','Luchida Grande';
  font-size: 3rem;
  padding: 150px 0 0;
  margin-bottom: 20px;
  line-height: 1.5; }

.cb_slideshow li .item p {
  font-family: 'Times New Roman','Luchida Grande';
  font-size: 1.8rem;
  line-height: 1.5; }

@media screen and (min-width: 768px) {
  .cb_slideshow li .item .tit {
    font-size: 3.6rem;
    padding: 250px 0 0;
    line-height: 2;
    letter-spacing: .1em; }

  .cb_slideshow li .item p {
    font-size: 2.4rem;
    line-height: 1.5; } }
/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../images/home/mv01.png");
  /*filter: grayscale(100%);*/ }

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

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

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

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

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