@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: "FOT-筑紫A丸ゴシック Std B";
}

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%;
  scroll-behavior: smooth;
}

body {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
}

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

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

.container.small,
.small.footer-inr {
  max-width: 760px;
}

@media screen and (max-width: 1400px) and (min-width: 801px) {

  .container.small,
  .small.footer-inr {
    max-width: 780px;
  }
}

.header-space {
  margin-right: 0;
}

/*------------
Header
--------------*/
.header {}

.h-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  inset: 0 0 auto 0;
  padding: 30px 30px;
  z-index: 98;
  transition: all .3s;
}

.h-wrapper>.h-logo {
  position: absolute;
  top: 20px;
  left: 30px;
}

.h-logo {
  transition: all .3s;
}

.h-btn-list {
  display: flex;
  margin-right: 20px;
}

.h-btn-list li+li {
  margin-left: 20px;
}

.h-item {
  display: flex;
}

.h-btn {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 4px 30px 2px 35px;
  border: 1px solid #F18639;
  border-radius: 50px;
  color: #F18639;
  font-weight: bold;
  transition: opacity .3s;
}

.h-btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/ico_h-btn.svg) no-repeat center center/contain;
  width: 14px;
  height: 5px;
}

.btn-calendar::after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/h-btn-calendar.svg) no-repeat center center/contain;
  width: 13px;
  height: 15px;
}

.btn-recruit::after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background: url(../images/share/h-btn-recruit.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
}

.h-btn02 {
  position: relative;
  display: inline-block;
  min-width: 136px;
  padding: 4px 30px 2px;
  border: 1px solid #F18639;
  background: #F18639;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  transition: opacity .3s;
  text-align: center;
}

.h-btn:hover,
.h-btn02:hover {
  opacity: 0.6;
}

.h-wrapper.is-fixed .h-logo img {
  transition: all .3s;
}

.h-wrapper.is-fixed {
  background: rgb(255 255 255 / 90%);
}

.h-wrapper.is-fixed>.h-logo img {
  width: 75px;
}


.h-wrapper.is-fixed>.h-logo {
  top: 17px;
}




.header-top {
  width: 100px;
  height: 70vh;
  padding: 40px 25px 30px 27px;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-bottom {
  width: 100px;
}

.header .h-tel {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  transition: 0.5s;
}

.header .h-tel span {
  display: block;
  margin: 8px auto 0;
  font-family: "Poppins", sans-serif;
  writing-mode: vertical-rl;
  color: #898989;
  letter-spacing: 0.15em;
  font-size: 16px;
}

.header .h-tel img {
  display: block;
  width: 30px;
  margin: 0 auto;
}

.header .h-tel:hover {
  opacity: 0.7;
}

.header .h-calendar {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.header .h-calendar span {
  display: block;
  margin: 5px auto 0;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
  color: #898989;
}

.header .h-calendar img {
  display: block;
  width: 30px;
  margin: 0 auto;
}

.header .h-calendar:hover {
  opacity: 0.7;
}

.header .h-time {
  font-size: 10px;
  background: #F8F8F8;
  padding: 13.26% 5%;
  line-height: 1.6;
  color: #898989;
}

.header .h-recruit {
  display: block;
  width: 100%;
  background: #F18639;
  padding: 35% 35%;
  transition: 0.5s;
}

.header .h-recruit span {
  display: block;
  margin: 10px auto;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
}

.header .h-recruit img {
  display: block;
  width: 30px;
  margin: 0 auto;
}

.header .h-recruit:hover {
  opacity: 0.7;
}

.header .humberger-box-pc {
  cursor: pointer;
  position: relative;
  z-index: 1001;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  transition: 0.5s;
}

.header .humberger-box-pc .ttl {
  position: absolute;
  bottom: 0;
  color: #F18639;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.header .humberger-box-pc:hover {
  opacity: 0.5;
}

.header .humberger-box-pc .humberger-pc {
  width: 100%;
  height: 44px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 100;
}

.header .humberger-box-pc .humberger-pc span {
  width: 44px;
  height: 3px;
  background: #F18639;
  display: inline-block;
  position: absolute;
  transition: 400ms;
  border-radius: 1px;
}

.header .humberger-box-pc .humberger-pc span:nth-of-type(1) {
  top: 0;
}

.header .humberger-box-pc .humberger-pc span:nth-of-type(2) {
  top: 13px;
}

.header .humberger-box-pc .humberger-pc.is-open span:nth-of-type(1) {
  top: 25%;
  transform: rotate(20deg);
}

.header .humberger-box-pc .humberger-pc.is-open span:nth-of-type(2) {
  top: 25%;
  transform: rotate(-20deg);
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .header .humberger-box-pc .humberger-pc span {
    width: 50px;
  }

  .header .humberger-box-pc .humberger-pc span:nth-of-type(2) {
    top: 10px;
  }

  .header .humberger-box-pc .humberger-pc.is-open span:nth-of-type(1) {
    top: 10%;
    transform: rotate(20deg);
  }

  .header .humberger-box-pc .humberger-pc.is-open span:nth-of-type(2) {
    top: 10%;
    transform: rotate(-20deg);
  }
}

/*------------
G-navi
--------------*/
.pc-navi {
  display: none;
  height: 100vh;
  transition: 0.3s;
  font-size: 16px;
}

.pc-navi.is-open {
  position: fixed;
  top: 0;
  right: 0;
  width: 33.33%;
  min-width: 600px;
  height: 100%;
  z-index: 100;
  overflow: auto;
  background: #fff;
  display: block;
  opacity: 1;
  padding: 130px 0;
}

.pc-navi-list {
  font-size: 16px;
  margin-right: 80px;
}

.pc-navi-list li {
  position: relative;
  padding-left: 12px;
}

.pc-navi-list li::before {
  position: absolute;
  content: "";
  background: url(../images/share/f-list_deco.svg) center/contain no-repeat;
  width: 5px;
  height: 8px;
  top: 11px;
  left: 0;
}

.pc-navi .pc-navi-child {
  margin-top: 10px;
  font-size: 15px;
}

.pc-navi .pc-navi-child li {
  position: relative;
  padding-left: 11px;
}

.pc-navi .pc-navi-child li:not(:last-child) {
  margin-bottom: 15px;
}

.pc-navi .pc-navi-child li::before {
  display: none;
}

.pc-navi .pc-navi-child li::after {
  position: absolute;
  content: "-";
  left: 0;
  color: #F18639;
  top: -1px;
}

.pc-navi .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-navi .item {
  line-height: 1.8;
  margin-bottom: 15px;
}

.pc-navi .item .item-link {
  display: block;
}

.pc-navi .item .item-link:hover {
  text-decoration: underline;
}

.pc-navi .wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.pc-navi .h-logo {
  width: 304px;
  margin: 0 auto;
}

.pc-navi .n-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp-navi {
  display: none;
}

/*------------
Hero
--------------*/
.hero {
  margin-bottom: 70px;
  position: relative;
}

.hero .hero-logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 1;
}

.hero-slider {
  height: 100%;
}

.hero-slider .slider-img img {
  width: 100%;
  height: 870px;
  object-fit: cover;
  object-position: left;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
  .hero-slider .slider-img img {
    height: 700px;
  }
}

.news-wrapper {
  border: 1px solid #F18639;
  padding: 0 20px;
}

.hero-news {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 30px 47px 30px 42px;
  line-height: 1;
  width: 100%;
}

.hero-news+.hero-news {
  border-top: 1px solid #F18639;
}

.hero-news .ttl {
  font-size: 22px;
  line-height: 1;
  margin-right: 40px;
  white-space: nowrap;
  color: #F18639;
}

.hero-news .hero-btn {
  position: absolute;
  right: 47px;
  width: 61px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  color: #F18639;
  transition: 0.5s;
}

.hero-news .hero-btn:before {
  position: absolute;
  background: url(../images/hero-btn_arrow.svg) left bottom/contain no-repeat;
  width: 61px;
  content: "";
  bottom: 0;
  left: 0;
  height: 6px;
  transition: 0.5s;
}

.hero-news .hero-btn:hover::before {
  transform: translateX(10px);
}

/*------------
Top contents
--------------*/
.contents {
  overflow: hidden;
}

.t-ttl {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 40px;
}

.t-ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 140px;
  font-weight: lighter;
  color: #EDEDED;
  display: inline-block;
  line-height: 0.15;
  letter-spacing: 0.2em;
}

