@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_btn:hover {
  cursor: pointer;
}

/* chrome opera */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}*/
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  min-width: 1280px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    min-width: inherit;
  }
}

body a.url {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  font-weight: inherit;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  z-index: 0;
}

#container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-top: 800px solid #FCF8EC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #container:after {
    border-top: 390px solid #FCF8EC;
  }
}

.contents {
  position: relative;
}

.innerWrap {
  max-width: 1280px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 30px;
  }
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1580px) {
  .w1440 {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .w1440 {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .w1000 {
    max-width: 1000px;
    padding: 0;
  }
}

#main_contents {
  padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  #main_contents {
    padding-bottom: 65px;
    padding-top: 25px;
  }
}

#main_contents .block + .block {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  #main_contents .block + .block {
    margin-top: 65px;
  }
}

.en {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
}

.tab_cont {
  display: none;
}

.tab_cont.active {
  display: block;
}

.txt a:not([href*="tel:"]) {
  color: #F66D06;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.txt a:not([href*="tel:"]):hover {
  opacity: .7;
  transition: all 0.25s linear;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
.red_txt {
  color: #F66D06;
  font-weight: 700;
}

.line_txt {
  background: linear-gradient(transparent 60%, #FFF48D 60%);
}

.link01 a {
  color: #F66D06;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.link01 a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

/*-------------------------
  hd
-------------------------*/
.page_ttl_wrap {
  padding: 0 60px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .page_ttl_wrap {
    padding: 0 20px;
  }
}

.page_ttl {
  max-width: 1440px;
  padding-left: 97px;
  line-height: 1.5;
  margin: 0 auto 160px;
  background: no-repeat left top;
  background-size: auto 77px;
}

@media only screen and (max-width: 767px) {
  .page_ttl {
    padding: 60px 0 0;
    background-position: center top;
    text-align: center;
    margin-bottom: 61px;
    background-size: auto 55px;
  }
}

.page_ttl h1 {
  font-size: 5.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .page_ttl h1 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}

.page_ttl .en {
  font-size: 4.6rem;
  color: #F66D06;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .page_ttl .en {
    font-size: 2.6rem;
  }
}

.hd01 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.hd01 .in {
  display: inline-block;
  padding: 0 118px;
  background: url(../img/ttl_bg_l_w02.png) no-repeat left bottom 14px, url(../img/ttl_bg_r_w02.png) no-repeat right bottom 14px;
  background-size: 83px auto;
}

@media only screen and (max-width: 767px) {
  .hd01 .in {
    padding: 0 49px;
    background-image: url(../img/ttl_bg_l_w.png), url(../img/ttl_bg_r_w.png);
    background-size: 36px auto;
    background-position: left bottom 5px,right bottom 5px;
  }
  .hd01 .in br.spCont {
    display: inline-block;
  }
}

.hd02 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 3px solid #333;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 2.4rem;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    margin-bottom: 30px;
  }
}

.hd03 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hd03 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 390px) {
  .hd03 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.hd04 {
  text-align: center;
  color: #F66D06;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .hd04 {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}

.hd04 .in {
  display: inline-block;
  padding: 0 62px;
  background: url(../img/ttl_bg_l.png) no-repeat left bottom, url(../img/ttl_bg_r.png) no-repeat right bottom;
  background-size: 36px auto;
}

@media only screen and (max-width: 767px) {
  .hd04 .in {
    padding: 0 39px;
    background-size: 23px auto;
  }
  .hd04 .in br.spCont {
    display: inline-block;
  }
}

.hd04.c_w {
  color: #fff;
}

.hd04.c_w .in {
  background-image: url(../img/ttl_bg_l_w.png), url(../img/ttl_bg_r_w.png);
}

.hd05 {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}

.hd05 .ico {
  width: 57px;
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .hd05 .ico {
    width: 42px;
    margin-right: 13px;
  }
}

.hd05 .ico img {
  width: 100%;
  height: auto;
  margin-bottom: -16px;
}

@media only screen and (max-width: 767px) {
  .hd05 .ico img {
    margin-bottom: -8px;
  }
}

.hd05 .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .hd05 .ttl {
    font-size: 2.6rem;
    margin-right: 20px;
  }
}

.hd05 .en {
  color: #F66D06;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .hd05 .en {
    font-size: 2.2rem;
  }
}

.hd06 {
  font-size: 3.2rem;
  color: #F66D06;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .hd06 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.hd07 {
  text-align: center;
  border: 2px solid #EB7908;
  border-radius: 8px;
  color: #F66D06;
  line-height: 1.5;
  font-weight: 600;
  font-size: 2rem;
  padding: 13px 10px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .hd07 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.hd07.big {
  font-size: 2.4rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .hd07.big {
    font-size: 2rem;
    min-height: 97px;
    margin-bottom: 35px;
    border-width: 2px;
  }
}

.hd08 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  /*左寄せ*/
  /*小*/
}

@media only screen and (max-width: 767px) {
  .hd08 {
    margin-bottom: 30px;
  }
}

.hd08 .ttl {
  font-size: 3.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .hd08 .ttl {
    font-size: 2.6rem;
  }
}

.hd08 .en {
  margin-top: 5px;
  font-size: 2.7rem;
  color: #F66D06;
}

@media only screen and (max-width: 767px) {
  .hd08 .en {
    font-size: 2.2rem;
  }
}

.hd08 .inner {
  display: inline-block;
  padding: 0 60px;
  background: url(../img/ttl_bg02_l.png) no-repeat left top 7px, url(../img/ttl_bg02_r.png) no-repeat right top 7px;
  background-size: 21px auto;
}

.hd08.left {
  text-align: left;
}

.hd08.small {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .hd08.small {
    margin-bottom: 18px;
  }
}

.hd08.small .ttl {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .hd08.small .ttl {
    font-size: 2.2rem;
  }
}

.hd08.small .en {
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .hd08.small .en {
    font-size: 1.7rem;
  }
}

.hd09 {
  text-align: center;
  color: #F66D06;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .hd09 {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
}

.hd09 .in {
  display: inline-block;
  position: relative;
  padding: 0 41px;
}

@media only screen and (max-width: 767px) {
  .hd09 .in {
    padding: 0 37px;
  }
}

.hd09 .in:before, .hd09 .in:after {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background: #EB7908;
  transform: rotate(-25deg);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hd09 .in:before, .hd09 .in:after {
    height: 52%;
    margin-top: -7%;
    top: 50%;
    bottom: auto;
  }
}

.hd09 .in:after {
  transform: rotate(25deg);
  left: auto;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .hd09 .in br.spCont {
    display: inline-block;
  }
}

.hd10 {
  color: #F66D06;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .hd10 {
    margin-bottom: 22px;
  }
}

.hd10 .inner {
  display: flex;
  align-items: flex-start;
}

.hd10 .num {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 3px solid #EB7908;
  margin-right: 25px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .hd10 .num {
    font-size: 2.8rem;
    margin-right: 16px;
  }
}

.hd10 .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 3px;
}

@media only screen and (max-width: 767px) {
  .hd10 .ttl {
    font-size: 2.2rem;
  }
}

.hd10 .ttl small {
  font-size: 1.8rem;
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
}

.btn01 .btn_inner,
.btn01 .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 700;
  color: #F66D06;
  border: 2px solid #EB7908;
  background: url(../img/ico_arrow01.png) no-repeat right 30px center #fff;
  background-size: 11px auto;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 40px;
  min-width: 500px;
  min-height: 100px;
  text-decoration: none;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner,
  .btn01 .wp-block-button__link {
    padding: 9px 30px;
    font-size: 1.8rem;
    background-size: 7px auto;
    background-position: right 20px center;
    min-width: inherit;
    min-height: 68px;
    width: 100%;
  }
}

.btn01 .btn_inner:before,
.btn01 .wp-block-button__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(235, 121, 8, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.25s linear;
  z-index: -1;
}

.btn01 .btn_inner:hover:before,
.btn01 .wp-block-button__link:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.btn01 .btn_inner small,
.btn01 .wp-block-button__link small {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner small,
  .btn01 .wp-block-button__link small {
    font-size: 1.5rem;
  }
}

.btn01 .btn_inner .ico,
.btn01 .wp-block-button__link .ico {
  display: flex;
  align-items: center;
  position: absolute;
  left: 47px;
  top: 0;
  bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner .ico,
  .btn01 .wp-block-button__link .ico {
    left: 26px;
    bottom: 0;
  }
}

.btn01 .btn_inner .ico img,
.btn01 .wp-block-button__link .ico img {
  width: auto;
  height: 41px;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner .ico img,
  .btn01 .wp-block-button__link .ico img {
    height: 31px;
  }
}

.btn01 .btn_inner .ico + .txt,
.btn01 .wp-block-button__link .ico + .txt {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner .ico + .txt,
  .btn01 .wp-block-button__link .ico + .txt {
    padding-left: 5px;
  }
}

.btn01 a[target="_blank"] {
  background-image: url(../img/ico_blank01_r.png);
  background-size: 18px auto;
}

@media only screen and (max-width: 767px) {
  .btn01 a[target="_blank"] {
    background-size: 13px auto;
  }
}

@media only screen and (max-width: 767px) {
  .btn01.btn_concierge .ico {
    left: 21px;
  }
}

.btn01.c_red .btn_inner,
.btn01.c_red .wp-block-button__link {
  color: #fff;
  border-color: #fff;
  background-color: #EB7908;
  background-image: url(../img/ico_arrow01_w.png);
}

.btn01.c_red .btn_inner:before,
.btn01.c_red .wp-block-button__link:before {
  background: #fff;
  opacity: 0.1;
}

.btn02,
.wp-block-button:not(.btn01) {
  text-align: center;
}

.btn02 .btn_inner,
.btn02 .wp-block-button__link,
.wp-block-button:not(.btn01) .btn_inner,
.wp-block-button:not(.btn01) .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #888;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 100px;
  padding: 11px 32px;
  width: auto;
  min-width: 240px;
  min-height: 56px;
  overflow: hidden;
  position: relative;
  color: #333;
  background: #fff;
  text-decoration: none;
  z-index: 0;
}

.btn02 .btn_inner:after,
.btn02 .wp-block-button__link:after,
.wp-block-button:not(.btn01) .btn_inner:after,
.wp-block-button:not(.btn01) .wp-block-button__link:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow02.png) no-repeat right center;
  background-size: 100% auto;
  width: 8px;
  height: 100%;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
}

.btn02 .btn_inner:before,
.btn02 .wp-block-button__link:before,
.wp-block-button:not(.btn01) .btn_inner:before,
.wp-block-button:not(.btn01) .wp-block-button__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.25s linear;
  z-index: -1;
}

.btn02 .btn_inner:hover:before,
.btn02 .wp-block-button__link:hover:before,
.wp-block-button:not(.btn01) .btn_inner:hover:before,
.wp-block-button:not(.btn01) .wp-block-button__link:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.btn02 .btn_inner small,
.btn02 .wp-block-button__link small,
.wp-block-button:not(.btn01) .btn_inner small,
.wp-block-button:not(.btn01) .wp-block-button__link small {
  font-size: 1.4rem;
}

.btn02.small .btn_inner,
.wp-block-button:not(.btn01).small .btn_inner {
  min-width: 200px;
  min-height: 48px;
  font-weight: 500;
}

.btn02.small .btn_inner:after,
.wp-block-button:not(.btn01).small .btn_inner:after {
  right: 18px;
}

.btn02 a[href$=".pdf"],
.wp-block-button:not(.btn01) a[href$=".pdf"] {
  padding-right: 68px;
}

@media only screen and (max-width: 767px) {
  .btn02 a[href$=".pdf"],
  .wp-block-button:not(.btn01) a[href$=".pdf"] {
    padding-right: 58px;
    padding-left: 25px;
  }
}

.btn02 a[href$=".pdf"]:after,
.wp-block-button:not(.btn01) a[href$=".pdf"]:after {
  background-image: url(../img/ico_pdf.png);
  width: 24px;
}

@media only screen and (max-width: 767px) {
  .btn02 a[href$=".pdf"]:after,
  .wp-block-button:not(.btn01) a[href$=".pdf"]:after {
    right: 20px;
  }
}

/*-------------------------
breadcrumbs
-------------------------*/
#breadcrumbs {
  line-height: 1.2;
  padding: 0 3.1%;
  font-size: 1.4rem;
  max-width: 2000px;
  margin: 0 auto 130px;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}

#breadcrumbs .breadcrumbs_list {
  display: flex;
  justify-content: flex-end;
}

#breadcrumbs .breadcrumbs_list a {
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  background: url(../img/ico_arrow01.png) no-repeat left top 0.4em;
  background-size: 5px auto;
  width: 5px;
  height: 100%;
  margin: 0 16px;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent_15 li,
ol.indent_15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.link01 li {
  line-height: 1.5;
}

.link01 li + li {
  margin-top: 14px;
}

/*-------------------------
bnr_list
-------------------------*/
.bnr_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}

@media only screen and (max-width: 767px) {
  .bnr_list {
    display: block;
    margin: 0 0 -12px;
  }
}

.bnr_list:after {
  content: "";
  display: block;
  max-width: 424px;
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .bnr_list:after {
    content: none;
  }
}

.bnr_list li {
  padding: 0 12px;
  margin-bottom: 24px;
  max-width: 424px;
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .bnr_list li {
    max-width: 300px;
    width: 100%;
    padding: 0;
    margin: 0 auto 12px;
  }
}

.bnr_list a {
  display: block;
  transition: all 0.25s linear;
}

.bnr_list a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.bnr_list img {
  width: 100%;
  height: auto;
}

