@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-2.4*/
/*1.6-2*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/*$jp: 'Noto Serif JP', serif;*/
/* color
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600&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.4;
  -webkit-text-size-adjust: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.5rem;
      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 screen and (min-width: 768px) {
  .pc {
    display: block !important; }

  .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
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-2.4*/
/*1.6-2*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/*$jp: 'Noto Serif JP', serif;*/
/* color
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 768px) {
  .base_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }
.base {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 768px) {
  .base {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; } }
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; }

.header {
  padding: 10px 10px; }

@media screen and (min-width: 768px) {
  .header {
    padding: 10px; } }
.header .hd_logo img {
  width: auto;
  height: 30px; }
  @media screen and (min-width: 768px) {
    .header .hd_logo img {
      height: 35px; } }

@media screen and (min-width: 768px) {
  .header .hd_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; } }
/*	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: 767px) {
  .btn_nav {
    position: absolute;
    top: 1px;
    right: 10px;
    display: block;
    width: 30px;
    height: 38px;
    /*width: 30px;
    height: 38px;*/
    /*width: 54px;
    height: 51px;*/ }
    .btn_nav .line {
      position: absolute;
      left: 0;
      width: 20px;
      height: 2px;
      content: '';
      transition: all .3s ease;
      background: #333; }
      .btn_nav .line:nth-child(1) {
        top: 12px; }
      .btn_nav .line:nth-child(2) {
        top: 20px; }
      .btn_nav .line:nth-child(3) {
        top: 28px; }

  body.is_open .btn_nav .line:nth-child(1) {
    top: 20px;
    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: 20px;
    transform: rotate(45deg); }

  #gnav {
    position: fixed;
    z-index: 200;
    top: 51px;
    right: -293px;
    bottom: 0;
    overflow: auto;
    width: 293px;
    background: #313131;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px; }
    #gnav .list {
      margin-bottom: 30px; }
      #gnav .list .item {
        border-top: 1px solid #fff;
        padding: 10px 0 10px 15px; }
        #gnav .list .item:last-of-type {
          border-bottom: 1px solid #fff; }
        #gnav .list .item a {
          color: #fff;
          line-height: 1.3; } }
@media screen and (min-width: 768px) {
  #gnav .list {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #gnav .list .item {
      /*position: relative;*/
      /*width: 80px;*/
      /*	&: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;
        padding: 0 15px; }
        #gnav .list .item a:hover {
          opacity: .7;
          -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; } }
#footer {
  color: #fff;
  padding: 30px 0 10px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #footer {
      padding: 50px 0 20px; } }
  #footer .ft-logo {
    margin-bottom: 20px; }
    #footer .ft-logo .img-ft-logo {
      width: auto;
      height: 25px; }
  #footer .ad {
    margin-bottom: 5px; }
  #footer .glp-name {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #footer .glp-name {
        margin-bottom: 30px; } }
    #footer .glp-name .tbc {
      width: auto;
      height: 20px; }
  #footer .bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #footer .bnr-list {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0 10px;
        margin-bottom: 30px; } }
    #footer .bnr-list .item {
      width: 48%;
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        #footer .bnr-list .item {
          width: -webki-calc((100% - 50px) / 6);
          width: calc((100% - 50px) / 6); } }
  #footer .copy {
    text-align: center;
    font-size: 1.2rem; }

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button a {
  background: #333;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  max-width: 300px;
  margin: 20px auto 0;
  /*border: 1px solid $base_color;*/ }
  @media screen and (min-width: 768px) {
    .button a {
      padding: 12px 100px;
      max-width: 400px;
      margin: 50px auto 0; } }

.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg); }

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

.button a:hover:after {
  right: 1.4rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff; }

/*<div class="button-r">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button-r a {
  background: #ff5555;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  max-width: 300px;
  margin: 20px auto 0;
  /*border: 1px solid $base_color;*/ }
  @media screen and (min-width: 768px) {
    .button-r a {
      padding: 12px 30px;
      max-width: 350px;
      margin: 0; } }

.button-r a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg); }

