@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=Noto+Serif+JP:wght@400;500;600&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");
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;
  -webkit-backface-visibility: hidden; }

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: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media all and (min-width: 768px) {
    body {
      min-width: 100%;
      font-size: 1.6rem;
      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: 768px) {
  .pc {
    display: block; }

  .sp {
    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
---------------------------------------------------------------------------*/
/*font-family: 'Noto Serif JP', serif;*/
/*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;*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');*/
/*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;*/
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,400;1,100&display=swap');*/
/*font-family: 'Pinyon Script', cursive;*/
/*@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');*/
/*--------------------------------------------------------------------------
   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: 768px) {
  .base_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }

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

.header {
  background: #fff; }
  .header .hd_wrap .hd_logo {
    padding: 10px 0 10px 10px; }
    .header .hd_wrap .hd_logo img.logo {
      width: auto;
      height: 20px; }

@media only screen and (min-width: 768px) {
  .header .hd_wrap {
    display: flex;
    justify-content: space-between; }
    .header .hd_wrap .hd_logo {
      /*width: 96px;
      height: 81px;*/ }
      .header .hd_wrap .hd_logo img.logo {
        width: auto;
        height: 35px; } }
      @media only screen and (min-width: 768px) and (min-width: 960px) {
        .header .hd_wrap .hd_logo img.logo {
          height: 40px; } }
@media only screen and (min-width: 768px) {
    .header .hd_wrap .nav_wrap {
      /*padding-top: 12px;*/ } }
/*	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: 768px) {
  .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: #000; }
      .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: #fff;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px; }
    #gnav .list {
      margin-bottom: 30px; }
      #gnav .list .item {
        border-top: 1px solid #ccc;
        padding: 10px 0 10px 15px; }
        #gnav .list .item:last-of-type {
          border-bottom: 1px solid #ccc; }
        #gnav .list .item a {
          display: block;
          position: relative;
          padding-left: 50px;
          color: #000;
          line-height: 1.3; }
      #gnav .list .itemsp {
        margin: 5px; }
        #gnav .list .itemsp .hd_btn_yel a {
          display: block; } }
@media only screen and (min-width: 768px) {
  #gnav .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px; } }
  @media only screen and (min-width: 768px) and (min-width: 960px) {
    #gnav .list {
      padding-left: 110px; } }
@media only screen and (min-width: 768px) {
    #gnav .list .item {
      position: relative;
      display: inline-block;
      margin-right: 20px;
      padding-right: 20px; } }
    @media only screen and (min-width: 768px) and (min-width: 960px) {
      #gnav .list .item {
        margin-right: 40px;
        padding-right: 40px; } }
@media only screen and (min-width: 768px) {
      #gnav .list .item:last-child {
        margin-right: 0;
        padding-right: 0; }
      #gnav .list .item a {
        display: inline-block;
        text-align: center;
        transition: all .3s ease;
        font-size: 1.4rem;
        font-weight: bold;
        color: #000;
        line-height: 1.5; } }
      @media only screen and (min-width: 768px) and (min-width: 960px) {
        #gnav .list .item a {
          font-size: 1.8rem; } }
@media only screen and (min-width: 768px) {
        #gnav .list .item a:hover {
          opacity: .7;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; }
    #gnav .list .line::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -10px;
      display: inline-block;
      width: 15px;
      height: 2px;
      background-color: black;
      -webkit-transform: rotate(-60deg);
      transform: rotate(-60deg); }

  /*	#gnav {
  		.list {
  			display: flex;
  			align-items: center;
  			justify-content: flex-end;
  			padding-top: 6px;
  			.item {
  				position: relative;
  				width: 100px;
  				&:nth-child(3) {
  						width: 110px;
  					}
  					&:nth-child(8) {
  						width: 180px;
  					}
  				a {
  					display: block;
  					text-align: center;
  					transition: all .3s ease;
  					font-size: 1.4rem;
  					color: #333;
  					line-height: 1.5;
  					.en {
  						display: block;
  						color: #446d9a;
  						font-size: 1.2rem;
  					}
  					&:hover {
  						opacity: .7;
  						-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  					}
  				}
  			}
  		}
  	}
  */ }