/*-------------------------
ボックス
-------------------------*/
.box01 {
  background: #f0f0f0;
  border-radius: 12px;
  padding: 40px 64px;
}

@media only screen and (max-width: 767px) {
  .box01 {
    border-radius: 0;
    padding: 23px;
  }
}

.box01.color01 {
  background: #FCF8EC;
}

/*-------------------------
背景
-------------------------*/
.bg01 {
  background: #FCF8EC;
  position: relative;
  z-index: 0;
  padding: 150px 0 115px;
}

@media only screen and (max-width: 767px) {
  .bg01 {
    padding: 115px 0  50px;
  }
}

.bg01:before {
  content: "";
  display: block;
  width: 120%;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: -10%;
  right: -10%;
  z-index: -1;
}

/*-------------------------
吹き出し
-------------------------*/
.balloon_img {
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  display: block;
}

@media only screen and (max-width: 767px) {
  .balloon_img img {
    width: 100%;
    height: auto;
  }
}

.balloon_img.inside.scrollin {
  opacity: 1;
  visibility: visible;
  animation: purun 0.8s linear 0s 1;
}

@keyframes purun {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

/*ファーストビュー*/
.balloon_img.first {
  opacity: 0;
  visibility: visible;
  animation: purun 0.8s linear 0.5s 1 forwards;
}

/*-------------------------
sp_scroll
-------------------------*/
@media only screen and (max-width: 767px) {
  .sp_scroll:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .sp_scroll .scroll_area {
    overflow-x: auto;
  }
  .sp_scroll table {
    width: 700px;
  }
}

/*-------------------------
contact_sec
-------------------------*/
.contact_sec {
  background: #EB7908;
  padding: 115px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact_sec {
    padding: 55px 0;
  }
}

.contact_sec .hd04 {
  margin-bottom: 30px;
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .contact_sec .hd04 {
    font-size: 2.4rem;
    margin-bottom: 21px;
  }
}

.contact_sec .hd04 .in {
  background-position: left bottom 8px,right bottom 8px;
}

@media only screen and (max-width: 767px) {
  .contact_sec .hd04 .in {
    padding: 0 64px;
    background-position: left center,right center;
    background-size: 36px auto;
  }
}

@media only screen and (max-width: 380px) {
  .contact_sec .hd04 .in {
    padding: 0 52px;
  }
}

@media only screen and (max-width: 365px) {
  .contact_sec .hd04 .in {
    padding: 0 47px;
  }
}

.contact_sec .btn_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list {
    display: block;
    margin: 0;
  }
}

.contact_sec .btn_list li {
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list li {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list li + li {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list .btn01 .btn_inner small {
    display: block;
  }
}

/*-------------------------
main_intro_sec
-------------------------*/
#main_intro_sec {
  margin-bottom: 113px;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec {
    margin-bottom: 40px;
  }
}

#main_intro_sec .intro_wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap {
    display: block;
  }
}

#main_intro_sec .intro_wrap .txt_area {
  max-width: 640px;
  padding-right: 20px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .txt_area {
    max-width: inherit;
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #main_intro_sec .intro_wrap .txt_area .hd06 {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) {
  #main_intro_sec .intro_wrap .txt_area .txt {
    line-height: 2.2;
  }
}

#main_intro_sec .intro_wrap .txt_area .btn02 {
  margin-top: 32px;
  text-align: left;
}

#main_intro_sec .intro_wrap .img_area {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .img_area {
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .img_area .img {
    width: 66.6%;
    margin: 0 auto;
    min-width: 223px;
  }
}

#main_intro_sec .intro_wrap .img_area .img img {
  max-width: 100%;
  height: auto;
}

#main_intro_sec .intro_wrap .balloon_img {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .balloon_img {
    position: static;
    width: 165px;
    float: right;
    text-align: right;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .balloon_img.pcCont {
    display: none !important;
  }
}

@media only screen and (max-width: 1870px) {
  #breadcrumbs {
    padding-right: 60px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  padding: 40px 3.1% 40px 3.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1870px) {
  #header {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 13px 70px 13px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

#header .logo {
  line-height: 1;
  width: 419px;
  margin-right: 20px;
}

@media only screen and (max-width: 1870px) {
  #header .logo {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo {
    margin: 0;
    width: 243px;
  }
}

@media only screen and (max-width: 389px) {
  #header .logo {
    width: 230px;
  }
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header #header_nav {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #header #header_nav {
    display: none;
  }
}

#header .nav_main_menu {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1870px) {
  #header .nav_main_menu {
    width: 100%;
    justify-content: center;
  }
}

#header .nav_main_menu li {
  margin: 0 20px;
}

@media only screen and (max-width: 1870px) {
  #header .nav_main_menu li {
    margin: 0 28px;
  }
}

#header .nav_main_menu li.home {
  display: none;
}

#header .nav_main_menu a {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 7px 0;
}

#header .nav_main_menu a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #3FBE8B;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.25s linear;
}

#header .nav_main_menu a:hover:after {
  left: 0;
}

#header .nav_main_menu a .ico {
  margin-right: 12px;
}

#header .nav_main_menu a .ico img {
  width: auto;
  height: 50px;
}

#header .nav_main_menu a .txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#header .btn {
  width: 210px;
  margin-left: 17px;
}

@media only screen and (max-width: 1870px) {
  #header .btn {
    position: absolute;
    top: 50px;
    right: 60px;
  }
}

#header .btn .btn_inner {
  display: block;
  text-align: center;
  border: 2px solid #EB7908;
  background: url(../img/ico_blank01.png) no-repeat right 17px center #EB7908;
  background-size: 16px auto;
  padding: 21px 45px 21px 30px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
  transition: all 0.25s linear;
}

#header .btn .btn_inner:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#header .logo_other {
  margin-left: 9px;
}

@media only screen and (min-width: 768px) {
  #header .logo_other {
    display: none;
  }
}

#header .logo_other img {
  width: 44px;
  height: auto;
}

@media only screen and (max-width: 389px) {
  #header .logo_other img {
    width: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
pagetop
-------------------------*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#pagetop span {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #EB7908;
  border: 2px solid #fff;
  transition: all 0.25s linear;
}

#pagetop span:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #pagetop span {
    width: 50px;
    height: 50px;
  }
}

#pagetop span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -6px;
}

@media only screen and (max-width: 767px) {
  #pagetop span:before {
    width: 10px;
    height: 10px;
    margin: -3px 0 0 -5px;
  }
}

#pagetop span:hover {
  cursor: pointer;
}

#pagetop.scrolltop {
  opacity: 1;
  visibility: inherit;
}

/*-------------------------
contact_nav
-------------------------*/
#footer .contact_nav {
  text-align: center;
  padding: 110px 15px;
  background: #EB7908;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav {
    padding: 30px 5px;
  }
}

#footer .contact_nav .img {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 50%;
  margin-left: -783px;
}

@media only screen and (max-width: 1440px) {
  #footer .contact_nav .img {
    width: 340px;
    margin-left: -689px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav .img {
    display: none;
  }
}

#footer .contact_nav .img img {
  margin-top: 25px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 350px) {
  #footer .contact_nav .hd01 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 365px) {
  #footer .contact_nav .hd01 .in {
    padding-left: 43px;
    padding-right: 43px;
  }
}

@media only screen and (max-width: 350px) {
  #footer .contact_nav .hd01 .in {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav .btn01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 350px) {
  #footer .contact_nav .btn01 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  #footer .contact_nav .btn01 .btn_inner {
    font-size: 3.2rem;
    min-width: 600px;
    background-size: 15px auto;
    background-position: right 52px center;
    min-height: 128px;
  }
  #footer .contact_nav .btn01 .btn_inner .ico {
    left: 52px;
  }
  #footer .contact_nav .btn01 .btn_inner .ico img {
    height: 58px;
  }
}

/*-------------------------
bnr_nav
-------------------------*/
#footer .bnr_nav {
  max-width: 1278px;
  margin: 0 auto;
  padding: 80px 15px;
}

#footer .bnr_nav .innerWrap {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #footer .bnr_nav {
    padding: 24px 30px;
  }
}

/*-------------------------
footer_nav
-------------------------*/
#footer #footer_nav {
  border-top: 1px solid #ddd;
  padding: 95px 0 240px;
  background: url(../img/bottom_img.jpg) no-repeat center bottom;
  background-attachment: fixed;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1000px) {
  #footer #footer_nav {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav {
    background-image: url(../img/sp/bottom_img.jpg);
    background-size: auto 395px;
    padding: 33px 0 220px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #footer #footer_nav {
    background-size: 100% auto;
  }
}

#footer #footer_nav:after {
  content: "";
  display: block;
  width: 100%;
  height: 626px;
  background: linear-gradient(180deg, white 0%, white 55%, rgba(226, 226, 226, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav:after {
    background: linear-gradient(180deg, white 0%, white 80%, rgba(226, 226, 226, 0) 100%);
    height: 90%;
  }
}

#footer #footer_nav .innerWrap {
  max-width: 1470px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #footer #footer_nav .innerWrap {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .innerWrap {
    display: block;
  }
}

#footer #footer_nav .left {
  width: calc(100% - 892px);
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left {
    width: 100%;
    padding-right: 0;
  }
}

#footer #footer_nav .left .logo {
  max-width: 419px;
  line-height: 1;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .logo {
    max-width: 307px;
    margin: 0 auto 24px;
  }
}

#footer #footer_nav .left .logo img {
  width: 100%;
  height: auto;
}

#footer #footer_nav .left .address {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .address {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }
}

#footer #footer_nav .left .sns_menu {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .sns_menu {
    justify-content: center;
  }
}

#footer #footer_nav .left .sns_menu li {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .sns_menu li {
    margin: 0 15px;
  }
}

#footer #footer_nav .left .sns_menu li a {
  display: block;
  transition: all 0.25s linear;
}

#footer #footer_nav .left .sns_menu li a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#footer #footer_nav .left .sns_menu li img {
  width: auto;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .sns_menu li img {
    height: 40px;
  }
}

#footer #footer_nav .right {
  width: 892px;
  background: rgba(255, 255, 255, 0.6);
  padding: 34px 4.8% 72px;
  font-size: 1.6rem;
  line-height: 1.85;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 45px 30px;
    font-size: 1.5rem;
    border-radius: 0;
  }
}

#footer #footer_nav .right a {
  transition: all 0.25s linear;
}

#footer #footer_nav .right a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#footer #footer_nav .right ul {
  display: flex;
  flex-wrap: wrap;
}

#footer #footer_nav .right .main_menu {
  margin-bottom: 6px;
}

#footer #footer_nav .right .main_menu li {
  width: 33.33%;
  padding-right: 10px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .main_menu li {
    width: 50%;
    margin-bottom: 27px;
  }
  #footer #footer_nav .right .main_menu li:nth-of-type(2n) {
    padding-right: 0;
  }
}

#footer #footer_nav .right .sub_menu {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .sub_menu {
    margin-bottom: 50px;
  }
}

#footer #footer_nav .right .sub_menu li {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .sub_menu li {
    font-size: 1.3rem;
  }
}

#footer #footer_nav .right .sub_menu li:last-of-type {
  margin-right: 0;
}

#footer #footer_nav .right .list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list {
    display: block;
  }
}

#footer #footer_nav .right .list dt {
  width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list dt {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}

#footer #footer_nav .right .list dd {
  font-size: 1.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list dd {
    margin-bottom: 18px;
  }
}

#footer #footer_nav .right .list dd:after {
  content: "│";
  display: inline;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list dd:after {
    content: none;
  }
}

#footer #footer_nav .right .copyright {
  margin-top: 64px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .copyright {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  position: fixed;
  top: 15px;
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .menuBtn {
    display: none;
  }
}

/*-------------------------
spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  width: 48px;
  height: 48px;
  background: #EB7908;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 18px;
  height: 16px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
}

/*-------------------------
spMenu
-------------------------*/
#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#spMenu.open {
  opacity: 1;
}

#spMenu.open {
  opacity: 1;
  visibility: visible;
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

#spMenu .spMenu_inner {
  width: 100%;
  padding: 45px;
}

@media only screen and (max-width: 365px) {
  #spMenu .spMenu_inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

#spMenu .ttl {
  color: #F66D06;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

#spMenu .nav_main_menu {
  margin-bottom: 30px;
}

#spMenu .nav_main_menu li {
  border-bottom: 1px solid #ddd;
}

#spMenu .nav_main_menu li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
}

#spMenu .nav_main_menu li .ico {
  width: 39px;
  text-align: center;
}

#spMenu .nav_main_menu li .ico img {
  width: auto;
  height: 39px;
}

#spMenu .nav_main_menu li .txt {
  width: calc(100% - 39px);
  padding-left: 22px;
  font-size: 1.6rem;
  font-weight: 700;
}

#spMenu .nav_main_menu li .txt br {
  display: none;
}

#spMenu .nav_main_menu .home .ico img {
  height: 28px;
}

#spMenu .nav_main_menu .news .ico img {
  margin-left: 5px;
}

#spMenu .nav_main_menu .faq .ico img {
  height: 36px;
}

#spMenu .sub_menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-bottom: 45px;
}

#spMenu .sub_menu li {
  margin-right: 25px;
}

#spMenu .sub_menu li:last-of-type {
  margin-right: 0;
}

#spMenu .sns_menu {
  display: flex;
  justify-content: center;
}

#spMenu .sns_menu li {
  margin: 0 15px;
}

#spMenu .sns_menu li img {
  width: auto;
  height: 40px;
}

#spMenu .logo_other {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}

#spMenu .logo_other li {
  margin: 0 8px;
}