.button-r a:hover {
  background: #d83c3c;
  color: #fff; }

.button-r a:hover:after {
  right: 1.4rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff; }

.btn a {
  background: #333;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: 1px solid #333; }
  @media screen and (min-width: 768px) {
    .btn a {
      padding: 12px 100px; } }

.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: translateY(-50%) rotate(45deg); }

.btn a:hover {
  background: #352e37; }

.btn a:hover:after {
  right: 1.4rem; }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-2.4*/
/*1.6-2*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/*$jp: 'Noto Serif JP', serif;*/
/* color
---------------------------------------- */
/* set.scss */
/*	hover
--------------------------------------*/
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)"; } }
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media screen and (min-width: 768px) {
  .pic {
    overflow: hidden; }
    .pic img {
      display: block;
      transition-duration: .3s; }
      .pic img:hover {
        transform: scale(1.1);
        transition-duration: .3s; } }
/*	tit
--------------------------------------*/
.sec-tit {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .sec-tit {
      margin-bottom: 50px; } }
  .sec-tit::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background: #1b75c1; }
    @media screen and (min-width: 768px) {
      .sec-tit::after {
        bottom: -20px; } }
  .sec-tit .en {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    color: #1b75c1;
    line-height: 1;
    margin-bottom: 6px; }
    @media screen and (min-width: 768px) {
      .sec-tit .en {
        font-size: 1.6rem;
        margin-bottom: 6px; } }
  .sec-tit .jp {
    display: block;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.9091);
    line-height: 1.4;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .sec-tit .jp {
        line-height: 1.6; } }

.content-tit {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.4545);
  color: #1b75c1;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .content-tit {
      margin-bottom: 40px;
      line-height: 1.4; } }
  .content-tit::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background: #1b75c1; }
    @media screen and (min-width: 768px) {
      .content-tit::after {
        bottom: -20px; } }

.content-tit-left {
  position: relative;
  margin-bottom: 30px;
  display: block;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 0.4545);
  color: #1b75c1;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .content-tit-left {
      margin-bottom: 40px;
      line-height: 1.4; } }
  .content-tit-left::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #1b75c1; }
    @media screen and (min-width: 768px) {
      .content-tit-left::after {
        bottom: -20px; } }

/*	content txt
--------------------------------------*/
.txt-c {
  text-align: center;
  font-weight: 500; }

.red {
  color: #ff5555; }

.black {
  color: #333; }

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .pad {
      padding-top: 80px;
      padding-bottom: 80px; } }

.pad-top {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .pad-top {
      padding-top: 80px; } }

.pad-btm {
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .pad-btm {
      padding-bottom: 80px; } }

.mb {
  margin-bottom: 10px; }

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

  .mtop {
    margin-top: 30px; } }
.link {
  padding-top: 72px;
  margin-top: -72px; }