.t-ttl .jp {
  font-size: 32px;
  line-height: 1;
  margin-top: -30px;
  display: block;
}

.sec00 {
  position: relative;
}


.sec01 {
  margin-bottom: 66px;
  padding-bottom: 72px;
  position: relative;
  margin-top: 85px;
}

.sec01::before {
  position: absolute;
  content: "";
  width: 86%;
  height: 77.59%;
  background: #F8F8F8;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sec01 .en {
  position: absolute;
  top: 5.5%;
  left: 0;
  font-size: 8.2vw;
  letter-spacing: 0.2em;
  line-height: 0.7;
  font-weight: 300;
  color: #EDEDED;
  font-family: "Poppins", sans-serif;
  z-index: 4;
}

.sec01-container {
  max-width: 1450px;
  width: 90%;
  margin: 0 0 0 auto;
}

.sec01-ttl {
  flex: 1;
}

.sec01-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.sec01-layout .l-img {
  width: 59%;
  margin: 0 0 0 3.07%;
  padding: 0 30px 30px 0;
  position: relative;
  z-index: 3;
}

.sec01-layout .l-img img {
  box-shadow: 30px 30px 0 #FFEF91;
}

.sec01-layout .l-desc {
  width: 40%;
  position: relative;
  margin-top: 150px;
}

.sec01-layout .l-desc::before {
  position: absolute;
  content: "";
  background: url(../images/sec01_deco.svg) center/contain no-repeat;
  width: 165px;
  height: 165px;
  top: -30px;
  left: -140px;
  z-index: 5;
}

.sec01-layout .l-desc p {
  position: relative;
  z-index: 6;
}

.sec01-layout .l-desc .btn-more,
.sec01-layout .l-desc .btn-cta {
  position: relative;
  z-index: 6;
}

.sec01-layout .l-ttl {
  margin-bottom: 40px;
  font-size: 32px;
  position: relative;
  z-index: 6;
  white-space: nowrap;
}

.sec01 .btn-more,
.sec01 .btn-cta {
  margin-top: 40px;
}

@media screen and (max-width: 1500px) and (min-width: 1381px) {
  .sec01 .en {
    top: 8%;
  }

  .sec01-layout .l-desc::before {
    top: -10px;
  }
}

@media screen and (max-width: 1380px) and (min-width: 801px) {
  .sec01 .en {
    top: 10%;
  }

  .sec01-layout .l-desc::before {
    top: -10px;
  }
}

.sec02 {
  margin-bottom: 78px;
  padding-bottom: 100px;
  position: relative;
}

.sec02::before {
  position: absolute;
  background: #FFEF91;
  content: "";
  width: 100%;
  height: 55.83%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec02-txt {
  margin-bottom: 50px;
  text-align: center;
}

.sec02-card {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.sec02-card li {
  width: calc(25% - 15px);
}

.sec02-card a {
  display: block;
  height: 100%;
  transition: transform 0.5s;
  position: relative;
}

.sec02-card a:hover {
  transform: translateY(-10px);
}

.sec02-card a .card-desc {
  display: flex;
  align-items: center;
  min-height: 64px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 15px;
  font-size: clamp(12px, 1.23vw, 16px);
  line-height: 1.375;
  background: #fff;
  border-radius: 0 5px 0 0;
  padding: 10px 45px 10px 15px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.sec02-card a .card-desc::before {
  position: absolute;
  top: 50%;
  right: 14px;
  background: url(../images/share/btn-more_arrow_short.svg) left center/contain no-repeat;
  width: 25px;
  height: 5px;
  content: "";
  transform: translateY(-50%);
}

.sec03 {
  padding-bottom: 80px;
  margin-bottom: 160px;
  position: relative;
}

.sec03::before {
  position: absolute;
  content: "";
  background: #F8F8F8;
  width: 95%;
  height: 88.46%;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.sec03-container {
  position: relative;
}

.sec03-container::before {
  position: absolute;
  content: "";
  background: url(../images/sec03_deco.svg) center/contain no-repeat;
  width: 242px;
  height: 320px;
  top: 200px;
  right: 50px;
  z-index: 1;
}

.sec03-container .en {
  position: absolute;
  top: 10%;
  right: -28px;
  font-size: 7.8vw;
  letter-spacing: 0.2em;
  line-height: 0.7;
  font-weight: 300;
  color: #EDEDED;
  font-family: "Poppins", sans-serif;
  z-index: 4;
}

.sec03-container .en .white {
  color: #fff;
}

.sec03-layout {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 80px;
}

.sec03-layout .l-img {
  width: 70.64%;
  margin: 0 4.33% 0 -20%;
}

.sec03-layout .l-desc {
  flex: 1;
  margin-top: 220px;
  position: relative;
  z-index: 3;
}

.sec03-layout .l-ttl {
  font-size: 32px;
  margin-bottom: 40px;
}

.sec03-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5%;
  position: relative;
  z-index: 2;
}

.sec03-card>li {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #EDEDED;
  padding: 20px 20px 30px;
}

.sec03-card .card-img {
  margin-bottom: 20px;
}

.sec03-card .card-desc {
  margin-bottom: 20px;
}

.sec03-card .card-ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  color: #F18639;
}

.sec03-card .card-btn {
  margin: 0 auto;
}

.sec03-card .card-btn .btn-more:not(:last-child),
.sec03-card .card-btn .btn-cta:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1650px) and (min-width: 1401px) {
  .sec03-container .en {
    top: 14%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 801px) {
  .sec03-container .en {
    top: 16%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec03-card li {
    padding: 20px 10px 30px;
  }
}

.sec04 {
  margin-bottom: 150px;
}

.sec04-card {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px;
}

.sec04-card>li {
  text-align: center;
}

.sec04-card a {
  display: block;
  background-color: #F8F8F8;
  height: 100%;
  padding: 20px 2px 60px;
  position: relative;
  transition: transform 0.5s;
}

.sec04-card a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/sec04_arrow.svg) center/contain no-repeat;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
}

.sec04-card a:hover {
  transform: translateY(-10px);
}

.sec04-card .card-img {
  margin-bottom: 10px;
}

.sec04-card .card-img img {
  width: 100px;
  height: 100px;
}

.sec04-card .card-ttl {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 1400px) and (min-width: 801px) {
  .sec04-card .card-ttl {
    font-size: 17px;
  }
}

.sec05 {
  margin-bottom: 100px;
}

.sec05-top {
  margin-bottom: 70px;
  padding-top: 290px;
  background-color: #fff;
  width: 100%;
  height: 802px;
  background-image: url(../images/sec05_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec05-top .l-desc {
  padding: 100px 0 80px;
  background: #fff;
  position: relative;
}

.sec05-top .l-desc::before {
  position: absolute;
  content: "";
  background: url(../images/sec05_deco02.png) center/contain no-repeat;
  width: 160px;
  height: 168px;
  bottom: 30px;
  left: 145px;
}

.sec05-top .l-desc::after {
  position: absolute;
  content: "";
  background: url(../images/sec05_deco01.png) center/contain no-repeat;
  width: 226px;
  height: 140px;
  top: 65px;
  right: 55px;
  z-index: 2;
}

.sec05-top .t-ttl {
  position: relative;
  z-index: 3;
}

.sec05-slider .slider-img {
  width: 400px;
  padding-right: 10px;
}

.sec05 .btn-wrap {
  display: flex;
  flex-wrap: wrap;
}

.sec05 .btn-wrap .btn-more:first-child,
.sec05 .btn-wrap .btn-cta:first-child {
  margin-right: 30px;
}

.sec05 .btn-wrap.center {
  justify-content: center;
}

.sec05-txt {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1400px) and (min-width: 801px) {
  .sec05-top .l-desc::after {
    top: 60px;
    right: 0;
    width: 206px;
    height: 120px;
  }
}

.sec06 {
  margin-bottom: 120px;
  padding-top: 102px;
}

.sec06-container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  background-color: #F8F8F8;
  padding: 60px 0;
  position: relative;
}

.sec06 .en {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 140px;
  font-weight: lighter;
  color: #EDEDED;
  display: block;
  line-height: 0.7;
  letter-spacing: 0.2em;
  top: -98px;
  left: -10px;
}

.sec06 .sec06-ttl {
  font-size: 32px;
}

.sec06 .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.sec07 {
  margin-bottom: 225px;
}

.sec07-map {
  position: relative;
  width: 100%;
  height: 510px;
}

.sec07-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*------------
Footer
--------------*/
.pagetop {
  background-color: #fff;
  border: 1px solid #F18639;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  position: fixed;
  bottom: 50px;
  right: 120px;
  z-index: 96;
  transition: 0.5s;
}

.pagetop:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: 1px solid #F18639;
  border-right: 1px solid #F18639;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -41%) rotate(-45deg);
}

.pagetop:hover {
  opacity: 0.5;
}

.footer {
  /*  background-color: #fff7ce;*/
  background-color: #FFEF91;
  position: relative;
}

.footer-top {
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F18639;
  width: 900px;
  padding: 40px;
}

.footer .f-ttl {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.footer .f-txt {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.footer-inr {
  padding: 200px 0 90px;
}

.footer-bottom {
  display: flex;
}

.footer .f-left {
  flex: 1;
  margin-right: 60px;
}

.footer .f-logo {
  display: block;
  max-width: 327px;
  margin-bottom: 20px;
  transition: 0.5s;
}

.footer .f-logo:hover {
  opacity: 0.5;
}

.footer .f-access {
  margin-bottom: 20px;
}

.footer .f-navi {
  background: #fff;
  display: flex;
  padding: 10px 20px;
}

.footer .f-navi-list:first-child {
  margin-right: 7px;
}

.footer .f-navi-list li {
  display: block;
  position: relative;
  padding-left: 12px;
}

.footer .f-navi-list li::before {
  position: absolute;
  content: "";
  background: url(../images/share/f-list_deco.svg) center/contain no-repeat;
  width: 5px;
  height: 8px;
  top: 12px;
  left: 0;
}

.footer .f-navi-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .f-navi-list .f-navi-list-child {
  font-size: 14px;
  margin-top: 8px;
}

.footer .f-navi-list .f-navi-list-child:first-child {
  margin-right: 50px;
}

.footer .f-navi-list .f-navi-list-child li {
  display: block;
  position: relative;
  padding-left: 11px;
}

.footer .f-navi-list .f-navi-list-child li::before {
  display: none;
}

.footer .f-navi-list .f-navi-list-child li::after {
  position: absolute;
  content: "-";
  left: 0;
  color: #F18639;
  top: -1px;
}

.footer .f-navi-list .f-navi-list-child li:not(:last-child) {
  margin-bottom: 14px;
}

.footer .f-navi-list a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #EDEDED;
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .footer .f-right {
    flex: 1.1;
  }
}

/*------------
Button
--------------*/
.btn-more,
.btn-cta {
  display: block;
  width: 240px;
  padding: 7px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #F18639;
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.btn-more:before,
.btn-cta:before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-more_arrow_w.svg) left center/contain no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 5px;
  transition: 0.5s;
}

.btn-more:hover,
.btn-cta:hover {
  opacity: 0.7;
}

.btn-more:hover::before,
.btn-cta:hover::before {
  transform: translate(10px, -50%);
}

.btn-more.long,
.long.btn-cta {
  width: 280px;
  line-height: 1.6;
}

.btn-cta {
  width: 250px;
  padding: 10px;
  background-color: #fff;
  color: #F18639;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}

.btn-cta::before {
  display: none;
}

.btn-cta span {
  position: relative;
  padding-left: 38px;
}

.btn-cta.tel span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.btn-cta.web span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_web.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
}

.btn-cta:hover {
  opacity: 0.7;
}

.btn-style {
  display: inline-block;
  background: #f18639;
  color: #fff;
  min-width: 250px;
  padding: 11px 30px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 1;
}

.btn-style::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 15px;
  top: 50%;
  transition: 0.3s;
}