#spMenu .logo_other img {
  width: auto;
  height: 41px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-button-prev,
.swiper-button-next {
  line-height: 1;
  width: 48px;
  height: 100px;
  background: url(../img/slide_arrow_l.png) no-repeat left center;
  background-size: 100% auto;
  margin-top: -50px;
  left: 30px;
  transition: all 0.25s linear;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.swiper-button-next {
  background-image: url(../img/slide_arrow_r.png);
  background-position: right center;
  left: auto;
  right: 30px;
}

.swiper-pagination {
  width: calc(100% - 60px);
  border-top: 1px solid #ddd;
  position: static;
  margin: 30px 30px 0;
  padding-top: 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-weight: 500;
  /*.swiper-pagination-bullet{
		border: 1px solid #707070;
		width: 10px;
		height: 10px;
		background: none;
		opacity: 1;
		margin: 0 9px;
		&.swiper-pagination-bullet-active{
			background: $primary_color;
		}
	}*/
}

@media only screen and (min-width: 768px) {
  .sp_slide .swiper-button-prev,
  .sp_slide .swiper-button-next,
  .sp_slide .swiper-pagination {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
ログイン時
-------------------------*/
.logged-in #header {
  top: 32px;
}

@media screen and (max-width: 767px) {
  .logged-in #header {
    top: 46px;
  }
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  #notfound {
    padding: 90px 0;
  }
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 50px;
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  line-height: 1;
  padding-left: 5px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    justify-content: center;
    position: relative;
    margin-top: 40px;
    padding-bottom: 45px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  margin-right: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #888;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    display: none;
    margin: 0 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    display: flex;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
  text-indent: -9999px;
  border: none;
  width: 20px;
  background: no-repeat left center;
  background-size: auto 21px;
  transition: all 0.25s linear;
  line-height: 1;
  margin-right: 30px;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: flex;
    width: 16px;
    background-size: auto 18px;
  }
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/pagenavi_prev.png);
}

.wp-pagenavi .first {
  background-image: url(../img/pagenavi_first.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/pagenavi_next.png);
  background-position: right center;
}

.wp-pagenavi .last {
  background-image: url(../img/pagenavi_last.png);
  background-position: right center;
}

.wp-pagenavi span.extend, .wp-pagenavi span.pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi span.pages {
    display: flex;
    position: absolute;
    bottom: 0;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
  }
}

.wp-pagenavi span.current,
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):not(.first):not(.last):hover {
  border-color: #EB7908;
  background: #EB7908;
  color: #fff;
}

/*-------------------------
記事用
-------------------------*/
.wp_editer,
article .entry,
.block-editor-block-list__layout {
  word-break: break-all;
}

.wp_editer *:last-child,
article .entry *:last-child,
.block-editor-block-list__layout *:last-child {
  margin-bottom: 0 !important;
}

.wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer figure, .wp_editer div,
article .entry p,
article .entry ul,
article .entry ol,
article .entry table,
article .entry figure,
article .entry div,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout table,
.block-editor-block-list__layout figure,
.block-editor-block-list__layout div {
  margin-bottom: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer figure, .wp_editer div,
  article .entry p,
  article .entry ul,
  article .entry ol,
  article .entry table,
  article .entry figure,
  article .entry div,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol,
  .block-editor-block-list__layout table,
  .block-editor-block-list__layout figure,
  .block-editor-block-list__layout div {
    margin-bottom: 25px;
  }
}

.wp_editer .wp-block-columns .wp-block-column,
article .entry .wp-block-columns .wp-block-column,
.block-editor-block-list__layout .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.wp_editer .alignleft,
article .entry .alignleft,
.block-editor-block-list__layout .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 55px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignleft,
  article .entry .alignleft,
  .block-editor-block-list__layout .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .alignright,
article .entry .alignright,
.block-editor-block-list__layout .alignright {
  float: right;
  /*display: block;*/
  max-width: 50%;
  margin-left: 55px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignright,
  article .entry .alignright,
  .block-editor-block-list__layout .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .aligncenter,
article .entry .aligncenter,
.block-editor-block-list__layout .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*display: block;*/
}

.wp_editer .wp-block-group,
article .entry .wp-block-group,
.block-editor-block-list__layout .wp-block-group {
  margin-bottom: 48px;
  overflow: hidden;
  clear: both;
}

.wp_editer .wp-block-button,
article .entry .wp-block-button,
.block-editor-block-list__layout .wp-block-button {
  text-align: left;
}

.wp_editer img,
article .entry img,
.block-editor-block-list__layout img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer img,
  article .entry img,
  .block-editor-block-list__layout img {
    margin: 30px auto;
  }
}

@media only screen and (min-width: 768px) {
  .wp_editer img.alignleft, .wp_editer img.alignright,
  article .entry img.alignleft,
  article .entry img.alignright,
  .block-editor-block-list__layout img.alignleft,
  .block-editor-block-list__layout img.alignright {
    margin-top: 7px;
  }
}

.wp_editer table,
article .entry table,
.block-editor-block-list__layout table {
  border: 1px solid #ddd;
}

.wp_editer table th, .wp_editer table td,
article .entry table th,
article .entry table td,
.block-editor-block-list__layout table th,
.block-editor-block-list__layout table td {
  border: 1px solid #ddd;
  padding: 12px 30px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .wp_editer table th, .wp_editer table td,
  article .entry table th,
  article .entry table td,
  .block-editor-block-list__layout table th,
  .block-editor-block-list__layout table td {
    display: block;
    padding: 11px 16px;
  }
}

.wp_editer table th,
article .entry table th,
.block-editor-block-list__layout table th {
  background: #f0f0f0;
  font-weight: 700;
  width: 208px;
}

@media only screen and (max-width: 767px) {
  .wp_editer table th,
  article .entry table th,
  .block-editor-block-list__layout table th {
    width: 100%;
  }
}

.wp_editer p + .wp-block-table,
article .entry p + .wp-block-table,
.block-editor-block-list__layout p + .wp-block-table {
  margin-top: -23px;
}

@media only screen and (max-width: 767px) {
  .wp_editer p + .wp-block-table,
  article .entry p + .wp-block-table,
  .block-editor-block-list__layout p + .wp-block-table {
    margin-top: -13px;
  }
}

.wp_editer pre,
article .entry pre,
.block-editor-block-list__layout pre {
  white-space: normal;
}

.wp_editer .wp-caption,
article .entry .wp-caption,
.block-editor-block-list__layout .wp-caption {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 0 32px;
}

.wp_editer .wp-caption-text,
article .entry .wp-caption-text,
.block-editor-block-list__layout .wp-caption-text {
  font-size: 80%;
  margin: -20px 0 0;
}

.wp_editer em,
article .entry em,
.block-editor-block-list__layout em {
  font-style: italic;
}

.wp_editer strong,
article .entry strong,
.block-editor-block-list__layout strong {
  font-weight: 700;
}

.wp_editer hr,
article .entry hr,
.block-editor-block-list__layout hr {
  height: 1px;
  background: #ddd;
  border: none;
  margin: 60px 0;
}

.wp_editer ul, .wp_editer ol,
article .entry ul,
article .entry ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  list-style-position: inside;
}

.wp_editer ul li, .wp_editer ol li,
article .entry ul li,
article .entry ol li,
.block-editor-block-list__layout ul li,
.block-editor-block-list__layout ol li {
  list-style: inherit;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 15px;
}

.wp_editer ul li:first-child, .wp_editer ol li:first-child,
article .entry ul li:first-child,
article .entry ol li:first-child,
.block-editor-block-list__layout ul li:first-child,
.block-editor-block-list__layout ol li:first-child {
  margin-top: 0;
}

.wp_editer ul li > ul, .wp_editer ul li > ol, .wp_editer ol li > ul, .wp_editer ol li > ol,
article .entry ul li > ul,
article .entry ul li > ol,
article .entry ol li > ul,
article .entry ol li > ol,
.block-editor-block-list__layout ul li > ul,
.block-editor-block-list__layout ul li > ol,
.block-editor-block-list__layout ol li > ul,
.block-editor-block-list__layout ol li > ol {
  margin-top: 15px;
}

.wp_editer ul,
article .entry ul,
.block-editor-block-list__layout ul {
  list-style-type: disc;
}

.wp_editer ol,
article .entry ol,
.block-editor-block-list__layout ol {
  list-style-type: decimal;
}

.wp_editer a,
article .entry a,
.block-editor-block-list__layout a {
  color: #F66D06;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.wp_editer a:hover,
article .entry a:hover,
.block-editor-block-list__layout a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.wp_editer blockquote,
article .entry blockquote,
.block-editor-block-list__layout blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #f0f0f0;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote,
  article .entry blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 25px 30px;
  }
}

.wp_editer blockquote:before, .wp_editer blockquote:after,
article .entry blockquote:before,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:before,
.block-editor-block-list__layout blockquote:after {
  position: absolute;
  color: #ddd;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 300;
  font-size: 6.0rem;
  line-height: 1.0;
}

.wp_editer blockquote:before,
article .entry blockquote:before,
.block-editor-block-list__layout blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:before,
  article .entry blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    top: 12px;
    left: 10px;
  }
}

.wp_editer blockquote:after,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:after,
  article .entry blockquote:after,
  .block-editor-block-list__layout blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

.wp_editer blockquote > *:last-child,
article .entry blockquote > *:last-child,
.block-editor-block-list__layout blockquote > *:last-child {
  margin-bottom: 0;
}

.wp_editer p + h1, .wp_editer p + h2, .wp_editer p + h3, .wp_editer p + h4, .wp_editer p + h5, .wp_editer p + h6,
article .entry p + h1,
article .entry p + h2,
article .entry p + h3,
article .entry p + h4,
article .entry p + h5,
article .entry p + h6,
.block-editor-block-list__layout p + h1,
.block-editor-block-list__layout p + h2,
.block-editor-block-list__layout p + h3,
.block-editor-block-list__layout p + h4,
.block-editor-block-list__layout p + h5,
.block-editor-block-list__layout p + h6 {
  margin-top: 40px;
}

.wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
article .entry h1,
article .entry h2,
article .entry h3,
article .entry h4,
article .entry h5,
article .entry h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
  article .entry h1,
  article .entry h2,
  article .entry h3,
  article .entry h4,
  article .entry h5,
  article .entry h6,
  .block-editor-block-list__layout h1,
  .block-editor-block-list__layout h2,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h4,
  .block-editor-block-list__layout h5,
  .block-editor-block-list__layout h6 {
    margin-bottom: 15px;
  }
}

.wp_editer h1,
article .entry h1,
.block-editor-block-list__layout h1 {
  font-size: 200%;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1,
  article .entry h1,
  .block-editor-block-list__layout h1 {
    font-size: 160%;
  }
}

.wp_editer h2,
article .entry h2,
.block-editor-block-list__layout h2 {
  color: #F66D06;
  font-size: 3.2rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h2,
  article .entry h2,
  .block-editor-block-list__layout h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.wp_editer h3,
article .entry h3,
.block-editor-block-list__layout h3 {
  color: #333;
  font-size: 146.6666%;
  border-bottom: 2px solid #333;
  padding-bottom: 13px;
  margin: 0 0 32px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h3,
  article .entry h3,
  .block-editor-block-list__layout h3 {
    font-size: 134%;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
}

.wp_editer h4,
article .entry h4,
.block-editor-block-list__layout h4 {
  position: relative;
  z-index: 0;
  font-size: 120%;
  padding: 24px 23px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h4,
  article .entry h4,
  .block-editor-block-list__layout h4 {
    font-size: 106%;
    padding: 13px 15px;
    margin-bottom: 20px;
  }
}

.wp_editer h4:before,
article .entry h4:before,
.block-editor-block-list__layout h4:before {
  content: '';
  opacity: .65;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #f0f0f0;
}

.wp_editer h5,
article .entry h5,
.block-editor-block-list__layout h5 {
  color: #333;
  font-size: 120%;
  border-left: 2px solid #333;
  padding: 8px 0 8px 24px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h5,
  article .entry h5,
  .block-editor-block-list__layout h5 {
    font-size: 106%;
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
  }
}

.wp_editer h6,
article .entry h6,
.block-editor-block-list__layout h6 {
  font-size: 120%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h6,
  article .entry h6,
  .block-editor-block-list__layout h6 {
    font-size: 106%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .js-scrollable table,
  article .entry .js-scrollable table,
  .block-editor-block-list__layout .js-scrollable table {
    min-width: 400px;
  }
}

.wp_editer figcaption,
article .entry figcaption,
.block-editor-block-list__layout figcaption {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.wp_editer .wp-block-image,
article .entry .wp-block-image,
.block-editor-block-list__layout .wp-block-image {
  overflow: hidden;
}

.wp_editer .wp-block-image img,
article .entry .wp-block-image img,
.block-editor-block-list__layout .wp-block-image img {
  margin: 0 0 10px;
}

/*-------------------------
申し込み
-------------------------*/
.block-editor-block-list__layout .details_block {
  text-align: center;
}

.block-editor-block-list__layout .details_block p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .details_block p {
    text-align: left;
  }
}

.block-editor-block-list__layout .details_block .red_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.block-editor-block-list__layout .details_block .wp-block-buttons {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .block-editor-block-list__layout .details_block .btn01 .wp-block-button__link {
    min-width: 590px;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .details_block .btn01 .wp-block-button__link {
    font-size: 2rem;
    background-size: 9px auto;
    padding: 15px 40px 18px;
  }
}

/*-------------------------
問い合わせ
-------------------------*/
.block-editor-block-list__layout .cotact_block {
  background: #f0f0f0;
  border-radius: 12px;
  padding: 28px 40px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .cotact_block {
    padding: 20px;
    border-radius: 0;
  }
}

.block-editor-block-list__layout .details_block + .cotact_block {
  margin-top: -23px;
}

/*-------------------------
SPでスクロールのテーブル
-------------------------*/
@media only screen and (max-width: 767px) {
  .spscroll .wp-block-table {
    overflow-x: scroll;
  }
  .spscroll .wp-block-table:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .spscroll table {
    width: 750px;
  }
  .spscroll table th, .spscroll table td {
    display: table-cell;
  }
  .spscroll table th {
    width: 150px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-home #header {
  display: none;
}

/*-------------------------
main_vs
-------------------------*/
#page_index #main_vs {
  padding: 35px 0 105px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs {
    padding: 0;
  }
}

#page_index #main_vs h1 {
  width: 448px;
  line-height: 1;
  margin: 0 0 88px 3.5%;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs h1 {
    width: 243px;
    margin: 13px 0 0 15px;
  }
}

@media only screen and (max-width: 389px) {
  #page_index #main_vs h1 {
    width: 230px;
  }
}

@media only screen and (max-width: 355px) {
  #page_index #main_vs h1 {
    width: 205px;
  }
}

#page_index #main_vs h1 img {
  max-width: 100%;
  height: auto;
}

