@charset "UTF-8";
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:500&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; }

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/*html {
	height: 100%;
	overflow-y: scroll;
}*/
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
/*body {
	height: 100%;
	color: #444;
	background: #FFF;
	min-width: 320px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	letter-spacing: .06em;
}*/
html {
  overflow: auto; }

body {
  overflow: hidden;
  min-width: 320px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%; }
  @media all and (min-width: 640px) {
    body {
      min-width: 1030px;
      font-size: 1.6rem;
      line-height: 1.8;
      -webkit-text-size-adjust: 100%;
      background: #FFF;
      /*height: 100%;*/ } }

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

.pc {
  display: none !important; }

.sp {
  display: block !important; }

@media all and (min-width: 640px) {
  .pc {
    display: block !important; }

  .sp {
    display: none !important; } }
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }

@media screen and (min-width: 640px) {
  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
---------------------------------------------------------------------------*/
/*font-family: 'Josefin Sans', sans-serif;*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'EB Garamond', serif;*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 640px) {
  .base_inner {
    width: 1030px;
    min-width: 1030px;
    margin-left: auto;
    margin-right: auto; }

  .base {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 8px 8px; }

@media only screen and (min-width: 640px) {
  #header {
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 8px 8px 10px; } }
.header .hd_logo img {
  width: auto;
  height: 38px; }

@media only screen and (min-width: 640px) {
  .header .base {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .header .base .hd_logo {
      width: 258px; }
      .header .base .hd_logo img {
        width: auto;
        height: 54px; } }
/*	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_logo {
  text-align: center; }
  .footer .ft_logo img {
    width: 150px;
    height: auto; }
.footer .copy {
  padding: 30px 10px;
  text-align: center;
  font-size: 1.3rem; }

@media only screen and (min-width: 640px) {
  .footer .ft_logo img {
    width: 300px;
    height: auto; }
  .footer .copy {
    padding: 60px 10px;
    text-align: center;
    font-size: 1.3rem; } }
/* nav */
#nav-toggle {
  position: fixed;
  top: 15px;
  right: 25px;
  height: 32px;
  cursor: pointer; }
  #nav-toggle > div {
    position: relative;
    width: 28px;
    /*width: 36px;*/ }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 14px; }
    #nav-toggle span:nth-child(3) {
      top: 28px; }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px; }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px; }

.open #nav-toggle span {
  background: #fff; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#container {
  z-index: 900; }

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease; }
  #gloval-nav a:hover {
    color: #666; }
#gloval-nav ul {
  list-style: none; }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease; }
    #gloval-nav ul li:nth-child(2) {
      transition-delay: .15s; }
    #gloval-nav ul li:nth-child(3) {
      transition-delay: .3s; }
    #gloval-nav ul li:nth-child(4) {
      transition-delay: .45s; }
    #gloval-nav ul li:nth-child(5) {
      transition-delay: .6s; }
    #gloval-nav ul li:nth-child(6) {
      transition-delay: .75s; }
    #gloval-nav ul li:nth-child(7) {
      transition-delay: .9s; }

/* open */
.open {
  overflow: hidden; }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

/* arw.scss */
.hd_btn {
  width: 200px;
  margin: 0 auto 20px; }
  .hd_btn a {
    display: block;
    text-align: center;
    color: #00ac80;
    border: 1px solid #00ac80;
    border-radius: 20px;
    line-height: 40px; }

@media only screen and (min-width: 640px) {
  .hd_btn {
    width: 150px;
    margin: 0 10px 0 0; }
    .hd_btn a {
      font-size: 1.2rem;
      border-radius: 15px;
      line-height: 30px; } }
.mod_btn {
  width: 260px;
  margin: 20px auto 0;
  height: 45px; }
  .mod_btn a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 43px;
    border: 1px solid #000;
    background: #000;
    color: #fff; }
    .mod_btn a::after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -3px; }