.btn-style::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F8F8F8;
  position: absolute;
  left: -4px;
  top: -4px;
  transition: 0.3s;
}

@media (hover: hover) {
  .btn-style:is(:hover, :focus) {
    background: #FFEEE2;
    color: #f18639;
  }

  .btn-style:is(:hover, :focus)::before {
    border-color: #f18639;
  }

  .btn-style:is(:hover, :focus)::after {
    border-color: #f18639;
  }
}

@media (max-width: 800px) {
  .btn-style {
    display: block;
    min-width: 0;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
}

/*------------
Common parts
--------------*/
.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google-calendar iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

.time-table {
  border-bottom: 1px solid #F18639;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.time-table-txt {
  font-size: 14px;
}

.time-table-head {
  background-color: #F18639;
  color: #fff;
  font-size: 14px;
}

.time-table-head .t-item {
  padding: 8px 0;
}

.time-table-body {
  color: #5F5F5F;
}

.time-table-body .t-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-table-body.first {
  padding: 10px 0 5px;
}

.time-table-body.second {
  padding-bottom: 10px;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 140px repeat(6, 1fr) 70px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.list-event {}

.list-event li+li {
  margin-top: 10px;
}

.list-event li {
  line-height: 1;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 5px;
  align-items: center;
}

.list-event .event {
  background-color: #888;
  font-family: "FP-ヒラギノUD角ゴ StdN W4";
  font-size: 13px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.list-event .event.event01 {
  background-color: #668CD9;
}

.list-event .event.event02 {
  background-color: #E0C240;
}

.list-event .event.event03 {
  background-color: #E67399;
}

.list-event .event.event04 {
  background-color: #8CBF40;
}

.list-event .event.event05 {
  background-color: #F18639;
}

/*------------
Under layout
--------------*/
.u-top-common {
  background: url(../images/under/u-ttl_bg.jpg) center/cover no-repeat;
  padding: 210px 10px 210px 10px;
  margin-bottom: 20px;
}

.page-ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.page-ttl span {
  padding: 3px 10px;
  text-shadow: rgba(255, 255, 255, .7) 1px 1px 9px, rgba(255, 255, 255, .7) -1px -1px 9px, rgba(255, 255, 255, .7) -1px 1px 9px, rgba(255, 255, 255, .5) 1px -1px 9px, rgba(255, 255, 255, .7) 0px 1px 9px, rgba(255, 255, 255, .7) 0 -1px 9px, rgba(255, 255, 255, .7) -1px 0 9px, rgba(255, 255, 255, .7) 1px 0 9px;
}

.breadcrumb {
  margin-bottom: 80px;
}

.breadcrumb ul {
  font-size: 12px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "> ";
  padding: 0 5px;
}

.breadcrumb a {
  transition: 0.5s;
}

.breadcrumb a:hover {
  color: #F18639;
}

/*------------
Under parts
--------------*/
.u-contents {
  overflow: hidden;
}

.u-contents .sec03-card li {
  padding: 20px 10px 30px;
}

.u-contents .sec03-card .card-ttl {
  font-size: 18px;
}

.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 60px;
  position: relative;
  font-weight: bold;
}

.u-h2:before,
.post-category-ttl:before,
.postdata h1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #F18639;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3,
.post-ttl,
.postdata h2,
.dl-privacy dt {
  font-size: 24px;
  padding: 6px 10px 6px 30px;
  margin-bottom: 30px;
  background: #FFEEE2;
  position: relative;
  font-weight: bold;
}

.u-h3:before,
.post-ttl:before,
.postdata h2:before,
.dl-privacy dt:before {
  content: "";
  position: absolute;
  top: 26.5px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #F18639;
}

.u-h4,
.postdata h3 {
  font-size: 20px;
  color: #F18639;
  margin-bottom: 20px;
  font-weight: bold;
}

.num-ttl {
  border-bottom: 2px solid #eee;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.num-ttl .num {
  background: #FFEF91;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.num-ttl .num::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #FFEF91;
  position: absolute;
  top: 0;
  right: -7px;
}

.short {
  margin-bottom: 60px;
}

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

.tall:last-child {
  margin-bottom: 225px;
}

.tall .bg-gray {
  padding: 60px 0;
  background: #F8F8F8;
}

.tall .bg-gray-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.l-style01 {
  display: flex;
}

.l-style01 .l-img01 {
  flex: 1;
  margin-right: 40px;
}

.l-style01 .l-img {
  max-width: 310px;
  margin-right: 40px;
}

.l-style01 .l-img.small {
  max-width: 210px;
}

.l-style01 .l-desc {
  flex: 1;
}

.l-style01 .l-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-style02 {
  display: flex;
  flex-direction: row-reverse;
}

.l-style02 .l-img01 {
  flex: 1;
  margin-left: 40px;
}

.l-style02 .l-img {
  margin-left: 40px;
  max-width: 310px;
}

.l-style02 .l-img.small {
  max-width: 210px;
}

.l-style02 .l-desc {
  flex: 1;
}

.l-style02 .l-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-style02 .l-ttl span {
  background: linear-gradient(transparent 60%, #ff9c56 60%);
  padding-bottom: 3px;
}

.l-style03 {
  display: flex;
}

.l-style03 .l-img {
  width: 310px;
}

.l-style03 .l-img img {
  width: 310px;
  max-height: 221px;
}

.l-style03 .l-desc {
  background: #FFEF91;
  padding: 45px 50px 50px 113px;
  margin: 40px 0 0 -63px;
  flex: 1;
}

.l-style03 .l-desc .l-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.l-style03 .job-wrap {
  margin-top: 20px;
}

.l-style03 .l-job {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.l-style03 .l-name {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.l-style03.reverse {
  flex-direction: row-reverse;
}

.l-style03.reverse .l-desc {
  padding: 45px 113px 50px 50px;
  margin: 40px -63px 0 0;
}

.l-style03.reverse .l-job,
.l-style03.reverse .l-name {
  text-align: right;
}

.l-style04 {
  display: flex;
  align-items: center;
}

.l-style04 .l-img {
  width: 50.5%;
  margin: 0 5% 0 0;
  padding-bottom: 20px;
}

.l-style04 .l-img img {
  box-shadow: -20px 20px 0 #FFEF91;
}

.l-style04 .l-desc {
  flex: 1;
}

.l-style04 .l-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.l-style04.reverse {
  flex-direction: row-reverse;
}

.l-style04.reverse .l-img {
  margin: 0 0 0 5%;
}

.l-style04.reverse .l-img img {
  box-shadow: 20px 20px 0 #FFEF91;
}

.fl-img01,
.fl-img02 {
  width: 40%;
}

.fl-img01.small,
.fl-img02.small {
  width: 25%;
}

.fl-img01 {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-img02 {
  float: left;
  margin: 0 35px 15px 0;
}

.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: 10px;
}

.list-col2+.staff-img {
  margin-top: 40px;
}

.list-card {
  display: grid;
}

.list-card>li {
  display: flex;
  flex-direction: column;
  border: 1px solid #EDEDED;
  background: #fff;
  padding: 25px;
}

.list-card .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.list-card .list-ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #F18639;
  font-weight: bold;
}

.list-card .list-desc {
  margin-bottom: 15px;
}

.list-card .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card .btn-more,
.list-card .btn-cta {
  width: 100%;
}

.list-card.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.list-card.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.list-card.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.list-card02 {
  display: grid;
}

.list-card02>li {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 25px;
  position: relative;
}

.list-card02 .list-ttl {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.list-card02 .list-ttl:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #F18639;
}

.list-card02 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card02 .list-desc {
  margin-bottom: 15px;
}

.list-card02 .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card02 .btn-more,
.list-card02 .btn-cta {
  width: 100%;
}

.list-card02.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.list-card02+.box-style02 {
  margin-top: 30px;
}

.list-card-flow {
  display: grid;
}

.list-card-flow>li {
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
  padding: 25px 25px 30px;
  position: relative;
}

.list-card-flow>li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.list-card-flow>li:last-child::after {
  display: none;
}

.list-card-flow .list-ttl {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.list-card-flow .num {
  background: #F18639;
  display: table;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0 15px;
  margin: 0 auto 10px;
  letter-spacing: 0.2em;
}

.list-card-flow .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card-flow .list-desc {
  margin-bottom: 15px;
}

.list-card-flow .list-btn {
  text-align: center;
  margin-top: auto;
}

.list-card-flow .btn-more,
.list-card-flow .btn-cta {
  width: 100%;
}

.list-card-flow.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.list-card-flow.col3>li::after {
  right: -21px;
}

.list-card-flow.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.list-card-flow.col4>li::after {
  right: -17px;
}

.list-card-flow.col5 {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.list-card-flow.col5>li::after {
  right: -15px;
}

.list-disc li {
  position: relative;
  padding-left: 13px;
}

.list-disc li:before {
  content: "";
  background: #F18639;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding-left: 18px;
}

.list-check li+li {
  margin-top: 3px;
}

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #F18639;
  border-bottom: 2px solid #F18639;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}

.list-num>li {
  line-height: 2;
  padding: 0 0 0 32px;
  position: relative;
}

.list-num>li:before {
  background: #F18639;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  position: absolute;
  top: 0.6em;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 1px 0 0 1px;
  width: 20px;
  height: 20px;
}

.list-btn {
  display: flex;
  align-items: center;
}

.list-btn li:nth-child(1) {
  margin-right: 20px;
}

.cate-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.cate-wrap .cate-item {
  display: inline-block;
  background: #fff;
  border: 1px solid #F18639;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 12px 5px;
  line-height: 1.2;
  color: #F18639;
}

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li:not(:last-child):after {
  content: "";
  display: inline-block;
  background: #EDEDED;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  transition: 0.5s;
}

.list-anchor-link a:before {
  content: "";
  background: url(../images/share/icon_arrow_bottom.svg) no-repeat 0 0/contain;
  stroke: #FFEF91;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 7px;
}

.list-anchor-link a:hover {
  color: #F18639;
}

.merit-demerit {
  display: flex;
}

.merit-demerit .list-item {
  flex: 1;
  padding: 30px;
}

.merit-demerit .list-item:first-child {
  background: #fff;
  border: 2px solid #EDEDED;
}

.merit-demerit .list-item:nth-child(2) {
  background: #EDEDED;
}

.merit-demerit .list-item:not(:last-child) {
  margin-right: 4%;
}

.merit-demerit .list-ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #F18639;
}

.merit-demerit .list-disc {
  line-height: 2.3;
}

.merit-demerit .list-disc li::before {
  top: 15.5px;
}

.flow-type01 {
  border: 2px solid #EDEDED;
  background: #fff;
  padding: 50px 30px;
}

.flow-type01 .l-item {
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #F18639;
  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 #F18639;
  border-right: 2px solid #F18639;
  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-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.flow-type01 .l-ttl span {
  background: #F18639;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
  font-weight: 500;
}

.flow-type01 .l-ttl span::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #F18639;
  position: absolute;
  top: 0;
  right: -7px;
}

.staff-layout {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.staff-layout .l-img {
  flex: 1;
}

.staff-layout .l-desc {
  flex: 1.5;
}

.staff-layout .staff-txt {
  max-width: 496px;
}

.staff-layout .job {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.staff-layout .name {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 25px;
  margin-bottom: 40px;
  line-height: 1;
}

.staff-layout .jp {
  font-size: 30px;
  margin-right: 25px;
  font-weight: bold;
}

.staff-layout .en {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #D2D2D2;
  letter-spacing: 0.2em;
}

.staff-profile {
  display: flex;
}

.staff-profile .s-item {
  width: 48%;
  background: #F8F8F8;
  padding: 35px;
}

.staff-profile .s-item:not(:last-child) {
  margin-right: 4%;
}

.staff-profile .ttl {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.staff-profile-list {
  border-top: 1px dotted #DDDDDD;
  font-size: 14px;
}

.staff-profile-list li {
  border-bottom: 1px dotted #DDDDDD;
  padding: 10px 0;
  display: flex;
}

.staff-profile-list .data {
  width: 15%;
}

.staff-profile-list .txt {
  width: 85%;
}

.staff-profile-list.disc li {
  position: relative;
  padding-left: 13px;
}

.staff-profile-list.disc li:before {
  content: "";
  background: #F18639;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 5px;
  height: 5px;
}

.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-weight: bold;
}

.dl-faq02 dt .icon {
  background-color: #F18639;
  color: #fff;
}

.dl-faq02 dd .wrapper {
  display: flex;
}

.dl-faq02 dd .icon {
  background: #FFEF91;
  color: #F18639;
}

.dl-faq02 .icon {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  font-weight: lighter;
  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 #EDEDED;
}

.table-style01 tr:not(:last-child) th,
.table-style01 tr:not(:last-child) td {
  border-bottom: 1px solid #EDEDED;
}

.table-style01 th {
  background-color: #FFEF91;
  font-weight: bold;
  padding: 15px;
  width: 30%;
}

.table-style01 td {
  padding: 10px 30px;
}

.box-style01 {
  background: #D9EA8C;
  padding: 20px 50px;
}

.box-style01 .box-ttl {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}

.box-style01 .box-ttl:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #F18639;
}

.box-style01 .list-disc li::before {
  background: #333;
}

.box-style01 .l-style02 {
  align-items: center;
}

.box-style01 .l-style02 .l-img {
  margin-left: 20px;
}

.box-style02 {
  background: #F8F8F8;
  padding: 50px;
}

.box-style02 .box-ttl {
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}

.box-style02 .box-ttl:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #F18639;
}

.box-style03 {
  border: 2px solid #EDEDED;
  background: #fff;
  padding: 50px;
}

.box-style03 .box-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.box-style04 {
  background: #fff;
  padding: 35px 25px 20px;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
}

.box-style04 .box-ttl01 {
  color: #F18639;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #F18639;
  border-radius: 5px;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  left: -10px;
  top: -20px;
  line-height: 1.4;
}

.mbM {
  margin-bottom: 45px;
}

.box-style05 {
  background: #FFEF91;
  padding: 30px 50px 50px;
  margin-left: 30px;
  margin-top: 20px;
  position: relative;
}

.box-style05 .point {
  position: absolute;
  width: 104px;
  height: 104px;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F18639;
  border-radius: 50%;
  top: -20px;
  left: -30px;
  letter-spacing: 0.2em;
  padding-left: 2px;
}

.box-style05 .box-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 45px;
}

.u-slider05 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
}

.u-slider05 .slick-list {
  overflow: visible;
}

.u-slider05 .slick-slide {
  text-align: left;
  margin: 0 15px;
  opacity: 0.2;
  transition: 0.5s ease-in-out;
}

.u-slider05 .slick-center {
  opacity: 1;
}

.u-slider05 .slick-prev {
  left: 18px;
}

.u-slider05 .slick-next {
  right: 18px;
}

.u-slider05 figure {
  margin-bottom: 15px;
}

.effect,
.effect-pc {
  transform: translateY(50px);
  opacity: 0;
  transition-duration: 1.5s;
}

.effect--moved {
  transform: translateY(0px);
  opacity: 1;
}

.effect-pc--moved {
  transform: translateY(0px);
  opacity: 1;
}

.effect-each {
  transform: translateY(100px);
  opacity: 0;
  transition-duration: 1.5s;
}

.effect-each--moved {
  transform: translateY(0px);
  opacity: 1;
}

.fade-in {
  will-change: transform;
  opacity: 0;
  transition: transform 2.8s cubic-bezier(0.19, 1, 0.435, 0.99), opacity 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transform: translateY(100px);
  opacity: 0;
}

.fade-in.is-action {
  transform: translateY(0);
  opacity: 1;
}

/*------------
画像配置（基本編）
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 5px 4% 0 0;
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 250px;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR.center,
.l-imgL.center {
  align-items: center;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 5px 0 0 4%;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 250px;
}

.fl-imgR {
  float: right;
  margin: 5px 0 15px 4%;
}

.fl-imgL {
  float: left;
  margin: 5px 4% 15px 0;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    display: block;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    margin: 0 0 15px;
    width: 100%;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }

  .fl-imgR,
  .fl-imgL {
    width: 100%;
  }

  .fl-imgR.small,
  .fl-imgL.small {
    width: 100px;
  }

  .fl-imgR {
    float: none;
    margin: 0 0 15px;
  }

  .fl-imgL {
    float: none;
    margin: 0 0 15px;
  }

}

.l-imgR .l-img.illust02 {
  position: relative;
}

.l-imgR .l-img.illust02::after {
  content: '';
  background: url(../images/under/u_illust04@2x.png) no-repeat center / contain;
  width: 34.15%;
  height: 99px;
  position: absolute;
  bottom: -10px;
  right: -8.29%;
}

@media (max-width: 800px) {
  .l-imgR .l-img.illust02::after {
    right: -3%;
  }
}

/* ボックスデザイン */

.box-style06 {
  padding: 50px;
  background: #FFEF91;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .box-style06 {
    padding: 25px 15px;
  }
}

.box-style07 {
  padding: 50px;
  background: #FFF7C8;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.box-style07 .box-ttl-01 {
  font-size: 24px;
  padding: 0 0 20px;
  position: relative;
  margin-bottom: 25px;
}

.box-style07 .box-ttl-01::after {
  content: '';
  background: url(../images/under/ttl_dot01@2x.png) no-repeat center / contain;
  width: 48px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box-style07 .box-ttl-02 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.box-style07.box-illust01::before {
  content: '';
  background: url(../images/under/box_illust01@2x.png) no-repeat center / contain;
  width: 18.55%;
  height: 131px;
  position: absolute;
  right: -3.91%;
  top: 35px;
  z-index: -1;
}

.box-style07.box-illust01::after {
  content: '';
  background: url(../images/under/box_illust02@2x.png) no-repeat center / contain;
  width: 16.6%;
  height: 168px;
  position: absolute;
  left: -4.59%;
  bottom: -55px;
  z-index: -1;
}

.box-style08 {
  border: 1px solid #f18639;
  background: #fff;
}

.box-style08 .box-ttl {
  background-color: #f18639;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
}

.box-style08 .box-desc {
  padding: 50px 60px;
}

@media (max-width: 800px) {
  .box-style07 {
    padding: 25px 15px;
  }

  .box-style07.box-illust01::before {
    width: 31%;
  }

  .box-style07.box-illust01::after {
    width: 25%;
  }

  .box-style07 .box-ttl-01,
  .box-style07 .box-ttl-02 {
    font-size: 22px;
  }

  .box-style08 .box-ttl {
    font-size: 18px;
    padding: 15px 30px;
  }

  .box-style08 .box-desc {
    padding: 25px 30px 30px;
  }
}

/* ボックスレイアウト */

.box-layout01 {
  padding: 35px 0 0 50px;
  position: relative;
}

.box-layout01::before {
  content: '';
  background: url(../images/under/icon_point01@2x.png) no-repeat center / contain;
  width: 114px;
  height: 133px;
  position: absolute;
  top: 0;
  left: 0;
}

.box-layout01.pk::before {
  background: url(../images/under/icon_point02@2x.png) no-repeat center / contain;
}

.box-layout01.bl::before {
  background: url(../images/under/icon_point03@2x.png) no-repeat center / contain;
}

.box-layout01 .l-inner {
  padding: 30px 50px 50px 50px;
  background: #FFEF91;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 31.83%;
  grid-template-rows: auto 1fr;
}

.box-layout01 .l-ttl {
  grid-area: 1 / 1 / 2 / 2;
  font-size: 20px;
  margin-bottom: 25px;
  padding: 0 75px 0 30px;
}

.box-layout01 .l-img {
  grid-area: 1 / 2 / 3 / 3;
  z-index: 2;
}

.box-layout01 .l-img img {
  border-radius: 10px;
}

.box-layout01 .l-desc {
  grid-area: 2 / 1 / 3 / 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 75px 30px 30px;
  background: #fff;
  margin: 0 -55px 0 0;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .box-layout01 {
    padding: 20px 0 0;
  }

  .box-layout01::before {
    width: 57px;
    height: 66px;
    left: -15px;
  }

  .box-layout01 .l-inner {
    display: block;
    padding: 25px 15px;
  }

  .box-layout01 .l-ttl {
    padding: 0 0 0 30px;
  }

  .box-layout01 .l-img {
    width: 100%;
    margin: 0 0 20px;
  }

  .box-layout01 .l-desc {
    padding: 20px 15px;
    margin: 0;
  }
}

/* 画像レイアウト */

.l-style05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-style05 .l-img {
  width: 43.33%;
}

.l-style05 .l-img img {
  border-radius: 10px;
}

.l-style05 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0 -80px 0 0;
}

.l-style05 .desc-inner {
  -webkit-mask: url(../images/under/mask_bg01.png) no-repeat center / 100% 100%;
  mask: url(../images/under/mask_bg01.png) no-repeat center / 100% 100%;
  background: #fff;
  padding: 50px 65px 75px 65px;
  min-height: 425px;
}

.l-style05 .l-desc::before {
  content: '';
  background: url(../images/under/u_illust01@2x.png) no-repeat center / contain;
  width: 22.27%;
  height: 137px;
  position: absolute;
  top: -18px;
  left: -3.89vw;
  z-index: 2;
}

.l-style05 .l-desc::after {
  content: '';
  background: url(../images/under/u_illust02@2x.png) no-repeat center / contain;
  width: 19.39%;
  height: 134px;
  position: absolute;
  bottom: -45px;
  right: 1.94vw;
  z-index: 2;
}

.l-style05 .l-ttl {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .l-style05 {
    display: block;
  }

  .l-style05 .l-img {
    width: 100%;
  }

  .l-style05 .l-desc {
    margin: -50px 0 0;
  }

  .l-style05 .l-desc::before {
    top: -35px;
  }

  .l-style05 .desc-inner {
    padding: 60px 25px 50px;
    min-height: inherit;
  }

  .l-style05 .l-ttl {
    font-size: 22px;
  }
}

.l-style06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-style06 .l-img {
  width: 40.04%;
  margin: 60px 0 0 40px;
  position: relative;
}

.l-style06 .l-img::before {
  content: '';
  background: url(../images/under/u_illust03@2x.png) no-repeat center / contain;
  width: 46.59%;
  height: 94px;
  position: absolute;
  bottom: -35px;
  right: -4.15%;
}

.l-style06 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 800px) {
  .l-style06 {
    display: block;
  }

  .l-style06 .l-img {
    width: 100%;
    margin: 0 0 35px;
  }
}

/*カラム*/
.column1,
.column2,
.column3,
.column4 {
  display: grid;
}

.column1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.column2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.column3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.column4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}