#page_index #main_vs ul.logo_other {
  position: absolute;
  top: 24px;
  right: 56px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs ul.logo_other {
    top: 15px;
    left: 267px;
  }
}

@media only screen and (max-width: 389px) {
  #page_index #main_vs ul.logo_other {
    left: 254px;
  }
}

@media only screen and (max-width: 355px) {
  #page_index #main_vs ul.logo_other {
    top: 10px;
    width: 225px;
  }
}

#page_index #main_vs ul.logo_other li {
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs ul.logo_other li {
    margin-left: 0;
  }
}

#page_index #main_vs ul.logo_other li img {
  width: auto;
  height: 61px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs ul.logo_other li img {
    width: 44px;
    height: auto;
  }
}

@media only screen and (max-width: 389px) {
  #page_index #main_vs ul.logo_other li img {
    width: 40px;
  }
}

@media only screen and (max-width: 355px) {
  #page_index #main_vs ul.logo_other li img {
    width: 30px;
  }
}

#page_index #main_vs .wrap {
  position: relative;
}

#page_index #main_vs .main_inner {
  display: flex;
  padding: 0;
  max-width: 1750px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .main_inner {
    display: block;
  }
}

#page_index #main_vs .txt_area {
  text-align: center;
  white-space: nowrap;
  position: relative;
  padding-left: 4.2%;
  z-index: 1;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 355px) {
  #page_index #main_vs .txt_area {
    padding: 0 15px;
  }
}

#page_index #main_vs .txt_area .balloon {
  display: block;
  position: absolute;
  top: -113px;
  right: -129px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .balloon {
    width: 204px;
    position: static;
    display: flex;
    justify-content: flex-end;
    margin: 0 -20px 5px auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .balloon img {
    width: 100%;
    height: auto;
  }
}

#page_index #main_vs .txt_area .hd {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.37143;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .hd {
    font-size: 2rem;
    margin-bottom: -2px;
  }
}

#page_index #main_vs .txt_area .ttl {
  font-size: 7.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .ttl {
    font-size: 4.2rem;
    margin-bottom: 24px;
  }
}

#page_index #main_vs .txt_area .btn {
  max-width: 475px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .btn {
    margin-bottom: 24px;
  }
}

#page_index #main_vs .txt_area .btn .btn01 .btn_inner {
  min-width: inherit;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner {
    min-height: 90px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner small {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner .ico {
    left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner .ico + .txt {
    padding-left: 32px;
  }
}

#page_index #main_vs .txt_area .btn li + li {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .btn li + li {
    margin-top: 16px;
  }
}

#page_index #main_vs .img_area {
  position: absolute;
  left: 50%;
  margin-left: -124px;
  bottom: -16px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area {
    position: static;
    margin-left: 0;
    bottom: 0;
  }
}

#page_index #main_vs .img_area .swiper-container {
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .img_area .swiper-container {
    display: flex;
  }
  #page_index #main_vs .img_area .swiper-container .swiper-slide {
    width: auto;
  }
}

#page_index #main_vs .img_area ul {
  display: flex;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area ul {
    justify-content: center;
    background: #fff;
  }
}

#page_index #main_vs .img_area li {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area li {
    padding: 0 14px;
  }
}

#page_index #main_vs .img_area li .balloon {
  width: 193px;
  margin: 0 auto 7px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area li .balloon {
    width: 128px;
    margin-bottom: 0;
  }
}

#page_index #main_vs .img_area li .balloon img {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area li .balloon img {
    bottom: -5px;
  }
}

#page_index #main_vs .img_area li .img img {
  width: auto;
  height: 342px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area li .img img {
    height: 208px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area ul.slide02 {
    padding-left: 35px;
  }
  #page_index #main_vs .img_area ul.slide02 li {
    padding: 0 3px;
  }
}

#page_index #main_vs .img_area .mv01 .balloon img, #page_index #main_vs .img_area .mv03 .balloon img {
  bottom: -40px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area .mv01 .balloon img, #page_index #main_vs .img_area .mv03 .balloon img {
    bottom: -24px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .img_area .mv01 .balloon {
    animation: mv_balloon 0.6s linear 1.2s 1 forwards;
  }
  #page_index #main_vs .img_area .mv01 .balloon img {
    margin-left: -3px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .img_area .mv02 {
    margin-left: 22px;
  }
  #page_index #main_vs .img_area .mv02 .balloon {
    animation: mv_balloon 0.6s linear 1.5s 1 forwards;
  }
  #page_index #main_vs .img_area .mv02 .balloon img {
    margin-left: 3px;
  }
}

#page_index #main_vs .img_area .mv03 {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .img_area .mv03 {
    margin-left: 33px;
  }
  #page_index #main_vs .img_area .mv03 .balloon {
    animation: mv_balloon 0.6s linear 1.8s 1 forwards;
  }
  #page_index #main_vs .img_area .mv03 .balloon img {
    margin-left: -16px;
    bottom: -36px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .img_area .mv04 {
    margin-left: 10px;
  }
  #page_index #main_vs .img_area .mv04 .balloon {
    animation: mv_balloon 0.6s linear 2.0s 1 forwards;
  }
  #page_index #main_vs .img_area .mv04 .balloon img {
    margin-left: 2px;
    bottom: -10px;
  }
}

#page_index #main_vs .img_area .mv04 .balloon {
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area .mv04 .balloon {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area .swiper-slide-active .mv01 .balloon, #page_index #main_vs .img_area .swiper-slide-active .mv03 .balloon {
    animation: mv_balloon 0.6s linear 0.7s 1 forwards;
  }
  #page_index #main_vs .img_area .swiper-slide-active .mv02 .balloon, #page_index #main_vs .img_area .swiper-slide-active .mv04 .balloon {
    animation: mv_balloon 0.6s linear 1s 1 forwards;
  }
}

@keyframes mv_balloon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1560px) {
  #page_index #main_vs .txt_area .balloon {
    top: -108px;
    right: -108px;
  }
  #page_index #main_vs .txt_area .balloon img {
    width: 182px;
  }
  #page_index #main_vs .txt_area .hd {
    font-size: 3rem;
  }
  #page_index #main_vs .txt_area .ttl {
    font-size: 5.8rem;
  }
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner {
    background-position: right 20px center;
  }
  #page_index #main_vs .img_area li .balloon {
    width: 160px;
  }
  #page_index #main_vs .img_area li .img img {
    height: 317px;
  }
  #page_index #main_vs .img_area .mv02 {
    margin-left: 18px;
  }
  #page_index #main_vs .img_area .mv03 {
    margin-left: 22px;
  }
  #page_index #main_vs .img_area .mv04 {
    margin-left: 10px;
  }
}

/*-------------------------
nav_sec
-------------------------*/
#page_index #nav_sec {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec {
    border-bottom: none;
  }
}

#page_index #nav_sec ul {
  display: flex;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec ul {
    flex-wrap: wrap;
  }
}

#page_index #nav_sec li {
  border-left: 1px solid #ddd;
  width: calc(100% / 6);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
}

#page_index #nav_sec li:last-of-type {
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec li:last-of-type {
    border-right: none;
  }
}

#page_index #nav_sec li.home {
  display: none;
}

#page_index #nav_sec li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 195px;
  padding: 24px 10px 18px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec li a {
    height: auto;
    min-height: 140px;
    padding-top: 18px;
  }
}

#page_index #nav_sec li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(63, 190, 139, 0.1);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.25s linear;
  z-index: -1;
}

#page_index #nav_sec li a:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

#page_index #nav_sec li .ico {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec li .ico {
    margin-bottom: 13px;
  }
}

#page_index #nav_sec li .ico img {
  width: auto;
  height: 64px;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec li .ico img {
    height: 52px;
  }
}

#page_index #nav_sec li .txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_index #nav_sec .about .txt br,
  #page_index #nav_sec .coordinator .txt br {
    display: block;
  }
}

/*-------------------------
intro_sec
-------------------------*/
#page_index #intro_sec {
  padding: 160px 0 143px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec {
    padding: 56px 0 28px;
  }
}

#page_index #intro_sec .hd03 {
  margin-bottom: 82px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .hd03 {
    margin-bottom: 25px;
  }
}

#page_index #intro_sec .about_block {
  margin-bottom: 160px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block {
    margin-bottom: 115px;
    flex-direction: column-reverse;
  }
}

#page_index #intro_sec .about_block .bg_txt {
  font-size: 14rem;
  line-height: 1;
  color: #f0f0f0;
  position: absolute;
  left: 48%;
  top: -55px;
  z-index: -1;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .bg_txt {
    font-size: 5.5rem;
    top: -4px;
    left: auto;
    right: -25px;
  }
}

#page_index #intro_sec .about_block .txt_area {
  max-width: 770px;
  line-height: 2.22222;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .txt_area {
    max-width: inherit;
    line-height: 1.85;
  }
}

#page_index #intro_sec .about_block .img_area {
  margin-left: 112px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .img_area {
    margin: 0 auto 30px;
    text-align: center;
  }
}

#page_index #intro_sec .about_block .img_area .img {
  width: 445px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .img_area .img {
    width: 66.6%;
    max-width: 450px;
    min-width: 220px;
    margin: 0 auto;
  }
}

#page_index #intro_sec .about_block .img_area .img img {
  max-width: 100%;
  height: auto;
}

/*point_block*/
#page_index #intro_sec .point_block {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .w1440 {
    padding: 0;
  }
}

#page_index #intro_sec .point_block .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

#page_index #intro_sec .point_block .swiper-slide {
  max-width: 312px;
  width: 24%;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .swiper-slide {
    width: 100%;
    max-width: inherit;
    padding: 0 45px;
  }
}

#page_index #intro_sec .point_block .num {
  line-height: 1;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .num {
    right: auto;
    left: 50%;
    margin-left: 84px;
  }
}

#page_index #intro_sec .point_block .img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .img {
    width: 256px;
    margin: 0 auto 18px;
  }
}

#page_index #intro_sec .point_block .img img {
  width: 100%;
  height: auto;
}

#page_index #intro_sec .point_block .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #F66D06;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .ttl {
    font-size: 2.4rem;
  }
}

#page_index #intro_sec .point_block .txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85;
  padding: 0 10px;
}

#page_index #intro_sec .point_block .balloon_img {
  position: absolute;
  top: -115px;
  left: 50%;
  margin-left: -836px;
  z-index: 2;
}

@media only screen and (max-width: 1678px) {
  #page_index #intro_sec .point_block .balloon_img {
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .balloon_img {
    width: 175px;
    left: 20px;
    top: -64px;
  }
}

#page_index #intro_sec .point_block .swiper-button-prev,
#page_index #intro_sec .point_block .swiper-button-next {
  top: 128px;
}

/*-------------------------
worry_sec
-------------------------*/
#page_index #worry_sec {
  position: relative;
  padding-top: 175px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec {
    padding-top: 156px;
  }
}

#page_index #worry_sec .hd_img {
  text-align: center;
  width: 154px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -77px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .hd_img {
    width: 100px;
    margin-left: -50px;
    top: 19px;
  }
}

#page_index #worry_sec .hd_img img {
  width: 100%;
  height: auto;
}

#page_index #worry_sec .worry_area {
  line-height: 1;
  position: relative;
  margin-top: 113px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area {
    margin-top: 90px;
    max-width: 330px;
    margin: 117px auto 0;
  }
}

#page_index #worry_sec .worry_area .img {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .img {
    display: block;
  }
}

#page_index #worry_sec .worry_area .img li {
  width: 178px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .img li {
    width: 50%;
    padding-right: 24px;
    text-align: right;
    clear: both;
  }
}

#page_index #worry_sec .worry_area .img li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .img li img {
    width: 124px;
  }
}

#page_index #worry_sec .worry_area .img li.img02 {
  margin: 0 165px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .img li.img02 {
    margin: 28px 0 0;
    float: right;
    text-align: left;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .img li.img03 img {
    margin-top: -70px;
  }
}

#page_index #worry_sec .worry_area .balloon li {
  position: absolute;
  left: 50%;
  width: 280px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .balloon li {
    width: 179px;
  }
}

