@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/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&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.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media all and (min-width: 640px) {
    body {
      min-width: 1000px;
      font-size: 1.4rem;
      line-height: 1.6;
      -webkit-text-size-adjust: 100%;
      /*background: #FFF;*/
      /*height: 100%;*/ } }

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

.pc {
  display: none; }

.sp {
  display: block !important; }

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

  .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: 'EB Garamond', serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,700&display=swap');*/
/*font-family: 'EB Garamond', serif;*/
/*@import url('https://fonts.googleapis.com/css?family=EB+Garamond:500&display=swap');*/
/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Lato', sans-serif;*/
/*font-family: 'Damion', cursive;*/
/*@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');*/
/*font-family: 'Josefin Sans', sans-serif;*/
/*font-family: 'Pinyon Script', cursive;*/
/*font-family: 'Archivo Black', sans-serif;*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* layout.scss */
/*#wrap {
	position: relative;
	z-index: -10;
	background: url("../images/common/bg.png");
}*/
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.base {
  width: 100%; }

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

  .base {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; } }
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.header {
  padding: 6px;
  position: relative;
  z-index: 50; }
  .header .hd_logo img {
    width: 66px;
    height: auto;
    opacity: 1; }

@media only screen and (min-width: 640px) {
  .header {
    /*padding: 40px 0 0;*/
    position: relative;
    z-index: 50; }
    .header .hd_logo img {
      width: 132px;
      height: 54px;
      opacity: 1; } }
/*	.mv_home_wrap {
		position: absolute;
		top:0;
		left: 0;
	}
*/
#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; }

#header .hd_wrap .hd_cv_sv .hd_btn {
  width: 260px;
  margin: 0 auto; }
  #header .hd_wrap .hd_cv_sv .hd_btn a {
    background: #fff;
    display: block;
    padding: 12px 0;
    text-align: center;
    border-radius: 20px; }

/*.header {
	background: #fff;
	.hd_wrap {
		.hd_logo {
			padding: 10px 0 10px 10px;
			img {
				width: auto;
				height: 27px;
			}
		}
	}
}
@media only screen and (min-width: 640px) {
.header {
	.hd_wrap {
		display: flex;
		justify-content: space-between;
		.hd_logo {
			
			img {
				width: 311px;
				height: 54px;
			}
		}
		.nav_wrap {
			padding-top: 20px;
		}
	}
}
}
*/
/*	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); }

/*	
--------------------------------------*/
/* .btnGnav btn_nav
-------------------------------------- */
@media screen and (max-width: 639px) {
  .btn_nav {
    position: absolute;
    top: -6px;
    right: 0;
    display: block;
    width: 54px;
    height: 51px; }
    .btn_nav .line {
      position: absolute;
      left: 17px;
      width: 20px;
      height: 2px;
      content: '';
      transition: all .3s ease;
      background: #333; }
      .btn_nav .line:nth-child(1) {
        top: 18px; }
      .btn_nav .line:nth-child(2) {
        top: 26px; }
      .btn_nav .line:nth-child(3) {
        top: 34px; }

  body.is_open .btn_nav .line:nth-child(1) {
    top: 26px;
    transform: rotate(-45deg); }
  body.is_open .btn_nav .line:nth-child(2) {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; }
  body.is_open .btn_nav .line:nth-child(3) {
    top: 26px;
    transform: rotate(45deg); }

  #gnav {
    position: fixed;
    z-index: 200;
    top: 51px;
    right: -293px;
    bottom: 0;
    overflow: auto;
    width: 293px;
    background: #000;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px; }
    #gnav .list {
      margin-bottom: 30px; }
      #gnav .list .item {
        border-top: 1px solid #363636;
        padding: 10px 0 10px 15px; }
        #gnav .list .item:last-of-type {
          border-bottom: 1px solid #363636; }
        #gnav .list .item a {
          color: #fff;
          line-height: 1.3; } }
@media only screen and (min-width: 640px) {
  #gnav .list {
    display: flex;
    align-items: center;
    justify-content: center;
    /*justify-content: flex-end;*/
    padding-top: 6px; }
    #gnav .list .item {
      position: relative;
      width: 100px;
      /*&:nth-child(3) {
      		width: 110px;
      	}
      	&:nth-child(8) {
      		width: 180px;
      	}*/ }
      #gnav .list .item a {
        display: block;
        text-align: center;
        transition: all .3s ease;
        font-size: 1.4rem;
        color: #333;
        line-height: 1.5; }
        #gnav .list .item a .en {
          display: block;
          color: #446d9a;
          font-size: 1.2rem; }
        #gnav .list .item a:hover {
          opacity: .7;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; } }