.gmap {
  position: relative;
  padding-bottom: 30%;
  /*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%; }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }

.youtube iframe {
  width: 100%;
  height: 100%; }

/*	video
--------------------------------------*/
.v_wrap {
  margin-top: 15px;
  display: flex;
  justify-content: space-between; }
  .v_wrap .v_wrap_item {
    width: 46.88%;
    background: #fff; }

div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4%; }
  @media screen and (min-width: 768px) {
    div.vid_contents {
      padding: 2%; } }

video.vid_main {
  width: auto;
  height: 240px;
  /*width: 360px;
  height: 240px;*/
  aspect-ratio: auto 360 / 240; }
  @media screen and (min-width: 768px) {
    video.vid_main {
      height: 340px; } }

/*	set
--------------------------------------*/
@media screen and (min-width: 768px) {
  .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.wrap .item:first-child {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .wrap .item:first-child {
      margin-bottom: 0; } }
@media screen and (min-width: 768px) {
  .wrap .item {
    width: 46.88%; } }
@media screen and (min-width: 768px) {
  .wrap .od {
    order: -1; } }

@media screen and (min-width: 768px) {
  .clum2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.clum2 .item:first-child {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .clum2 .item:first-child {
      margin-bottom: 0; } }
@media screen and (min-width: 768px) {
  .clum2 .item {
    width: 46.88%; } }
@media screen and (min-width: 768px) {
  .clum2 .od {
    order: -1; } }

/*	bg
--------------------------------------*/
.bg {
  background: url("../images/common/bg-dot.png"); }

.bg-blu {
  background: #eff7fd; }

.bg-green {
  background: #f8fdf3; }

.bg-orange {
  background: #fdf2e5; }

.bg-wh {
  background: #fff; }

.bg-dblu {
  background: #1b75c1; }

/*	price
--------------------------------------*/
.price {
  text-align: center;
  font-weight: 500;
  border: 1px solid #333;
  padding: 10px 10px;
  margin-top: 12px; }
  @media screen and (min-width: 768px) {
    .price {
      font-size: 2rem;
      margin-top: 20px; } }

/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-2.4*/
/*1.6-2*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/*$jp: 'Noto Serif JP', serif;*/
/* color
---------------------------------------- */
.mv_home_wrap {
  background: url("../images/home/mv.png") center center no-repeat;
  background-size: cover; }
  .mv_home_wrap .cutch {
    padding: 90px 0 60px;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .mv_home_wrap .cutch {
        padding: 130px 0 100px; } }
    .mv_home_wrap .cutch .en-txt {
      font-family: "Noto Serif JP", serif; }
      @media screen and (min-width: 768px) {
        .mv_home_wrap .cutch .en-txt {
          font-size: 2rem; } }
    .mv_home_wrap .cutch .cutch_tit {
      font-size: calc(1.6rem + (1vw - 0.32rem) * 0.4545);
      margin: 10px 0; }
      @media screen and (min-width: 768px) {
        .mv_home_wrap .cutch .cutch_tit {
          margin: 20px 0; } }

#home #about .pict {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    #home #about .pict {
      margin-bottom: 20px; } }
@media screen and (min-width: 768px) {
  #home #about .txt {
    padding: 0 30px; } }
#home #about .detail {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #home #about .detail {
      margin-top: 50px; } }
#home #about .stretch .txt-c {
  color: #1b75c1;
  font-size: 1.8rem;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #home #about .stretch .txt-c {
      margin-bottom: 30px; } }
#home #about .stretch .v_wrap .v_wrap_item {
  border: 1px solid #ccc; }

#home .flow .sec-tit::after {
  background: #71c11b; }
#home .flow .sec-tit .en {
  color: #71c11b; }
#home .flow .flow-sec {
  position: relative;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    #home .flow .flow-sec {
      padding: 50px 0; } }
  #home .flow .flow-sec .item .tit {
    margin-bottom: 10px;
    color: #71c11b;
    font-size: calc(1.6rem + (1vw - 0.32rem) * 0.9091);
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      #home .flow .flow-sec .item .tit {
        margin-bottom: 20px; } }
    #home .flow .flow-sec .item .tit .en {
      display: block;
      font-family: "Noto Serif JP", serif; }
#home .flow .bg-wh:not(:first-child) {
  padding: 50px 0 30px; }
  @media screen and (min-width: 768px) {
    #home .flow .bg-wh:not(:first-child) {
      padding: 100px 0 50px; } }
#home .flow .bg-wh:not(:first-child)::after {
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #fff;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    #home .flow .bg-wh:not(:first-child)::after {
      position: absolute;
      bottom: -110px;
      left: 50%;
      width: 0;
      height: 0;
      content: '';
      margin-left: -55px;
      border: 55px solid transparent;
      border-top: 55px solid #fff;
      z-index: 10; } }
#home .flow .arrow::after {
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #f8fdf3;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    #home .flow .arrow::after {
      position: absolute;
      bottom: -110px;
      left: 50%;
      width: 0;
      height: 0;
      content: '';
      margin-left: -55px;
      border: 55px solid transparent;
      border-top: 55px solid #f8fdf3;
      z-index: 10; } }