@media only screen and (min-width: 768px) {
  #header .hd_wrap .hd_info {
    display: flex;
    justify-content: flex-end; }
    #header .hd_wrap .hd_info .hd_tel {
      text-align: center;
      padding-top: 5px; }
      #header .hd_wrap .hd_info .hd_tel .jp {
        display: block;
        font-size: 1.3rem;
        line-height: 1;
        margin-bottom: 4px;
        font-weight: bold; }
      #header .hd_wrap .hd_info .hd_tel .tel {
        color: #f16529;
        font-family: 'Lato', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1; } }
      @media only screen and (min-width: 768px) and (min-width: 960px) {
        #header .hd_wrap .hd_info .hd_tel .tel {
          font-size: 3.2rem; } }
@media only screen and (min-width: 768px) {
    #header .hd_wrap .hd_info .hd_contact {
      padding: 8px 10px 0; } }

/* footer
-------------------------------------- */
.footer {
  padding: 15px 10px; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 40px 0 15px; } }
  .footer .wrap .left .ft_logo {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer .wrap .left .ft_logo {
        text-align: left; } }
    .footer .wrap .left .ft_logo .img_ftlogo {
      width: 140px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .footer .wrap .left .ft_logo .img_ftlogo {
          width: 200px; } }
  .footer .wrap .right .ftnav {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer .wrap .right .ftnav {
        text-align: right; } }
    .footer .wrap .right .ftnav .item {
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .footer .wrap .right .ftnav .item {
          display: inline-block; }
          .footer .wrap .right .ftnav .item:first-child {
            position: relative;
            padding-right: 30px;
            margin-right: 30px; }
            .footer .wrap .right .ftnav .item:first-child::after {
              content: '';
              position: absolute;
              top: 50%;
              right: -10px;
              display: inline-block;
              width: 15px;
              height: 2px;
              background-color: black;
              -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg); } }
  .footer .wrap .right .copy {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer .wrap .right .copy {
        text-align: right; } }

/*	link
-------------------------------------*/
#link01, #link02, #link03 {
  padding-top: 47px;
  margin-top: -47px; }
  @media only screen and (min-width: 768px) {
    #link01, #link02, #link03 {
      padding-top: 100px;
      margin-top: -100px; } }