/* footer
-------------------------------------- */
.footer {
  position: relative; }
  .footer::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 50%;
    height: 100%;
    background-image: url("../image/ft_sp_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }
  .footer::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #fc5c44;
    z-index: -5; }
  .footer .ft_logo {
    text-align: center;
    margin-bottom: 20px; }
    .footer .ft_logo img {
      width: auto;
      height: 30px; }
  .footer .ft_info {
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
    .footer .ft_info a {
      color: #fff; }
  .footer .copy {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 5px; }

@media only screen and (min-width: 640px) {
  .footer {
    padding-top: 60px; }
    .footer::after {
      bottom: 0;
      left: 0;
      content: '';
      width: 50%;
      height: 100%;
      background: url("../image/ft_pc_bg.png") bottom left no-repeat;
      background-size: 653px 447px;
      z-index: -1; }
    .footer::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: url("../image/bg_red.png");
      z-index: -5; }
    .footer .ft_logo {
      text-align: center;
      margin-bottom: 40px; }
      .footer .ft_logo img {
        width: 147px;
        height: 60px; }
    .footer .ft_info {
      text-align: center;
      color: #fff;
      margin-bottom: 40px; }
      .footer .ft_info a {
        color: #fff; }
    .footer .copy {
      color: #fff;
      text-align: center;
      font-size: 1.2rem;
      padding-bottom: 15px; } }
/* arw.scss */
/*<div class="button"><a href="/">
		<span>READ MORE</span></a>
					</div>*/
.button {
  background: #000;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  margin: 0 auto;
  width: 260px;
  text-align: center; }
  .button span {
    display: block;
    padding: 12px 30px;
    background: #000;
    color: #fff;
    z-index: 100;
    position: relative;
    transition: all .35s ease-in-out .35s;
    border: 1px solid #444; }

.button:hover span {
  background: #005cc3;
  color: #fff;
  transition: all .35s ease-in-out .35s; }

.button:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #005cc3;
  transition: all .35s ease-in-out .5s; }

.button:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s; }

.button:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #005cc3;
  transition: all .35s ease-in-out .5s; }

.button:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s; }

/* red */
.button_w {
  background: #fff;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all .35s ease-in-out .35s;
  margin: 0 auto;
  width: 260px;
  text-align: center; }
  .button_w span {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #333;
    z-index: 100;
    position: relative;
    transition: all .35s ease-in-out .35s;
    border: 1px solid #005cc3; }

.button_w:hover span {
  background: #000;
  color: #fff;
  transition: all .35s ease-in-out .35s; }

.button_w:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all .35s ease-in-out .5s; }

.button_w:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s; }

.button_w:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: all .35s ease-in-out .5s; }

.button_w:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .35s; }

/*<div class="button_w"><a href="/">
		<span>READ MORE</span></a>
					</div>*/
/* set.scss */
/*	hover
--------------------------------------*/
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)"; } }
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 640px) {
  .pic {
    /*margin-bottom: 22px;*/
    overflow: hidden;
    /*width: 290px;
    height: 170px;*/ }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	tit
--------------------------------------*/
.tit_bold {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold; }

@media only screen and (min-width: 640px) {
  .tit_bold {
    font-size: 1.8rem;
    margin-bottom: 10px; } }
.tit_ct {
  margin-bottom: 15px;
  text-align: center; }
  .tit_ct .en {
    display: block;
    position: relative;
    color: #fc5c44;
    font-family: 'Archivo Black', sans-serif;
    line-height: 2;
    font-size: 1.3rem; }
  .tit_ct .jp {
    display: block;
    font-size: 1.5rem;
    line-height: 1; }

@media only screen and (min-width: 640px) {
  .tit_ct {
    margin-bottom: 40px; }
    .tit_ct .en {
      line-height: 2.2;
      font-size: 2rem; }
    .tit_ct .jp {
      display: block;
      font-size: 2.2rem;
      line-height: 1; } }
.txt_b {
  font-weight: bold;
  margin-bottom: 4px; }

@media only screen and (min-width: 640px) {
  .txt_b {
    margin-bottom: 10px; } }
.tit_sec {
  margin-bottom: 20px; }
  .tit_sec .en {
    display: block;
    color: #fc5c44;
    font-family: 'Archivo Black', sans-serif;
    line-height: 2;
    font-size: 2rem;
    text-align: center; }
  .tit_sec .jp {
    display: block;
    color: #333;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.4rem;
    text-align: center; }

@media only screen and (min-width: 640px) {
  .tit_sec {
    margin-bottom: 40px; }
    .tit_sec .en {
      line-height: 1.8;
      font-size: 4rem; }
    .tit_sec .jp {
      font-size: 1.7rem; } }
/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 30px; }

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