#home #menu .menu {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #home #menu .menu {
      margin-bottom: 50px; } }
  #home #menu .menu .sec-tit::after {
    background: #1b75c1; }
  #home #menu .menu .sec-tit .en {
    color: #1b75c1; }
  #home #menu .menu .txt-c {
    color: #1b75c1; }
  @media screen and (min-width: 768px) {
    #home #menu .menu .clum3 {
      display: flex;
      justify-content: center;
      gap: 0 15px;
      max-width: 930px;
      margin: 30px auto 0; } }
  @media screen and (min-width: 768px) {
    #home #menu .menu .clum3 .button {
      width: -webki-calc((100% - 30px) / 3);
      width: calc((100% - 30px) / 3); } }
  #home #menu .menu .clum3 .button:nth-child(1) a {
    background: #1b75c1;
    padding: 10px 25px;
    max-width: 300px;
    /*border: 1px solid $base_color;*/ }
    @media screen and (min-width: 768px) {
      #home #menu .menu .clum3 .button:nth-child(1) a {
        margin: 0; } }
  #home #menu .menu .clum3 .button:nth-child(2) a {
    background: #71c11b;
    padding: 10px 25px;
    max-width: 300px;
    margin: 10px auto 0;
    /*border: 1px solid $base_color;*/ }
    @media screen and (min-width: 768px) {
      #home #menu .menu .clum3 .button:nth-child(2) a {
        margin: 0; } }
  #home #menu .menu .clum3 .button:nth-child(3) a {
    background: #ee9f23;
    padding: 10px 25px;
    max-width: 300px;
    margin: 10px auto 0;
    /*border: 1px solid $base_color;*/ }
    @media screen and (min-width: 768px) {
      #home #menu .menu .clum3 .button:nth-child(3) a {
        margin: 0; } }
#home #menu .clum2 {
  padding: 20px 20px;
  background: #fff; }
  @media screen and (min-width: 768px) {
    #home #menu .clum2 {
      padding: 40px 50px; } }
  #home #menu .clum2 .item:not(:first-child) {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #home #menu .clum2 .item:not(:first-child) {
        margin-bottom: 50px; } }
  #home #menu .clum2 .tit {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #home #menu .clum2 .tit {
        margin-bottom: 20px;
        font-size: 1.8rem; } }
  #home #menu .clum2 .pict {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #home #menu .clum2 .pict {
        margin-bottom: 20px; } }
#home #menu #menu01 .sec-tit::after {
  background: #1b75c1; }
#home #menu #menu01 .sec-tit .en {
  color: #1b75c1; }
#home #menu #menu01 .tit {
  background: #1b75c1; }
#home #menu #menu01 .tit {
  background: #1b75c1; }
#home #menu #menu02 .sec-tit::after {
  background: #71c11b; }
#home #menu #menu02 .sec-tit .en {
  color: #71c11b; }
#home #menu #menu02 .tit {
  background: #71c11b; }
#home #menu #menu03 .sec-tit::after {
  background: #ee9f23; }
#home #menu #menu03 .sec-tit .en {
  color: #ee9f23; }
#home #menu #menu03 .tit {
  background: #ee9f23; }

#home #voice .txt-c {
  font-size: 1.8rem;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #home #voice .txt-c {
      margin-bottom: 30px; } }
#home #voice .clum2 .item {
  padding: 20px 20px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #home #voice .clum2 .item {
      padding: 40px 50px;
      margin-bottom: 40px; } }
  #home #voice .clum2 .item .tit {
    font-weight: 500;
    font-size: 1.5rem;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 2px solid #333; }
    @media screen and (min-width: 768px) {
      #home #voice .clum2 .item .tit {
        font-size: 1.7rem; } }
  #home #voice .clum2 .item .set .set_tit {
    color: #1b75c1; }