@media (max-width: 800px) {

  .column2,
  .column3,
  .column4 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

/* リストカードデザイン */

.list-card03 {
  padding: 20px 0 0;
}

.list-card03>li {
  padding: 30px 25px;
  background: #FFEF91;
  border-radius: 10px;
  margin: 0 0 20px;
}

.list-card03 .list-ttl {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 3px 30px;
  background: #F88484;
  border-radius: 5px;
  position: relative;
  display: table;
  min-width: 77.78%;
  margin: -45px auto 20px;
}

.list-card03>li:nth-child(4n+1) .list-ttl {
  background: #F88484;
}

.list-card03>li:nth-child(2n) .list-ttl {
  background: #86BC51;
}

.list-card03>li:nth-child(3n) .list-ttl {
  background: #6BBCE2;
}


.list-card03 .list-img {
  text-align: center;
  margin: 0 0 20px;
}

@media (max-width: 800px) {
  .list-card03>li {
    padding: 30px 15px 20px;
  }
}

.list-card04.column2 {
  grid-gap: 90px 65px;
}

.list-card04>li:nth-child(2n) {
  margin-top: 40px;
}

.list-card04 .list-img {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.list-card04 .list-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}

.list-card04 .list-img.bg01::after {
  background: #FFEF91;
}

.list-card04 .list-img.bg02::after {
  background: #C2DDA7;
}

.list-card04 .list-img.bg03::after {
  background: #B4DDF0;
}

.list-card04 .list-img.bg04::after {
  background: #FBC1C1;
}

.list-card04 .list-ttl {
  font-size: 20px;
  padding: 6px 15px 8px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 800px) {
  .list-card04.column2 {
    grid-gap: 20px;
  }

  .list-card04>li:nth-child(2n) {
    margin: 0;
  }

  .list-card04 .list-img {
    margin: 0 0 25px;
  }

  .list-card04 .list-img::after {
    top: 10px;
    right: -10px;
  }

  .list-card04 .list-ttl {
    max-width: 95%;
  }
}

/* フロー */

.flow-type-02 {
  padding: 60px 85px;
  background: #FFF7C8;
}

.flow-type-02>li {
  position: relative;
  padding-left: 160px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 1;
}

.flow-type-02>li:last-child {
  padding-bottom: 0;
}

.flow-type-02>li:not(:last-child)::before {
  content: '';
  background: #F18639;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 65px;
  top: 0;
  z-index: -1;
}

.flow-type-02 .num {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  width: 130px;
  background: #fff;
  padding: 7px 0;
  border-radius: 100px;
  border: 2px solid #F18639;
  position: absolute;
  top: 0;
  left: 0;
}

.flow-type-02 .list-img {
  width: 30.27%;
  margin: 0 0 0 40px;
}

.flow-type-02 .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow-type-02 .list-ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .flow-type-02 {
    padding: 25px 15px;
  }

  .flow-type-02>li {
    display: block;
    padding-left: 75px;
    padding-bottom: 30px;
  }

  .flow-type-02>li:not(:last-child)::before {
    left: 32px;
  }

  .flow-type-02 .num {
    font-size: 13px;
    width: 65px;
    padding: 3px 0;
  }

  .flow-type-02 .list-img {
    width: 100%;
    margin: 0 0 10px;
  }

  .flow-type-02 .list-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* スタッフの声 */

.Comment-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Comment-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.Comment-layout .l-img {
  width: 30.27%;
  margin: 0 60px 0 0;
}

.Comment-layout.reverse .l-img {
  margin: 0 0 0 60px;
}

.Comment-layout .img {
  text-align: center;
  margin-bottom: 20px;
}

.Comment-layout .name {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  line-height: 1.5;
}

.Comment-layout .job {
  display: block;
  font-size: 16px;
}

.Comment-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 35px 30px 30px;
  background: #FFEF91;
  border-radius: 10px;
  position: relative;
}