@media only screen and (min-width: 640px) {
  .mod_btn a:hover {
    background: #333; } }
/* set.scss */
/*	hover
--------------------------------------*/
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 640px) {
  .pic {
    overflow: hidden; }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	tit
--------------------------------------*/
.tit_ct {
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: .1em;
  margin-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .tit_ct {
    font-size: 4.8rem;
    margin-bottom: 65px; } }
.tit_left {
  font-size: 2.2rem;
  margin-bottom: 12px; }

@media only screen and (min-width: 640px) {
  .tit_left {
    font-size: 3.6rem;
    margin-bottom: 36px;
    letter-spacing: .1em;
    line-height: 1.2; } }
.tit_bold {
  font-size: 1.8rem;
  margin-bottom: 8px; }

@media only screen and (min-width: 640px) {
  .tit_bold {
    font-size: 2.4rem;
    margin-bottom: 18px;
    line-height: 1.3; } }
/*	content txt
--------------------------------------*/
.cutch {
  margin-bottom: 30px; }

@media only screen and (min-width: 640px) {
  .cutch {
    margin-bottom: 62px;
    text-align: center; } }
/*	content padding
--------------------------------------*/
.pad {
  padding-top: 40px;
  padding-bottom: 40px; }

@media only screen and (min-width: 640px) {
  .pad {
    padding-top: 150px;
    padding-bottom: 150px; } }
.pad_tops {
  padding-bottom: 40px; }

@media only screen and (min-width: 640px) {
  .pad_tops {
    padding-bottom: 150px; } }
.mb {
  margin-bottom: 10px; }

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

  .mtop {
    margin-top: 120px; } }
/* ---------------------------------------------------------------------------
	下層共通	
--------------------------------------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px; }

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

#projects .sec01 .set .txt {
  margin-bottom: 10px; }
#projects .sec01 .set + .set {
  margin-top: 40px; }

@media only screen and (min-width: 640px) {
  #projects .sec01 .set .txt {
    margin-bottom: 20px; }
  #projects .sec01 .set + .set {
    margin-top: 120px; } }
/* sec02common */
#solution .set .pict {
  margin-bottom: 10px; }
#solution .set .clum_tit {
  font-size: 1.9rem;
  margin-bottom: 5px;
  text-align: center; }
#solution .set .clum_subtit {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 5px; }

@media only screen and (min-width: 640px) {
  #solution .set .pict {
    margin-bottom: 20px; }
  #solution .set .clum_tit {
    font-size: 2rem;
    margin-bottom: 10px; }
  #solution .set .clum_subtit {
    font-size: 1.8rem;
    margin-bottom: 5px; } }
#solution .sec02 {
  margin-bottom: 40px; }
  #solution .sec02 .pict {
    margin-bottom: 15px; }
  #solution .sec02 .set_r {
    margin-bottom: 40px; }
  #solution .sec02 .set_in {
    padding: 0 15px; }

@media only screen and (min-width: 640px) {
  #solution .sec02 {
    margin-bottom: 150px; }
    #solution .sec02 .set_r {
      position: relative;
      padding-top: 100px;
      margin-bottom: 250px; }
      #solution .sec02 .set_r::after {
        position: absolute;
        top: 0;
        left: -20px;
        content: '';
        width: 50%;
        height: 442px;
        background: url("../images/home/sl01.png") 0 0 no-repeat;
        background-size: cover; }
      #solution .sec02 .set_r .set_in {
        position: relative;
        padding: 0 30px 15px 500px; }
        #solution .sec02 .set_r .set_in::after {
          position: absolute;
          top: 20px;
          left: 0;
          content: '';
          width: 100%;
          height: 150%;
          background-color: #f5f5f5;
          z-index: -1; }
  #solution .sec02 .set_l {
    position: relative;
    padding-top: 100px; }
    #solution .sec02 .set_l::after {
      position: absolute;
      top: 0;
      right: -20px;
      content: '';
      width: 50%;
      height: 442px;
      background: url("../images/home/sl02.png") 0 0 no-repeat;
      background-size: cover; }
    #solution .sec02 .set_l .set_in {
      position: relative;
      padding: 0 500px 15px 30px; }
      #solution .sec02 .set_l .set_in::after {
        position: absolute;
        top: 20px;
        left: 0;
        content: '';
        width: 100%;
        height: 110%;
        background-color: #f5f5f5;
        z-index: -1; } }
#solution .sec02_clum .clum_2 .set {
  margin-bottom: 30px; }