@media only screen and (min-width: 640px) {
  .pad_l {
    padding-top: 100px;
    padding-bottom: 100px; } }
.pad_top {
  padding-top: 30px; }

@media only screen and (min-width: 640px) {
  .pad_top {
    ppadding-top: 60px; } }
.pad_btm {
  padding-bottom: 30px; }

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

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

@media only screen and (min-width: 640px) {
  .mbl {
    margin-bottom: 30px; } }
.mtop {
  margin-top: 30px; }

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

/*	bg
--------------------------------------*/
.bg_red {
  background: url("../image/bg_red.png"); }

.bg_y_up_in {
  position: relative;
  padding: 30px 0;
  /*background: url("../image/bg_sec.png");*/ }
  .bg_y_up_in::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../image/bg_bage.png");
    z-index: -5; }

.bg_y {
  position: relative;
  padding-bottom: 70px;
  background: url("../image/bg_city.png") bottom repeat-x;
  background-size: auto 67px; }
  .bg_y::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #d7e6eb;
    z-index: -5; }

@media only screen and (min-width: 640px) {
  .bg_y_up {
    /*padding: 50px;*/
    position: relative; }
    .bg_y_up::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 100px 100vw;
      border-color: transparent transparent #d7e6eb transparent; }
    .bg_y_up .bg_y_up_in {
      padding: 30px 0 100px; }

  .bg_y {
    padding-bottom: 145px;
    background-size: 847px 134px; }

  .bg_y_in {
    /*background: #ffd200;*/ } }
.bg_sec {
  background: url("../image/bg_sec.png"); }

.wrap .left {
  margin-bottom: 15px; }

@media only screen and (min-width: 640px) {
  .wrap {
    display: flex;
    justify-content: space-between; }
    .wrap .left {
      margin-bottom: 0;
      width: 460px; }
    .wrap .right {
      width: 460px; } }
#home .sec01 {
  position: relative; }
  #home .sec01::after {
    position: absolute;
    top: -38px;
    left: 0;
    content: '';
    width: 100%;
    height: 38px;
    background: url("../image/mv_on_pc.png") top center;
    background-size: auto 38px;
    z-index: 100; }

@media only screen and (min-width: 640px) {
  #home .sec01::after {
    top: -154px;
    left: 0;
    content: '';
    width: 100%;
    height: 154px;
    background: url("../image/mv_on_pc.png") top center repeat-x;
    background-size: auto 154px;
    z-index: 100; } }
#home .sec01 .sec01_tit {
  text-align: center;
  color: #fff;
  margin-bottom: 15px; }
#home .sec01 .txt {
  color: #fff; }

@media only screen and (min-width: 640px) {
  #home .sec01 .sec01_tit {
    font-size: 1.6rem;
    margin-bottom: 30px; }
  #home .sec01 .txt {
    line-height: 2.4;
    padding: 0 130px; } }
#home .sec02 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  #home .sec02 .list .item {
    width: 32%;
    text-align: center; }

@media only screen and (min-width: 640px) {
  #home .sec02 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    #home .sec02 .list .item {
      width: 282px; } }
#home .sec02 .bg_pict {
  margin-bottom: 30px; }
#home .sec02 .set_rigt .sp {
  margin-bottom: 12px; }