.Comment-layout .l-desc::before {
  content: '';
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #FFEF91 transparent transparent;
  position: absolute;
  right: 100%;
  top: 40px;
}

.Comment-layout.reverse .l-desc::before {
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #FFEF91;
  right: inherit;
  left: 100%;
}

.Comment-layout .l-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .Comment-layout {
    display: block;
  }

  .Comment-layout .l-img,
  .Comment-layout.reverse .l-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .Comment-layout .name {
    font-size: 22px;
  }

  .Comment-layout .l-desc {
    padding: 25px 15px;
  }

  .Comment-layout .l-desc::before,
  .Comment-layout.reverse .l-desc::before {
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #FFEF91 transparent;
    right: inherit;
    left: 30px;
    top: inherit;
    bottom: 100%;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：お知らせ*/
.list-top-news01 .list-item {
  display: flex;
  text-align: left;
  align-items: baseline;
}

.list-top-news01 time {
  display: inline-block;
  color: #898989;
  width: 80px;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
}

.list-top-news01 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 362px;
  transition: 0.5s;
  line-height: 1.2;
}

.list-top-news01 a:hover {
  opacity: 0.5;
}

/*TOPページ用：ブログ*/
.list-top-blog {
  display: flex;
  margin-bottom: 40px;
}

.list-top-blog .list-item {
  width: 33.3333333333%;
}

