@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
Body
--------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Serif JP", serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #523F1A;
  background: #FFF9E2;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
  padding-top: 100px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.contents {
  overflow-x: hidden;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

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

.container, .footer-inr {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide, .wide.footer-inr {
  max-width: 1200px;
}

/*------------
Header
--------------*/
.header {
  width: 100%;
  height: 100px;
  background: #FFF9E2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  transition: 0.5s;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  position: relative;
}
.header-inr .pc-navi {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 30px;
  background: #F1F7E9;
}
.header-inr .pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-inr .pc-navi .item {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 17px;
  line-height: 1.4;
}
.header-inr .pc-navi .item .item-link {
  display: block;
}
.header-inr .pc-navi .item .item-link:hover {
  transition: 0.3s;
  color: #E88600;
}
.header-inr .pc-navi .item:not(:last-child) {
  margin-right: 20px;
}
.header-inr .pc-navi .item:not(:last-child) .item-link {
  padding-right: 20px;
  border-right: 2px dotted #8B754D;
}
.header .h-logo {
  width: 290px;
}
.header .h-tel {
  display: flex;
  align-items: center;
}
.header .h-tel-time {
  line-height: 1.4;
  margin-left: 10px;
}
.header .tel {
  font-size: 30px;
}
.header .btn-cta {
  margin-left: 30px;
}

.humberger {
  display: none;
}

/*------------
G-navi
--------------*/
.pc-navi01 {
  padding-top: 33px;
}
.pc-navi01-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-navi01 .item {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.pc-navi01 .item:not(:last-child) {
  margin-right: 40px;
}
.pc-navi01 .item .item-link {
  display: block;
}
.pc-navi01 .item .item-link:hover {
  transition: 0.3s;
  color: #E88600;
}

.sp-navi {
  display: none;
}

.humberger {
  display: none;
}

/*------------
Hero
--------------*/
.hero {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}
.hero::before {
  position: absolute;
  content: "";
  background: url(../images/share/scroll-img.svg) no-repeat center/contain;
  left: 40px;
  bottom: 0;
  width: 18px;
  height: 136px;
}
.hero-slider {
  height: 100%;
}
.hero-slider .slider-img {
  height: 668px;
  background-color: #fff;
  background-image: url(../images/hero_img_main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1300px) and (min-width: 801px) {
  .hero-slider {
    background-color: #fff;
  }
  .hero-slider .slider-img {
    background: url(../images/hero_img_main-tab.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.hero-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-ttl {
  font-size: 46px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #E88600;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px;
  white-space: nowrap;
}
.hero-ttl .p-small {
  font-size: 38px;
  color: #523F1A;
  padding: 0 3px;
}
.hero-ttl .p-big {
  font-size: 36px;
  color: #523F1A;
  padding: 0 20px 0 3px;
}
.hero-ttl .p-color {
  color: #81C11B;
}
.hero-ttl .bre {
  display: none;
}
@media screen and (max-width: 1000px) {
  .hero-ttl .bre {
    display: block;
  }
}

/*------------
Top contents
--------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 10;
}
.t-ttl .en {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #E88600;
  display: block;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.t-ttl .jp {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 38px;
  line-height: 1.3;
}

.sec01 {
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.sec01::before {
  position: absolute;
  content: "";
  background: url(../images/sec01_bg01-pc.png) no-repeat center/contain;
  left: 10%;
  bottom: 0;
  width: 352px;
  height: 550px;
  z-index: -1;
}
.sec01::after {
  position: absolute;
  content: "";
  background: url(../images/sec01_bg02-pc.png) no-repeat center/contain;
  right: 12%;
  bottom: 0;
  width: 300px;
  height: 518px;
  z-index: -1;
}
.sec01-ttl {
  font-size: 38px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  line-height: 1.25;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.sec01-ttl::before {
  position: absolute;
  content: "";
  width: 412px;
  height: 12px;
  background: url(../images/sec01-ttl_img.png) no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.sec01-ttl span {
  color: #E88600;
}
.sec01 .btn-more, .sec01 .btn-cta {
  margin: 40px auto 0;
  width: 320px;
}

.sec02 {
  background: #F8EF92;
  padding: 75px 0 85px;
}
.sec02-layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 0 0 0 calc((100% - 1200px) / 2);
  margin-bottom: 100px;
  z-index: 0;
}
.sec02-layout:nth-child(2n) .l-desc::before {
  border-color: transparent transparent #F1F7E9 transparent;
}
.sec02-layout .l-img {
  position: relative;
  z-index: 0;
  height: 500px;
  width: 100%;
  margin: 0 0 0 -94px;
}
.sec02-layout .l-img img {
  border-radius: 60px 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.sec02-layout .l-desc {
  position: relative;
  z-index: 2;
  max-width: 600px;
  width: 100%;
  padding: 60px 70px 50px;
  background: #fff;
}
.sec02-layout .l-desc::before {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 250px;
  border-color: transparent transparent #FFFAC6 transparent;
}
.sec02-layout .l-ttl {
  display: block;
  margin-bottom: 50px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #E88600;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.sec02-layout .l-btn {
  margin-top: 30px;
}
.sec02-layout .l-btn .btn-more:nth-child(2), .sec02-layout .l-btn .btn-cta:nth-child(2) {
  margin-top: 10px;
}
.sec02-layout.reverse {
  flex-direction: row;
  padding: 0 calc((100% - 1200px) / 2) 0 0;
}
.sec02-layout.reverse .l-img {
  margin: 0 -94px 0 0;
}
.sec02-layout.reverse .l-img img {
  border-radius: 0 60px 0 0;
}
.sec02-layout.num01 .l-desc::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco01-r-pc.png) no-repeat center/contain;
  width: 192px;
  height: 506px;
  right: -100px;
  bottom: -27px;
  z-index: 3;
}
.sec02-layout.num01 .l-img::before {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco01-ll-pc.png) no-repeat center/contain;
  width: 302px;
  height: 283px;
  left: 60px;
  top: -153px;
}
.sec02-layout.num01 span {
  position: relative;
}
.sec02-layout.num01 span::before {
  content: "";
  position: absolute;
  background: url(../images/sec02_deco01-l-pc.png) no-repeat center/contain;
  width: 114px;
  height: 116px;
  left: -110px;
  bottom: -90px;
}
.sec02-layout.num02 .l-desc::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco02-pc.png) no-repeat center/contain;
  width: 248px;
  height: 489px;
  left: -162px;
  bottom: -29px;
  z-index: 3;
}
.sec02-layout.num03 .l-desc::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco03-r-pc.png) no-repeat center/contain;
  width: 154px;
  height: 450px;
  right: -84px;
  bottom: -42px;
  z-index: 3;
}
.sec02-layout.num03 span {
  position: relative;
}
.sec02-layout.num03 span::before {
  content: "";
  position: absolute;
  background: url(../images/sec02_deco03-l-pc.png) no-repeat center/contain;
  width: 88px;
  height: 97px;
  left: -98px;
  bottom: -88px;
}
.sec02-layout.num04 .l-desc::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco04-ll-pc.png) no-repeat center/contain;
  width: 96px;
  height: 122px;
  left: -30px;
  bottom: -30px;
}
.sec02-layout.num04 span {
  position: relative;
}
.sec02-layout.num04 span::before {
  content: "";
  position: absolute;
  background: url(../images/sec02_deco04-l-pc.png) no-repeat center/contain;
  left: -172px;
  bottom: 15px;
  width: 302px;
  height: 283px;
}
.sec02-layout.num04 span::after {
  content: "";
  position: absolute;
  background: url(../images/sec02_deco04-r-pc.png) no-repeat center/contain;
  width: 140px;
  height: 142px;
  left: 290px;
  bottom: 8px;
}
.sec02 .num05 {
  position: relative;
  z-index: 1;
}
.sec02 .num05::before {
  position: absolute;
  content: "";
  background: url(../images/sec02_deco05-pc.png) no-repeat center/contain;
  width: 215px;
  height: 193px;
  right: -147px;
  bottom: -112px;
}
.sec02 .sec02-bnr {
  display: flex;
  background: #fff;
  border: 2px solid #E8B700;
  overflow: hidden;
  position: relative;
}
.sec02 .sec02-bnr::before {
  position: absolute;
  content: "";
  background: url(../images/sec02_bnr_img-t.png) no-repeat center/contain;
  width: 318px;
  height: 230px;
  right: 0;
  top: 0;
}
.sec02 .sec02-bnr::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_bnr_img-b.png) no-repeat center/contain;
  width: 108px;
  height: 160px;
  right: 20px;
  bottom: 0;
}
.sec02 .sec02-bnr .bnr-img {
  width: 50%;
}
.sec02 .sec02-bnr .bnr-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec02 .sec02-bnr .bnr-desc {
  width: 50%;
  padding: 150px 20px 150px 50px;
}
.sec02 .sec02-bnr .b-ttl {
  font-size: 28px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #E88600;
  margin-bottom: 25px;
}
.sec02 .sec02-bnr .b-name {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.sec02 .sec02-bnr .b-name .left {
  padding: 5px 10px;
  background: #F1F7E9;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
}
.sec02 .sec02-bnr .b-name .right {
  font-size: 18px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.sec02 .container, .sec02 .footer-inr {
  position: relative;
}
.sec02 .container::before, .sec02 .footer-inr::before {
  position: absolute;
  content: "";
  right: -12%;
  bottom: -110px;
  background: url(../images/sec02_deco06.png) no-repeat center/contain;
  width: 215px;
  height: 192px;
  z-index: 2;
}

.sec03 {
  padding: 90px 0 100px;
}
.sec03-ttl {
  width: 25%;
	min-height: 160px;
}
.sec03 .list-top-news02 {
  width: 73%;
  margin-left: 2%;
}
.sec03 .container, .sec03 .footer-inr {
  display: flex;
  position: relative;
}
.sec03 .container::before, .sec03 .footer-inr::before {
  content: "";
  position: absolute;
  background: url(../images/sec03_deco-l-pc.png) no-repeat center/contain;
  left: -85px;
  bottom: -80px;
  width: 68px;
  height: 117px;
}
.sec03 .container::after, .sec03 .footer-inr::after {
  content: "";
  position: absolute;
  background: url(../images/sec03_deco-r-pc.png) no-repeat center/contain;
  right: -80px;
  top: -60px;
  width: 50px;
  height: 50px;
}
.sec03 .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}
.sec03 .l-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.sec03 .btn-more, .sec03 .btn-cta {
  width: 150px;
}

.sec04 {
  background: #F1F7E9;
  padding: 80px 0 100px;
  position: relative;
  z-index: 1;
}
.sec04::before {
  position: absolute;
  content: "";
  background: url(../images/sec04_deco-l-pc.png) no-repeat center/contain;
  left: 12%;
  bottom: -3px;
  width: 311px;
  height: 773px;
  z-index: -1;
}
.sec04::after {
  position: absolute;
  content: "";
  background: url(../images/sec04_deco-r-pc.png) no-repeat center/contain;
  right: 16%;
  bottom: -20px;
  width: 300px;
  height: 628px;
  z-index: -1;
}
.sec04 .btn-more, .sec04 .btn-cta {
  margin: 40px auto 0;
}

.sec05 {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}
.sec05::before {
  position: absolute;
  content: "";
  background: url(../images/sec05_deco-bl-pc.png) no-repeat center/contain;
  left: 20%;
  bottom: 40px;
  width: 100px;
  height: 90px;
  z-index: -1;
}
.sec05::after {
  position: absolute;
  content: "";
  background: url(../images/sec05_deco-br-pc.png) no-repeat center/contain;
  right: 12%;
  bottom: 250px;
  width: 302px;
  height: 316px;
  z-index: -1;
}
.sec05 .container, .sec05 .footer-inr {
  position: relative;
  z-index: 1;
}
.sec05 .container::before, .sec05 .footer-inr::before {
  position: absolute;
  content: "";
  background: url(../images/sec05_deco-tl-pc.png) no-repeat center/contain;
  left: -17%;
  top: -55px;
  width: 262px;
  height: 249px;
  z-index: -1;
}
.sec05 .container::after, .sec05 .footer-inr::after {
  position: absolute;
  content: "";
  background: url(../images/sec05_deco-tr-pc.png) no-repeat center/contain;
  right: 0;
  top: -10px;
  width: 137px;
  height: 82px;
  z-index: -1;
}
.sec05-mv {
  max-width: 757px;
  width: 100%;
  margin: 0 auto 40px;
}
.sec05-txt {
  text-align: center;
  margin-bottom: 40px;
}
.sec05 .l-btn {
  display: flex;
  justify-content: center;
}
.sec05 .l-btn .btn-more:first-child, .sec05 .l-btn .btn-cta:first-child {
  margin-right: 20px;
}

/*------------
Footer
--------------*/
.pagetop {
  background: url(../images/share/pagetop_img.svg) no-repeat center/contain;
  width: 18px;
  height: 146px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  transition: 0.3s;
}
.pagetop:hover {
  opacity: 0.7;
}

.footer-contact {
  display: flex;
  justify-content: space-around;
}
.footer-contact .cont-list {
  text-align: center;
  width: calc(33.3333333333% - 30px);
  background: #fff;
  padding: 40px 35px;
  border-radius: 10px;
  position: relative;
}
.footer-contact .cont-list::before {
  position: absolute;
  content: "";
  background: #A3D356;
  border-radius: 2px;
  height: 3px;
  width: calc(100% - 20px);
  top: -1.5px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-contact .cont-list:nth-child(2) .tel {
  color: #D1C100;
}
.footer-contact .cont-list:nth-child(2) .tel span:before {
  background: url(../images/icon_tel_f-02.png) no-repeat center/contain;
}
.footer-contact .cont-list:nth-child(2)::before {
  background: #FBE800;
}
.footer-contact .cont-list:nth-child(3) .tel {
  color: #E8B700;
}
.footer-contact .cont-list:nth-child(3) .tel span:before {
  background: url(../images/icon_tel_f-03.png) no-repeat center/contain;
}
.footer-contact .cont-list:nth-child(3)::before {
  background: #E8B700;
}
.footer-contact .cont-ttl {
  font-size: 26px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  margin-bottom: 25px;
}
.footer-contact .tel {
  color: #81C11B;
  margin-bottom: 20px;
}
.footer-contact .tel span {
  padding-left: 30px;
}
.footer-contact .tel span:before {
  background: url(../images/icon_tel_f-01.png) no-repeat center/contain;
  width: 25px;
  height: 25px;
}
.footer-contact .cont-time {
  text-align: left;
  padding-left: 15px;
}
.footer-contact .cont-time:not(:first-of-type) {
  margin-top: 5px;
}
.footer-contact .cont-time .left {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  display: inline-block;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  background: #F1F7E9;
  border-radius: 3px;
  padding: 5px 10px;
  margin-right: 10px;
  width: 90px;
}
.footer-contact .cont-time .right {
  display: inline-block;
}

.cont-bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-bottom .cont-copy {
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  margin-right: 30px;
}
.cont-bottom .cont-btn {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  display: inline-block;
  width: 300px;
  background: #A3D356;
  border-radius: 40px;
  transition: 0.3s;
}
.cont-bottom .cont-btn span {
  padding-right: 25px;
  position: relative;
}
.cont-bottom .cont-btn span::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_mail_b.svg) no-repeat center/contain;
  top: 6px;
  left: 0;
  width: 20px;
  height: 15px;
}
.cont-bottom .cont-btn:hover {
  opacity: 0.7;
}

.footer {
  background-color: #F1F7E9;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  background: url(../images/footer_deco-l.png) no-repeat center/contain;
  width: 173px;
  height: 171px;
  left: 13%;
  bottom: 50px;
  z-index: -1;
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .footer::before {
    left: 3%;
    width: 120px;
    height: 118px;
  }
}
.footer::after {
  position: absolute;
  content: "";
  background: url(../images/footer_deco-r.png) no-repeat center/contain;
  width: 186px;
  height: 163px;
  right: 13%;
  bottom: 44px;
  z-index: -1;
}
@media screen and (max-width: 1500px) and (min-width: 801px) {
  .footer::after {
    right: 6%;
    width: 106px;
    height: 93px;
  }
}
.footer-box {
  background-color: #FFF9E2;
  background-image: url(../images/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.footer-box .t-ttl .en {
  color: #523F1A;
}
.footer-inr {
  padding: 70px 0 50px;
}
.footer-top {
  text-align: center;
  margin-bottom: 50px;
}
.footer .f-logo {
  display: inline-block;
  max-width: 290px;
  margin-bottom: 20px;
}
.footer .f-navi {
  display: flex;
  justify-content: center;
}
.footer .f-navi .f-navi-list {
  font-size: 15px;
}
.footer .f-navi .f-navi-list:not(:last-child) {
  margin-right: 90px;
}
.footer .f-navi .f-navi-list li {
  padding-left: 15px;
  line-height: 1.5;
  position: relative;
}
.footer .f-navi .f-navi-list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer .f-navi .f-navi-list li::before {
  position: absolute;
  content: "";
  background: url(../images/share/f-navi-arrow.svg) no-repeat center/contain;
  width: 8px;
  height: 8px;
  left: 0;
  top: 7px;
}
.footer .f-navi .f-navi-list li.f-mb {
  margin-bottom: 10px;
}
.footer .f-navi .f-navi-list .f-sub {
  font-size: 14px;
  margin-left: 10px;
}
.footer .f-navi .f-navi-list .f-sub::before {
  position: absolute;
  content: "";
  background: url(../images/share/f-navi-line.svg) no-repeat center/contain;
  width: 8px;
  height: 3px;
  left: 0;
  top: 11px;
}
.footer .f-navi .f-navi-list a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 10px;
  background-color: #A3D356;
}

/*------------
Button
--------------*/
.btn-more, .btn-cta {
  display: block;
  width: 300px;
  padding: 5px 10px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #A3D356;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}
.btn-more:before, .btn-cta:before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-arrow.svg) no-repeat center/contain;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.btn-more:hover, .btn-cta:hover {
  color: #fff;
  background-color: #A3D356;
}
.btn-more.u-long, .u-long.btn-cta {
  width: 320px;
}

.btn-cta {
  width: 200px;
  padding: 10px 20px;
  background-color: #E88600;
  border: 1px solid #E88600;
}
.btn-cta span {
  position: relative;
  padding-left: 25px;
}
.btn-cta span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/share/icon_mail_w.svg);
  background-size: contain;
  width: 17px;
  height: 13px;
}
.btn-cta:hover {
  color: #E88600;
  border: 1px solid #E88600;
}
.btn-cta:hover:before {
  border-top: 2px solid #E88600;
  border-right: 2px solid #E88600;
}

/*------------
Common parts
--------------*/
.map {
  position: relative;
  width: 100%;
  height: 500px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.tel span {
  padding-left: 25px;
  position: relative;
}
.tel span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat center/contain;
  width: 20px;
  height: 25px;
}

.time-table {
  background: #fff;
  border: 1px solid #e1e1e1;
}
.time-table tr:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.time-table th, .time-table td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding: 15px 5px;
}
.time-table th {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  background: #6b778d;
  color: #fff;
}
.time-table th:first-child {
  width: 25%;
}
.time-table td {
  width: 10.7142857143%;
}

.flow-arrow {
  border-top: 1px solid #eaeaea;
  text-align: center;
  margin: 50px 0;
  position: relative;
  overflow: visible;
}
.flow-arrow::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-arrow::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  transform: rotate(45deg) translate(-50%, -50%);
}

/*------------
Under layout
--------------*/
.u-top-common {
  width: 100%;
  background-color: #F8EF92;
  padding: 127px 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.u-top-common::before {
  position: absolute;
  content: "";
  right: 25%;
  bottom: 33px;
  width: 240px;
  height: 318px;
  background: url(../images/under/p-ttl_img_r-pc.png) no-repeat center/contain;
  z-index: -1;
}
.u-top-common::after {
  position: absolute;
  content: "";
  left: 22%;
  bottom: 11px;
  width: 259px;
  height: 318px;
  background: url(../images/under/p-ttl_img_l-pc.png) no-repeat center/contain;
  z-index: -1;
}

.page-ttl {
  text-align: center;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  margin-bottom: 80px;
}
.breadcrumb ul {
  font-size: 12px;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  vertical-align: 1px;
}
.breadcrumb a:hover {
  color: #523F1A;
}

/*------------
Under parts
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
.u-h2:before, .post-category-ttl:before, .postdata h1:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #E88600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3, .post-ttl, .postdata h2, .dl-privacy dt {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  letter-spacing: 0.05em;
  font-size: 26px;
  border-bottom: 1px solid #A3D356;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.u-h4, .postdata h3 {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #E88600;
  display: inline-block;
  margin-bottom: 20px;
}

.short {
  margin-bottom: 60px;
}

.tall {
  overflow: hidden;
  margin-bottom: 160px;
}
.tall:last-child {
  margin-bottom: 200px;
}

.u-bg {
  padding: 40px 0;
  position: relative;
}
.u-bg::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #F8EF92;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.l-style01 {
  display: flex;
}
.l-style01.bg .l-img {
  flex: none;
  width: 44%;
  margin-right: 0;
}
.l-style01.bg .l-txt {
  padding: 0 10px 0 30px;
}
.l-style01 .l-img {
  flex: 1;
  margin-right: 50px;
}
.l-style01 .l-img img {
  border-radius: 10px;
}
.l-style01 .l-img.small {
  flex: 0.5;
}
.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}
.l-style01 .u-slider02 {
  width: 45%;
  padding: 0;
}
.l-style01 .l-desc {
  flex: 1;
}
.l-style01 .l-ttl {
  margin-bottom: 10px;
  padding-top: 25px;
  position: relative;
}
.l-style01 .l-ttl-jp {
  display: block;
  font-size: 26px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  background: #A3D356;
  border-radius: 10px;
  padding: 15px 10px 15px 50px;
  margin-left: -20px;
  position: relative;
  z-index: -1;
}
.l-style01 .l-ttl-num {
  position: absolute;
  left: 30px;
  top: 0;
  font-family: "Lato", sans-serif;
  font-size: 42px;
  color: #E88600;
  letter-spacing: 0.15em;
  line-height: 1;
}

.l-style02 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.l-style02.bg .l-img {
  flex: none;
  width: 44%;
  margin-left: 0;
}
.l-style02.bg .l-txt {
  padding: 0 30px 0 10px;
}
.l-style02 .l-img {
  flex: 1;
  margin-left: 40px;
}
.l-style02 .l-img img {
  border-radius: 10px;
}
.l-style02 .l-img.small {
  flex: 0.5;
  margin-left: 30px;
}
.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}
.l-style02 .l-desc {
  flex: 1;
}
.l-style02 .l-ttl {
  margin-bottom: 10px;
  padding-top: 25px;
  position: relative;
}
.l-style02 .l-ttl-jp {
  display: block;
  font-size: 26px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  background: #A3D356;
  border-radius: 10px;
  padding: 15px 30px 15px 10px;
  margin-right: -20px;
  position: relative;
  z-index: -1;
}
.l-style02 .l-ttl-num {
  position: absolute;
  left: 12px;
  top: 0;
  font-family: "Lato", sans-serif;
  font-size: 42px;
  color: #E88600;
  letter-spacing: 0.15em;
  line-height: 1;
}
.l-style02 .l-copy {
  position: absolute;
  font-weight: 700;
  background: #E88600;
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  right: 0;
  top: 0;
  border-radius: 0 10px 0 10px;
}

.l-style03 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 calc((100% - 1024px) / 2) 0 0;
}
.l-style03 .l-img {
  position: relative;
  z-index: 0;
  height: 473px;
  margin: 0 -94px 0 8.6%;
}
@media screen and (max-width: 1300px) and (min-width: 801px) {
  .l-style03 .l-img {
    margin: 0 -94px 0 20px;
  }
}
.l-style03 .l-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.l-style03 .l-desc {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 90px 50px;
  max-width: 770px;
  width: 100%;
}
.l-style03 .l-desc::before {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 250px;
  border-color: transparent transparent #FFFAC6 transparent;
}

.l-style04 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-style04 .l-img {
  width: 350px;
  height: 300px;
}
.l-style04 .l-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.l-style04 .l-desc {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  background: #F8EF92;
  border-radius: 10px;
  width: calc(100% - 420px);
  padding: 35px 35px 20px 40px;
  position: relative;
}
.l-style04 .l-desc::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 140px;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 17px 39px 17px 0;
  border-color: transparent #F8EF92 transparent transparent;
}
.l-style04 .l-name {
  margin-top: 20px;
  text-align: right;
}
.l-style04.reverse {
  flex-direction: row-reverse;
}
.l-style04.reverse .l-desc {
  padding: 35px 35px 20px 40px;
}
.l-style04.reverse .l-desc::before {
  left: initial;
  right: -30px;
  transform: rotate(180deg);
}

.l-style05 {
  display: flex;
  background: #A3D356;
  padding: 40px 35px;
  border-radius: 10px;
}
.l-style05 .l-img {
  max-width: 344px;
  width: 100%;
  position: relative;
}
.l-style05 .l-img::before {
  position: absolute;
  content: "";
  background: url(../images/under/l-style05_img-l.png) no-repeat center/contain;
  width: 38px;
  height: 87px;
  left: 15px;
  bottom: -21px;
}
.l-style05 .l-img::after {
  position: absolute;
  content: "";
  background: url(../images/under/l-style05_img-r.png) no-repeat center/contain;
  width: 56px;
  height: 71px;
  right: -25px;
  top: -22px;
}
.l-style05 .l-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-style05 .l-desc {
  width: 100%;
  max-width: 566px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  background: #fff;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1.7;
  display: grid;
  place-content: center;
  padding: 65px 35px;
  margin-left: 40px;
  position: relative;
}
.l-style05 .l-desc::before {
  position: absolute;
  content: "";
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.list-price > li .intro {
  border-bottom: 1px dotted #523F1A;
  display: flex;
  justify-content: space-between;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 18px;
  padding: 0 0 5px;
}
.list-price > li .desc {
  font-size: 13px;
  padding: 5px 0 0;
}
.list-price > li + li {
  margin-top: 20px;
}

.list-col1 .item:not(:last-child) {
  margin-bottom: 100px;
}
.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.list-col2 {
  display: flex;
  flex-wrap: wrap;
}
.list-col2 .list-item {
  width: 48%;
}
.list-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}
.list-col2 .list-item + .list-item + .list-item {
  margin-top: 40px;
}
.list-col2 .list-img {
  margin-bottom: 20px;
}
.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}

.list-col3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list-col3 .list-item {
  width: calc(33.3333333333% - 20px);
}
.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-col3 .list-img {
  margin-bottom: 20px;
}
.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}

.list-card-col2 {
  display: flex;
  flex-wrap: wrap;
}
.list-card-col2 .list-item {
  background-color: #fff;
  border-top: 8px solid #E88600;
  border-radius: 10px;
  padding: 30px 20px;
  width: 48%;
  display: flex;
  flex-direction: column;
}
.list-card-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}
.list-card-col2 .list-item + .list-item + .list-item {
  margin-top: 40px;
}
.list-card-col2 .list-img {
  margin-bottom: 20px;
}
.list-card-col2 .list-img img {
  border-radius: 10px;
}
.list-card-col2 .list-ttl {
  text-align: center;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 22px;
  margin-bottom: 20px;
}
.list-card-col2 .btn-more, .list-card-col2 .btn-cta {
  margin: 30px auto 0;
}

.list-card-col3 {
  display: flex;
  flex-wrap: wrap;
}
.list-card-col3.bg01 .list-item {
  background-color: #F1F7E9;
  border-top: 8px solid #A3D356;
}
.list-card-col3.center {
  justify-content: center;
}
.list-card-col3 .list-item {
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
  border-top: 8px solid #E88600;
  border-radius: 10px;
  padding: 30px 20px;
}
.list-card-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.list-card-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-card-col3 .list-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.list-card-col3 .list-img {
  margin-bottom: 20px;
}
.list-card-col3 .list-img img {
  border-radius: 10px;
}
.list-card-col3 .list-txt {
  margin-bottom: 20px;
}
.list-card-col3 .btn-more, .list-card-col3 .btn-cta {
  width: 100%;
  margin: 0 auto;
}

.list-txt li {
  position: relative;
  padding-left: 10px;
}
.list-txt li:before {
  content: "";
  background: #E88600;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
}
.list-txt.col2, .list-txt.col3, .list-txt.col4 {
  display: flex;
  flex-wrap: wrap;
}
.list-txt.col2 li {
  width: 48%;
}
.list-txt.col2 li:nth-child(odd) {
  margin-right: 4%;
}
.list-txt.col3 li {
  width: 32%;
}
.list-txt.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.list-txt.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-check.box li {
  padding-left: 20px;
}
.list-check.box li:before {
  left: 4px;
  top: 12px;
  width: 9px;
  height: 6px;
}
.list-check.box li:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #E88600;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 0;
}
.list-check li {
  position: relative;
  padding-left: 20px;
}
.list-check li + li {
  margin-top: 4px;
}
.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 7px;
  border-left: 1.5px solid #E88600;
  border-bottom: 1.5px solid #E88600;
  transform: rotate(-45deg);
}
.list-check.col2, .list-check.col3, .list-check.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-check.col2 li {
  width: 48%;
}
.list-check.col2 li:nth-child(2) {
  margin-top: 0;
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  line-height: 2;
  padding: 0 0 0 32px;
  position: relative;
}
.list-num > li:before {
  background: #E88600;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  top: 0.4em;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 1px;
  width: 20px;
  height: 20px;
}
.list-num.column2 {
  -moz-column-count: 2;
       column-count: 2;
}
.list-num.column3 {
  -moz-column-count: 3;
       column-count: 3;
}

.list-btn {
  display: flex;
  align-items: center;
}
.list-btn li:nth-child(1) {
  margin-right: 20px;
}

.box-anchor-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-anchor-link .list-item {
  width: 300px;
  background-color: #fff;
  border: 2px solid #E88600;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
}
.box-anchor-link .list-item::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-btn-arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 15px;
  transform: translateY(50%);
  bottom: 50%;
  transition: 0.3s;
}
.box-anchor-link .list-item a {
  padding: 10px 20px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.5;
}
.box-anchor-link .list-item:hover {
  background: #E88600;
  color: #fff;
}
.box-anchor-link .list-item:hover::before {
  background: url(../images/under/u-btn-arrow-w.svg) no-repeat center/contain;
}
.box-anchor-link .list-item:not(:nth-child(2n)) {
  margin-right: 50px;
}

.flow-type01 {
  border: 1px solid #A3D356;
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
}
.flow-type01 .l-item {
  position: relative;
}
.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #A3D356;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.flow-type01 .l-item:not(:last-child)::before, .flow-type01 .l-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
}
.flow-type01 .l-item:not(:last-child)::before {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #A3D356;
  border-right: 2px solid #A3D356;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}
.flow-type01 .l-item:not(:last-child)::after {
  background: #fff;
  width: 70px;
  height: 20px;
  bottom: -18px;
  transform: translateX(-50%);
  z-index: 1;
}
.flow-type01 .l-item .flow-copy {
  display: inline-block;
  font-weight: bold;
  background: #E88600;
  line-height: 1.4;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.flow-type01 .l-ttl {
  font-size: 24px;
  color: #523F1A;
  margin-bottom: 20px;
}
.flow-type01 .l-ttl span {
  background: #E88600;
  display: inline-block;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}
.flow-type01 .l-ttl span::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #E88600;
  position: absolute;
  top: 0;
  right: -7px;
}

.flow-type02 {
  display: flex;
  flex-wrap: wrap;
}
.flow-type02 .l-item {
  background: #fff;
  border-radius: 10px;
  padding: 35px 30px 30px;
  width: 30%;
  position: relative;
  margin: 0 5% 50px 0;
}
.flow-type02 .l-item:nth-child(3n) {
  margin: 0 0 50px;
}
.flow-type02 .l-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #E88600;
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
}
.flow-type02 .l-item:last-child::after {
  display: none;
}
.flow-type02 .l-num {
  color: #E88600;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
}
.flow-type02 .l-ttl {
  font-size: 22px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  text-align: center;
  margin-bottom: 15px;
}

.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}
.staff-layout.small .l-desc {
  flex: 1;
  margin-right: 20px;
}
.staff-layout.small .jp {
  display: block;
  margin-right: 0;
}
.staff-layout.small .j-box {
  flex-direction: column;
  align-items: flex-start;
}
.staff-layout.small .j-box-col:not(:last-child) {
  margin-bottom: 10px;
}
.staff-layout .l-img {
  flex: 1;
}
.staff-layout .l-img img {
  border-radius: 10px;
}
.staff-layout .l-desc {
  flex: 1.5;
  margin-right: 50px;
}
.staff-layout .job {
  font-family: "FP-ヒラギノ明朝 ProN W3";
  font-size: 18px;
  margin-bottom: 5px;
  color: #E88600;
}
.staff-layout .name {
  border-bottom: 1px solid #E88600;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.staff-layout .jp {
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #523F1A;
  margin-right: 25px;
}
.staff-layout .en {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #A3D356;
}
.staff-layout .j-box {
  font-size: 13px;
  display: flex;
  margin-bottom: 20px;
}
.staff-layout .j-box-col {
  display: inline-block;
  border-radius: 5px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #fff;
  background: #E88600;
  line-height: 1;
  padding: 5px 10px;
}
.staff-layout .j-box-col:not(:last-child) {
  margin-right: 15px;
}

.dl-faq01 dt {
  cursor: pointer;
  display: block;
  padding: 25px 20px;
  border: 1px solid #523F1A;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
}
.dl-faq01 dt .txt {
  font-size: 20px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  line-height: 1.7;
  position: relative;
}
.dl-faq01 dt .txt::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  border: 1px solid #E88600;
  border-radius: 20px;
  right: -1px;
  top: 2px;
}
.dl-faq01 dt::before, .dl-faq01 dt::after {
  content: "";
  background: #E88600;
  position: absolute;
  width: 14px;
  height: 1px;
  right: 26.5px;
  top: 50%;
}
.dl-faq01 dt::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.dl-faq01 dt:not(.is-open):hover {
  opacity: 0.7;
}
.dl-faq01 dt.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.dl-faq01 dd {
  display: none;
  margin-bottom: 60px;
}
.dl-faq01 dd .wrapper {
  display: flex;
}
.dl-faq01 dd + dt {
  margin-top: 10px;
}
.dl-faq01 dd .icon {
  background: #ccc;
}
.dl-faq01 .icon {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 31px;
  margin: 0 15px 0 0;
}
.dl-faq01 .txt {
  flex: 1;
}

.dl-faq02 dt {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.dl-faq02 dt .txt {
  font-size: 22px;
  line-height: 1.7;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.dl-faq02 dt .icon {
  background-color: #E88600;
  color: #fff;
}
.dl-faq02 dd .wrapper {
  display: flex;
}
.dl-faq02 dd .icon {
  background: #A3D356;
  color: #fff;
}
.dl-faq02 .icon {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-faq02 .txt {
  flex: 1;
}
.dl-faq02 dd:not(:last-child) {
  margin-bottom: 60px;
}

.dl-privacy:not(:last-child) {
  margin-bottom: 60px;
}
.dl-privacy dt {
  line-height: 1.7;
}

.table-style01 {
  border: 1px solid #523F1A;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #523F1A;
}
.table-style01 th {
  background-color: #A3D356;
  font-weight: bold;
  color: #523F1A;
  padding: 15px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
  background-color: #fff;
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #523F1A;
}
.table-style02 tr td:last-child {
  border-left: 1px solid #523F1A;
}
.table-style02 th, .table-style02 td {
  border-bottom: 1px solid #523F1A;
  line-height: 1.7;
  padding: 15px;
  width: 30%;
}
.table-style02 th {
  background-color: #E88600;
  font-weight: bold;
  vertical-align: middle;
}
.table-style02 th.bg01 {
  background-color: #A3D356;
  color: #523F1A;
}
.table-style02 .table-img {
  text-align: center;
}

.box-style01 {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  border-top: 12px solid #E88600;
}
.box-style01.bg01 {
  border-top: none;
  background: #523F1A;
  color: #fff;
  border-radius: 10px;
}
.box-style01.bg02 {
  border: 1px solid #E88600;
  border-radius: 10px;
}
.box-style01 .box-ttl {
  font-size: 18px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  margin-bottom: 15px;
}

.box-style02 {
  background: #523F1A;
  padding: 20px 15px;
  max-width: 494px;
}
.box-style02 .box-ttl {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.box-style02 .box-table {
  font-size: 14px;
}
.box-style02 .box-table tr td {
  text-align: center;
  border-bottom: 2px solid #523F1A;
  line-height: 1.4;
  height: 43px;
  width: 50%;
  background: #fff;
}
.box-style02 .box-table tr td:first-child {
  border-right: 2px solid #523F1A;
}

.box-style03 {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding: 35px 40px 35px 180px;
  background: #A3D356;
  transition: 0.3s;
  position: relative;
}
.box-style03::before {
  position: absolute;
  content: "";
  background: url(../images/under/box-style03_arrow.png) no-repeat center/contain;
  width: 308px;
  height: 13px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.box-style03::after {
  position: absolute;
  content: "";
  background: url(../images/under/box-style03_img.png) no-repeat center/contain;
  width: 174px;
  height: 117px;
  left: -14px;
  top: -11px;
}
.box-style03 .box-txt {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #fff;
  background: #A3D356;
  padding: 5px;
  line-height: 1.5;
}
.box-style03:hover {
  opacity: 0.7;
}

.box-contact {
  background-color: #F8EF92;
  border-radius: 10px;
  padding: 40px;
  max-width: 750px;
  margin: 0 auto;
}
.box-contact .box-ttl {
  font-size: 22px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  color: #523F1A;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E88600;
}
.box-contact .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  padding-left: 50px;
}
.box-contact .tel {
  width: 50%;
  font-size: 36px;
  margin-right: 40px;
  color: #E88600;
}
.box-contact .tel span {
  padding-left: 35px;
}
.box-contact .tel span::before {
  width: 28px;
  height: 28px;
}
.box-contact .time {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
  text-align: left;
}
.box-contact .time dt {
  width: 30%;
  margin-right: 10px;
}
.box-contact .time dt:not(:first-of-type) {
  margin-top: 10px;
}
.box-contact .time dd {
  width: 50%;
}
.box-contact .time dd:not(:first-of-type) {
  margin-top: 10px;
}
.box-contact .time02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
  font-size: 15px;
}
.box-contact .time02 dt {
  width: 25%;
}
.box-contact .time02 dd {
  width: 60%;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：お知らせ*/
.list-top-news01 {
  font-size: 14px;
}
.list-top-news01 li {
  display: flex;
  text-align: left;
}
.list-top-news01 time {
  display: inline-block;
  color: #888;
  width: 90px;
  margin-right: 40px;
}
.list-top-news01 time::after {
  content: "|";
  font-size: 12px;
  margin: 0 0 0 20px;
  vertical-align: 2px;
}
.list-top-news01 a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.list-top-news01 a:hover {
  text-decoration: underline;
}

.list-top-news02 .list-box {
  display: flex;
  align-items: center;
}
.list-top-news02 .list-item {
  padding-bottom: 20px;
  border-bottom: 2px dotted #C1B7A4;
}
.list-top-news02 .list-item:not(:last-child) {
  margin-bottom: 20px;
}
.list-top-news02 .list-desc {
  color: #8B754D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-top-news02 time {
  font-family: "Lato", sans-serif;
  color: #A3D356;
  margin-right: 20px;
}
.list-top-news02 .list-txt {
  font-size: 18px;
  width: 80%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-top-news02 a:hover {
  text-decoration: underline;
}

.list-top-news03 .list-item {
  padding: 0 20px 20px;
  border-bottom: 1px solid #C7C7C7;
}
.list-top-news03 .list-item:not(:last-child) {
  margin-bottom: 20px;
}
.list-top-news03 time {
  font-family: "Lato", sans-serif;
  color: #523F1A;
}
.list-top-news03 .list-txt dt {
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.list-top-news03 .list-txt dd {
  font-size: 13px;
}
.list-top-news03 a {
  transition: 0.3s;
}
.list-top-news03 a:hover {
  opacity: 0.7;
}

/*TOPページ用：ブログ*/
.list-top-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-top-blog li {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border-radius: 10px;
}
.list-top-blog a {
  padding: 20px 20px 30px;
  display: block;
  transition: 0.3s;
}
.list-top-blog a:hover .list-img {
  opacity: 0.7;
}
.list-top-blog a:hover .list-ttl {
  text-decoration: underline;
}
.list-top-blog .list-img {
  margin-bottom: 15px;
  transition: 0.3s;
}
.list-top-blog img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 170px;
}
.list-top-blog .list-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.list-top-blog .post-col {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-top-blog time {
  display: block;
  color: #A3D356;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-right: 15px;
}
.list-top-blog .cat-wrap {
  display: inline-block;
  border: 1px solid #C1B7A4;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1;
}
.list-top-blog .category {
  transition: 0.3s;
}
.list-top-blog .category + .category::before {
  content: "/";
  margin: 0 5px;
}

/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 120px;
}
.list-post-type02 .list-desc {
  margin-bottom: 40px;
}
.list-post-type02 .before-after {
  margin-bottom: 30px;
}
.list-post-type02 .btn-more, .list-post-type02 .btn-cta {
  display: block;
  margin: 0 auto;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}
.list-post-type03 .list-item + .list-item + .list-item {
  margin-top: 60px;
}
.list-post-type03 .list-item {
  width: 48%;
  transition: 0.4s ease-in-out;
}
.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-post-type03 .list-item:nth-child(odd) {
  margin-right: 4%;
}
.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-post-type03 .list-img img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.list-post-type03 .list-ttl {
  font-size: 20px;
}

.post-layout {
  display: flex;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 18px;
  color: #523F1A;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.postdata h5 {
  font-size: 18px;
  color: #523F1A;
  font-family: "FP-ヒラギノ明朝 ProN W3";
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #E88600;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 18px;
  color: #E88600;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}
.postdata a {
  text-decoration: underline;
}
.postdata a:hover {
  text-decoration: none;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata ul li {
  list-style: inside disc;
}
.postdata ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.post-data time {
  font-size: 14px;
  color: #E88600;
  line-height: 1;
}
.post-data .post-category01 {
  margin-left: 20px;
}
.post-data .post-category02 {
  margin-left: 20px;
}

.post-category01 {
  display: inline-block;
  border: 1px solid #C1B7A4;
  background: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.post-category01 span {
  font-size: 12px;
}
.post-category01 span:not(:first-child) {
  position: relative;
  padding-left: 20px;
}
.post-category01 span:not(:first-child):before {
  content: "/";
  position: absolute;
  top: 2px;
  left: 6px;
}

.post-category02 {
  line-height: 1;
  display: inline-block;
  font-size: 12px;
}
.post-category02 span {
  font-size: 12px;
  border: 1px solid #523F1A;
  color: #523F1A;
  padding: 5px 10px;
}
.post-category02 span:not(:last-child) {
  margin-right: 5px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}
.select-area .select-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #523F1A;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  color: #523F1A;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #000;
}
.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Lato", sans-serif;
}
.post-number-single a {
  display: inline-block;
  color: #000;
}
.post-number-single a.next {
  margin-top: 0;
}
.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a.prev {
  margin-top: 0;
}
.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*TOPページ用：お知らせ*/
  .list-top-news01 {
    margin-top: 30px;
    font-size: 14px;
  }
  .list-top-news01 li {
    display: block;
  }
  .list-top-news01 time {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-top-news01 time::after {
    display: none;
  }
  .list-top-news02 .list-box {
    display: block;
  }
  .list-top-news02 .list-item {
    padding-bottom: 10px;
  }
  .list-top-news02 time {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-top-news02 .list-txt {
    width: 100%;
    font-size: 16px;
  }
  .list-top-news03 .list-item {
    padding: 0 0 20px;
  }
  /*TOPページ用：ブログ*/
  .list-top-blog {
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
  }
  .list-top-blog li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
    position: relative;
  }
  .list-top-blog li:last-child::after {
    content: "";
    width: 5vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .list-top-blog .post-col {
    display: block;
  }
  .list-top-blog .cat-wrap {
    padding: 5px 10px;
    font-size: 11px;
  }
  .list-top-blog::after {
    display: none;
  }
  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type02 .list-desc {
    margin-bottom: 30px;
  }
  .list-post-type03 {
    display: block;
  }
  .list-post-type03 .list-item + .list-item + .list-item {
    margin-top: 40px;
  }
  .list-post-type03 .list-item + .list-item {
    margin-top: 40px;
  }
  .list-post-type03 .list-item {
    width: 100%;
  }
  .list-post-type03 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .post-layout {
    display: block;
  }
  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-layout .post-desc {
    width: 100%;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}
/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: 0.3s;
}
.fade:hover {
  opacity: 0.7;
}

.fs11 {
  font-size: 11px;
}

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

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.txt-red {
  color: #F10000;
}

.txt-link {
  text-decoration: underline;
  color: #9A76AD;
}

.txt-big {
  font-size: 24px;
  font-family: "FP-ヒラギノ明朝 ProN W3";
}

.m-auto {
  margin: 0 auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt-auto {
  margin-top: auto;
}

.bre::before {
  content: "\a";
  white-space: pre;
}

.u-btn-box {
  display: flex;
}
.u-btn-box li:nth-of-type(1) {
  margin-right: 20px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 0;
  }
  .container, .footer-inr {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
  /*------------
  Header
  --------------*/
  .header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: static;
    background: #fff;
    position: relative;
    z-index: 12;
  }
  .header-inr {
    display: block;
    padding: 10px 20px;
  }
  .header .h-logo {
    width: 220px;
  }
  .header .h-right {
    display: none;
  }
  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }
  .pc-navi01, .pc-navi02, .pc-navi03 {
    display: none;
  }
  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }
  .sp-navi .sp-navi-btns {
    background: #81C11B;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns .item {
    background-size: 18px;
    background-position: top 10px center;
    background-repeat: no-repeat;
    width: 25%;
    text-align: center;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item:nth-child(1) {
    background-image: url(../images/share/icon-home.svg);
  }
  .sp-navi .sp-navi-btns .item:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
    height: 50px;
  }
  .sp-navi .sp-navi-btns .item:nth-child(2) {
    background-position: top 12px center;
    background-image: url(../images/share/icon_mail_w.svg);
  }
  .sp-navi .sp-navi-btns .item:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
    height: 50px;
  }
  .sp-navi .sp-navi-btns .item:nth-child(3) {
    background-size: 5.5px;
    background-image: url(../images/share/icon-top.svg);
  }
  .sp-navi .sp-navi-btns .item:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    width: 1px;
    height: 50px;
  }
  .sp-navi .sp-navi-btns .item a {
    display: block;
    padding: 32px 0 0;
    height: 100%;
  }
  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
    font-family: "FP-ヒラギノ明朝 ProN W3";
    color: #fff;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .humberger-box {
    background: #81C11B;
    cursor: pointer;
    position: relative;
  }
  .sp-navi .sp-navi-btns .humberger-box .ttl {
    color: #fff;
    padding-top: 2px;
  }
  .sp-navi .sp-navi-contents {
    visibility: hidden;
    background: #fff;
    padding: 50px 25px 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi .sp-navi-contents.is-open {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-list {
    display: block;
  }
  .sp-navi .sp-navi-list .item {
    width: 100%;
    position: relative;
    transition: 0.3s;
    border-bottom: 1px solid #A3D356;
  }
  .sp-navi .sp-navi-list .item .item-link {
    display: block;
    position: relative;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list .item .jp {
    font-size: 15px;
    font-family: "FP-ヒラギノ明朝 ProN W3";
    line-height: 1;
    display: block;
  }
  .sp-navi .sp-dropdown .item-link {
    margin-right: 60px;
  }
  .sp-navi .sp-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #523F1A transparent transparent transparent;
    transition: all 0.3s;
    cursor: pointer;
  }
  .sp-navi .sp-dropdown.is-on::after {
    transform: rotate(180deg);
  }
  .sp-navi .sp-dropdown .sp-navi-child {
    padding: 5px 0 20px;
    width: 100%;
  }
  .sp-navi .sp-dropdown .sp-navi-child li {
    padding-left: 10px;
    width: 100%;
    line-height: 1.6;
    font-family: "FP-ヒラギノ明朝 ProN W3";
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
  }
  .sp-navi .sp-dropdown .sp-navi-child li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #523F1A;
    position: absolute;
    top: 11px;
    left: 0;
    margin-top: -3px;
  }
  .sp-navi .sp-dropdown .sp-navi-child li.n-sub {
    margin-left: 10px;
  }
  .sp-navi .sp-dropdown .sp-navi-child li.n-sub:after {
    background: #523F1A;
    border: none;
    width: 6px;
    height: 1px;
    top: 13px;
    left: 0;
  }
  .humberger {
    display: block;
    height: 30px;
    transition: 0.5s;
    z-index: 150;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    width: 25px;
    height: 1px;
    transition: 0.4s;
    left: 50%;
    transform: translateX(-50%);
  }
  .humberger span:nth-of-type(1) {
    top: 30%;
  }
  .humberger span:nth-of-type(2) {
    top: 50%;
  }
  .humberger span:nth-of-type(3) {
    bottom: 25%;
  }
  .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    display: none;
  }
  .humberger.is-open span:nth-of-type(3) {
    bottom: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  /*------------
  Hero
  --------------*/
  .hero {
    margin-bottom: 80px;
    padding-left: 30px;
    position: relative;
    z-index: 0;
  }
  .hero::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 220px;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .hero-slider {
    background-color: #fff;
    border-radius: 50px 0 0 0;
  }
  .hero-slider .slider-img {
    border: 1px solid #A3D356;
    height: 250px;
    background: url(../images/hero_img_main-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50px 0 0 0;
  }
  .hero-desc {
    top: 130%;
    left: 48%;
  }
  .hero-ttl {
    background: none;
    font-size: 34px;
    padding: 0;
  }
  .hero-ttl .p-small {
    font-size: 28px;
    padding: 0 2px;
  }
  .hero-ttl .p-big {
    font-size: 28px;
    padding: 0 2px;
  }
  .hero-ttl .txt01 {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .hero-ttl .txt02 {
    background: #fff;
    color: #81C11B;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
  }
  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 17px;
  }
  .t-ttl .jp {
    font-size: 28px;
  }
  .sec01 {
    padding: 110px 0 80px;
  }
  .sec01::before {
    background: url(../images/sec01_bg01-sp.png) no-repeat center/contain;
    left: 4%;
    bottom: 0;
    width: 75px;
    height: 98px;
  }
  .sec01::after {
    background: url(../images/sec01_bg02-sp.png) no-repeat center/contain;
    right: 4%;
    bottom: initial;
    top: 30px;
    width: 77px;
    height: 83px;
  }
  .sec01-ttl {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: left;
  }
  .sec01-ttl::before {
    left: 0;
    transform: translateX(0);
    background: #E8B700;
    width: 100%;
    height: 1px;
  }
  .sec01-txt {
    text-align: left;
  }
  .sec02 {
    padding: 50px 0;
  }
  .sec02-layout {
    padding: 0 20px;
    display: block;
    margin-bottom: 50px;
  }
  .sec02-layout .l-img {
    width: 100%;
    height: 320px;
    margin: 0 0 -40px 20px;
  }
  .sec02-layout .l-img img {
    border-radius: 40px 0 0 0;
  }
  .sec02-layout .l-desc {
    padding: 30px 20px;
    max-width: 100%;
  }
  .sec02-layout .l-desc::before {
    border-width: 0 0 100px 100px;
  }
  .sec02-layout .l-ttl {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
  }
  .sec02-layout .l-btn {
    margin-top: 20px;
  }
  .sec02-layout.reverse {
    display: block;
    padding: 0 20px;
  }
  .sec02-layout.reverse .l-img {
    margin: 0 0 -40px -20px;
  }
  .sec02-layout.reverse .l-img img {
    border-radius: 0 40px 0 0;
  }
  .sec02-layout.num01 .l-desc::after {
    position: absolute;
    content: "";
    background: url(../images/sec02_deco01-r-sp.png) no-repeat center/contain;
    width: 70px;
    height: 70px;
    right: 10px;
    bottom: 240px;
  }
  .sec02-layout.num01 .l-img::before {
    width: 162px;
    height: 150px;
    left: 20px;
    top: -130px;
    z-index: -1;
  }
  .sec02-layout.num01 span::before {
    width: 94px;
    height: 95px;
    left: -10px;
    bottom: -70px;
    z-index: -1;
  }
  .sec02-layout.num02 .l-desc::after {
    position: absolute;
    content: "";
    background: url(../images/sec02_deco02-sp.png) no-repeat center/contain;
    width: 39px;
    height: 89px;
    left: 75%;
    bottom: initial;
    top: -14px;
    z-index: -1;
  }
  .sec02-layout.num03 .l-desc::after {
    position: absolute;
    content: "";
    background: url(../images/sec02_deco03-r-sp.png) no-repeat center/contain;
    width: 70px;
    height: 63px;
    right: 10px;
    bottom: -20px;
    z-index: -1;
  }
  .sec02-layout.num03 span::before {
    width: 63px;
    height: 70px;
    left: 0;
    bottom: 190px;
    z-index: -1;
  }
  .sec02-layout.num04 .l-desc::after {
    width: 80px;
    height: 92px;
    left: 75%;
    bottom: 65%;
    z-index: -1;
  }
  .sec02-layout.num04 span::before {
    left: -30px;
    bottom: -70px;
    width: 125px;
    height: 117px;
    z-index: -1;
  }
  .sec02-layout.num04 span::after {
    content: none;
  }
  .sec02 .num05::before {
    right: -60px;
    bottom: -72px;
    z-index: -1;
  }
  .sec02 .sec02-bnr {
    display: block;
  }
  .sec02 .sec02-bnr::before {
    content: none;
  }
  .sec02 .sec02-bnr::after {
    content: none;
  }
  .sec02 .sec02-bnr .bnr-img {
    width: 100%;
  }
  .sec02 .sec02-bnr .bnr-desc {
    width: 100%;
    padding: 40px;
  }
  .sec02 .sec02-bnr .b-ttl {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec02 .sec02-bnr .b-name {
    justify-content: center;
  }
  .sec02 .sec02-bnr .b-name .left {
    font-size: 18px;
    margin-right: 10px;
  }
  .sec02 .sec02-bnr .b-name .right {
    font-size: 16px;
    font-family: "FP-ヒラギノ明朝 ProN W3";
  }
  .sec02 .container, .sec02 .footer-inr {
    position: relative;
  }
  .sec02 .container::before, .sec02 .footer-inr::before {
    right: -10%;
    bottom: -80px;
    width: 150px;
    height: 134px;
  }
  .sec03 {
    padding: 50px 0;
  }
  .sec03-ttl {
    width: 100%;
  }
  .sec03 .list-top-news02 {
    width: 100%;
    margin-left: 0;
  }
  .sec03 .container, .sec03 .footer-inr {
    display: block;
  }
  .sec03 .container::before, .sec03 .footer-inr::before {
    left: 0;
    bottom: initial;
    top: -10px;
    width: 52px;
    height: 90px;
  }
  .sec03 .container::after, .sec03 .footer-inr::after {
    right: 5%;
    top: 10px;
    width: 50px;
    height: 50px;
  }
	.sec03-ttl {
		min-height: 0;
	}
  .sec03 .t-ttl {
    text-align: center;
  }
  .sec03 .btn-more, .sec03 .btn-cta {
    width: 100%;
    margin-top: 30px;
  }
  .sec04 {
    padding: 50px 0;
    z-index: 1;
  }
  .sec04::before {
    left: 5%;
    width: 220px;
    height: 542px;
    z-index: -1;
  }
  .sec04::after {
    content: none;
  }
  .sec04 .btn-more, .sec04 .btn-cta {
    margin: 30px auto 0;
  }
  .sec05 {
    padding: 50px 0;
  }
  .sec05::before {
    content: none;
  }
  .sec05::after {
    content: none;
  }
  .sec05 .container, .sec05 .footer-inr {
    position: relative;
    z-index: 1;
  }
  .sec05 .container::before, .sec05 .footer-inr::before {
    left: -30px;
    top: -60px;
    width: 130px;
    height: 124px;
  }
  .sec05 .container::after, .sec05 .footer-inr::after {
    right: 0;
    top: -30px;
    width: 80px;
    height: 48px;
    z-index: -1;
  }
  .sec05-mv {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec05-txt {
    text-align: left;
    margin-bottom: 30px;
  }
  .sec05 .l-btn {
    display: block;
  }
  .sec05 .l-btn .btn-more:first-child, .sec05 .l-btn .btn-cta:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*------------
  Footer
  --------------*/
  .pagetop {
    display: none !important;
  }
  .pagetop:after {
    width: 12px;
    height: 12px;
  }
  .footer-contact {
    display: block;
  }
  .footer-contact .cont-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .footer-contact .cont-list {
    width: 100%;
    padding: 30px 20px;
  }
  .footer-contact .cont-list:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .footer-contact .cont-time {
    max-width: 300px;
    margin: 0 auto;
  }
  .cont-bottom {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .cont-bottom .cont-copy {
    font-size: 24px;
    margin: 0 auto 20px;
  }
  .cont-bottom .cont-btn {
    width: 100%;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer::before {
    content: none;
  }
  .footer::after {
    width: 150px;
    height: 131px;
    right: 5%;
    bottom: 90px;
  }
  .footer-box {
    padding: 50px 0;
  }
  .footer-box .t-ttl .en {
    color: #523F1A;
  }
  .footer-top {
    display: block;
  }
  .footer .f-logo {
    margin: 0 auto 20px;
  }
  .footer .f-left {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .f-cta {
    display: block;
  }
  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .f-navi {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .f-navi .f-navi-list {
    font-size: 14px;
    width: 48%;
    padding-left: 10px;
  }
  .footer .f-navi .f-navi-list:nth-child(odd) {
    margin-right: 4%;
  }
  .footer .f-navi .f-navi-list:not(:last-child) {
    margin-right: 0;
  }
  .footer .f-navi .f-navi-list:nth-child(n+3) {
    margin-top: 20px;
  }
  .footer .f-navi .f-navi-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .f-navi .f-navi-sub {
    padding-left: 10px;
  }
  /*------------
  Button
  --------------*/
  .btn-more, .btn-cta {
    width: 100%;
  }
  .btn-more.u-long, .u-long.btn-cta {
    width: 100%;
    line-height: 1.5;
  }
  /*------------
  Common parts
  --------------*/
  .map {
    height: 300px;
  }
  .tel {
    font-size: 24px;
  }
  .tel span {
    padding-left: 25px;
  }
  .tel span:before {
    width: 20px;
    height: 25px;
  }
  .time-table th, .time-table td {
    padding: 10px 5px;
    font-size: 13px;
  }
  .time-table th:first-child {
    width: auto;
  }
  .time-table td {
    width: auto;
  }
  .flow-arrow {
    margin: 30px 0;
  }
  /*------------
  Under layout
  --------------*/
  .u-top-common {
    padding: 100px 10px;
    margin-bottom: 20px;
  }
  .u-top-common::before {
    right: 5%;
    bottom: 20px;
    width: 115px;
    height: 214px;
    background: url(../images/under/p-ttl_img_r-sp.png) no-repeat center/contain;
  }
  .u-top-common::after {
    left: 3%;
    bottom: 10px;
    width: 132px;
    height: 207px;
    background: url(../images/under/p-ttl_img_l-sp.png) no-repeat center/contain;
  }
  .page-ttl {
    font-size: 25px;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }
  /*------------
  Under parts
  --------------*/
  .u-h2, .postdata h1, .post-category-ttl {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .u-h2:before, .postdata h1:before, .post-category-ttl:before {
    width: 60px;
  }
  .u-h3, .dl-privacy dt, .postdata h2, .post-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .u-h4, .postdata h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tall {
    margin-bottom: 80px;
  }
  .tall:last-child {
    margin-bottom: 120px;
  }
  .u-bg {
    padding: 30px 0;
  }
  .l-style01 {
    display: block;
  }
  .l-style01.bg .l-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-style01.bg .l-txt {
    padding: 0;
  }
  .l-style01.bg .l-desc {
    width: 100%;
  }
  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .l-style01 .l-desc {
    width: 100%;
  }
  .l-style01 .l-ttl {
    padding-top: -10px;
  }
  .l-style01 .l-ttl-jp {
    font-size: 22px;
    padding: 20px 10px 20px;
    margin-left: 0;
  }
  .l-style01 .l-ttl-num {
    left: 12px;
    font-size: 36px;
  }
  .l-style02 {
    display: block;
  }
  .l-style02.bg .l-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-style02.bg .l-desc {
    width: 100%;
  }
  .l-style02.bg .l-txt {
    padding: 0;
  }
  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-style02 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .l-style02 .l-img.small {
    margin-left: 0;
  }
  .l-style02 .l-desc {
    width: 100%;
  }
  .l-style02 .l-ttl {
    padding-top: -10px;
  }
  .l-style02 .l-ttl-jp {
    font-size: 22px;
    padding: 20px 10px 20px;
    margin-right: 0;
  }
  .l-style02 .l-ttl-num {
    font-size: 32px;
  }
  .l-style03 {
    display: block;
    padding: 0 20px;
  }
  .l-style03 .l-img {
    width: calc(100% + 40px);
    margin: 0 0 -40px -20px;
    height: 300px;
  }
  .l-style03 .l-img img {
    border-radius: 0;
  }
  .l-style03 .l-desc {
    padding: 30px 20px;
    margin: auto;
  }
  .l-style03 .l-desc::before {
    border-width: 0 0 125px 125px;
  }
  .l-style04 {
    display: block;
  }
  .l-style04 .l-img {
    margin: 0 auto 40px;
    width: 200px;
    height: 200px;
  }
  .l-style04 .l-desc {
    width: 100%;
    font-size: 15px;
    padding: 20px;
    text-align: justify;
  }
  .l-style04 .l-desc::before {
    top: -25px;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
  }
  .l-style04.reverse .l-desc {
    padding: 20px;
  }
  .l-style04.reverse .l-desc::before {
    top: -25px;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
  }
  .l-style05 {
    display: block;
    padding: 20px;
  }
  .l-style05 .l-img {
    max-width: 100%;
  }
  .l-style05 .l-img::before {
    width: 38px;
    height: 87px;
    left: 15px;
    bottom: -21px;
  }
  .l-style05 .l-img::after {
    width: 56px;
    height: 71px;
    right: -25px;
    top: -22px;
  }
  .l-style05 .l-desc {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
    padding: 20px 10px;
    margin: 40px 0 0;
  }
  .l-style05 .l-desc::before {
    left: 50%;
    top: -25px;
    transform: translateX(-50%) rotate(90deg);
  }
  .list-price > li .intro {
    align-items: flex-end;
    font-size: 13px;
    padding: 0 0 5px;
  }
  .list-price > li .ttl {
    width: 50%;
  }
  .list-price > li .price {
    text-align: right;
    font-size: 14px;
    padding-left: 25px;
    width: 50%;
  }
  .list-price > li .label {
    display: block;
    margin: 0 0 5px;
    text-align: center;
  }
  .list-col1 .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-col1 .item--s:not(:last-child) {
    margin-bottom: 40px;
  }
  .list-col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .list-col2 .list-item {
    width: 100%;
  }
  .list-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-col2 .list-item + .list-item + .list-item {
    margin-top: 50px;
  }
  .list-col2 .list-item + .list-item {
    margin-top: 50px;
  }
  .list-col2 .list-ttl {
    font-size: 20px;
  }
  .list-col3 {
    display: block;
  }
  .list-col3 .list-item {
    width: 100%;
  }
  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }
  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col3 .list-ttl {
    font-size: 20px;
  }
  .list-card-col2 {
    display: block;
  }
  .list-card-col2 .list-item {
    width: 100%;
  }
  .list-card-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card-col2 .list-item + .list-item + .list-item {
    margin-top: 30px;
  }
  .list-card-col2 .list-item + .list-item {
    margin-top: 30px;
  }
  .list-card-col2 .list-ttl {
    font-size: 20px;
  }
  .list-card-col2 .btn-more, .list-card-col2 .btn-cta {
    margin: 20px auto 0;
  }
  .list-card-col3 {
    display: block;
  }
  .list-card-col3 .list-item {
    width: 100%;
  }
  .list-card-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-card-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }
  .list-card-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-card-col3 .list-ttl {
    font-size: 20px;
  }
  .list-txt li::before {
    top: 12px;
  }
  .list-txt.col2, .list-txt.col3, .list-txt.col4 {
    display: block;
    flex-wrap: wrap;
  }
  .list-txt.col2 li, .list-txt.col3 li, .list-txt.col4 li {
    width: 100%;
  }
  .list-txt.col2 li:nth-child(odd) {
    margin-right: 0;
  }
  .list-txt.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-txt.col4 li {
    padding-right: 0;
  }
  .list-check li + li {
    margin-top: 5px;
  }
  .list-check li:before {
    top: 10px;
  }
  .list-btn {
    display: block;
    text-align: center;
  }
  .list-btn li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-card > li {
    padding: 15px;
  }
  .list-card .list-ttl {
    font-size: 18px;
  }
  .box-anchor-link {
    display: block;
  }
  .box-anchor-link .list-item {
    width: 100%;
  }
  .box-anchor-link .list-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .box-anchor-link .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .flow-type01 {
    padding: 40px 20px;
  }
  .flow-type01 .l-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .flow-type01 .l-ttl {
    font-size: 20px;
  }
  .flow-type01 .l-ttl span {
    font-size: 11px;
  }
  .flow-type02 {
    display: block;
  }
  .flow-type02 .l-item {
    padding: 35px 20px 30px;
    width: 100%;
    margin: 0 0 50px;
  }
  .flow-type02 .l-item:nth-child(3n) {
    margin: 0 0 50px;
  }
  .flow-type02 .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .flow-type02 .l-ttl {
    font-size: 20px;
  }
  .staff-layout {
    display: block;
    margin-bottom: 40px;
  }
  .staff-layout .l-img {
    margin-bottom: 20px;
  }
  .staff-layout .l-desc {
    margin-right: 0;
  }
  .staff-layout .job {
    font-size: 16px;
  }
  .staff-layout .name {
    margin-bottom: 15px;
  }
  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }
  .staff-layout .en {
    font-size: 16px;
  }
  .staff-layout .j-box {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .staff-layout .j-box-col:not(:last-child) {
    margin-right: 10px;
  }
  .dl-faq01 dt {
    padding: 20px 15px;
  }
  .dl-faq01 dt .txt {
    font-size: 18px;
  }
  .dl-faq01 dt .txt::before {
    width: 25px;
    height: 25px;
    top: 3px;
  }
  .dl-faq01 dt::before, .dl-faq01 dt::after {
    width: 12px;
    right: 20.5px;
  }
  .dl-faq01 dd {
    margin-bottom: 40px;
  }
  .dl-faq02 dt .txt {
    font-size: 16px;
  }
  .dl-faq02 dd {
    margin-bottom: 30px;
  }
  .dl-faq02 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 0 10px 0 0;
  }
  .dl-privacy dt {
    line-height: 1.4;
  }
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
  .table-style02 th, .table-style02 td {
    line-height: 1.7;
    padding: 15px;
  }
  .table-style02 th {
    font-weight: bold;
    vertical-align: top;
  }
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::before {
    content: "※横にスクロールできます。";
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #E88600;
  }
  .table-scroll table {
    margin-bottom: 10px;
    width: 160%;
  }
  .box-style01 {
    padding: 30px 20px;
  }
  .box-style01 .box-ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .box-style02 {
    padding: 15px;
    margin: 0 auto;
  }
  .box-style02 .box-ttl {
    font-size: 17px;
  }
  .box-style02 .box-table {
    font-size: 12px;
  }
  .box-style03 {
    padding: 50px 20px;
    text-align: center;
  }
  .box-style03::before {
    width: 270px;
    height: 12px;
    right: 50%;
    top: 70%;
    transform: translateX(50%);
  }
  .box-style03::after {
    width: 115px;
    height: 77px;
    left: -10px;
    top: -8px;
  }
  .box-style03 .box-txt {
    font-size: 24px;
  }
  .box-style03:hover {
    opacity: 0.7;
  }
  .box-contact {
    padding: 25px;
  }
  .box-contact .box-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .box-contact .wrapper {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .box-contact .tel {
    width: 100%;
    font-size: 30px;
    margin-right: 0;
  }
  .box-contact .tel span {
    padding-left: 25px;
  }
  .box-contact .tel span:before {
    width: 22px;
    height: 22px;
  }
  .box-contact .time {
    width: 100%;
    padding-left: 10%;
    margin-top: 10px;
    text-align: left;
  }
  .box-contact .time dt {
    width: 90px;
  }
  .box-contact .time dd {
    width: calc(100% - 100px);
  }
  .box-contact .time02 {
    margin-top: 10px;
  }
  .box-contact .time02 dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-contact .time02 dd, .box-contact .time02 dt {
    width: 100%;
  }
  /*------------
  reset
  --------------*/
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /*------------
  utility
  --------------*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .tac {
    text-align: left;
  }
  .tar {
    text-align: left;
  }
  .txt-big {
    font-size: 22px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .sp-map iframe,
.sp-map object,
.sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  transition: 0.5s;
  z-index: 10;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 6px;
  height: 6px;
  outline: none;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #523F1A;
}

.slick-dots li.slick-active button {
  background: #523F1A;
  width: 9px;
  height: 9px;
  transform: translateY(-1px);
}