/* 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="btn_yel"><a href=""></a></div>*/
.btn_yel a {
  background-color: #feda34;
  border: 3px solid #000;
  color: #000;
  font-size: 1.7rem;
  display: block;
  border-radius: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px; }
  @media only screen and (min-width: 960px) {
    .btn_yel a {
      font-size: 3rem;
      border-radius: 60px;
      padding: 18px 30px;
      letter-spacing: 0.3 !important; }
      .btn_yel a:hover {
        background: #f16529; } }

.hd_btn_yel a {
  background-color: #feda34;
  border: 3px solid #000;
  color: #000;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px; }
  @media only screen and (min-width: 960px) {
    .hd_btn_yel a {
      font-size: 1.8rem;
      display: inline-block;
      border-radius: 24px;
      padding: 8px 80px;
      letter-spacing: 0.3 !important; }
      .hd_btn_yel a:hover {
        background: #f16529; } }

/* 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; } }
/*	bg
--------------------------------------*/
.bg-yel {
  background: #feda34; }

.bg-sky {
  background: #e4fbff; }

.bg-green {
  background: #23d2af; }

.bg-gray {
  background: #f2f2f2; }

/*	tit
--------------------------------------*/
.tit-line {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    .tit-line {
      margin-bottom: 40px;
      font-size: 3.4rem; } }
  .tit-line .line {
    position: relative;
    display: inline-block;
    font-weight: bold; }
    .tit-line .line::after, .tit-line .line::before {
      position: absolute;
      content: '';
      width: 2px;
      height: 30px;
      background-color: #000;
      bottom: -5px; }
      @media only screen and (min-width: 768px) {
        .tit-line .line::after, .tit-line .line::before {
          width: 4px;
          height: 40px; } }
    .tit-line .line::after {
      left: -15px;
      transform: rotate(-35deg); }
      @media only screen and (min-width: 768px) {
        .tit-line .line::after {
          left: -25px; } }
    .tit-line .line::before {
      right: -15px;
      transform: rotate(35deg); }
      @media only screen and (min-width: 768px) {
        .tit-line .line::before {
          right: -25px; } }

.tit-bd-green {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 17px; }
  @media only screen and (min-width: 768px) {
    .tit-bd-green {
      font-size: 2.4rem;
      margin-bottom: 36px; } }
  .tit-bd-green::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #23d2af, #23d2af 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #23d2af, #23d2af 2px, #fff 2px, #fff 4px); }
    @media only screen and (min-width: 768px) {
      .tit-bd-green::after {
        bottom: -10px; } }

.tit-bd-yel {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 17px; }
  @media only screen and (min-width: 768px) {
    .tit-bd-yel {
      font-size: 2.4rem;
      margin-bottom: 36px; } }
  .tit-bd-yel::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #feda34, #feda34 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #feda34, #feda34 2px, #fff 2px, #fff 4px); }
    @media only screen and (min-width: 768px) {
      .tit-bd-yel::after {
        bottom: -10px; } }

/*	txt
--------------------------------------*/
.ct-wrap {
  text-align: center; }
  .ct-wrap .txt-l {
    display: inline-block;
    text-align: left; }

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

.mtop10 {
  margin-top: 10px; }

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

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

.content-wrap {
  background: #fff;
  padding: 30px 15px;
  border-radius: 15px; }
  @media only screen and (min-width: 768px) {
    .content-wrap {
      padding: 60px 40px;
      border-radius: 30px; } }

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

@media only screen and (min-width: 768px) {
  .wrap {
    display: flex;
    justify-content: space-between; }
    .wrap .left {
      margin-bottom: 0;
      width: 44.1%;
      max-width: 530px; }
    .wrap .right {
      max-width: 530px;
      width: 44.1%; }
    .wrap .od {
      order: -1; } }
/*	cv
--------------------------------------*/
.cv .wrap {
  display: flex;
  justify-content: space-between; }
  .cv .wrap .left {
    width: 68%; }
    @media only screen and (min-width: 768px) {
      .cv .wrap .left {
        max-width: 680px;
        padding-top: 60px; } }
    .cv .wrap .left .tit {
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .cv .wrap .left .tit {
          margin-bottom: 80px; } }
  .cv .wrap .right {
    width: 40%; }
    @media only screen and (min-width: 768px) {
      .cv .wrap .right {
        max-width: 400px; } }

/*	txt_ind
--------------------------------------*/
.txt-ind {
  padding-left: 1em;
  text-indent: -1em; }

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

/*	wrap-pl
--------------------------------------*/
.wrap-pl {
  position: relative; }
  .wrap-pl .left {
    padding: 20px 15px;
    background: #fff; }
  .wrap-pl .right .pl_pict {
    position: relative; }

@media only screen and (min-width: 768px) {
  .wrap-pl {
    display: flex;
    align-items: center; }
    .wrap-pl .left {
      flex: 0 0 auto;
      margin: 0;
      width: 70%;
      padding: 30px 20px;
      z-index: 2; }
      .wrap-pl .left .inner {
        max-width: 1000px;
        margin: 0 0 0 auto; }
    .wrap-pl .right {
      flex: 1 1 auto;
      transform: translateX(0);
      width: 30%; }
      .wrap-pl .right .pl_pict img {
        width: 100% !important;
        height: auto; }
    .wrap-pl .od {
      order: -1; } }
/*	clum-3
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .clum-3 {
    display: flex;
    justify-content: space-between; } }
.clum-3 .item {
  max-width: 720px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .clum-3 .item {
      width: 32%;
      width: -webki-calc((100% - 60px) / 3);
      width: calc((100% - 60px) / 3);
      margin: 0; } }

/*	clum-4
--------------------------------------*/
.clum-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .clum-4 {
      justify-content: flex-start; } }
  .clum-4 .item {
    width: 49%;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .clum-4 .item {
        width: 24%;
        width: -webki-calc((100% - 48px) / 4);
        width: calc((100% - 48px) / 4);
        margin-left: 16px; }
        .clum-4 .item:nth-child(4n+1) {
          margin-left: 0; } }

.border {
  border-bottom: 4px solid #000; }
  @media only screen and (min-width: 768px) {
    .border {
      border-bottom: 6px solid #000; } }

#home .sec03 .btn_yel, #home .sec04 .btn_yel {
  max-width: 260px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    #home .sec03 .btn_yel, #home .sec04 .btn_yel {
      max-width: 650px;
      margin: 60px auto 0; } }

@media only screen and (min-width: 1200px) {
  #home .mv_home .mv_pict {
    position: relative;
    padding: 50px 0 0; }
    #home .mv_home .mv_pict::after {
      position: absolute;
      top: 30px;
      left: -220px;
      content: '';
      width: 250px;
      height: 170px;
      background-image: url("../image/home/img_mv01.png");
      background-size: 250px 170px; }
    #home .mv_home .mv_pict::before {
      position: absolute;
      top: 80px;
      right: -170px;
      content: '';
      width: 190px;
      height: 210px;
      background-image: url("../image/home/img_mv02.png");
      background-size: 190px 210px; } }

#home .sec01 .base_inner {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #home .sec01 .base_inner {
      padding-top: 60px;
      padding-bottom: 270px; } }
  @media only screen and (min-width: 768px) and (min-width: 960px) {
    #home .sec01 .base_inner {
      padding-top: 80px;
      padding-bottom: 200px; } }

  #home .sec01 .base_inner::after {
    position: absolute;
    bottom: 0;
    left: 10px;
    content: '';
    width: 150px;
    height: 165px;
    background-image: url("../image/home/img_sec01.png");
    background-size: 150px 165px; }
    @media only screen and (min-width: 768px) {
      #home .sec01 .base_inner::after {
        width: 300px;
        height: 380px;
        background-image: url("../image/home/img_sec01.png");
        background-size: 300px 380px; } }
  @media only screen and (min-width: 768px) {
    #home .sec01 .base_inner .wrap {
      align-items: center; } }
  #home .sec01 .base_inner .wrap .left {
    text-align: center;
    padding: 0 30px 0;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #home .sec01 .base_inner .wrap .left {
        width: 66.66%;
        max-width: 800px;
        text-align: right; }
        #home .sec01 .base_inner .wrap .left .line {
          display: inline-block;
          position: relative; }
          #home .sec01 .base_inner .wrap .left .line::after {
            content: '';
            position: absolute;
            top: -180px;
            right: 90px;
            width: 4px;
            height: 200px;
            background-color: #000;
            margin-right: 30px;
            transform: rotate(-70deg); } }
      @media only screen and (min-width: 768px) and (min-width: 1000px) {
        #home .sec01 .base_inner .wrap .left .line::after {
          top: -260px;
          height: 320px; } }
    @media only screen and (min-width: 768px) {
          #home .sec01 .base_inner .wrap .left .line::before {
            content: '';
            position: absolute;
            bottom: -180px;
            right: 90px;
            width: 4px;
            height: 200px;
            background-color: #000;
            margin-right: 30px;
            transform: rotate(70deg); } }
      @media only screen and (min-width: 768px) and (min-width: 1000px) {
        #home .sec01 .base_inner .wrap .left .line::before {
          bottom: -260px;
          height: 320px; } }

  #home .sec01 .base_inner .wrap .right {
    text-align: center;
    padding: 0 80px 0; }
    @media only screen and (min-width: 768px) {
      #home .sec01 .base_inner .wrap .right {
        width: 28.33%;
        max-width: 340px;
        padding: 0; } }