#home #faq .glp {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    #home #faq .glp {
      margin-bottom: 30px; } }
  #home #faq .glp .tit {
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 3px;
    margin-bottom: 20px;
    border-bottom: 2px solid #1b75c1; }
    @media screen and (min-width: 768px) {
      #home #faq .glp .tit {
        font-size: 1.8rem;
        margin-bottom: 50px; } }
  #home #faq .glp .set {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #home #faq .glp .set {
        padding: 0 40px;
        margin-bottom: 40px; } }
    #home #faq .glp .set .que {
      position: relative;
      font-size: 1.5rem;
      font-weight: 500;
      padding-left: 30px;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        #home #faq .glp .set .que {
          padding-left: 50px;
          margin-bottom: 20px; } }
      #home #faq .glp .set .que::after {
        position: absolute;
        content: 'Q';
        top: 0;
        left: 0;
        color: #ff5555;
        font-size: 2rem;
        font-family: "Noto Serif JP", serif; }
        @media screen and (min-width: 768px) {
          #home #faq .glp .set .que::after {
            font-size: 3.7rem;
            margin-top: -2.3rem; } }
    #home #faq .glp .set .ans {
      position: relative;
      padding-left: 30px; }
      @media screen and (min-width: 768px) {
        #home #faq .glp .set .ans {
          padding-left: 50px; } }
      #home #faq .glp .set .ans::after {
        position: absolute;
        content: 'A';
        top: 0;
        left: 0;
        color: #1b75c1;
        font-size: 2rem;
        font-family: "Noto Serif JP", serif; }
        @media screen and (min-width: 768px) {
          #home #faq .glp .set .ans::after {
            font-size: 3.7rem;
            margin-top: -2.3rem; } }

#home #access .wrap .item .ac_logo {
  margin-bottom: 6px; }
  #home #access .wrap .item .ac_logo .logo {
    width: auto;
    height: 30px; }
#home #access .wrap .item .ad {
  margin-bottom: 5px; }
#home #access .wrap .item .tel-call {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  color: #1b75c1;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    #home #access .wrap .item .tel-call {
      padding-left: 50px;
      font-size: 3.5rem; } }
  #home #access .wrap .item .tel-call::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("../images/common/ico-tek.png");
    background-size: 26px 26px; }
    @media screen and (min-width: 768px) {
      #home #access .wrap .item .tel-call::after {
        width: 34px;
        height: 34px;
        background-size: 34px 34px; } }
#home #access .wrap .item .time-tbl {
  width: 100%; }
  #home #access .wrap .item .time-tbl th {
    color: #fff;
    background: #1b75c1;
    padding: 5px 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #home #access .wrap .item .time-tbl th {
        padding: 10px 0; } }
    #home #access .wrap .item .time-tbl th:nth-child(1) {
      width: 110px; }
      @media screen and (min-width: 768px) {
        #home #access .wrap .item .time-tbl th:nth-child(1) {
          width: 180px; } }
  #home #access .wrap .item .time-tbl td {
    padding: 5px 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #home #access .wrap .item .time-tbl td {
        padding: 10px 0; } }
  #home #access .wrap .item .time-tbl tr {
    border-bottom: 1px solid #ccc; }
#home #access .gmap {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    #home #access .gmap {
      margin-top: 50px; } }

/*.mv_page {
	padding: 60px 0 30px;
	background: #ececec;
	margin-bottom: 30px;
	@media screen and ($sp-first){
		margin-bottom: 50px;
	}*/
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-2.4*/
/*1.6-2*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/*$jp: 'Noto Serif JP', serif;*/
/* color
---------------------------------------- */
.contact_sec01 .con_info {
  /*padding: 15px 25px;*/
  /*border: 1px solid #ccc;*/
  padding-bottom: 30px; }
  .contact_sec01 .con_info .txt {
    margin-bottom: 15px; }
  .contact_sec01 .con_info .tel_nb {
    text-align: center; }
    .contact_sec01 .con_info .tel_nb .tel-call {
      position: relative;
      display: inline-block;
      font-size: 2.5rem;
      line-height: 1; }
      .contact_sec01 .con_info .tel_nb .tel-call::after {
        position: absolute;
        content: 'Tel.';
        font-size: 1.4rem;
        top: 50%;
        left: 0;
        margin: -.25em 0 0 -1.8em;
        color: #333; }
    .contact_sec01 .con_info .tel_nb .left_txt {
      display: block; }
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px 30px;
  /*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: #c90000; }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: block;
    width: 100%;
    padding: 15px 15px; }
  .contact_sec01 .cons_form_wrap .contact_tbl tr {
    border-bottom: 1px solid #7e7e7e; }
  .contact_sec01 .cons_form_wrap .approval {
    text-align: center;
    margin: 30px 0; }
    .contact_sec01 .cons_form_wrap .approval .approval_txt .link {
      border-bottom: 1px solid #3c271f; }

@media screen and (min-width: 768px) {
  .contact_sec01 .pad_top {
    padding-top: 100px; }
  .contact_sec01 .con_info {
    /*padding: 45px 25px;*/
    text-align: center; }
    .contact_sec01 .con_info .txt {
      margin-bottom: 30px; }
    .contact_sec01 .con_info .tel_nb {
      text-align: center; }
      .contact_sec01 .con_info .tel_nb .tel-call {
        font-size: 4rem;
        margin-left: 4rem; }
        .contact_sec01 .con_info .tel_nb .tel-call::after {
          font-size: 1.6rem;
          margin: -0.25em 0 0 -1.8em; }
      .contact_sec01 .con_info .tel_nb .left_txt {
        display: block; }
  .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px; }
    .contact_sec01 .cons_form_wrap .contact_tbl th {
      display: table-cell;
      width: 30%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .contact_tbl td {
      display: table-cell;
      width: 70%;
      padding: 25px 30px; }
    .contact_sec01 .cons_form_wrap .approval {
      margin: 60px 0 70px; }
      .contact_sec01 .cons_form_wrap .approval .approval_txt {
        margin-top: 40px; } }
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0; }
  .contact_sec01 .cons_form_wrap .cons_form_note a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff; }
    .contact_sec01 .cons_form_wrap .cons_form_note a:hover {
      color: #cfcfcf;
      border-bottom: 1px solid #cfcfcf; }
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 10px;
    text-align: center; }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  input[type="submit"].apbtn_right {
    font-size: 16px; }

  input[type="submit"], input[type="button"] {
    font-size: 16px; } }