@media only screen and (min-width: 640px) {
  #solution .sec02_clum {
    position: relative;
    margin-bottom: 70px; }
    #solution .sec02_clum .clum_2 {
      display: flex;
      justify-content: space-between; }
      #solution .sec02_clum .clum_2 .set {
        width: 480px;
        margin-bottom: 0; }
    #solution .sec02_clum::after {
      position: absolute;
      top: 100px;
      left: 0;
      content: '';
      width: 100%;
      height: 650px;
      background-color: #f5f5f5;
      z-index: -1; } }
#solution .sec02_clum02 .clum_3 .set {
  margin-bottom: 30px; }

@media only screen and (min-width: 640px) {
  #solution .sec02_clum02 .clum_3 {
    display: flex;
    justify-content: space-between; }
    #solution .sec02_clum02 .clum_3 .set {
      width: 270px;
      margin-bottom: 0; } }
#office .sec03 .info {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px; }
  #office .sec03 .info a {
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
    color: #333; }

@media only screen and (min-width: 640px) {
  #office .sec03 .info {
    margin-bottom: 60px; } }
.contact_sec01 .con_info {
  padding: 15px 25px;
  border: 1px solid #ccc;
  margin-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 {
      display: inline-block;
      position: relative;
      font-family: 'EB Garamond', serif;
      font-size: 2.2rem;
      font-weight: 500;
      margin-bottom: -4px; }
.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: 1px 10px 1px;
      margin-left: 5px;
      font-size: 1.3rem;
      color: #fff;
      background: #666; }
  .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 dashed #d6d6d6; }
  .contact_sec01 .cons_form_wrap .approval {
    text-align: center;
    margin: 30px 0; }

@media only screen and (min-width: 640px) {
  .contact_sec01 .con_info {
    padding: 45px 25px;
    text-align: center; }
    .contact_sec01 .con_info .txt {
      margin-bottom: 30px; }
    .contact_sec01 .con_info .tel_nb .tel-call {
      font-size: 2.4rem;
      margin-bottom: -6px; }
  .contact_sec01 .cons_form_wrap {
    padding: 55px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px;
      /*				.req {
      					display: inline-block;
      					background: #fc0d1b;
      					padding: 2px 15px 2px;
      					margin-left: 5px;
      					color: #fff;
      					font-family: RodinPro-DB;
      					font-size: 1.3rem;
      				}
      */ }
    .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; } }
/* 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;
  /*background: #eee;*/
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px; }

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

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 8px; }

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

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

input[type="submit"], input[type="button"] {
  display: block;
  width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 16px; }

input[type="submit"].apbtn_right {
  display: block;
  width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #333;
  font-size: 16px; }

@media only screen and (min-width: 640px) {
  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: #333;
  color: #fff; }

@media only screen and (min-width: 640px) {
  .form_policy {
    text-align: center;
    margin: 15px 0; } }
/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 640px) {
  .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: 300px;
  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: 300px;
  margin: 30px auto 0; }
  .form_btn_sc .item_btn {
    margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .form_btn_sc .item_btn {
      width: 280px; }

  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 280px; } }
.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 only screen and (min-width: 640px) {
  .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; } }
.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; } }
.mv {
  height: 300px;
  width: 100%; }

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

@media only screen and (min-width: 640px) {
  .mv {
    height: 350px;
    width: 1400px;
    margin: 0 auto; }

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

.cb_slideshow li span {
  width: 100%;
  height: 300px;
  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 only screen and (min-width: 640px) {
  .cb_slideshow li span {
    height: 350px; } }
.mv_home {
  position: relative; }
  .mv_home .mv_logo {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -75px; }
    .mv_home .mv_logo img {
      width: 150px;
      height: auto; }

@media only screen and (min-width: 640px) {
  .mv_home .mv_logo {
    margin-top: -74px;
    margin-left: -125px; }
    .mv_home .mv_logo img {
      width: 250px;
      height: 148px; } }
/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../images/home/mv01.png"); }

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

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

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  15% {
    opacity: 1;
    animation-timing-function: ease-out; }
  30% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes titleAnimation {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  30% {
    opacity: 1; }
  58% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/*@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; }