#home .sec02 .content-wrap {
  border: 4px solid #000; }
  @media only screen and (min-width: 768px) {
    #home .sec02 .content-wrap {
      border: 6px solid #000; } }
  #home .sec02 .content-wrap .area_f {
    margin-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      #home .sec02 .content-wrap .area_f {
        margin-bottom: 80px; } }
    #home .sec02 .content-wrap .area_f .txt-l {
      padding-left: 30px; }
      @media only screen and (min-width: 768px) {
        #home .sec02 .content-wrap .area_f .txt-l {
          padding-left: 40px; } }
      #home .sec02 .content-wrap .area_f .txt-l .item {
        position: relative;
        line-height: 1.3;
        margin-bottom: 5px; }
        @media only screen and (min-width: 768px) {
          #home .sec02 .content-wrap .area_f .txt-l .item {
            font-size: 2.4rem;
            font-weight: bold; } }
        #home .sec02 .content-wrap .area_f .txt-l .item::after {
          position: absolute;
          top: 0;
          left: -30px;
          content: '';
          width: 14px;
          height: 14px;
          margin-top: 2px;
          background-image: url("../image/common/ico_point.png");
          background-size: 14px 14px; }
          @media only screen and (min-width: 768px) {
            #home .sec02 .content-wrap .area_f .txt-l .item::after {
              left: -40px;
              width: 28px;
              height: 28px;
              background-size: 28px 28px; } }
    #home .sec02 .content-wrap .area_f .pict {
      text-align: center;
      margin-top: 15px; }
      @media only screen and (min-width: 768px) {
        #home .sec02 .content-wrap .area_f .pict {
          margin-top: 40px; } }
  #home .sec02 .content-wrap .area_a .img_logo {
    text-align: center;
    margin-bottom: 20px; }
    #home .sec02 .content-wrap .area_a .img_logo .area_logo {
      width: 180px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        #home .sec02 .content-wrap .area_a .img_logo .area_logo {
          width: 395px; } }