input[type="submit"]:hover, input[type="button"]:hover {
  background: #555;
  color: #fff; }

@media screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0; } }
/*	style info : check_field
--------------------------------------*/
@media screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%; }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px; }

/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 240px;
  margin: 30px auto 0; }
  .form_btn_sc .item_btn {
    margin-bottom: 20px; }

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

  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px; } }
.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px; }
  .thanks_in .thanks_tit {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px; }
  .thanks_in .txt {
    margin-bottom: 30px; }
  .thanks_in .thsanks_cv_in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0; }
    .thanks_in .thsanks_cv_in .left {
      text-align: center;
      margin-bottom: 30px; }
    .thanks_in .thsanks_cv_in .right .tel_nb {
      text-align: center;
      padding-left: 30px; }
      .thanks_in .thsanks_cv_in .right .tel_nb span {
        display: inline-block;
        position: relative;
        font-size: 2.5rem; }
        .thanks_in .thsanks_cv_in .right .tel_nb span::before {
          position: absolute;
          content: '';
          top: 50%;
          left: -50px;
          display: block;
          width: 46px;
          height: 30px;
          margin-top: -15px;
          background-repeat: no-repeat;
          background-image: url(../images/common/ico_free_w.png);
          background-size: 46px 30px; }
    .thanks_in .thsanks_cv_in .right .txt {
      text-align: center; }

@media screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px; }
    .thanks_in .thanks_tit {
      font-size: 2.4rem;
      text-align: center;
      margin-bottom: 100px; }
    .thanks_in .thanks_txtarea {
      text-align: center; }
      .thanks_in .thanks_txtarea .txt {
        display: inline-block;
        text-align: left;
        margin-bottom: 60px; }
    .thanks_in .thsanks_cv_in {
      padding: 50px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .thanks_in .thsanks_cv_in .left {
        width: 50%;
        margin-bottom: 0; }
      .thanks_in .thsanks_cv_in .right {
        width: 50%;
        padding-top: 10px; }
        .thanks_in .thsanks_cv_in .right .tel_nb {
          text-align: center;
          padding-left: 30px; }
          .thanks_in .thsanks_cv_in .right .tel_nb span {
            font-size: 3rem; }
        .thanks_in .thsanks_cv_in .right .txt {
          text-align: center; } }
/* メディアクエリ
---------------------------------------- */
/* font-size 320-1200
---------------------------------------- */
/*1.6-2.4*/
/*1.6-2*/
/*	tit
--------------------------------------*/
/* font-family
---------------------------------------- */
/*$jp: 'Noto Serif JP', serif;*/
/* color
---------------------------------------- */
.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 screen and (min-width: 768px) {
  .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; } }