#page_index #worry_sec .worry_area .balloon li img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #page_index #worry_sec .worry_area .balloon li.balloon01, #page_index #worry_sec .worry_area .balloon li.balloon04 {
    top: -78px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon02, #page_index #worry_sec .worry_area .balloon li.balloon03 {
    top: -100px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon05, #page_index #worry_sec .worry_area .balloon li.balloon06 {
    bottom: -83px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon01 {
    margin-left: -640px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon02, #page_index #worry_sec .worry_area .balloon li.balloon05 {
    margin-left: -316px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon03, #page_index #worry_sec .worry_area .balloon li.balloon06 {
    margin-left: 37px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon04 {
    margin-left: 362px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .worry_area .balloon li {
    left: 50%;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon01, #page_index #worry_sec .worry_area .balloon li.balloon02, #page_index #worry_sec .worry_area .balloon li.balloon06 {
    margin-left: -166px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon03, #page_index #worry_sec .worry_area .balloon li.balloon04, #page_index #worry_sec .worry_area .balloon li.balloon05 {
    margin-left: -15px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon01 {
    top: -92px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon02 {
    top: 110px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon03 {
    top: -38px;
    z-index: 1;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon04 {
    top: 58px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon05 {
    bottom: -48px;
  }
  #page_index #worry_sec .worry_area .balloon li.balloon06 {
    bottom: -97px;
  }
}

#page_index #worry_sec .balloon li {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .balloon li img {
    width: 100%;
    height: auto;
  }
}

#page_index #worry_sec .balloon li.show {
  opacity: 1;
  visibility: visible;
  animation: worry_balloon 0.8s linear 0s 1 forwards;
}

@keyframes worry_balloon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*solution_area*/
#page_index #worry_sec .solution_area {
  text-align: center;
  line-height: 1.68;
  max-width: 1200px;
  padding: 40px;
  margin: 136px auto 0;
  background: #fff;
  border-radius: 24px;
  border: 4px solid #EB7908;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  position: relative;
  bottom: -50px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .solution_area {
    margin-top: 85px;
    padding: 21px 30px 0;
    bottom: -66px;
  }
}

#page_index #worry_sec .solution_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  background: url(../img/index/ico_next.png) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .solution_area:before {
    height: 28px;
    top: -42px;
  }
}

#page_index #worry_sec .solution_area .bg_txt {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: -101px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .solution_area .bg_txt {
    top: -184px;
    font-size: 6.4rem;
  }
}

#page_index #worry_sec .solution_area .txt {
  color: #F66D06;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.68;
  opacity: 0;
}

#page_index #worry_sec .solution_area .txt.show {
  animation: solution 0.8s linear 0s 1 forwards;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .solution_area .txt {
    font-size: 2.2rem;
    margin-bottom: -4px;
    text-align: left;
  }
}

#page_index #worry_sec .solution_area .img {
  position: absolute;
  bottom: 0;
}

#page_index #worry_sec .solution_area .img.img01 {
  width: 214px;
  left: 37px;
}

#page_index #worry_sec .solution_area .img.img02 {
  width: 245px;
  right: 34px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .solution_area .img.img02 {
    position: static;
    display: block;
    width: 205px;
    margin: 0 auto;
    vertical-align: bottom;
  }
}

#page_index #worry_sec .solution_area .img img {
  width: 100%;
  height: auto;
}

@keyframes solution {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------
contact_sec
-------------------------*/
#page_index .contact_sec {
  padding-top: 127px;
}

@media only screen and (max-width: 767px) {
  #page_index .contact_sec {
    padding-top: 97px;
  }
}

/*-------------------------
news_sec
-------------------------*/
#page_index #news_sec {
  padding: 102px 0 120px;
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec {
    padding: 56px 0;
  }
}

#page_index #news_sec .he_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec .he_area {
    display: block;
    margin-bottom: 32px;
  }
}

#page_index #news_sec .he_area .btn02 {
  padding-top: 15px;
}

#page_index #news_sec .news_category_list {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec .news_category_list {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec .tab_cont {
    margin-bottom: 32px;
  }
}

/*-------------------------
page_sec
-------------------------*/
#page_index #page_sec {
  background: #FCF8EC;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec {
    padding-bottom: 55px;
  }
}

#page_index #page_sec:before {
  content: "";
  display: block;
  width: 100%;
  height: 195px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec:before {
    height: 150px;
  }
}

#page_index #page_sec .page_list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list {
    display: block;
    padding: 0 20px;
  }
}

#page_index #page_sec .page_list li {
  width: 32%;
  max-width: 400px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list li {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list li + li {
    margin-top: 32px;
  }
}

#page_index #page_sec .page_list .img {
  border: 3px solid #EB7908;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  line-height: 1;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .img {
    margin-bottom: 15px;
  }
}

#page_index #page_sec .page_list .img img {
  width: 100%;
  height: auto;
  transition: all 0.15s linear;
}

#page_index #page_sec .page_list .ttl {
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .ttl {
    font-size: 2rem;
  }
}

#page_index #page_sec .page_list .ttl .in {
  display: inline-block;
  padding: 0 24px;
  background: url(../img/ico_arrow02.png) no-repeat right top 12px;
  background-size: 9px auto;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .ttl .in {
    background-position: right top 11px;
    background-size: 7px auto;
  }
}

#page_index #page_sec .page_list .en {
  font-size: 1.6rem;
  margin-top: 10px;
  color: #F66D06;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .en {
    margin-top: 3px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #page_sec .page_list a:hover .img img {
    transform: scale(1.08);
  }
}

/*-------------------------
map_sec
-------------------------*/
#page_index #map_sec {
  position: relative;
}

#page_index #map_sec > * {
  min-height: 600px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec > * {
    min-height: inherit;
  }
}

#page_index #map_sec .map_area {
  width: 56.2%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .map_area {
    width: 100%;
    position: static;
  }
}

#page_index #map_sec .map_area iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .map_area iframe {
    height: 390px;
  }
}

#page_index #map_sec .innerWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .innerWrap {
    display: block;
  }
}

#page_index #map_sec .txt_area {
  position: relative;
  padding: 0 43px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .txt_area {
    padding: 43px 0 55px;
  }
}

#page_index #map_sec .txt_area .ttl {
  font-size: 4rem;
  font-weight: 600;
  color: #ddd;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .txt_area .ttl {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}

#page_index #map_sec .txt_area .name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .txt_area .name {
    font-size: 2rem;
  }
}

#page_index #map_sec .txt_area .sub_txt {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.85;
}

#page_index #map_sec .balloon_img {
  position: absolute;
  top: -68px;
  right: -10px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .balloon_img {
    width: 179px;
    top: -43px;
    right: auto;
    left: 147px;
  }
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■はじめてご利用される方へ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_about-us .page_ttl {
  background-image: url(../img/btn_first.png);
}

@media only screen and (min-width: 768px) {
  #page_about-us .page_ttl {
    background-position: left top 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us .page_ttl {
    background-size: auto 48px;
  }
}

#page_about-us #main_contents {
  padding-bottom: 0;
}

/*-------------------------
main_intro_sec
-------------------------*/
@media only screen and (max-width: 767px) {
  #page_about-us #main_intro_sec {
    margin-bottom: 0;
  }
}

#page_about-us #main_intro_sec .intro_wrap {
  margin-bottom: 102px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #main_intro_sec .intro_wrap {
    margin-bottom: 47px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about-us #main_intro_sec .img_area {
    padding-left: 5.9%;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #main_intro_sec .img_area {
    padding: 18px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about-us #main_intro_sec .img_area p.img {
    max-width: 427px;
  }
}

#page_about-us #main_intro_sec .balloon_img {
  right: -10px;
  top: 16px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #main_intro_sec .balloon_img {
    width: 166px;
    float: right;
  }
}

/*point_sec*/
#page_about-us #point_sec .point_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #point_sec .point_list {
    display: block;
    margin-bottom: 55px;
  }
}

#page_about-us #point_sec .point_list li {
  width: 32%;
  max-width: 400px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_about-us #point_sec .point_list li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 32px;
  }
  #page_about-us #point_sec .point_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_about-us #point_sec .point_list .img {
  line-height: 1;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #point_sec .point_list .img {
    margin-bottom: 23px;
  }
}

#page_about-us #point_sec .point_list .img img {
  width: 100%;
  height: auto;
}

#page_about-us #point_sec .point_list .en {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_about-us #point_sec .point_list .en {
    font-size: 2.8rem;
  }
}

#page_about-us #point_sec .point_list .ttl {
  font-size: 2.8rem;
  color: #F66D06;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #point_sec .point_list .ttl {
    font-size: 2.4rem;
  }
}

#page_about-us #point_sec .point_list .txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #point_sec .point_list .txt {
    line-height: 1.8;
    padding: 0;
  }
}

/*contact_sec*/
#page_about-us .contact_sec {
  border-radius: 12px;
  padding: 35px 20px 45px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #page_about-us .contact_sec {
    padding: 16px 15px 30px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about-us .contact_sec .btn01 .btn_inner {
    min-width: 618px;
  }
}

/*-------------------------
support_sec
-------------------------*/
@media only screen and (min-width: 768px) {
  #page_about-us #support_sec {
    padding-top: 178px;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about-us #support_sec .hd09 {
    margin-bottom: 85px;
  }
}

#page_about-us #support_sec .hd08 {
  margin-bottom: -80px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .hd08 {
    margin-bottom: 95px;
  }
}

#page_about-us #support_sec .support_area {
  position: relative;
}

#page_about-us #support_sec .hd_img {
  position: absolute;
  top: -56px;
  right: 180px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .hd_img {
    right: 0;
    left: 50%;
    margin-left: -136px;
  }
}

#page_about-us #support_sec .hd_img img {
  width: 167px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .hd_img img {
    width: 112px;
  }
}

#page_about-us #support_sec .bg_txt {
  text-align: center;
  line-height: 1;
  font-size: 14rem;
  color: #fff;
  position: relative;
  z-index: -1;
  bottom: -22px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .bg_txt {
    font-size: 8rem;
    bottom: -13px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#page_about-us #support_sec .balloon_img {
  position: absolute;
  right: -12px;
  top: -91px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .balloon_img {
    width: 189px;
    top: -85px;
    right: auto;
    left: 50%;
    margin-left: -20px;
  }
}

#page_about-us #support_sec .support_list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list {
    display: block;
    margin-bottom: -15px;
  }
}

#page_about-us #support_sec .support_list:after {
  content: "";
  display: block;
  width: calc(33.33% - (20px / 3));
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list:after {
    content: none;
  }
}

#page_about-us #support_sec .support_list li {
  width: calc(33.33% - (20px / 3));
  margin-bottom: 10px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 60px 35px 32px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 32px 35px 28px;
  }
}

#page_about-us #support_sec .support_list .img {
  line-height: 1;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 152px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list .img {
    min-height: 132px;
    margin-bottom: 18px;
  }
}

#page_about-us #support_sec .support_list .img:before {
  content: "";
  display: block;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #E6F5EF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -76px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list .img:before {
    width: 132px;
    height: 132px;
    margin-left: -66px;
  }
}

#page_about-us #support_sec .support_list .img img {
  width: 100%;
  max-width: 206px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list .img img {
    max-width: 180px;
  }
}

#page_about-us #support_sec .support_list .ttl {
  color: #F66D06;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list .ttl {
    margin-bottom: 10px;
  }
}

#page_about-us #support_sec .support_list .ttl small {
  font-size: 1.8rem;
}

#page_about-us #support_sec .support_list .txt {
  font-size: 1.6rem;
  line-height: 1.85;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #page_about-us #support_sec .support_list .txt {
    line-height: 1.8;
  }
}

/*-------------------------
flow_sec
-------------------------*/
#page_about-us #flow_sec {
  padding: 112px 0 120px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec {
    padding: 60px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_about-us #flow_sec .flow_list {
  padding-top: 27px;
  /*個別設定*/
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list {
    padding-top: 0;
  }
}

#page_about-us #flow_sec .flow_list li {
  display: flex;
}

#page_about-us #flow_sec .flow_list li + li {
  margin-top: -35px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li + li {
    margin-top: 32px;
  }
}

#page_about-us #flow_sec .flow_list li .inner {
  display: flex;
  width: 49%;
  max-width: 620px;
  padding: 38px 50px 40px 38px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .inner {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 34px 32px 30px;
  }
}

#page_about-us #flow_sec .flow_list li .inner:after {
  content: "";
  display: block;
  border: 24px solid rgba(235, 121, 8, 0.2);
  border-bottom: none;
  width: 534px;
  height: 105px;
  border-radius: 0 80px 0 0;
  position: absolute;
  bottom: 17px;
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .inner:after {
    border-width: 18px;
    width: 30%;
    height: 100px;
    border-radius: 0;
    bottom: -30px;
  }
}

#page_about-us #flow_sec .flow_list li .num {
  line-height: 1.1;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 130px;
  padding-top: 7px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .num {
    font-size: 2.4rem;
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

#page_about-us #flow_sec .flow_list li .num span {
  position: relative;
  display: inline-block;
}

#page_about-us #flow_sec .flow_list li .num span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .num span:after {
    margin-top: 8px;
  }
}

#page_about-us #flow_sec .flow_list li .txt_area {
  width: calc(100% - 130px);
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .txt_area {
    width: 100%;
  }
}

#page_about-us #flow_sec .flow_list li .txt_area .ttl {
  color: #F66D06;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .txt_area .ttl {
    font-size: 2.2rem;
  }
}

#page_about-us #flow_sec .flow_list li .txt_area .txt {
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li .txt_area .txt {
    line-height: 1.8;
  }
}

#page_about-us #flow_sec .flow_list li .img {
  position: absolute;
  z-index: 2;
}