.list-top-blog .list-item a {
  display: block;
  background: #fff;
  padding: 15px 20px 15px;
  border: 1px solid #EDEDED;
}

.list-top-blog .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog .list-img {
  overflow: hidden;
  margin-bottom: 10px;
}

.list-top-blog .list-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-top-blog time {
  display: block;
  color: #898989;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 3px;
}

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

.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: 20px;
  font-weight: bold;
}

.postdata h5 {
  font-size: 18px;
  color: #FFEF91;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #F18639;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 18px;
  color: #F18639;
}

.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: #898989;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.post-data .post-category01 {
  margin-left: 20px;
}

.post-category01 {
  border: 1px solid #F18639;
  color: #F18639;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
}

.post-category01 span:not(:last-child) {
  position: relative;
  padding-right: 20px;
}

.post-category01 span:not(:last-child):before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/*セレクト式カテゴリー*/
.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 #F18639;
  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: #F6F6F6;
  font-size: 16px;
  vertical-align: middle;
  color: #333;
  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: "Poppins", sans-serif;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
  transition: 0.5s;
}

.post-number a:hover {
  color: #F18639;
}

.post-number .current {
  color: #F18639;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #F18639;
  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: "Poppins", sans-serif;
}

.post-number-single a {
  display: inline-block;
  color: #F18639;
}

.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: 10px;
  }

  .list-top-news01 time {
    width: auto;
  }

  .list-top-news01 time::after {
    display: none;
  }

  .list-top-news01 a {
    font-size: 14px;
  }

  /*TOPページ用：ブログ*/
  .list-top-blog {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

  .list-top-blog li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }

  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .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.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-family: "FP-ヒラギノUD角ゴ StdN W4";
}

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.txt-green {
  color: #0E8F3B;
}

.txt-orange {
  color: #F18639;
}

.txt-link {
  text-decoration: underline;
  color: #6D9CCC;
}

.txt-link:hover {
  text-decoration: none;
}