@media only screen and (min-width: 640px) {
  #home .sec02 .bg_pict {
    position: relative;
    min-height: 300px;
    margin-bottom: 60px; }
    #home .sec02 .bg_pict::after {
      position: absolute;
      top: 0;
      left: 35%;
      content: '';
      width: 65%;
      height: 300px;
      background-image: url("../image/pic_sec02_1.png");
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1; }
    #home .sec02 .bg_pict .set_rigt .sec02_txt {
      padding: 100px;
      font-size: 2.2rem;
      line-height: 1.8; } }
#home .sec03 .txt_bg_y {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffdb4e 60%);
  font-size: 1.6rem;
  margin: 6px 0; }
#home .sec03 .txt_bg_p {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffafa3 60%);
  font-size: 1.6rem;
  margin: 6px 0; }

@media only screen and (min-width: 640px) {
  #home .sec03 .txt_bg_y {
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffdb4e 60%);
    font-size: 1.6rem;
    margin: 6px 0; }
  #home .sec03 .txt_bg_p {
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffafa3 60%);
    font-size: 1.6rem;
    margin: 6px 0; }
  #home .sec03 .wrap .txt {
    line-height: 2; }
  #home .sec03 .wrap .left .txt {
    margin-bottom: 15px; } }
#home .sec03 .area {
  background: url("../image/sec03_3.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 0; }
  #home .sec03 .area .tit_ct .jp {
    color: #fff; }
  #home .sec03 .area .area_in {
    width: 90%;
    margin: 0 auto;
    padding: 15px 20px;
    background: #fff; }
    #home .sec03 .area .area_in .area_tit {
      font-weight: bold;
      margin-bottom: 15px;
      text-align: center; }

@media only screen and (min-width: 640px) {
  #home .sec03 .area {
    background-size: 1000px 420px;
    padding: 50px 0 50px; }
    #home .sec03 .area .tit_ct {
      margin-bottom: 100px; }
    #home .sec03 .area .area_in {
      width: 700px;
      padding: 40px 70px 50px; }
      #home .sec03 .area .area_in .area_tit {
        margin-bottom: 40px; }
      #home .sec03 .area .area_in .txt {
        line-height: 1.8; } }
#home .sec04 {
  background: #fffdf6; }
  #home .sec04 .detail .item {
    margin-bottom: 20px; }
    #home .sec04 .detail .item:last-child {
      margin-bottom: 0; }
    #home .sec04 .detail .item .pict {
      margin-bottom: 7px; }
    #home .sec04 .detail .item .detail_tit {
      text-align: center;
      font-size: 1.5rem; }

@media only screen and (min-width: 640px) {
  #home .sec04 .detail {
    display: flex;
    justify-content: space-between; }
    #home .sec04 .detail .item {
      width: 310px;
      margin-bottom: 0; }
      #home .sec04 .detail .item .pict {
        margin-bottom: 10px; }
      #home .sec04 .detail .item .detail_tit {
        font-size: 1.6rem;
        margin-bottom: 10px; } }
#home .sec05 {
  background: #fc5c44; }
  #home .sec05 .tit_sec .en {
    color: #fff100; }
  #home .sec05 .tit_sec .jp {
    color: #fff; }
  #home .sec05 .tbl_wrap {
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 10px; }
    #home .sec05 .tbl_wrap .comp_tbl {
      width: 100%; }
      #home .sec05 .tbl_wrap .comp_tbl th {
        width: 28%;
        font-size: 1.2rem;
        padding: 13px 5px; }
      #home .sec05 .tbl_wrap .comp_tbl td {
        width: 70%;
        font-size: 1.2rem;
        padding: 10px 5px; }
      #home .sec05 .tbl_wrap .comp_tbl tr {
        border-bottom: 1px dotted #333; }

@media only screen and (min-width: 640px) {
  #home .sec05 {
    background: url("../image/bg_red.png"); }
    #home .sec05 .tbl_wrap {
      width: 900px;
      margin: 0 auto;
      padding: 50px 100px 60px; }
      #home .sec05 .tbl_wrap .comp_tbl th {
        width: 28%;
        font-size: 1.3rem;
        padding: 18px 10px 18px 50px; }
      #home .sec05 .tbl_wrap .comp_tbl td {
        width: 70%;
        font-size: 1.3rem;
        padding: 18px 10px; }
      #home .sec05 .tbl_wrap .comp_tbl tr {
        border-bottom: 1px dotted #333; } }
.policy .tit_ct {
  font-size: 1.6rem; }