#page_about-us #flow_sec .flow_list li .img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #page_about-us #flow_sec .flow_list li:nth-of-type(2n + 1) .inner:after {
    right: -230px;
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li:nth-of-type(2n + 1) .inner:after {
    border-right: none;
    left: 41px;
  }
}

@media only screen and (min-width: 768px) {
  #page_about-us #flow_sec .flow_list li:nth-of-type(2n) {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li:nth-of-type(2n) .inner {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 768px) {
  #page_about-us #flow_sec .flow_list li:nth-of-type(2n) .inner:after {
    border-radius: 80px 0 0 0;
    border-right: none;
    left: -470px;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list li:nth-of-type(2n) .inner:after {
    border-radius: 0 50px 0 0;
    height: 135px;
    right: -38px;
    border-left: none;
  }
}

#page_about-us #flow_sec .flow_list li:last-of-type .inner:after {
  content: none;
}

#page_about-us #flow_sec .flow_list li.scrollin .inner:after {
  animation: flow_line 0.7s linear 0s 1 forwards;
}

#page_about-us #flow_sec .flow_list .step01 .img {
  width: 84px;
  top: -82px;
  left: 32px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list .step01 .img {
    width: 80px;
    top: 19px;
    left: 179px;
  }
}

#page_about-us #flow_sec .flow_list .step02 .img {
  width: 100px;
  top: -116px;
  right: -2px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list .step02 .img {
    width: 80px;
    top: -15px;
    right: -8px;
  }
}

@media only screen and (max-width: 365px) {
  #page_about-us #flow_sec .flow_list .step02 .img {
    right: -41px;
  }
}

#page_about-us #flow_sec .flow_list .step03 .img {
  width: 119px;
  left: -59px;
  bottom: -56px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list .step03 .img {
    width: 84px;
    top: 20px;
    left: 232px;
  }
}

#page_about-us #flow_sec .flow_list .step04 .img {
  width: 103px;
  top: -80px;
  right: -17px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list .step04 .img {
    width: 82px;
    top: 6px;
    right: -13px;
  }
}

#page_about-us #flow_sec .flow_list .step06 .img {
  width: 162px;
  top: -48px;
  right: 24px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list .step06 .img {
    width: 137px;
    top: 32px;
    right: -11px;
  }
}

#page_about-us #flow_sec .flow_list .step07 .img {
  width: 77px;
  right: -161px;
  bottom: -42px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #flow_sec .flow_list .step07 .img {
    width: 56px;
    top: -25px;
    right: auto;
    left: 280px;
  }
}

@keyframes flow_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------
system_sec
-------------------------*/
#page_about-us #system_sec {
  background: #FCF8EC;
  padding: 115px 0 110px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #system_sec {
    padding: 50px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  #page_about-us #system_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_about-us #system_sec .img_area {
  background: #fff;
  padding: 45px 20px 60px;
  text-align: center;
  border: 3px solid #EB7908;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_about-us #system_sec .img_area {
    padding: 28px 20px 35px;
    border-radius: 12px;
  }
}

#page_about-us #system_sec .img_area .ttl {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page_about-us #system_sec .img_area .ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

#page_about-us #system_sec .img_area:before, #page_about-us #system_sec .img_area:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}

#page_about-us #system_sec .img_area:before {
  border-right: 420px solid transparent;
  border-top: 330px solid #EB7908;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_about-us #system_sec .img_area:before {
    border-right-width: 236px;
    border-top-width: 186px;
  }
}

#page_about-us #system_sec .img_area:after {
  border-left: 420px solid transparent;
  border-bottom: 330px solid #EB7908;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_about-us #system_sec .img_area:after {
    border-left-width: 236px;
    border-bottom-width: 186px;
  }
}

#page_about-us #system_sec .img_area img {
  max-width: 100%;
  height: auto;
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■支援機関の方へ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_supporter .page_ttl {
  background-image: url(../img/ico_supporter.png);
}

@media only screen and (min-width: 768px) {
  #page_supporter .page_ttl {
    margin-bottom: 77px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .page_ttl {
    background-size: auto 50px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .hd07 {
    position: relative;
  }
}

#page_supporter .hd07 .inner {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #page_supporter .hd07 .inner {
    position: relative;
  }
}

#page_supporter .hd07 .img {
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_supporter .hd07 .img {
    bottom: 0;
    left: -18px;
  }
}

#page_supporter .hd07 .img img {
  width: 100%;
  height: auto;
}

/*-------------------------
page_supporter
-------------------------*/
#page_supporter #main_intro_sec {
  margin-bottom: 67px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #main_intro_sec {
    margin-bottom: 48px;
  }
}

#page_supporter #main_intro_sec .intro_wrap {
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #page_supporter #main_intro_sec .txt_area {
    max-width: 640px;
    width: calc(100% - 41.6%);
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter #main_intro_sec .txt_area .hd06 {
    margin-bottom: -17px;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter #main_intro_sec .img_area {
    width: 41.6%;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter #main_intro_sec .img_area p.img {
    max-width: 533px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter #main_intro_sec .img_area p.img {
    width: 100%;
  }
}

#page_supporter #main_intro_sec .balloon_img {
  right: -6px;
  top: -134px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #main_intro_sec .balloon_img {
    width: 165px;
    float: right;
    margin-bottom: -8px;
  }
}

/*-------------------------
counselor_sec
-------------------------*/
#page_supporter #counselor_sec {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter #counselor_sec .hd07 .inner {
    padding: 0 185px;
  }
}

#page_supporter #counselor_sec .hd07 .img {
  width: 160px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .hd07 .img {
    width: 95px;
  }
}

#page_supporter #counselor_sec .counselor_box .box_area {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box .box_area {
    margin-top: 30px;
  }
}

#page_supporter #counselor_sec .counselor_box .box_area .box_ttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box .box_area .box_ttl {
    font-size: 1.8rem;
  }
}

#page_supporter #counselor_sec .counselor_box .box_area .btn02 {
  text-align: left;
  margin-top: 22px;
}

#page_supporter #counselor_sec .counselor_box .box_area .btn02 .btn_inner {
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box .box_area .btn02 .btn_inner {
    min-width: inherit;
    width: 100%;
  }
}

#page_supporter #counselor_sec .counselor_box .box01 {
  position: relative;
}

#page_supporter #counselor_sec .counselor_box .box01 .img {
  width: 130px;
  position: absolute;
  top: -124px;
  right: 37px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box .box01 .img {
    width: 87px;
    top: -87px;
    right: 18px;
  }
}

#page_supporter #counselor_sec .counselor_box .box01 .img img {
  width: 100%;
  height: auto;
}

#page_supporter #counselor_sec .counselor_box .box01 .kome li {
  margin-bottom: 5px;
}

#page_supporter #counselor_sec .counselor_box .box01 .kome li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #page_supporter #counselor_sec .counselor_box .box01 .kome li span.pcCont {
    display: inline-block;
    text-indent: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box .box01 .kome li span.pcCont {
    display: none;
  }
}

#page_supporter #counselor_sec .counselor_box dl {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box dl {
    display: block;
  }
}

#page_supporter #counselor_sec .counselor_box dl dt, #page_supporter #counselor_sec .counselor_box dl dd {
  display: flex;
  align-items: center;
  min-height: 90px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box dl dt, #page_supporter #counselor_sec .counselor_box dl dd {
    min-height: 56px;
  }
}

#page_supporter #counselor_sec .counselor_box dl dt {
  justify-content: center;
  border: 2px solid #EB7908;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #F66D06;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  width: 240px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box dl dt {
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 15px;
  }
}

#page_supporter #counselor_sec .counselor_box dl dd {
  width: calc(100% - 240px);
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

#page_supporter #counselor_sec .counselor_box dl + .txt {
  margin-top: 20px;
}

#page_supporter #counselor_sec .counselor_box + .counselor_box {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #counselor_sec .counselor_box + .counselor_box {
    margin-top: 40px;
  }
}

/*-------------------------
supporter_sec
-------------------------*/
#page_supporter #supporter_sec {
  margin-top: 142px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #supporter_sec {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter #supporter_sec .hd07 .inner {
    padding: 0 165px;
  }
}

#page_supporter #supporter_sec .hd07 .img {
  width: 148px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #supporter_sec .hd07 .img {
    width: 91px;
  }
}

#page_supporter #supporter_sec .supporter_menu {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_supporter #supporter_sec .supporter_menu {
    display: block;
  }
}

#page_supporter #supporter_sec .supporter_menu li {
  width: 24%;
  max-width: 280px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #supporter_sec .supporter_menu li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 40px;
  }
  #page_supporter #supporter_sec .supporter_menu li:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter #supporter_sec .supporter_menu .hd10 {
    margin-bottom: 30px;
    min-height: 76px;
  }
}

/*-------------------------
comment_sec
-------------------------*/
#page_supporter .comment_sec {
  margin-top: 150px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_supporter .comment_sec {
    text-align: left;
    margin-top: 80px;
  }
}

#page_supporter .comment_sec .txt {
  color: #EB7908;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  #page_supporter .comment_sec .txt {
    font-size: 2rem;
    line-height: 1.85;
  }
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■コーディネーター紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_coordinator .page_ttl {
  background-image: url(../img/ico_concierge.png);
  background-size: auto 70px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .page_ttl {
    background-size: auto 50px;
  }
}

@media only screen and (min-width: 768px) {
  #page_coordinator .innerWrap {
    max-width: 1520px;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  #page_coordinator .innerWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #page_coordinator .hd08 {
    min-height: 88px;
  }
}

@media only screen and (max-width: 767px) {
  #page_coordinator .hd08 {
    margin-left: 15px;
  }
}

#page_coordinator #main_contents .block + .block {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator #main_contents .block + .block {
    margin-top: 50px;
  }
}

/*-------------------------
coordinator_list
-------------------------*/
#page_coordinator .coordinator_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -32px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list {
    margin-bottom: -24px;
  }
}

#page_coordinator .coordinator_list:after {
  content: "";
  display: block;
  width: 32%;
  max-width: 440px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list:after {
    content: none;
  }
}

#page_coordinator .coordinator_list > li {
  width: 32%;
  max-width: 440px;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list > li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list > li.chief {
    margin-bottom: 50px;
  }
}

#page_coordinator .coordinator_list .box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 32px 10% 70px;
  position: relative;
  min-height: 550px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list .box {
    min-height: inherit;
    padding: 24px 30px 60px;
  }
}

#page_coordinator .coordinator_list .box.open {
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list .box.open {
    padding-bottom: 90px;
  }
}

#page_coordinator .coordinator_list .img {
  border-radius: 50%;
  overflow: hidden;
  line-height: 1;
  width: 200px;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list .img {
    width: 180px;
  }
}

#page_coordinator .coordinator_list .img img {
  width: 100%;
  height: auto;
}

#page_coordinator .coordinator_list .name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}

#page_coordinator .coordinator_list .sub {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

#page_coordinator .coordinator_list .txt_area {
  text-align: left;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list .txt_area {
    font-size: 1.5rem;
  }
}

#page_coordinator .coordinator_list .txt_area.is-hide {
  height: 6em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list .txt_area.is-hide {
    height: 5em;
  }
}

#page_coordinator .coordinator_list .txt_area.is-hide:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .coordinator_list .txt_area.is-hide:after {
    height: 72px;
  }
}

#page_coordinator .coordinator_list .btn {
  border: 1px solid #888;
  border-radius: 50px;
  background: url(../img/ico_arrow03.png) no-repeat right 18px center #fff;
  background-size: 14px auto;
  font-size: 1.6rem;
  position: absolute;
  padding: 7px 15px;
  width: 200px;
  bottom: 32px;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
  transition: all 0.25s linear;
}

#page_coordinator .coordinator_list .btn:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#page_coordinator .coordinator_list .btn:before {
  content: "もっと見る";
}

#page_coordinator .coordinator_list .btn:hover {
  cursor: pointer;
}

#page_coordinator .coordinator_list .btn.is-show {
  background-image: url(../img/ico_arrow03_t.png);
}

#page_coordinator .coordinator_list .btn.is-show:before {
  content: "閉じる";
}

#page_coordinator .coordinator_list .ico {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -2px 9px;
}

#page_coordinator .coordinator_list .ico li {
  line-height: 1.3;
  font-size: 1.5rem;
  color: #fff;
  background: #EB7908;
  border-radius: 30px;
  padding: 4px 15px 6px;
  margin: 0 2px 4px;
}

/*pickup_block*/
#page_coordinator .pickup_block {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .pickup_block {
    padding-top: 12px;
  }
}

#page_coordinator .pickup_block .balloon_img {
  position: absolute;
  top: -16px;
  right: -21px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_coordinator .pickup_block .balloon_img {
    width: 185px;
    top: -40px;
    right: -6px;
  }
}

@media only screen and (min-width: 768px) {
  #page_coordinator .pickup_block .coordinator_list > li.top {
    padding-top: calc(88px + 35px);
  }
}

/*アイコンのカラー*/
#page_coordinator .coordinator_list .ico li.j_keikaku {
  background: #13AE67;
}

#page_coordinator .coordinator_list .ico li.k_kakushin {
  background: #920783;
}

#page_coordinator .coordinator_list .ico li.j_ikusei {
  background: #E83828;
}

#page_coordinator .coordinator_list .ico li.shikin {
  background: #007487;
}

#page_coordinator .coordinator_list .ico li.s_shien {
  background: #8FC31F;
}

#page_coordinator .coordinator_list .ico li.s_katuyo {
  background: #910010;
}

#page_coordinator .coordinator_list .ico li.hanro {
  background: #F39800;
}