.txt-note {
  font-size: 13px;
}

.txt-marker span {
  background: linear-gradient(transparent 60%, rgba(255, 239, 145, 0.8) 60%);
  padding-bottom: 3px;
}

.txt-marker .large {
  font-size: 24px;
}

.m-auto {
  margin: 0 auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mbL {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    font-size: 15px;
    line-height: 1.8;
  }

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

  .header-space {
    margin-right: 0;
  }

  /*------------
  Header
  --------------*/

  .h-wrapper {
    position: static;
    padding: 13px 15px;
    background: #fff;
    display: block;
  }

  .h-wrapper>.h-logo {
    position: static;
  }

  .h-wrapper>.h-logo img {
    width: 200px;
  }

  .h-wrapper .h-item {
    display: none;
  }

  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }

  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }

  :root {
    --navi-background: #F18639;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫A丸ゴシック Std B";
  }

  /* ボタン類 */
  .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

  .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }

  .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi-btns .item .img svg,
  .sp-navi-btns .item .img img {
    object-fit: contain;
    height: 15px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }

  .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 15px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 12px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 17px;
  }

  .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 22px;
  }

  .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 5px) rotate(-45deg);
  }

  .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -5px) rotate(45deg);
  }

  /* コンテンツ */

  .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 #ddd;
  }

  .sp-navi .sp-navi-list .item .item-link {
    display: block;
    position: relative;
    padding: 10px 0;
  }

  .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: 10px 10px 0 10px;
    border-color: #F18639 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%;
    display: flex;
    flex-wrap: wrap;
  }

  .sp-navi .sp-dropdown .sp-navi-child li {
    padding-left: 10px;
    width: 49%;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
  }

  .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 #F18639;
    position: absolute;
    top: 9px;
    left: 0;
    margin-top: -3px;
  }

  /*------------
  Hero
  --------------*/
  .hero {
    margin-bottom: 0;
  }

  .hero-slider {
    height: 100%;
  }

  .hero-slider .slider-img img {
    height: 290px;
    object-position: center;
  }

  .news-wrapper {
    margin-top: 50px;
    padding: 0;
  }

  .hero-news {
    display: block;
    padding: 12px 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 92.5%;
    width: 92.5%;
    border-radius: 0;
  }

  .hero-news .ttl {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hero-news .hero-btn {
    top: 12px;
    right: 20px;
    transform: translateY(0);
  }


  /*------------
  Top contents
  --------------*/
  .t-ttl {
    padding-top: 15px;
    margin-bottom: 25px;
  }

  .t-ttl .en {
    font-size: 50px;
  }

  .t-ttl .jp {
    font-size: 23px;
    line-height: 2.5;
  }

  .sec01 {
    margin-top: 65px;
    margin-bottom: 40px;
    padding-bottom: 5px;
  }

  .sec01 .en {
    font-size: 50px;
    top: -34px;
    left: 15px;
  }

  .sec01-container {
    max-width: 90%;
    margin: 0 auto;
  }

  .sec01::before {
    height: 85%;
  }

  .sec01-layout {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .sec01-layout .l-img {
    width: 100%;
    margin: 0 0 25px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .sec01-layout .l-img img {
    box-shadow: 15px 15px 0 #FFEF91;
  }

  .sec01-layout .l-desc {
    width: 100%;
    margin-top: 0;
    z-index: 3;
  }

  .sec01-layout .l-desc::before {
    width: 90px;
    height: 90px;
    left: auto;
    top: -15px;
    right: 40px;
  }

  .sec01-layout .l-ttl {
    margin-bottom: 20px;
    font-size: 21px;
    white-space: inherit;
  }

  .sec01-layout .btn-more,
  .sec01-layout .btn-cta {
    margin-top: 25px;
  }

  .sec02 {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .sec02::before {
    height: 70%;
  }

  .sec02-txt {
    text-align: left;
    margin-bottom: 30px;
  }

  .sec02-card li {
    width: 100%;
  }

  .sec02-card a .card-desc {
    font-size: 16px;
  }

  .sec03 {
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }

  .sec03-container::before {
    display: none;
  }

  .sec03-container .en {
    font-size: 45px;
    top: -31px;
    left: 16px;
  }

  .sec03-container .en .white {
    color: #EDEDED;
  }

  .sec03::before {
    width: 85%;
    height: 85%;
  }

  .sec03-layout {
    display: block;
    margin-bottom: 30px;
  }

  .sec03-layout .l-img {
    width: 100%;
    margin: 0 0 25px;
  }

  .sec03-layout .l-desc {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .sec03-layout .l-desc::before {
    content: "";
    background: url(../images/sec03_deco.svg) center/contain no-repeat;
    position: absolute;
    width: 70px;
    height: 90px;
    right: 10px;
    top: -16px;
  }

  .sec03-layout .l-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .sec03-layout .l-sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec03-card {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .sec03-card .card-ttl {
    font-size: 18px;
  }

  .sec03-card .card-btn {
    margin: inherit;
  }

  .sec03-card .card-desc {
    margin-bottom: 15px;
  }

  .sec04 {
    margin-bottom: 50px;
  }

  .sec04-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .sec04-card a {
    padding: 10px 5px 35px;
  }

  .sec04-card a::before {
    bottom: 15px;
  }

  .sec04-card .card-img {
    margin-bottom: 5px;
  }

  .sec04-card .card-img img {
    width: 75px;
    height: 75px;
  }

  .sec04-card .card-ttl {
    line-height: 1.5;
    font-size: 13px;
  }

  .sec04-card .card-desc {
    font-size: 12px;
    line-height: 1.5;
  }

  .sec05 {
    margin-bottom: 0;
  }

  .sec05-txt {
    margin-bottom: 30px;
    text-align: left;
  }

  .sec05-top {
    padding-top: 75px;
    height: 80%;
    margin-bottom: 40px;
  }

  .sec05-top .l-desc {
    padding: 50px 15px 0;
  }

  .sec05-top .l-desc p {
    position: relative;
    z-index: 5;
  }

  .sec05-top .l-desc::before {
    width: 90px;
    height: 96px;
    bottom: 100px;
    left: auto;
    right: 0;
    z-index: 3;
  }

  .sec05-top .l-desc::after {
    width: 100px;
    height: 50px;
    right: auto;
    left: 0;
    top: 95px;
    opacity: 0.5;
  }

  .sec05 .t-ttl {
    margin-bottom: 20px;
  }

  .sec05 .btn-wrap .btn-more:first-child,
  .sec05 .btn-wrap .btn-cta:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sec05-slider .slider-img {
    width: 200px;
  }

  .sec06 {
    padding-top: 80px;
    margin-bottom: 40px;
  }

  .sec06-container {
    width: 100%;
    padding: 30px 0;
  }

  .sec06 .en {
    font-size: 50px;
    top: -35px;
    left: 5px;
  }

  .sec06 .ttl-wrap {
    margin-bottom: 15px;
  }

  .sec06 .sec06-ttl {
    font-size: 23px;
  }

  .sec07 {
    margin-bottom: 150px;
  }

  .sec07-map {
    height: 300px;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    top: 15px;
    right: 15px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer-top {
    width: 90%;
    padding: 20px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-inr {
    padding: 300px 0 30px;
  }

  .footer-bottom {
    display: block;
  }

  .footer .f-ttl {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .footer .f-txt {
    margin-bottom: 15px;
  }

  .footer .f-logo {
    margin: 0 auto 20px;
    width: 250px;
  }

  .footer .f-left {
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer .f-access {
    margin-bottom: 10px;
  }

  .footer .f-navi-list:first-child {
    margin-right: 15px;
  }

  .footer .f-navi-list li {
    font-size: 12px;
    position: relative;
  }

  .footer .f-navi-list li::before {
    top: 6.5px;
  }

  .footer .f-navi-list .f-navi-list-child {
    font-size: 11px;
  }

  /*------------
  Button
  --------------*/
  .btn-more,
  .btn-cta {
    width: 100%;
  }

  .btn-more.long,
  .long.btn-cta {
    width: 100%;
    line-height: 1.5;
  }

  .btn-wrap {
    display: grid;
  }

  /*------------
  Common parts
  --------------*/
  .google-calendar iframe {
    height: 300px;
  }

  .map {
    height: 300px;
  }

  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .t-item {
    padding: 5px 0;
  }

  .time-table-body .t-item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .t-item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-body.first {
    padding: 0;
  }

  .time-table-body.second {
    padding-bottom: 0;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 85px repeat(6, 1fr) 40px !important;
  }

  .list-event {
    display: block;
  }

  .list-event .event {
    font-size: 13px;
  }

  .list-event li {
    font-size: 12px;
    margin: 0 0 8px 0;
  }

  /*------------
  Under layout
  --------------*/
  .u-top-common {
    padding: 100px 0;
    margin-bottom: 20px;
  }

  .page-ttl {
    font-size: 25px;
  }

  .page-ttl span {
    line-height: 1.8;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  /*------------
  Under parts
  --------------*/
  .u-h2,
  .postdata h1,
  .post-category-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .u-h2::before,
  .postdata h1::before,
  .post-category-ttl::before {
    width: 30px;
  }

  .u-h3,
  .dl-privacy dt,
  .postdata h2,
  .post-ttl {
    font-size: 22px;
    padding: 7px 7px 7px 25px;
    margin-bottom: 20px;
  }

  .u-h3::before,
  .dl-privacy dt::before,
  .postdata h2::before,
  .post-ttl::before {
    width: 15px;
    top: 22.5px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tall {
    margin-bottom: 80px;
  }

  .tall:last-child {
    margin-bottom: 150px;
  }

  .tall .bg-gray {
    padding: 40px 0;
  }

  .tall .bg-gray .bg-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .l-style01 {
    display: block;
  }

  .l-style01 .l-img01 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
  }

  .l-style01 .l-img.small {
    max-width: 100%;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

  .l-style01 .mb30 {
    margin-bottom: 20px;
  }

  .l-style01 .l-ttl {
    font-size: 18px;
  }

  .l-style02 {
    display: block;
  }

  .l-style02 .l-img01 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    max-width: 100%;
  }

  .l-style02 .l-img.small {
    max-width: 100%;
  }

  .l-style02 .mb30 {
    margin-bottom: 20px;
  }

  .l-style02 .l-ttl {
    font-size: 18px;
  }

  .l-style03 {
    display: block;
  }

  .l-style03 .l-img {
    width: 100%;
    margin: 0 auto;
  }

  .l-style03 .l-img img {
    width: 100%;
    height: auto;
  }

  .l-style03 .l-desc {
    padding: 25px 20px 20px;
    margin: auto;
    position: relative;
  }

  .l-style03 .l-desc .l-ttl {
    margin-bottom: 10px;
  }

  .l-style03 .l-desc .mb30 {
    margin-bottom: 20px;
  }

  .l-style03.reverse .l-desc {
    padding: 25px 20px 20px;
    margin: auto;
    position: relative;
  }

  .l-style03 .l-name {
    display: inline-block;
    font-size: 20px;
  }

  .l-style03 .l-job {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    font-size: 14px;
  }

  .l-style03 .job-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .l-style04 {
    display: block;
  }

  .l-style04 .l-img {
    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 10px;
  }

  .l-style04 .l-img img {
    box-shadow: -10px 10px 0 #FFEF91;
  }

  .l-style04 .l-ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .l-style04.reverse .l-img {
    margin: 0 0 20px;
    padding-bottom: 10px;
  }

  .l-style04.reverse .l-img img {
    box-shadow: 10px 10px 0 #FFEF91;
  }

  .fl-img01,
  .fl-img02 {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }

  .fl-img01.small,
  .fl-img02.small {
    width: 100%;
  }

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

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

  .list-col2 {
    display: block;
  }

  .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: 30px;
  }

  .list-col2 .list-item+.list-item {
    margin-top: 30px;
  }

  .list-col2 .list-ttl {
    font-size: 20px;
  }

  .list-col2+.staff-img {
    margin-top: 30px;
  }

  .list-card>li {
    padding: 20px 20px 25px;
  }

  .list-card .list-ttl {
    margin-bottom: 15px;
  }

  .list-card.col2,
  .list-card.col3,
  .list-card.col4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .list-card02>li {
    padding: 15px;
  }

  .list-card02 .list-ttl::before {
    top: 13px;
  }

  .list-card02.col2,
  .list-card02.col3,
  .list-card02.col4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .list-card02+.box-style02 {
    margin-top: 20px;
  }

  .list-card-flow {
    display: block;
  }

  .list-card-flow>li {
    padding: 20px 25px;
    margin-bottom: 40px;
    position: relative;
  }

  .list-card-flow>li:last-child {
    margin: 0;
  }

  .list-card-flow>li::after {
    right: 50%;
    top: inherit;
    bottom: -32px;
    transform: translateX(50%) rotate(90deg);
  }

  .list-card-flow .list-ttl {
    font-size: 18px;
  }

  .list-card-flow.col2 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-card-flow.col2>li::after {
    right: 50%;
  }

  .list-card-flow.col3 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-card-flow.col3>li::after {
    right: 50%;
  }

  .list-card-flow.col4 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-card-flow.col4>li::after {
    right: 50%;
  }

  .list-card-flow.col5 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .list-card-flow.col5>li::after {
    right: 50%;
  }

  .list-card-flow .list-img.sp-small {
    width: 70%;
    margin: 0 auto;
  }

  .list-disc li::before {
    top: 12px;
  }

  .list-check li::before {
    top: 10.5px;
  }

  .list-num li::before {
    top: 0.5em;
  }

  .list-btn {
    display: block;
    text-align: center;
  }

  .list-btn li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cate-wrap {
    gap: 5px;
    margin-bottom: 10px;
  }

  .cate-wrap .cate-item {
    padding: 3px 5px 5px;
    font-size: 13px;
  }

  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li:not(:last-child):after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 25px;
  }

  .list-anchor-link a:before {
    right: inherit;
    left: 0;
  }

  .merit-demerit {
    display: block;
  }

  .merit-demerit .list-item {
    padding: 30px 20px;
  }

  .merit-demerit .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .merit-demerit .list-ttl {
    margin-bottom: 10px;
  }

  .merit-demerit .list-disc {
    line-height: 2;
  }

  .merit-demerit .list-disc li::before {
    top: 14px;
  }

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

  .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 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 16px;
  }

  .staff-profile {
    display: block;
  }

  .staff-profile .s-item {
    width: 100%;
    padding: 25px;
  }

  .staff-profile .s-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .staff-profile-list li {
    display: block;
  }

  .staff-profile-list .data {
    width: auto;
    display: block;
    font-weight: bold;
  }

  .staff-profile-list .txt {
    width: 100%;
  }

  .staff-profile-list.disc li::before {
    top: 20px;
  }

  .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-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: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px;
    width: 150%;
  }

  .box-style01 {
    padding: 25px 20px;
  }

  .box-style01 .box-ttl {
    font-size: 20px;
    margin: 0 auto 15px;
    padding-left: 25px;
  }

  .box-style01 .box-ttl::before {
    width: 15px;
    top: 14px;
  }

  .box-style01 .l-style02 .l-img {
    margin-left: 0;
    text-align: center;
  }

  .box-style01 .l-style02 .l-img img {
    width: 218px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .box-style02 {
    padding: 25px 20px;
  }

  .box-style02 .box-ttl {
    font-size: 20px;
    margin: 0 auto 15px;
    padding-left: 25px;
  }

  .box-style02 .box-ttl::before {
    width: 15px;
    top: 14px;
  }

  .box-style03 {
    padding: 25px 20px;
  }

  .box-style03 .box-ttl {
    font-size: 22px;
  }

  .box-style04 {
    padding: 45px 20px 20px;
    margin-left: 0;
    margin-top: 30px;
  }

  .box-style04 .box-ttl01 {
    font-size: 16px;
    line-height: 1.4;
    left: 0;
    top: -30px;
  }

  .mbM {
    margin-bottom: 15px;
  }

  .box-style05 {
    padding: 50px 25px 25px;
    margin-left: 0;
    margin-top: 70px;
  }

  .box-style05 .point {
    width: 80px;
    height: 80px;
    font-size: 17px;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
  }

  .box-style05 .box-ttl {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .sp-fade-in {
    transform: none;
    opacity: 1;
  }

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

  .mbL {
    margin-bottom: 30px !important;
  }

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

  .txt-marker .large {
    font-size: 20px;
  }
}

/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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 #F18639;
  border-left: 3px solid #F18639;
  left: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #F18639;
  border-right: 3px solid #F18639;
  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: #F18639;
}

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

/*# sourceMappingURL=style.css.map */