#home .sec03 .tit-line {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    #home .sec03 .tit-line {
      margin-bottom: 90px; } }
#home .sec03 .clum-4 {
  text-align: center; }
  #home .sec03 .clum-4 .item .ico {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      #home .sec03 .clum-4 .item .ico {
        margin-bottom: 40px; } }
    #home .sec03 .clum-4 .item .ico img {
      width: 68px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        #home .sec03 .clum-4 .item .ico img {
          width: 136px; } }
  #home .sec03 .clum-4 .item .txt {
    font-weight: bold;
    font-size: 1.6rem; }
    @media only screen and (min-width: 768px) {
      #home .sec03 .clum-4 .item .txt {
        font-size: 1.8rem; } }

#home .sec04 .tit {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #home .sec04 .tit {
      margin-bottom: 60px; } }
  #home .sec04 .tit .tit_sec04 {
    width: auto;
    height: 30px; }
    @media only screen and (min-width: 768px) {
      #home .sec04 .tit .tit_sec04 {
        height: 61px; } }
#home .sec04 .wrap {
  background: #fff;
  border-radius: 15px;
  padding: 15px 15px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #home .sec04 .wrap {
      padding: 30px 50px;
      margin-bottom: 50px; } }
  #home .sec04 .wrap .left {
    text-align: center;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      #home .sec04 .wrap .left {
        width: 38.24%;
        max-width: 436px; } }
  @media only screen and (min-width: 768px) {
    #home .sec04 .wrap .right {
      width: 52.63%;
      max-width: 600px;
      padding-top: 30px; } }

#home .sec05 .pict {
  text-align: center; }
  #home .sec05 .pict + .pict {
    margin-top: 30px; }

#home .sec06 .tit {
  text-align: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    #home .sec06 .tit {
      margin-bottom: 60px; } }
  #home .sec06 .tit .tit_sec06 {
    width: auto;
    height: 30px; }
    @media only screen and (min-width: 768px) {
      #home .sec06 .tit .tit_sec06 {
        height: 59px; } }
#home .sec06 .wrap {
  background: #feda34;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 4px solid #fff; }
  @media only screen and (min-width: 768px) {
    #home .sec06 .wrap {
      margin-bottom: 50px; } }
  #home .sec06 .wrap .left {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      #home .sec06 .wrap .left {
        width: 38.24%;
        max-width: 436px;
        padding: 10px;
        margin-bottom: 0; } }
  #home .sec06 .wrap .right {
    background: #fff;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      #home .sec06 .wrap .right {
        width: 67%;
        max-width: 780px;
        padding: 30px 30px 20px 60px; } }

#home .sec07 .wrap .left {
  background: #fff;
  padding: 15px;
  border-radius: 15px; }
  @media only screen and (min-width: 768px) {
    #home .sec07 .wrap .left {
      padding: 30px 40px;
      border-radius: 30px; } }
  #home .sec07 .wrap .left .tit {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      #home .sec07 .wrap .left .tit {
        font-size: 3rem;
        margin-bottom: 20px; } }
    #home .sec07 .wrap .left .tit .bg_pen {
      font-weight: bold;
      background: linear-gradient(transparent 60%, #feda34 60%); }
  #home .sec07 .wrap .left .txt {
    font-weight: bold;
    margin-bottom: 10px; }
  #home .sec07 .wrap .left .pict {
    margin-bottom: 15px; }
  #home .sec07 .wrap .left .note {
    margin-bottom: 15px; }
#home .sec07 .wrap .right {
  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 50px 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; } }
.contact_sec01 .con_info {
  padding: 15px 25px;
  border: 4px solid #000;
  border-radius: 15px;
  margin-bottom: 30px;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .contact_sec01 .con_info {
      border: 6px solid #000;
      border-radius: 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: 4px solid #000;
  border-radius: 15px;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .contact_sec01 .cons_form_wrap {
      border: 6px solid #000;
      border-radius: 30px; } }
  .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: #f16529; }
  .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: 768px) {
  .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; } }
/* 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; }

input.sm[type=text] {
  width: 40%;
  height: 35px;
  border: 1px solid #d6d6d6;
  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;
  /*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: #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 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: #f16529;
  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; } }