#page_coordinator .coordinator_list .ico li.s_shukyaku {
  background: #6A3F05;
}

#page_coordinator .coordinator_list .ico li.store {
  background: #F29C97;
}

#page_coordinator .coordinator_list .ico li.it {
  background: #B28247;
}

#page_coordinator .coordinator_list .ico li.kaigai {
  background: #FCC800;
}

#page_coordinator .coordinator_list .ico li.design {
  background: #00A0E9;
}

#page_coordinator .coordinator_list .ico li.i_kaihatsu {
  background: #1D2088;
}

#page_coordinator .coordinator_list .ico li.j_shokei {
  background: #A59ACA;
}

#page_coordinator .coordinator_list .ico li.goods {
  background: #7ECEF4;
}

#page_coordinator .coordinator_list .ico li.koyo {
  background: #009944;
}

#page_coordinator .coordinator_list .ico li.e_commerce {
  background: #E85298;
}

#page_coordinator .coordinator_list .ico li.chiteki {
  background: #539B9B;
}

#page_coordinator .coordinator_list .ico li.k_kaizen {
  background: #5D6195;
}

#page_coordinator .coordinator_list .ico li.btob_kaigai {
  background: #EA5514;
}

#page_coordinator .coordinator_list .ico li.i_kikaku {
  background: #541B86;
}

#page_coordinator .coordinator_list .ico li.j_new {
  background: #007F3A;
}

#page_coordinator .coordinator_list .ico li.marketing {
  background: #F19EC2;
}

#page_coordinator .coordinator_list .ico li.s_kojo {
  background: #7A6A56;
}

#page_coordinator .coordinator_list .ico li.photo {
  background: #95B7E1;
}

#page_coordinator .coordinator_list .ico li.sns {
  background: #E4007F;
}

#page_coordinator .coordinator_list .ico li.datutanso {
  background: #847245;
}

#page_coordinator .coordinator_list .ico li.bcp {
  background: #670f51;
}

#page_coordinator .coordinator_list .ico li.j_jinji {
  background: #9ead7c;
}

#page_coordinator .coordinator_list .ico li.r_romukanri {
  background: #6f2322;
}

#page_coordinator .coordinator_list .ico li.koho_pr {
  background: #cc3300;
}

#page_coordinator .coordinator_list .ico li.dx_suishin {
  background: #bb5535;
}

#page_coordinator .coordinator_list .ico li.w_marketing {
  background: #941f57;
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■access
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_access .page_ttl {
  background-image: url(../img/ico_access.png);
}

@media only screen and (min-width: 768px) {
  #page_access .page_ttl {
    background-position: left top 5px;
    padding-left: 82px;
  }
}

@media only screen and (max-width: 767px) {
  #page_access .page_ttl {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  #page_access .balloon_img.spCont {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #page_access .balloon_img.spCont {
    width: 165px;
    margin: 0 0 11px auto;
  }
}

/*-------------------------
map_block
-------------------------*/
#page_access .map_block {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}

#page_access .map_block .balloon_img {
  position: absolute;
  top: -170px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .balloon_img {
    display: none !important;
  }
}

#page_access .map_block .txt_area {
  width: 34.4%;
  padding-right: 20px;
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .txt_area {
    width: 100%;
    padding-right: 0;
    max-width: inherit;
  }
}

#page_access .map_block .txt_area .address {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .txt_area .address {
    font-size: 2.2rem;
  }
}

#page_access .map_block .txt_area .time {
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .txt_area .time {
    margin-bottom: 30px;
  }
}

#page_access .map_block .txt_area .attention {
  border: 1px solid #EB7908;
  border-radius: 8px;
  padding: 20px 24px;
  color: #EB7908;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .txt_area .attention {
    padding: 15px 20px;
  }
}

#page_access .map_block .txt_area .btn02 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .txt_area .btn02 {
    margin-top: 24px;
  }
}

#page_access .map_block .txt_area .btn02 .btn_inner {
  min-width: inherit;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .txt_area .btn02 .btn_inner small {
    display: block;
  }
}

#page_access .map_block .map_area {
  width: 65.6%;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .map_area {
    width: 100%;
    margin-bottom: 17px;
  }
}

#page_access .map_block .map_area iframe {
  width: 100%;
  height: 580px;
}

@media only screen and (max-width: 767px) {
  #page_access .map_block .map_area iframe {
    height: 330px;
  }
}

/*-------------------------
block
-------------------------*/
#page_access .block .box {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_access .block .box {
    display: block;
  }
}

#page_access .block .box .img_area {
  width: 60.9%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 23px;
}

@media only screen and (max-width: 767px) {
  #page_access .block .box .img_area {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
  }
}

#page_access .block .box .img_area img {
  width: 100%;
  max-width: 730px;
  height: auto;
  margin: 0 auto;
}

#page_access .block .box .txt_area {
  width: 39.1%;
  padding-left: 20px;
  max-width: 460px;
}

@media only screen and (max-width: 767px) {
  #page_access .block .box .txt_area {
    width: 100%;
    padding-left: 0;
    max-width: inherit;
  }
}

#page_access .block .box .txt_area .hd07 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #page_access .block .box .txt_area .hd07 {
    margin-top: 24px;
  }
}

#page_access .block .box .txt_area .small {
  font-size: 1.4rem;
  display: block;
  margin-top: -5px;
}

#page_access .block .box .txt_area .link01 {
  margin-top: 12px;
}

#page_access .block .hd06 {
  padding-left: 60px;
  background: url(../img/ico_train.png) no-repeat left center;
  background-size: 42px auto;
}

#page_access .block.car_block .hd06 {
  background-image: url(../img/ico_car.png);
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■よくある質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.faq_list dt, .faq_list dd {
  position: relative;
  padding-left: 2em;
}

.faq_list dt:before, .faq_list dd:before {
  content: "Q.";
  display: block;
  color: #EB7908;
  position: absolute;
  top: 1px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .faq_list dt:before, .faq_list dd:before {
    top: -1px;
  }
}

.faq_list dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .faq_list dt {
    font-size: 1.8rem;
  }
}

.faq_list dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.faq_list dd:last-of-type {
  margin-bottom: 0;
}

.faq_list dd:before {
  content: "A.";
  color: #3FBE8B;
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■留意事項
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_attention .read_txt {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_attention .read_txt {
    margin-bottom: 30px;
  }
}

#page_attention .kome li + li {
  margin-top: 10px;
}

/*-------------------------
info_block
-------------------------*/
#page_attention .info_block .box01 {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  #page_attention .info_block .box01 {
    margin-top: 35px;
  }
}

#page_attention .info_block .box01 .kome li + li {
  margin-top: 0;
}

/*-------------------------
about_block
-------------------------*/
#page_attention .about_block .box + .box {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  #page_attention .about_block .box + .box {
    margin-top: 35px;
  }
}

/*-------------------------
details_block
-------------------------*/
#page_attention #main_contents .details_block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  #page_attention #main_contents .details_block {
    margin-top: 45px;
    padding-top: 45px;
  }
}

#page_attention #main_contents .details_block .ttl {
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 10px;
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_privacy ol.privacy {
  counter-reset: list-count;
  position: relative;
}

#page_privacy ol.privacy > li {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #page_privacy ol.privacy > li {
    margin-bottom: 35px;
  }
}

#page_privacy ol.privacy > li:last-of-type {
  margin-bottom: 0;
}

#page_privacy ol.privacy > li .ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_privacy ol.privacy > li .ttl {
    margin-bottom: 10px;
  }
}

#page_privacy ol.privacy > li .ttl:before {
  content: counter(list-count) ".";
  counter-increment: list-count;
}

#page_privacy .box01 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #page_privacy .box01 {
    margin-top: 45px;
  }
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■メルマガ登録
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_mail-magazine .btn01 {
  margin: 30px auto 60px;
}

#page_mail-magazine .box01 {
  margin: 30px 0 60px;
}

#page_mail-magazine .box01 strong {
  font-weight: 700;
}

#page_mail-magazine .hd06 {
  margin-bottom: 20px;
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/*-------------------------
news_category_area
-------------------------*/
.news_category_list {
  border-bottom: 2px solid #EB7908;
}

@media only screen and (max-width: 767px) {
  .news_category_list {
    border-bottom: none;
  }
}

.news_category_list ul {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .news_category_list ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.news_category_list li {
  margin-right: 12px;
  min-width: 185px;
}

@media only screen and (max-width: 767px) {
  .news_category_list li {
    min-width: inherit;
    margin: 0 0 10px;
    width: calc(50% - 5px);
  }
}

.news_category_list li a, .news_category_list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 9px;
  background: #f0f0f0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #888;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .news_category_list li a, .news_category_list li span {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .news_category_list li a, .news_category_list li span {
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 4px;
  }
}

.news_category_list li span:hover {
  cursor: pointer;
}

.news_category_list li.current-cat a,
.news_category_list li.active span {
  border-color: #EB7908;
  background: #EB7908;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .news_category_list li a:hover,
  .news_category_list li span:hover {
    border-color: #EB7908;
    background: #EB7908;
    color: #fff;
  }
}

/*-------------------------
list_news
-------------------------*/
.post_date {
  width: 124px;
  padding-top: 4px;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .post_date {
    width: 110px;
    padding-top: 3px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.post_category {
  width: 140px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .post_category {
    width: calc(100% - 110px);
    padding-right: 0;
  }
}

.post_category span {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  min-width: 80px;
  border-radius: 3px;
  line-height: 1.2;
  padding: 4px 5px;
  margin: 6px 5px 5px 0;
  border: 2px solid #EB7908;
  color: #EB7908;
}

@media only screen and (max-width: 767px) {
  .post_category span {
    display: inline-block;
    margin-top: 0;
  }
}

.post_category span.information {
  border-color: #D8383C;
  color: #D8383C;
}

.post_category span.seminar {
  border-color: #7797AF;
  color: #7797AF;
}

.post_category span.workshop {
  border-color: #44A680;
  color: #44A680;
}

.post_category span.others {
  border-color: #D99159;
  color: #D99159;
}

.list_news li {
  border-bottom: 1px solid #ddd;
}

.list_news li a {
  display: block;
  transition: all 0.25s linear;
  background: url(../img/ico_arrow02.png) no-repeat right 25px center;
  background-size: 9px auto;
}

.list_news li a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .list_news li a {
    background: none;
  }
}

.list_news li .inner {
  display: flex;
  padding: 20px 50px 20px 15px;
}

@media only screen and (max-width: 767px) {
  .list_news li .inner {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.list_news li .post_title {
  font-size: 1.6rem;
  width: calc(100% - (124px + 134px));
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .list_news li .post_title {
    margin-top: 6px;
    width: 100%;
    padding-right: 30px;
    background: url(../img/ico_arrow02.png) no-repeat right 5px center;
    background-size: 8px auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■お知らせトップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_news .page_ttl {
  background-image: url(../img/ico_news.png);
}

@media only screen and (min-width: 768px) {
  #page_news .page_ttl {
    background-position: left 8px top 7px;
  }
}

#page_news .list_news {
  margin: 40px auto 0;
  max-width: 1280px;
}

@media only screen and (max-width: 767px) {
  #page_news .list_news {
    margin-top: 18px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-current-news_details #main_contents .innerWrap {
  max-width: 1000px;
}

@media only screen and (min-width: 768px) {
  .page-current-news_details #main_contents .innerWrap {
    padding: 0;
  }
}

.page-current-news_details #hd_area .hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.page-current-news_details #hd_area .hd .post_date {
  width: auto;
  white-space: nowrap;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .page-current-news_details #hd_area .hd .post_date {
    padding-right: 10px;
  }
}

.page-current-news_details #hd_area .hd .post_category {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: 5px;
  margin-right: 0;
}

.page-current-news_details article {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .page-current-news_details article {
    padding-bottom: 32px;
    margin-top: 32px;
  }
}

/*ベージュ*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ 生産性向上支援センターとは
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root {
  --blue1: #3B5FC0;
  --blue2: #EBF4FC;
}

#page_seisansei .page_ttl,
#page_index .seisansei_cta_sec .page_ttl {
  background-image: url(../img/ico_seisansei.png);
}

@media only screen and (min-width: 768px) {
  #page_seisansei .page_ttl,
  #page_index .seisansei_cta_sec .page_ttl {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei .page_ttl,
  #page_index .seisansei_cta_sec .page_ttl {
    background-size: auto 48px;
  }
}

#page_seisansei #main_contents,
#page_index .seisansei_cta_sec #main_contents {
  padding-bottom: 0;
}

#page_seisansei .btn01 .btn_inner,
#page_index .seisansei_cta_sec .btn01 .btn_inner {
  color: var(--blue1);
  border-color: var(--blue1);
}

#page_seisansei .btn01:not(.c_red) .btn_inner::before,
#page_index .seisansei_cta_sec .btn01:not(.c_red) .btn_inner::before {
  background-color: rgba(59, 95, 192, 0.1);
}

#page_seisansei .btn01:not(.c_red) a:not([target="_blank"]),
#page_index .seisansei_cta_sec .btn01:not(.c_red) a:not([target="_blank"]) {
  background-image: url(../img/ico_arrow01.png);
}

#page_seisansei .btn01:not(.c_red) a[target="_blank"],
#page_index .seisansei_cta_sec .btn01:not(.c_red) a[target="_blank"] {
  background-image: url(../img/ico_blank01.png);
}

#page_seisansei .btn01.c_red .btn_inner,
#page_index .seisansei_cta_sec .btn01.c_red .btn_inner {
  background-color: var(--blue1);
  color: #fff;
}

#page_seisansei .hd08 .inner,
#page_index .seisansei_cta_sec .hd08 .inner {
  background-image: url(../img/ttl_bg02_l.png), url(../img/ttl_bg02_r.png);
}

#page_seisansei .hd08 .en,
#page_index .seisansei_cta_sec .hd08 .en {
  color: var(--blue1);
}

#page_seisansei .hd09,
#page_index .seisansei_cta_sec .hd09 {
  color: var(--blue1);
}

#page_seisansei .hd09 .in::before, #page_seisansei .hd09 .in::after,
#page_index .seisansei_cta_sec .hd09 .in::before,
#page_index .seisansei_cta_sec .hd09 .in::after {
  background-color: currentColor;
}

.page-seisansei .contact_nav {
  display: none;
}

/*-------------------------
main_intro_sec
-------------------------*/
@media only screen and (max-width: 767px) {
  #page_seisansei #main_intro_sec {
    margin-bottom: 0;
  }
}