.policy .policy_head {
  margin-bottom: 40px; }
  .policy .policy_head .policy_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .policy .policy_head .list {
    margin: 15px 0 5px 15px; }
    .policy .policy_head .list li {
      padding-left: 1em;
      text-indent: -1em; }

.policy .policy_detail {
  margin-bottom: 30px; }
  .policy .policy_detail .policy_tit_left {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc; }
  .policy .policy_detail .list {
    margin: 15px 0 5px 15px; }
    .policy .policy_detail .list li {
      padding-left: 1em;
      text-indent: -1em; }

@media only screen and (min-width: 640px) {
  .policy .tit_ct {
    font-size: 2.2rem; }
  .policy .policy_head {
    margin-bottom: 80px; }
    .policy .policy_head .policy_tit {
      font-size: 1.6rem;
      margin-bottom: 60px; }

  .policy .policy_detail {
    margin-bottom: 60px; }
    .policy .policy_detail .policy_tit_left {
      font-size: 1.6rem; } }
.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 {
      position: relative;
      display: inline-block;
      font-family: 'Lato', sans-serif;
      font-size: 2.5rem;
      margin-left: 2.5rem; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'Tel.';
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        top: 50%;
        left: 0;
        margin: -6px 0 0 -1.8em;
        /*color: #fff;*/ }
    .contact_sec01 .con_info .tel_nb .left_txt {
      display: block; }
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  border: 1px solid #ccc; }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: block;
    width: 100%;
    padding: 15px 15px 0; }
    .contact_sec01 .cons_form_wrap .contact_tbl th .req {
      display: inline-block;
      padding: 1px 10px 1px;
      margin-left: 5px;
      font-size: 1.3rem;
      color: #fff;
      background: #2ed0c3; }
  .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 #ccc; }
  .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 #3c271f; }

@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 {
      text-align: center; }
      .contact_sec01 .con_info .tel_nb .tel-call {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        margin-left: 4rem; }
        .contact_sec01 .con_info .tel_nb .tel-call::after {
          font-size: 1.6rem;
          margin: -6px 0 0 -1.8em; }
      .contact_sec01 .con_info .tel_nb .left_txt {
        display: block; }
  .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; }
    .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 #ccc; }
    .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 only screen and (min-width: 640px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px; } }
.contact-note {
  text-align: center; }
  .contact-note .txt {
    display: inline-block;
    text-align: left;
    padding: 15px 20px;
    margin-top: 15px;
    border: 1px solid #fc5c44;
    color: #fc5c44; }
    @media only screen and (min-width: 640px) {
      .contact-note .txt {
        padding: 15px 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: 5px 10px 5px 15px;
  font-size: 14px;
  /*color: #fff;*/ }

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

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

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

.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: #554f4a;
  color: #fff;
  font-size: 16px; }

input[type="submit"].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #554f4a;
  color: #fff;
  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: #75695f;
  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: 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 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: 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 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; } }
.mv_home {
  position: relative;
  /*margin-top: -73px;*/ }

@media only screen and (min-width: 640px) {
  .mv_home {
    height: 500px; } }
.mv {
  height: 300px; }

.cb_slideshow,
.cb_slideshow:after {
  height: 300px; }

@media only screen and (min-width: 640px) {
  .mv {
    height: 500px; }

  .cb_slideshow,
  .cb_slideshow:after {
    height: 300px; } }
.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: 500px; } }
.cb_slideshow li .item {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 300px;
  text-align: center;
  opacity: 0;
  color: #fff;
  animation: titleAnimation 24s linear infinite 0s; }

@media only screen and (min-width: 640px) {
  .cb_slideshow li .item {
    height: 500px; } }
.cb_slideshow li .item .tit {
  font-size: 1.4rem;
  padding: 150px 0 0;
  margin-bottom: 20px;
  line-height: 1.5; }

@media only screen and (min-width: 640px) {
  .cb_slideshow li .item .tit {
    font-size: 2.2rem;
    padding: 220px 0 0;
    line-height: 2; } }
.cb_slideshow li:nth-child(2) .item {
  animation-delay: 8s; }

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

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
/*	style info : repair
--------------------------------------*/
.slid li:nth-child(1) span {
  background-image: url("../image/mv01.png"); }

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

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

/*@media only screen and (min-width: 640px) {
.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; }