#page_seisansei #main_intro_sec .intro_wrap {
  margin-bottom: 102px;
}

@media only screen and (min-width: 768px) {
  #page_seisansei #main_intro_sec .intro_wrap {
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #main_intro_sec .intro_wrap {
    margin-bottom: 47px;
  }
}

@media only screen and (min-width: 768px) {
  #page_seisansei #main_intro_sec .img_area {
    padding-left: 5.9%;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #main_intro_sec .img_area {
    padding: 18px;
  }
}

@media only screen and (min-width: 768px) {
  #page_seisansei #main_intro_sec .img_area p.img {
    max-width: 517px;
  }
}

/*point_sec*/
#page_seisansei #point_sec .point_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #point_sec .point_list {
    display: block;
    margin-bottom: 55px;
  }
}

#page_seisansei #point_sec .point_list li {
  width: 32%;
  max-width: 400px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #point_sec .point_list li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 32px;
  }
  #page_seisansei #point_sec .point_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_seisansei #point_sec .point_list .img {
  line-height: 1;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #point_sec .point_list .img {
    margin-bottom: 23px;
  }
}

#page_seisansei #point_sec .point_list .img img {
  width: 100%;
  height: auto;
}

#page_seisansei #point_sec .point_list .en {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #point_sec .point_list .en {
    font-size: 2.8rem;
  }
}

#page_seisansei #point_sec .point_list .ttl {
  font-size: 2.8rem;
  color: var(--blue1);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  word-break: auto-phrase;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #point_sec .point_list .ttl {
    font-size: 2.4rem;
  }
}

#page_seisansei #point_sec .point_list .txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #point_sec .point_list .txt {
    line-height: 1.8;
    padding: 0;
  }
}

/*contact_sec*/
#page_seisansei .contact_sec {
  border-radius: 12px;
  padding: 35px 20px 45px;
  position: relative;
  z-index: 5;
  background-color: var(--blue1);
}

@media only screen and (max-width: 767px) {
  #page_seisansei .contact_sec {
    padding: 16px 15px 30px;
  }
}

#page_seisansei .contact_sec p:not([class]) {
  color: #fff;
}

#page_seisansei .contact_sec .btn01 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  #page_seisansei .contact_sec .btn01 .btn_inner {
    min-width: 618px;
  }
}

/*-------------------------
support_sec
-------------------------*/
@media only screen and (min-width: 768px) {
  #page_seisansei #support_sec {
    padding-top: 178px;
  }
}

#page_seisansei #support_sec.bg01 {
  background-color: var(--blue2);
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #page_seisansei #support_sec .hd09 {
    margin-bottom: 85px;
  }
}

#page_seisansei #support_sec .hd08 {
  margin-bottom: -80px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .hd08 {
    margin-bottom: 95px;
  }
}

#page_seisansei #support_sec .support_area {
  position: relative;
}

#page_seisansei #support_sec .hd_img {
  position: absolute;
  top: -56px;
  right: 180px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .hd_img {
    right: 0;
    left: 50%;
    margin-left: -136px;
  }
}

#page_seisansei #support_sec .hd_img img {
  width: 167px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .hd_img img {
    width: 112px;
  }
}

#page_seisansei #support_sec .bg_txt {
  text-align: center;
  line-height: 1;
  font-size: 14rem;
  color: #fff;
  position: relative;
  z-index: -1;
  bottom: -22px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .bg_txt {
    font-size: 8rem;
    bottom: -13px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#page_seisansei #support_sec .balloon_img {
  position: absolute;
  right: -12px;
  top: -91px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .balloon_img {
    width: 189px;
    top: -85px;
    right: auto;
    left: 50%;
    margin-left: -20px;
  }
}

#page_seisansei #support_sec .support_list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list {
    display: block;
    margin-bottom: -15px;
  }
}

#page_seisansei #support_sec .support_list:after {
  content: "";
  display: block;
  width: calc(33.33% - (20px / 3));
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list:after {
    content: none;
  }
}

#page_seisansei #support_sec .support_list li {
  width: calc(33.33% - (20px / 3));
  margin-bottom: 10px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 60px 35px 32px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 32px 35px 28px;
  }
}

#page_seisansei #support_sec .support_list .img {
  line-height: 1;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 152px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list .img {
    min-height: 132px;
    margin-bottom: 18px;
  }
}

#page_seisansei #support_sec .support_list .img:before {
  content: "";
  display: block;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #E6F5EF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -76px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list .img:before {
    width: 132px;
    height: 132px;
    margin-left: -66px;
  }
}

#page_seisansei #support_sec .support_list .img img {
  width: 100%;
  max-width: 152px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list .img img {
    max-width: 180px;
  }
}

#page_seisansei #support_sec .support_list .ttl {
  color: var(--blue1);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list .ttl {
    margin-bottom: 10px;
  }
}

#page_seisansei #support_sec .support_list .ttl small {
  font-size: 1.8rem;
}

#page_seisansei #support_sec .support_list .txt {
  font-size: 1.6rem;
  line-height: 1.85;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #support_sec .support_list .txt {
    line-height: 1.8;
  }
}

/*-------------------------
flow_sec
-------------------------*/
#page_seisansei #flow_sec {
  padding: 112px 0 120px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec {
    padding: 60px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_seisansei #flow_sec .flow_list {
  padding-top: 27px;
  /*個別設定*/
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list {
    padding-top: 0;
  }
}

#page_seisansei #flow_sec .flow_list li {
  display: flex;
}

#page_seisansei #flow_sec .flow_list li + li {
  margin-top: -35px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li + li {
    margin-top: 32px;
  }
}

#page_seisansei #flow_sec .flow_list li .inner {
  display: flex;
  width: 49%;
  max-width: 620px;
  padding: 38px 50px 40px 38px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .inner {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 34px 32px 30px;
  }
}

#page_seisansei #flow_sec .flow_list li .inner:after {
  content: "";
  display: block;
  border: 24px solid rgba(59, 95, 192, 0.2);
  border-bottom: none;
  width: 534px;
  height: 105px;
  border-radius: 0 80px 0 0;
  position: absolute;
  bottom: 17px;
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .inner:after {
    border-width: 18px;
    width: 30%;
    height: 100px;
    border-radius: 0;
    bottom: -30px;
  }
}

#page_seisansei #flow_sec .flow_list li .num {
  line-height: 1.1;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 130px;
  padding-top: 7px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .num {
    font-size: 2.4rem;
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

#page_seisansei #flow_sec .flow_list li .num span {
  position: relative;
  display: inline-block;
}

#page_seisansei #flow_sec .flow_list li .num span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .num span:after {
    margin-top: 8px;
  }
}

#page_seisansei #flow_sec .flow_list li .txt_area {
  width: calc(100% - 130px);
  word-break: auto-phrase;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .txt_area {
    width: 100%;
  }
}

#page_seisansei #flow_sec .flow_list li .txt_area .ttl {
  color: var(--blue1);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .txt_area .ttl {
    font-size: 2.2rem;
  }
}

#page_seisansei #flow_sec .flow_list li .txt_area .txt {
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li .txt_area .txt {
    line-height: 1.8;
  }
}

#page_seisansei #flow_sec .flow_list li .img {
  position: absolute;
  z-index: 2;
}

#page_seisansei #flow_sec .flow_list li .img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list li:nth-of-type(2n + 1) .inner:after {
    right: -230px;
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li:nth-of-type(2n + 1) .inner:after {
    border-right: none;
    left: 41px;
  }
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list li:nth-of-type(2n) {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li:nth-of-type(2n) .inner {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list li:nth-of-type(2n) .inner:after {
    border-radius: 80px 0 0 0;
    border-right: none;
    left: -470px;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list li:nth-of-type(2n) .inner:after {
    border-radius: 0 50px 0 0;
    height: 135px;
    right: -38px;
    border-left: none;
  }
}

#page_seisansei #flow_sec .flow_list li:last-of-type .inner:after {
  content: none;
}

#page_seisansei #flow_sec .flow_list li.scrollin .inner:after {
  animation: flow_line 0.7s linear 0s 1 forwards;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list .step01 .inner {
    width: 100%;
  }
}

#page_seisansei #flow_sec .flow_list .step01 .img {
  width: 130px;
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list .step01 .img {
    bottom: 0;
    left: 0;
    transform: translate(-65%, 25%);
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list .step01 .img {
    top: 0;
    right: 0;
    transform: translate(20px, -15%);
  }
}

#page_seisansei #flow_sec .flow_list .step02 .img {
  width: 208px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list .step02 .img {
    bottom: 0;
    transform: translate(15%, 15%);
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list .step02 .img {
    width: 139px;
    top: 0;
    transform: translate(20px, -10%);
  }
}

#page_seisansei #flow_sec .flow_list .step03 .img {
  width: 143px;
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list .step03 .img {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 25%);
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list .step03 .img {
    top: 0;
    right: 0;
    transform: translate(10px, -30%);
  }
}

#page_seisansei #flow_sec .flow_list .step04 .img {
  width: 181px;
  right: 0;
  transform: translate(15%, 30%);
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list .step04 .img {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list .step04 .img {
    width: 160px;
    top: 0;
    transform: translate(30px, -15%);
  }
}

#page_seisansei #flow_sec .flow_list .step05 .img {
  width: 179px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list .step05 .img {
    bottom: 0;
    transform: translate(85%, 15%);
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #flow_sec .flow_list .step05 .img {
    width: 159px;
    top: 0;
    transform: translate(5px, -40%);
  }
}

@media only screen and (min-width: 768px) {
  #page_seisansei #flow_sec .flow_list .step05 .txt_area .txt {
    min-height: calc(1.85em * 2);
  }
}

/*-------------------------
yorozu_sec
-------------------------*/
#page_seisansei #yorozu_sec {
  padding: 150px 60px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #yorozu_sec {
    padding: 60px 30px;
  }
}

#page_seisansei #yorozu_sec .innerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 64px;
  background: #FCF8EC;
  border-radius: 12px;
  padding: 32px 64px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #yorozu_sec .innerWrap {
    display: block;
    padding: 32px 32px;
  }
}

#page_seisansei #yorozu_sec .ttl {
  color: #EB7908;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #yorozu_sec .ttl {
    font-size: 2.2rem;
  }
}

#page_seisansei #yorozu_sec .txt {
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #yorozu_sec .txt {
    line-height: 1.8;
  }
}

#page_seisansei #yorozu_sec .img {
  max-width: 608px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #yorozu_sec .img {
    margin: 24px auto 0;
  }
}

#page_seisansei #yorozu_sec .img img {
  width: 100%;
  height: auto;
}

/*-------------------------
seisansei_cta_sec
-------------------------*/
#page_seisansei #seisansei_cta_sec {
  background: var(--blue1);
  padding: 35px 0;
}

#page_seisansei #seisansei_cta_sec .innerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 64px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #seisansei_cta_sec .innerWrap {
    display: block;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_seisansei #seisansei_cta_sec .btn01 {
    padding: 0 30px;
  }
}

#page_seisansei #seisansei_cta_sec .hd04 {
  color: #fff;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #seisansei_cta_sec .hd04 {
    margin-bottom: 20px;
  }
}

#page_seisansei #seisansei_cta_sec .hd04 .in {
  background-image: url(../img/ttl_bg_l_w.png), url(../img/ttl_bg_r_w.png);
}

#page_seisansei #seisansei_cta_sec dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #page_seisansei #seisansei_cta_sec dl {
    padding: 0 30px;
    margin-top: 24px;
  }
}

#page_seisansei #seisansei_cta_sec dl dt {
  display: grid;
  grid-template-columns: 1fr 1em;
}

#page_seisansei #seisansei_cta_sec dl dt::after {
  content: '：';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ トップページ　生産性向上支援センター　導線
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_index .seisansei_cta_sec {
  background: var(--blue2);
  /*background: #d8dff2;*/
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  #page_index .seisansei_cta_sec {
    padding: 55px 0;
  }
}

#page_index .seisansei_cta_sec .hd04 {
  color: var(--blue1);
  font-size: 4.0rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page_index .seisansei_cta_sec .hd04 {
    font-size: 2.4rem;
    margin-bottom: 21px;
  }
}

#page_index .seisansei_cta_sec .hd04 .in {
  background-image: url(../img/ttl_bg_l.png), url(../img/ttl_bg_r.png);
}

@media only screen and (max-width: 767px) {
  #page_index .seisansei_cta_sec .hd04 .in {
    padding: 0 46px;
    background-position: left center,right center;
    background-size: 36px auto;
  }
}

#page_index .seisansei_cta_sec .btn_list li:only-of-type {
  max-width: 800px;
  margin: 0 auto;
}

#page_index .seisansei_cta_sec .btn_list li:only-of-type .btn_inner {
  width: 100%;
}
