@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;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

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";
  font-weight: 700;
}

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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
  padding-top: 90px;
}

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 .f-bottom-inr {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide,
.footer .wide.f-bottom-inr {
  max-width: 1200px;
}

/*------------
Header
--------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.menu{
  font-size: 24px;
}

.header-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 40px;
  background-color: #fff;
}

.header .h-logo {
  padding: 2px 0;
}

.header .h-logo img {
  width: 46px;
}
.h-logo a {
  width: 46px;
}

.humberger {
  display: none;
}

.h-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*------------
G-navi
--------------*/
.pc-navi {
  padding-top: 20px;
}

.pc-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-navi .item {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
}

.pc-navi .item .item-link {
  display: block;
}

.pc-navi .item .item-link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #87ceeb;
}

.pc-navi .item:not(:last-child) {
  margin-right: 30px;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown .item-link {
  position: relative;
  padding-right: 17px;
}

.pc-dropdown .item-link::after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 6px;
  right: 0;
  background: url(image/navi-arrow.svg) center/contain no-repeat;
}

.pc-dropdown .pc-navi-child {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #333333;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  padding: 15px 30px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.pc-dropdown .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
  line-height: 2.5;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 13px;
}

.pc-dropdown .pc-navi-child li::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 0;
  background: url(image/navi-arrow_o.svg) center/contain no-repeat;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.pc-btn-list {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-btn-list > li {
  width: 33.3333333333%;
  border-top: 2px solid #fff;
}

.pc-btn-list > li:not(:last-child) {
  border-right: 2px solid #fff;
}

.pc-btn-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 15px;
  background-color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


.pc-btn-list > li a:hover {
  background-color: #87ceeb;
}

.pc-btn-list > li a:hover .list-txt {
  color: #333333;
}

.pc-btn-list .list-icon {
  margin-right: 15px;
}

.pc-btn-list .list-icon img {
  width: 40px;
  height: 40px;
}

.pc-btn-list .list-txt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pc-btn-list .list-txt.num {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.15em;
}

.sp-navi {
  display: none;
}

.humberger {
  display: none;
}

/*------------
Hero
--------------*/
.hero {
  width: 100%;
  padding: 3.3vw 0 0;
  text-align: center;
}

.hero img {
  width: 100%;
  max-width: 1554px;
}

/*------------
Top contents
--------------*/
.sec01 {
  padding: 80px 0;
  background: #87ceeb
}

.sec01 .container,
.sec01 .footer .f-bottom-inr,
.footer .sec01 .f-bottom-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec01-img {
  width: 232px;
  text-align: center;
  margin-right: 0;
  margin-top: 81px;
  margin-left: 20px;
}

.sec01-img img {
  width: 100%;
}



.sec01-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border: 5px solid #333333;
  border-radius: 20px;
  padding: 25px 25px 30px;
  position: relative;
  z-index: 5;
}

.sec01-desc::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 109px;
  right: -28px;
  transform: scale(-1,1);
  background: url(image/sec01-desc_deco.svg) center/contain no-repeat;
  z-index: 0;
}

.sec01-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  text-align: center;
  line-height: 1.666;
  margin-bottom: 15px;
}

.sec01-ttla{
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  text-align: center;
  line-height: 1.666;
  margin-top: 17px;
  margin-bottom: 0px;
}

.sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec01-list li {
  width: calc((100% - 32px) / 3);
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 1.57;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  padding: 20px 5px;
  border-radius: 10px;
}

.sec02 {
  border-top: 3px solid #333333;
  /* background: url(image/sec02-bg.jpg) center/cover no-repeat; */
  padding: 160px 0 100px;
}

.sec02-ttl {
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  margin-bottom: 140px;
  position: relative;
}

.sec02-ttl::before {
  content: "";
  width: 380px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(image/sec02-arrow01.svg) center/contain no-repeat;
}

.sec02-ttl span {
  line-height: 1;
  z-index: 5;
  position: relative;
}

.sec02-ttl .txt01 {
  font-size: 45px;
  display: block;
  margin-bottom: 20px;
}

.sec02-ttl .txt02 {
  font-size: 40px;
}

.sec02-item {
  position: relative;
}

.sec02-item::after {
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 122px);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #87ceeb;
}

.sec02-item.item01 {
  padding-bottom: 60px;
  margin-bottom: 170px;
}

.sec02-item.item01 .sec02-layout {
  margin-bottom: 50px;
}

.sec02-item.item01 .btn-more {
  margin-top: 35px;
}

.sec02-item.item02 {
  padding-bottom: 90px;
  margin-bottom: 80px;
}

.sec02-item.item02 .btn-more {
  margin-top: 25px;
}

.sec02-item.item03 {
  padding-bottom: 140px;
  margin-bottom: 0;
}

.sec02-item.item03 .btn-more {
  margin-top: 35px;
}

.sec02-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}



.sec02-layout .l-img {
  width: 50%;
  position: relative;
}


.sec02-layout .l-img::after {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 6px);
  position: absolute;
  left: -11.5px;
  bottom: -11.5px;
  /* background: url(image/sec02-img_deco01.svg) center/contain no-repeat; */
}

.sec02-layout .l-img img {
  width: 100%;
}

.sec02-layout .l-img-wrapper {
  width: 50%;
  position: relative;
}

.sec02-layout .l-img-wrapper .l-img {
  width: 100%;
}

.sec02-layout .l-desc {
  width: 50%;
  padding-top: 50px;
}

.sec02-layout .l-desc-inr {
  max-width: 512px;
  padding-left: 10%;
  position: relative;
}

.sec02-layout .l-balloon {
  position: absolute;
  width: 90%;
  bottom: 100%;
  right: 0;
  padding-bottom: 30px;
}

.sec02-layout .l-balloon .inr {
  background-color: #fff;
  border: 5px solid #333333;
  border-radius: 20px;
  padding: 13px 30px;
  position: relative;
}

.sec02-layout .l-balloon .inr::after {
  content: "";
  width: 25px;
  height: 32px;
  position: absolute;
  left: 25px;
  bottom: -23px;
  background: url(image/sec02-balloon_deco.svg) center/contain no-repeat;
}



.sec02-layout .l-balloon .txt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  line-height: 1.333;
}

.sec02-layout .l-balloon .en {
  position: absolute;
  bottom: 100%;
  left: 30px;
  font-family: "Quicksand", sans-serif;
  color: #87ceeb;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.15em;
}

.sec02-layout .l-balloon .img {
  position: absolute;
  bottom: -5px;
  right: -68px;
  width: 118px;
}

.sec02-layout .l-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.sec02-layout .l-ttl::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #333333;
}

.sec02-layout.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sec02-layout.reverse .l-img::after {
  left: auto;
  right: -11.5px;
  /* background: url(image/sec02-img_deco02.svg) center/contain no-repeat; */
}

.sec02-layout.reverse .l-desc-inr {
  padding-left: 0;
  padding-right: 10%;
  margin-left: auto;
}

.sec02-layout02 {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.staff3 img{
  width: 160px;
}

.sec02-layout02 .l-img {
  width: 323px;
  margin-left: 40px;
}

.sec02-layout02 .l-img img {
  width: 100%;
}

.sec02-layout02 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border: 5px solid #333333;
  border-radius: 20px;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
}

.sec02-layout02 .l-desc::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 74px;
  right: -25px;
  /* background: url(image/sec02-desc_deco.svg) center/contain no-repeat; */
}

.sec02-layout02 .l-desc .txt01 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  line-height: 1.666;
  margin-bottom: 10px;
}

.sec02-layout02 .l-desc .txt02 span {
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 32px;
}

.sec02-arrow {
  text-align: center;
  position: relative;
  z-index: 5;
}

.sec02-arrow img {
  width: 170px;
}

.sec02-list01,
.sec02-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.sec02-list01 > li,
.sec02-list02 > li {
  background-color: #fff;
  width: 170px;
  height: 170px;
  min-width: 170px;
  min-height: 170px;
  border-radius: 50%;
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.sec02-list01 > li::before,
.sec02-list02 > li::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 50%;
  border: 2px solid #87ceeb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec02-list01 > li:not(:last-child),
.sec02-list02 > li:not(:last-child) {
  margin-right: 20px;
}

.sec02-list01 > li:nth-child(2),
.sec02-list02 > li:nth-child(2) {
  margin-top: 30px;
}

.sec02-list01 > li:nth-child(3),
.sec02-list02 > li:nth-child(3) {
  margin-top: 30px;
}

.sec02-list01 .list-img img,
.sec02-list02 .list-img img {
  width: 66px;
}

.sec02-list01 .list-txt,
.sec02-list02 .list-txt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  line-height: 1.333;
  margin-top: -5px;
}

.sec02-list02 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 160px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.sec02-list02 > li {
  width: 160px;
  height: 160px;
  min-width: 160px;
  min-height: 160px;
  padding-top: 23px;
  border: 2px solid #87ceeb;
}

.sec02-list02 > li:not(:last-child) {
  margin-right: 10px;
}

.sec02-list02 > li:nth-child(2) {
  margin-top: 0;
}

.sec02-list02 > li:nth-child(3) {
  margin-top: 0;
  margin-right: 0;
}

.sec02-list02 > li:nth-child(n+4) {
  margin-top: -20px;
}

.sec02-list02 .list-img.mb {
  margin-bottom: 10px;
}

.sec02-list02 .list-txt {
  margin-top: 0;
}

.sec03 {
  padding: 160px 0 120px;
  /* background: url(image/sec03-bg.jpg) center/cover no-repeat; */
  position: relative;
}

.sec03::after {
  content: "";
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 100%;
  left: 0;
  background: #87ceeb;
  z-index: -1;
}

.sec03-ttl {
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  margin-bottom: 65px;
  position: relative;
}

.sec03-ttl::before {
  content: "";
  width: 380px;
  height: 255px;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background: url(image/sec03_arrow.svg) center/contain no-repeat; */
}

.sec03-ttl span {
  line-height: 1;
  z-index: 5;
  position: relative;
}

.sec03-ttl .txt01 {
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}

.sec03-ttl .txt02 {
  font-size: 45px;
}

.sec03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec03-list > li {
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #333333;
  width: calc((100% - 64px) / 3);
  position: relative;
}

.sec03-list .list-num {
  font-family: "Quicksand", sans-serif;
  color: #87ceeb;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1;
  background-color: #333333;
  border-radius: 5px;
  padding: 12px 20px;
  position: absolute;
  left: -3px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.sec03-list .list-img img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.sec03-list .list-desc {
  padding: 25px 10px 30px;
  text-align: center;
}

.sec03-list .list-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  position: relative;
}

.sec03-list .list-ttl::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #87ceeb;
}

.sec03 .btn-more {
  margin: 40px auto 0;
}

.sec04 {
  padding: 220px 0 80px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}

.sec04-ttl {
  text-align: center;
  margin-bottom: 50px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.sec04-ttl .txt01 {
  font-size: 40px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.sec04-ttl .txt02 {
  font-size: 50px;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 5px 0px 5px;
  line-height: 1;
  display: inline-block;
}

.sec04-ttl .txt-marker {
  display: block;
  font-size: 52px;
}

.sec04-ttl .txt-marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF));
  background: linear-gradient(transparent 80%, #FFF 80%);
}

.sec04-box {
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid #333333;
  padding: 45px 20px 35px;
  position: relative;
}

.sec04-box::after {
  content: "";
  width: 226px;
  height: 215px;
  position: absolute;
  right: -29px;
  bottom: -10px;
  /* background: url(image/sec04_deco.svg) center/contain no-repeat; */
}

.sec04-box .box-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.sec04-box .box-ttl span {
  font-size: 34px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.sec04-box .box-ttl.txt-marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #87ceeb), color-stop(91%, #87ceeb), color-stop(0, transparent));
  background: linear-gradient(transparent 70%, #87ceeb 0, #87ceeb 91%, transparent 0);
}

.sec04-box .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.sec04-box .box-list > li:not(:last-child) {
  margin-right: 60px;
  position: relative;
}

.sec04-box .box-list > li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 37px;
  position: absolute;
  top: 2px;
  right: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background: url(image/line_dot02.svg) left top/2px 5px repeat-y; */
}

.sec04-box .btn-cta {
  margin: 0 auto 10px;
}

.sec04-box .box-txt {
  text-align: center;
}

.sec05 {
  padding: 140px 0 100px;
  border-top: 3px solid #333333;
  /* background: url(image/sec05-bg.jpg) center/cover no-repeat; */
}

.sec05-ttl {
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  margin-bottom: 115px;
  position: relative;
}

.sec05-ttl::before {
  content: "";
  width: 380px;
  height: 255px;
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(image/sec02-arrow01.svg) center/contain no-repeat;
}

.sec05-ttl span {
  line-height: 1;
  z-index: 5;
  position: relative;
  font-size: 40px;
  line-height: 1.375;
}

.sec05-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec05-list > li {
  width: calc((100% - 63px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec05-list > li a {
  display: block;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 25px 20px 50px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 5px 5px 0 #87ceeb;
  box-shadow: 5px 5px 0 #87ceeb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* .sec05-list > li a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
} */

.sec05-list > li a::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec05-list .list-img {
  margin-bottom: 15px;
}

.sec05-list .list-img img {
  width: 110px;
}

.sec05-list .list-txt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  line-height: 1.5;
}

.sec06 {
  padding: 100px 0;
  border-top: 3px solid #333333;
  background: #F2F2F2;
}

.sec06 .container,
.sec06 .footer .f-bottom-inr,
.footer .sec06 .f-bottom-inr {
  padding: 0 72px;
}

.sec06-ttl {
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

.sec06 .btn-more {
  margin: 50px auto 0;
  position: relative;
  z-index: 15;
}

.sec07 {
  padding: 100px 0;
  position: relative;
  z-index: 10;
  /* background: url(image/sec07-bg.jpg) center/cover no-repeat; */
}

.sec07::before {
  content: "";
  width: 399px;
  height: 343px;
  position: absolute;
  top: -170px;
  left: 40px;
  /* background: url(image/sec07-deco.svg) center/contain no-repeat; */
}

.sec07-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.sec07-layout .l-item {
  width: 47.8%;
}

.sec07-layout .ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sec07-layout .ttl-box .btn-more {
  width: 200px;
}

.sec07-layout .l-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 34px;
  line-height: 1;
}

.sec08 {
  padding: 80px 0;
  background: url(image/sec08-bg.jpg) center/cover no-repeat;
  position: relative;
}

.sec08-deco {
  width: 451px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 330px);
}

@media screen and (max-width: 1650px) {
  .sec08-deco {
    width: 23vw;
    left: auto;
    right: 10px;
  }
}
.sec08-layout {
  width: 90%;
  max-width: 1704px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec08-layout .l-img {
  width: 50%;
  padding: 0 0 12px 12px;
  position: relative;
}

.sec08-layout .l-img::after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 26px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(image/sec08-img_deco.svg) center/contain no-repeat;
}

.sec08-layout .l-desc {
  width: 50%;
}

.sec08-layout .l-desc-inr {
  max-width: 600px;
  padding-left: 7%;
}

.sec08-layout .l-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 36px;
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  padding: 15px 0;
  margin-bottom: 35px;
}

.sec08-layout .btn-more {
  margin-top: 45px;
}

.sec09 {
  line-height: 1;
}

.sec09 iframe {
  line-height: 1;
  width: 100%;
  height: 450px;
}

/*------------
Footer
--------------*/
.pagetop {
  background-color: #fff;
  border: 2px solid #333333;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop:hover {
  background-color: #333333;
}

.pagetop:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.footer {
  padding-bottom: 68px;
  background-color: #333333;
}

.footer .f-top {
  /* background: url(image/f-top_bg.jpg) center/cover no-repeat; */
  padding: 80px 0;
}

.footer .f-top-box {
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #333333;
  padding: 45px 0 0;
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.footer .f-top-box::after {
  content: "";
  width: 175px;
  height: 320px;
  position: absolute;
  left: -130px;
  bottom: -85px;
  /* background: url(image/footer-deco.png) center/contain no-repeat; */
}

.footer .f-top-box .box-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.footer .f-top-box .box-ttl span {
  font-size: 34px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.footer .f-top-box .box-ttl.txt-marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #87ceeb), color-stop(91%, #87ceeb), color-stop(0, transparent));
  background: linear-gradient(transparent 70%, #87ceeb 0, #87ceeb 91%, transparent 0);
}

.footer .f-top-box .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px 20px;
}

.footer .f-top-box .box-list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer .f-top-box .box-list > li:not(:last-child) {
  margin-right: 60px;
  position: relative;
  padding: 5px 0;
}

.footer .f-top-box .box-list > li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 2px;
  right: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background: url(image/line_dot02.svg) left top/2px 5px repeat-y; */
}

.footer .f-top-box .box-list .list-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.footer .f-top-box .box-txt {
  text-align: center;
  background: #87ceeb;
  border-radius: 0 0 15px 15px;
  padding: 10px;
}

.footer .f-bottom {
  color: #fff;
}

.footer .f-bottom-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0 60px;
}

.footer .f-left {
  width: 46%;
  margin-right: 50px;
}

.f-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.footer .f-logo {
  display: block;
  width: 324px;
}

.footer .f-logo img {
  width: 45px;
}

.footer .f-access {
  margin-bottom: 15px;
}

.footer .f-bnr {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .f-bnr:hover {
  opacity: 0.7;
}

.footer .f-navi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .f-navi-list:not(:last-child) {
  margin-right: 14%;
}

.footer .f-navi-list li {
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.5;
  position: relative;
  padding-left: 13px;
}

.footer .f-navi-list li::before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  /* background: url(image/navi-arrow_w.svg) center/contain no-repeat; */
}

.footer .f-navi-list li.child {
  margin-left: 13px;
}

.footer .f-navi-list li.child::before {
  width: 8px;
  height: 2px;
  top: 10px;
  background: #fff;
  border-radius: 1px;
}

.footer .f-navi-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .f-navi-list a:hover {
  text-decoration: underline;
}

.footer .copyright {
  border-top: 1px solid #ddd;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 18px 15px;
  background-color: #333333;
  color: #fff;
}

@media screen and (max-width: 1290px) and (min-width: 801px) {
  .footer .f-top-box::after {
    width: 95px;
    height: 173px;
    left: -35px;
  }
  .footer .f-top-box .box-list .tel,
  .footer .f-top-box .box-list .fax {
    font-size: 28px;
  }
  .footer .f-top-box .box-list .btn-cta {
    max-width: 100%;
  }
  .footer .f-top-box .box-list .btn-cta span {
    font-size: 15px;
  }
}
/*------------
Button
--------------*/
.btn-more {
  display: block;
  width: 280px;
  padding: 11px 25px;
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  background-color: #333333;
  border: 2px solid #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(image/btn_arrow.svg) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-more:hover {
  color: #333333;
  background-color: #fff;
}

.btn-more:hover:before {
  background: url(image/btn_arrow_b.svg) center/contain no-repeat;
}

.btn-cta {
  background-color: #333333;
  border: 2px solid #333333;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  width: 320px;
  line-height: 1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-ctb{
  display: inline-block;
}


.btn-cta span {
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cta span::before {
  content: "";
  width: 32px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(image/icon_mail_w02.svg) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cta:hover {
  background-color: #fff;
}

.btn-cta:hover span {
  color: #333333;
}

.btn-cta:hover span:before {
  background: url(image/icon_mail02.svg) center/contain no-repeat;
}

/*------------
Common parts
--------------*/
.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel,
.fax {
  display: inline-block;
  position: relative;
  font-size: 35px;
  line-height: 40px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-left: 48px;
}

.tel:before,
.fax:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(image/icon_tel.svg) center/contain no-repeat;
  width: 40px;
  height: 40px;
}


.time-table {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.time-table th,
.time-table td {
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

.time-table th {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  background: #87ceeb;
  color: #fff;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
}

.time-table th:first-child {
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  width: 200px;
}

.time-table th:last-child {
  width: 120px;
}

.time-table td {
  border-bottom: 1px solid #ddd;
  padding: 20px 5px;
}

.time-table td:first-child {
  background: rgba(247, 173, 0, 0.8);
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
}

.time-table tr:last-child td:first-child {
  border-bottom: 1px solid #ddd;
}

.time-table.small th:first-child {
  width: 140px;
}

.time-table.small th:last-child {
  width: 60px;
}

/*------------
Under layout
--------------*/
.u-top-common {
  width: 100%;
  background: url(image/hero_bg.jpeg) center/cover no-repeat;
  height: 300px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-ttl-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}

.page-ttl-layout .page-ttl {
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 20px;
  display: inline-block;
  min-width: 600px;
  padding: 10px 20px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.page-ttl-layout .page-ttl::after {
  content: "";
  width: 30px;
  height: 27px;
  position: absolute;
  top: 33px;
  right: -27px;
  background: url(image/sec02-balloon_deco.svgg) center/contain no-repeat;
}

.page-ttl-layout .page-ttl-img {
  margin-left: 32px;
  width: 188px;
}

.page-ttl-layout .page-ttl-img img {
  width: 100%;
}

.breadcrumb {
  margin-bottom: 80px;
}

.breadcrumb ul {
  font-size: 12px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  vertical-align: 1px;
}

.breadcrumb a:hover {
  color: #87ceeb;
}

/*------------
Under parts
--------------*/
.u-h2,
.postdata h1,
.post-category-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 36px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 60px;
  position: relative;
}

.u-h2:before,
.postdata h1:before,
.post-category-ttl:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #87ceeb;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.u-h2 .large,
.postdata h1 .large,
.post-category-ttl .large {
  font-size: 40px;
}

.u-h3,
.dl-privacy dt,
.postdata h2,
.post-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 26px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.u-h3:before,
.dl-privacy dt:before,
.postdata h2:before,
.post-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #333333;
}

.u-h4,
.postdata h3 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  color: #87ceeb;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

.u-h4:before,
.postdata h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 2px;
  background-color: #87ceeb;
}

.short {
  margin-bottom: 60px;
}

.tall {
  overflow: hidden;
  margin-bottom: 160px;
}

.tall:last-child {
  margin-bottom: 200px;
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style01 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

.l-style01 .l-img.small {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style01 .l-img.mid {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
}

.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style01 .u-slider02 {
  width: 45%;
  padding: 0;
  margin-right: 40px;
}

.l-style01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style01 .l-num {
  font-size: 24px;
  color: #333333;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.l-style01 .l-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}

.l-style01 p + .btn-more {
  margin-top: 30px;
}

.l-style02 {
  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-style02 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.l-style02 .l-img.small {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style02 .l-img.mid {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
}

.l-style02 .l-img.large {
  margin: 0 -10% 0 7.5%;
  position: relative;
}

.l-style02 .u-slider02 {
  width: 45%;
  padding: 0;
  margin-left: 40px;
}

.l-style02 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02 .l-desc-box {
  background-color: #87ceeb;
  padding: 20px;
  margin-top: 20px;
}

.l-style02 .l-desc-box.color01 {
  background-color: #87ceeb;
}

.l-style02 .l-desc-box .box-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.l-style02 .l-num {
  font-size: 24px;
  color: #333333;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.l-style02 .l-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}

.l-style02 p + .btn-more {
  margin-top: 30px;
}

.l-style02 .l-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-style02 .l-link-list li {
  width: calc((100% - 15px) / 2);
}

.l-style02 .l-link-list li a {
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  padding: 10px;
  border-radius: 10px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-style02 .l-link-list li a:hover {
  opacity: 0.7;
}

.l-style02 .l-link-list li:nth-child(even) {
  margin-left: 15px;
}

.l-style02 .l-link-list li:nth-child(n+3) {
  margin-top: 15px;
}

.list-col1 .item:not(:last-child) {
  margin-bottom: 100px;
}

.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.list-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col2 .list-item {
  width: 48%;
}

.list-col2 .list-item:nth-child(n+3) {
  margin-top: 40px;
}

.list-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2 .list-img {
  margin-bottom: 15px;
  overflow: hidden;
}

.list-col2 .list-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-col2 .list-ttl {
  font-size: 22px;
}

.list-col2 .list-ttl.list-post-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.list-col2 a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.list-col3 .list-item {
  width: calc(33.3333333333% - 20px);
}

.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-col3 .list-img {
  margin-bottom: 20px;
}

.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card02.col2 .list-item {
  width: 48%;
  padding: 30px 25px;
}

.list-card02.col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-card02.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}

.list-card02 .list-item {
  background: #87ceeb;
  border-top: 5px solid #87ceeb;
}

.list-card02 .list-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  margin-bottom: 20px;
}

.list-card02 .list-ttl.center {
  text-align: center;
}

.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.list-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-style01 > li {
  width: 48%;
  background-color: #87ceeb;
  padding: 60px 25px 25px;
  position: relative;
}

.list-style01 > li:nth-child(even) {
  margin-left: 4%;
}

.list-style01 .list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 30px;
  bottom: calc(100% - 40px);
}

.list-style01 .list-ttl .img {
  padding-right: 14px;
}

.list-style01 .list-ttl .img img {
  width: 66px;
}

.list-style01 .list-ttl .ttl {
  display: inline-block;
  background-color: #fff;
  border: 5px solid #333333;
  border-radius: 20px;
  padding: 15px 20px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 21px;
  position: relative;
}

.list-style01 .list-ttl .ttl::before {
  content: "";
  width: 29px;
  height: 23px;
  position: absolute;
  top: 11px;
  left: -19px;
  background: url(image/sec02-balloon_deco.svg) center/contain no-repeat;
}

.list-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.list-style02 .list-item {
  width: 48.5%;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 20px 20px 25px;
  -webkit-box-shadow: 5px 5px 0 #87ceeb;
  box-shadow: 5px 5px 0 #87ceeb;
}

.list-style02 .list-item:nth-child(even) {
  margin-left: 3%;
}

.list-style02 .list-ttl {
  text-align: center;
  background-color: #87ceeb;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 26px;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.list-style02 .list-dl > dt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #707070;
  margin-bottom: 13px;
}

.list-style02 .list-dl > dt:not(:first-child) {
  margin-top: 25px;
}

.list-style02 .list-dl02 > dt::before {
  content: "●";
  color: #87ceeb;
}

.list-style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}

.list-style03 .list-item {
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #333333;
  width: 31.25%;
  position: relative;
  padding: 55px 30px 25px;
}

.list-style03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-style03 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-style03 .list-num {
  font-family: "Quicksand", sans-serif;
  color: #87ceeb;
  line-height: 1;
  background-color: #333333;
  border-radius: 5px;
  padding: 7px 12px 7px 20px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.list-style03 .list-num .txt {
  font-size: 30px;
  margin-right: 15px;
  letter-spacing: 0.15em;
}

.list-style03 .list-num .num {
  font-size: 40px;
  letter-spacing: 0.15em;
}

.list-style03 .list-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.list-style03 .list-ttl::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #87ceeb;
}

.list-style04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-style04 > li {
  width: 31.15%;
  display: block;
  background-color: #87ceeb;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  min-height: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style04 > li:not(:nth-child(3n)) {
  margin-right: 3.275%;
}

.list-style04 > li:nth-child(n+4) {
  margin-top: 30px;
}

.list-style04 span {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  display: block;
  line-height: 1.5;
}

.list-style04 .txt01 {
  font-size: 20px;
  margin-bottom: 10px;
}

.list-style04 .txt02 {
  font-size: 16px;
}

.u-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #87ceeb;
  padding: 45px 45px 30px;
}

.u-link-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-link-list-ttl .img {
  width: 120px;
  margin-right: 25px;
}

.u-link-list-ttl .img img {
  width: 100%;
}

.u-link-list-ttl .ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 30px;
}

.u-link-list > li {
  width: calc((100% - 48px) / 3);
}

.u-link-list > li a {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-link-list > li a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.u-link-list .list-img {
  margin-bottom: 10px;
  overflow: hidden;
}

.u-link-list .list-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-link-list .list-ttl {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
}

.u-link-list .list-ttl::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  right: 0;
  background: url(image/link_arrow.svg) center/contain no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.list-disc li {
  position: relative;
  padding-left: 13px;
}

.list-disc li:before {
  content: "";
  background: #87ceeb;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
}

.list-disc.col2,
.list-disc.col3,
.list-disc.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-disc.col2 li {
  width: 48%;
}

.list-disc.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-disc.col3 li {
  width: 32%;
}

.list-disc.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-disc.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-check li {
  position: relative;
  padding-left: 15px;
}

.list-check li + li {
  margin-top: 3px;
}

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #87ceeb;
  border-bottom: 2px solid #87ceeb;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-check.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-check.col2 li {
  width: 48%;
}

.list-check.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-num {
  counter-reset: number;
}

.list-num li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-num li:before {
  background: #87ceeb;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 2px;
  width: 20px;
  height: 20px;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-btn li:nth-child(1) {
  margin-right: 20px;
}

.flow-type01 {
  border: 1px solid #87ceeb;
  padding: 50px 30px;
}

.flow-type01 .l-item {
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #87ceeb;
  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 #87ceeb;
  border-right: 2px solid #87ceeb;
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.flow-type01 .l-item:not(:last-child)::after {
  background: #fff;
  width: 70px;
  height: 20px;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.flow-type01 .l-ttl {
  font-size: 24px;
  margin-bottom: 20px;
}

.flow-type01 .l-ttl span {
  background: #87ceeb;
  display: inline-block;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.15em;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.flow-type01 .l-ttl span::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #87ceeb;
  position: absolute;
  top: 0;
  right: -7px;
}

.staff-layout {
  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;
}

.staff-layout .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.staff-layout .l-desc {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  margin-right: 50px;
}

.staff-layout .name {
  border-bottom: 2px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-right: 25px;
}

.staff-layout .en {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  color: #87ceeb;
}

.staff-layout + .staff-profile {
  margin-top: 60px;
}

.dl-privacy:not(:last-child) {
  margin-bottom: 60px;
}

.dl-privacy dt {
  line-height: 1.7;
}

.table-style01 {
  border: 1px solid #ddd;
}

.table-style01 th {
  background-color: #87ceeb;
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
  width: 30%;
  font-size: 16px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.table-style01 td {
  background: #fff;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
}

.table-style01 tr:last-child th,
.table-style01 tr:last-child td {
  border-bottom: none;
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.table-style02 th,
.table-style02 td {
  border: 1px solid #e1e1e1;
  line-height: 1.7;
  padding: 15px;
}

.table-style02 th {
  background-color: #87ceeb;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

.table-style02 th.size01 {
  width: 22%;
}

.table-style02 th.size02 {
  width: 18%;
}

.table-style02 th.bg01 {
  background-color: #87ceeb;
  color: #87ceeb;
}

.table-style02 .table-img {
  text-align: center;
}

.u-arrow {
  padding: 30px 20px 20px;
  text-align: center;
}

.u-arrow img {
  width: 170px;
}

.u-arrow.high {
  padding: 30px 20px 40px;
}

.u-bnr {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-bnr:hover {
  opacity: 0.5;
}

.box-style01 .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-style01 .box-layout .l-img {
  width: 235px;
  margin-left: 45px;
}

.box-style01 .box-layout .l-img img {
  width: 100%;
}

.box-style01 .box-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border: 5px solid #333333;
  border-radius: 20px;
  padding: 35px 40px 40px;
  position: relative;
}

.box-style01 .box-layout .l-desc::before {
  content: "";
  width: 43px;
  height: 30px;
  position: absolute;
  top: 52px;
  right: -30px;
  background: url(image/sec02-balloon_deco.svg) center/contain no-repeat;
}

.box-style01 .box-layout .l-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #87ceeb;
  font-size: 24px;
  margin-bottom: 15px;
}

.box-style02 {
  background-color: #87ceeb;
  border-top: 5px solid #87ceeb;
  padding: 40px;
}

.box-style02 .box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  margin-bottom: 15px;
}

.box-style02 .txt-link {
  color: #333333;
}

.box-style02 .u-h4,
.box-style02 .postdata h3,
.postdata .box-style02 h3 {
  color: #333333;
}

.box-style02 .u-h4::before,
.box-style02 .postdata h3::before,
.postdata .box-style02 h3::before {
  background: #333333;
}

.box-style03 {
  background-color: #fff;
  border: 5px solid #333333;
  padding: 40px;
  border-radius: 20px;
}

.box-style03 .box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.box-style04 {
  background-color: #87ceeb;
  padding: 40px 35px;
}

.box-style04 .box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.box-style04 .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-style04 .box-list > li {
  width: calc((100% - 36px) / 4);
  background-color: #fff;
  text-align: center;
  border: 1px solid #87ceeb;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
  padding: 8px 0;
}

.box-style04 .box-txt {
  padding: 3px 0;
}

.box-style04 .inr-box {
  background-color: #fff;
  border: 1px solid #87ceeb;
  padding: 30px 40px;
}

.box-style04 .inr-box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  margin-bottom: 10px;
}

.box-style04 .inr-box-dl dt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
}

.box-style05 {
  border: 1px solid #87ceeb;
  padding: 40px;
}

.box-style05 .box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 22px;
  margin-bottom: 15px;
}

.box-style06 {
  background-color: #fff;
  border: 5px solid #333333;
  padding: 30px 40px;
  border-radius: 20px;
}

.box-style06 .box-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.box-style06 .box-num {
  color: #87ceeb;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0 2px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(255, 216, 126, 0.55)));
  background: linear-gradient(180deg, transparent 65%, rgba(255, 216, 126, 0.55) 65%);
}

.box-style06 .box-num .txt {
  font-size: 29px;
  margin-right: 5px;
  letter-spacing: 0.15em;
}

.box-style06 .box-num .num {
  font-size: 49px;
  letter-spacing: 0.15em;
}

.box-style06 .box-ttl {
  font-size: 22px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-left: 40px;
  padding-top: 15px;
}

.box-style06 .inr-box {
  padding: 20px 25px;
  background-color: #87ceeb;
}

.box-style06 .inr-box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

.box-style06 .inr-box-ttl::before {
  content: "";
  width: 2px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #333333;
}

.box-style06 .inr-box + .inr-box {
  margin-top: 20px;
}

.box-style07 {
  background-color: #87ceeb;
  padding: 30px;
}

.box-style07 .box-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-style07 .box-layout .l-img {
  width: 146px;
  margin-right: 30px;
}

.box-style07 .box-layout .l-img img {
  width: 100%;
}

.box-style07 .box-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border: 5px solid #333333;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 22px;
}

.box-style07 .box-layout .l-desc .large {
  font-size: 28px;
  display: block;
}

.box-style07 .box-layout .l-desc::before {
  content: "";
  width: 51px;
  height: 30px;
  position: absolute;
  top: 56px;
  left: -37px;
  background: url(image/sec02-balloon_deco.svg) center/contain no-repeat;
}

.u-slider01-main {
  padding: 0 20px;
  margin-bottom: 20px;
}

.u-slider01-main .slick-prev,
.u-slider01-main .slick-next {
  top: 50%;
  border-top: 3px solid #87ceeb;
}

.u-slider01-main .slick-prev {
  left: 10px;
  border-left: 3px solid #87ceeb;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.u-slider01-main .slick-next {
  right: 10px;
  border-right: 3px solid #87ceeb;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.u-slider01-main .u-slider01-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
  object-fit: contain;
}

.u-slider01-thumb {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 800px;
}

.u-slider01-thumb img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-slider01-thumb .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.u-slider01-thumb .slick-slide:before {
  opacity: 1;
  content: "";
  border: 4px solid #87ceeb;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  opacity: 0;
}

.u-slider01-thumb .slick-current img {
  border: 4px solid #87ceeb;
}

.effect,
.effect-first {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.effect--moved,
.effect-first--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/*-----------------------------------------------------------
お問い合わせ（レイアウト）
-----------------------------------------------------------*/
.tel-layout04 {
  background-color: #87ceeb;
  max-width: 720px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

.tel-layout04 .ttl {
  display: table;
  border-bottom: 2px solid #333;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  padding: 0 0 15px;
  margin: 0 auto 25px;
}

.tel-layout04 .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tel-layout04 .wrapper li + li {
  margin-left: 30px;
}

.tel-layout04 .wrapper .tel,
.tel-layout04 .wrapper .fax {
  font-size: 30px;
}

.tel-layout04 .txt {
  font-size: 14px;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：お知らせ*/
.list-top-news03 {
  /* background: url(image/line_dot.svg) left top/5px 2px repeat-x; */
}

.list-top-news03 .list-item {
  /* background: url(image/line_dot.svg) left bottom/5px 2px repeat-x; */
}

.list-top-news03 .list-item a {
  display: block;
  padding: 23px 0 15px;
}

.list-top-news03 time {
  display: block;
  font-family: "Quicksand", sans-serif;
  color: #87ceeb;
  line-height: 1;
  margin-bottom: 10px;
}

.list-top-news03 .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-bottom: 5px;
}

.list-top-news03 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: bold;
}

.list-top-news03 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-top-news03 a:hover .list-ttl {
  text-decoration: underline;
}

/*TOPページ用：ブログ*/
.list-top-blog {
  /* background: url(image/line_dot.svg) left top/5px 2px repeat-x; */
}

.list-top-blog .list-item {
  /* background: url(image/line_dot.svg) left bottom/5px 2px repeat-x; */
}

.list-top-blog .list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

.list-top-blog .list-img {
  width: 91px;
  height: 91px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 5px;
}

.list-top-blog .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.list-top-blog .list-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 4px;
}

.list-top-blog time {
  display: block;
  font-family: "Quicksand", sans-serif;
  color: #87ceeb;
  line-height: 1;
}

.list-top-blog .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-bottom: 7px;
}

.list-top-blog .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: bold;
}

.list-top-blog a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-top-blog a:hover .list-ttl {
  text-decoration: underline;
}

.list-top-blog .post-data {
  margin-bottom: 7px;
}

/*TOPページ用：作業事例*/
.list-top-case {
  max-width: 1056px;
}

.list-top-case .list-item {
  width: 33.3333333333%;
  margin: 0 16px;
}

.list-top-case .list-item a {
  display: block;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 15px 15px 30px;
  text-align: left;
}

.list-top-case .list-img {
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.list-top-case .list-img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-top-case time {
  line-height: 1;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #87ceeb;
}

.list-top-case .list-txt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 3px;
}

.list-top-case .slick-prev,
.list-top-case .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
}

.list-top-case .slick-prev {
  border: none;
  left: -59px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(image/slider-arrow-left.svg) center/contain no-repeat;
}

.list-top-case .slick-next {
  border: none;
  right: -59px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(image/slider-arrow-right.svg) center/contain no-repeat;
}

.list-top-case a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-top-case a:hover .list-txt {
  text-decoration: underline;
}

/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 15px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-type03 .list-txt {
  font-size: 20px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.list-post-type03 .post-category01 {
  margin-top: 10px;
}

.gallery-layout {
  border-bottom: 2px solid #333333;
  padding-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
}

.gallery-layout .l-ttl {
  border-bottom: 1px solid #87ceeb;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.gallery-layout .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-layout .splide__slide img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-layout .splide__arrow {
  background: #87ceeb;
}

.gallery-layout .splide__arrow svg {
  fill: #333333;
}

.gallery-layout .splide__arrow--prev::after,
.gallery-layout .splide__arrow--next::after {
  display: none;
}

.gallery-layout .thumb-wrapper {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: 1fr [6]; */
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 8px;
  margin-top: 30px;
}

.gallery-layout .thumb-item {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery-layout .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-layout .thumb-item.is-active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.gallery-layout .l-desc {
  margin-bottom: 40px;
}

.post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-layout .post-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-layout .post-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.post-case-layout .case-item + .case-item {
  margin-top: 60px;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 20px;
  color: #333333;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.postdata h5 {
  font-size: 18px;
  color: #87ceeb;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 18px;
  color: #333333;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.post-data time {
  line-height: 18px;
  color: #87ceeb;
  font-family: "Quicksand", sans-serif;
  line-height: 1.3;
}

.post-data .post-category01 {
  margin-left: 25px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  font-size: 12px;
  background-color: #87ceeb;
  padding: 2px 10px;
  border-radius: 3px;
  line-height: 1.2;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 #87ceeb;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  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;
  color: #87ceeb;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #87ceeb;
}

.post-number .current {
  color: #87ceeb;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #87ceeb;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Quicksand", sans-serif;
}

.post-number-single a {
  display: inline-block;
  color: #87ceeb;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(image/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(image/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-news03 .list-item a {
    padding: 17px 0 15px;
  }
  /*TOPページ用：作業事例*/
  .list-top-case {
    max-width: 100%;
  }
  .list-top-case .list-item {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .list-top-case .slick-prev,
  .list-top-case .slick-next {
    width: 30px;
    height: 30px;
  }
  .list-top-case .slick-prev {
    left: 0;
  }
  .list-top-case .slick-next {
    right: 0;
  }
  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type03 .list-item {
    width: 48%;
  }
  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-post-type03 .list-item:nth-child(even) {
    margin-left: 4%;
  }
  .list-post-type03 .list-item:nth-child(n+3) {
    margin-top: 30px;
  }
  .list-post-type03 .list-img {
    margin-bottom: 10px;
  }
  .list-post-type03 .list-img img {
    height: 29vw;
  }
  .list-post-type03 .list-txt {
    font-size: 15px;
  }
  .gallery-layout {
    padding-bottom: 30px;
  }
  .gallery-layout .l-ttl {
    font-size: 18px;
  }
  .gallery-layout .splide__slide img {
    max-height: 55vw;
  }
  .gallery-layout .thumb-wrapper {
    /* -ms-grid-columns: 1fr [6]; */
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-layout .thumb-item {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gallery-layout .thumb-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
  }
  .gallery-layout .thumb-item.is-active {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .gallery-layout .l-desc {
    margin-bottom: 20px;
  }
  .post-layout {
    display: block;
  }
  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-layout .post-img img {
    height: 55vw;
  }
  .post-layout .post-desc {
    width: 100%;
  }
  .post-case-layout .case-item + .case-item {
    margin-top: 30px;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
  .post-data .post-category01 {
    margin-left: 15px;
  }
  .post-category01 {
    line-height: 1.3;
    padding: 2px 5px;
  }
}
/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.font01 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.tac {
  text-align: center;
}

.txt-green {
  color: #0E8F3B;
}

.txt-link {
  text-decoration: underline;
  color: #9A76AD;
}

.txt-link:hover {
  text-decoration: none;
}

.txt-note {
  font-size: 13px;
}

.txt-marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #87ceeb));
  background: linear-gradient(transparent 80%, #87ceeb 80%);
}

.txt-marker .large {
  font-size: 30px;
}

.txt-marker .small {
  font-size: 20px;
}

.m-auto {
  margin: 0 auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    padding-top: 0;
    font-size: 15px;
    line-height: 1.8;
  }
  .container,
  .footer .f-bottom-inr {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
  /*------------
  Header
  --------------*/
  .header {
    position: static;
  }
  .header-inr {
    display: block;
    padding: 10px;
  }
  .header .h-logo {
    width: 100%;
    margin: 0 auto;
  }
  .header .h-right {
    display: none;
  }
  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }
  .pc-btn-list {
    display: none;
  }
  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }
  .sp-navi .sp-navi-btns {
    background: #87ceeb;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns .item {
    background-repeat: no-repeat;
    width: 20%;
    text-align: center;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp-navi .sp-navi-btns .item a {
    display: block;
    padding: 15px 5px 5px;
    height: 100%;
  }
  .sp-navi .sp-navi-btns .item .icon {
    display: block;
    line-height: 1;
    margin-bottom: 1px;
  }
  .sp-navi .sp-navi-btns .item .icon img {
    width: 25px;
    height: 25px;
  }
  .sp-navi .sp-navi-btns .item .ttl {
    color: #fff;
    display: block;
    font-family: "FOT-筑紫A丸ゴシック Std B";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .humberger-box {
    background: #87ceeb;
    cursor: pointer;
    position: relative;
  }
  .sp-navi .sp-navi-contents {
    visibility: hidden;
    background: #fff;
    padding: 50px 25px 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ddd;
  }
  .sp-navi .sp-navi-list .item .item-link {
    display: block;
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    font-family: "FOT-筑紫A丸ゴシック Std B";
    line-height: 1;
  }
  .sp-navi .sp-dropdown .item-link {
    margin-right: 60px;
  }
  .sp-navi .sp-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #87ceeb transparent transparent transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .sp-navi .sp-dropdown.is-on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-navi .sp-dropdown .sp-navi-child {
    padding: 5px 0 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-navi .sp-dropdown .sp-navi-child li {
    padding-left: 10px;
    width: 49%;
    line-height: 1.6;
    font-family: "FOT-筑紫A丸ゴシック Std B";
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
  }
  .sp-navi .sp-dropdown .sp-navi-child li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #87ceeb;
    position: absolute;
    top: 12px;
    left: 0;
    margin-top: -3px;
  }
  .humberger {
    display: block;
    height: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 150;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    width: 21px;
    height: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .humberger span:nth-of-type(1) {
    top: 39%;
  }
  .humberger span:nth-of-type(2) {
    top: 50%;
  }
  .humberger span:nth-of-type(3) {
    top: 62%;
  }
  .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    display: none;
  }
  .humberger.is-open span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  /*------------
  Hero
  --------------*/
  .hero {
    background: none;
    padding: 0;
  }
  .hero img {
    max-width: auto;
  }
  .hero-news {
    display: block;
    padding: 20px;
    bottom: 10px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 90%;
    width: 90%;
  }
  .hero-news .ttl {
    font-size: 18px;
    margin-right: 0;
  }
  .hero-news .btn-more {
    top: 20px;
    right: 20px;
  }
  /*------------
  Top contents
  --------------*/
  .sec01 {
    padding: 0px 0 40px;
  }
  .sec01 .container,
  .sec01 .footer .f-bottom-inr,
  .footer .sec01 .f-bottom-inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .sec01-desc {
    border: 4px solid #333333;
    padding: 25px 20px;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .sec01-desc::before {
    width: 33px;
    height: 32px;
    top: auto;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(image/balloon_deco_sp.svg) center/contain no-repeat;
  }
  .sec01-ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .sec01-list {
    display: block;
  }
  .sec01-list li {
    width: 100%;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 10px;
  }
  .sec01-list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .sec01-img {
    margin-top: 5px;
  }
  .sec02 {
    border-top: 2px solid #333333;
    padding: 80px 0 50px;
  }
  .sec02-ttl {
    margin-bottom: 90px;
  }
  .sec02-ttl::before {
    width: 240px;
    height: 160px;
    top: -40px;
  }
  .sec02-ttl .txt01 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sec02-ttl .txt02 {
    font-size: 24px;
  }
  .sec02-item {
    position: relative;
  }
  .sec02-item::after {
    width: 100%;
    height: calc(100% - 30vw);
  }
  .sec02-item.item01 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .sec02-item.item01 .sec02-layout {
    margin-bottom: 30px;
  }
  .sec02-item.item01 .btn-more {
    margin-top: 25px;
  }
  .sec02-item.item02 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .sec02-item.item03 {
    padding-bottom: 40px;
  }
  .sec02-item.item03 .btn-more {
    margin-top: 25px;
  }
  .sec02-layout {
    display: block;
  }
  .sec02-layout .l-img {
    width: 100%;
  }
  .sec02-layout .l-img::after {
    left: -10px;
    bottom: -10px;
  }
  .sec02-layout .l-img-wrapper {
    width: 100%;
    margin-bottom: 22vw;
  }
  .sec02-layout .l-desc {
    width: 100%;
    padding-top: 30px;
  }
  .sec02-layout .l-desc-inr {
    max-width: auto;
    padding-left: 0;
  }
  .sec02-layout .l-balloon {
    position: static;
    width: 100%;
    padding-bottom: 5px;
    margin-top: 25px;
  }
  .sec02-layout .l-balloon .inr {
    border: 4px solid #333333;
    padding: 20px;
    margin-bottom: 25px;
  }
  .sec02-layout .l-balloon .inr::after {
    width: 24px;
    height: 29px;
    top: auto;
    bottom: -23px;
    left: 20px;
    /* background: url(image/balloon_deco_sp03.svg) center/contain no-repeat; */
  }
  .sec02-layout .l-balloon .txt {
    font-size: 20px;
    line-height: 1.4;
  }
  .sec02-layout .l-balloon .en {
    left: 20px;
    font-size: 30px;
    color: #fff;
  }
  .sec02-layout .l-balloon .img {
    bottom: -88px;
    right: 5px;
    width: 80px;
  }
  .sec02-layout .l-ttl {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .sec02-layout .l-ttl::before {
    width: 40px;
  }
  .sec02-layout.reverse .l-img::after {
    right: -10px;
  }
  .sec02-layout.reverse .l-desc-inr {
    padding-right: 0;
  }
  .sec02-layout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .sec02-layout02 .l-img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .sec02-layout02 .l-img img {
    width: 60%;
  }
  .sec02-layout02 .l-desc {
    border: 4px solid #333333;
    padding: 25px 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .sec02-layout02 .l-desc::before {
    width: 33px;
    height: 32px;
    top: auto;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(image/balloon_deco_sp.svg) center/contain no-repeat;
  }
  .sec02-layout02 .l-desc .txt01 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sec02-layout02 .l-desc .txt02 span {
    line-height: 1.4;
    font-size: 24px;
  }
  .sec02-arrow img {
    width: 100px;
  }
  .sec02-list01,
  .sec02-list02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec02-list01 > li,
  .sec02-list02 > li {
    width: 43vw;
    height: 43vw;
    min-width: 43vw;
    min-height: 43vw;
    padding-top: 5vw;
  }
  .sec02-list01 > li:not(:last-child),
  .sec02-list02 > li:not(:last-child) {
    margin-right: 0;
  }
  .sec02-list01 > li:nth-child(2),
  .sec02-list02 > li:nth-child(2) {
    margin-top: 0;
  }
  .sec02-list01 > li:nth-child(3),
  .sec02-list02 > li:nth-child(3) {
    margin-top: 0;
  }
  .sec02-list01 > li:nth-child(n+3),
  .sec02-list02 > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .sec02-list01 .list-img img,
  .sec02-list02 .list-img img {
    width: 18vw;
  }
  .sec02-list01 .list-txt,
  .sec02-list02 .list-txt {
    font-size: 4.5vw;
    margin-top: 0;
  }
  .sec02-list02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 25vw;
  }
  .sec02-list02 li {
    width: 28.8vw;
    height: 28.8vw;
    min-width: 28.8vw;
    min-height: 28.8vw;
    padding-top: 3vw;
    border: 1px solid #87ceeb;
  }
  .sec02-list02 li::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #87ceeb;
  }
  .sec02-list02 li:nth-child(n+3) {
    margin-top: -1vw;
  }
  .sec02-list02 li:not(:nth-child(3n)) {
    margin-right: 1.8vw;
  }
  .sec02-list02 .list-img img {
    width: 12vw;
  }
  .sec02-list02 .list-img.mb {
    margin-bottom: 1.5vw;
  }
  .sec02-list02 .list-txt {
    font-size: 3.4vw;
    margin-top: 0;
  }
  .sec03 {
    padding: 0px 0 20vw;
  }
  .sec03-ttl {
    margin-bottom: 100px;
  }
  .sec03-ttl::before {
    width: 240px;
    height: 160px;
    top: -40px;
  }
  .sec03-ttl .txt01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec03-ttl .txt02 {
    font-size: 26px;
  }
  .sec03-list {
    display: block;
  }
  .sec03-list > li {
    width: 100%;
  }
  .sec03-list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec03-list .list-num {
    font-size: 24px;
    padding: 10px 15px;
  }
  .sec03-list .list-ttl {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sec03 .btn-more {
    margin: 30px auto 0;
  }
  .sec04 {
    padding: 55vw 0 50px;
    margin-top: -50vw;
  }
  .sec04-ttl {
    margin-bottom: 30px;
  }
  .sec04-ttl .txt01 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .sec04-ttl .txt02 {
    font-size: 26px;
    padding: 5px;
  }
  .sec04-ttl .txt-marker {
    font-size: 32px;
  }
  .sec04-box {
    border: 4px solid #333333;
    padding: 25px 20px 20px;
  }
  .sec04-box::after {
    width: 121px;
    height: 115px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -10px;
  }
  .sec04-box .box-ttl {
    margin-bottom: 25px;
  }
  .sec04-box .box-ttl span {
    font-size: 22px;
  }
  .sec04-box .box-list {
    display: block;
    margin-bottom: 25px;
  }
  .sec04-box .box-list > li {
    text-align: center;
  }
  .sec04-box .box-list > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .sec04-box .box-list > li:not(:last-child)::after {
    width: 70%;
    height: 2px;
    top: auto;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    /* background: url(image/line_dot.svg) left top/5px 2px repeat-x; */
  }
  .sec04-box .btn-cta {
    margin: 0 auto 20px;
  }
  .sec04-box .box-txt {
    text-align: center;
  }
  .sec05 {
    padding: 60px 0 50px;
    border-top: 2px solid #333333;
  }
  .sec05-ttl {
    margin-bottom: 65px;
  }
  .sec05-ttl::before {
    width: 240px;
    height: 160px;
    top: -10px;
  }
  .sec05-ttl span {
    font-size: 22px;
  }
  .sec05-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec05-list > li {
    width: 48%;
  }
  .sec05-list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .sec05-list > li a {
    padding: 25px 15px 20px;
  }
  .sec05-list > li a::after {
    width: 22px;
    height: 22px;
  }
  .sec05-list > li a:hover {
    -webkit-transform: none;
    transform: none;
  }
  .sec05-list .list-img {
    margin-bottom: 10px;
  }
  .sec05-list .list-img img {
    width: 80px;
  }
  .sec05-list .list-txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .sec06 {
    padding: 40px 0 50px;
    border-top: 2px solid #333333;
  }
  .sec06 .container,
  .sec06 .footer .f-bottom-inr,
  .footer .sec06 .f-bottom-inr {
    padding: 0;
  }
  .sec06-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec06 .btn-more {
    margin: 30px auto 0;
  }
  .sec07 {
    padding: 50px 0;
  }
  .sec07::before {
    width: 140px;
    height: 121px;
    top: -35px;
    left: auto;
    right: 20px;
  }
  .sec07-layout {
    display: block;
  }
  .sec07-layout .l-item {
    width: 100%;
  }
  .sec07-layout .l-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec07-layout .ttl-box {
    display: block;
    margin-bottom: 20px;
  }
  .sec07-layout .l-ttl {
    font-size: 24px;
  }
  .sec07 .btn-more {
    margin-top: 30px;
  }
  .sec08 {
    padding: 50px 0 100px;
  }
  .sec08-deco {
    width: 140px;
    left: auto;
    right: 20px;
  }
  .sec08-layout {
    display: block;
  }
  .sec08-layout .l-img {
    width: 100%;
    padding: 0 0 10px 10px;
    margin-bottom: 25px;
  }
  .sec08-layout .l-img::after {
    width: calc(100% - 10px);
    height: calc(100% - 15px);
  }
  .sec08-layout .l-desc {
    width: 100%;
  }
  .sec08-layout .l-desc-inr {
    max-width: 100%;
    padding-left: 0;
  }
  .sec08-layout .l-ttl {
    font-size: 22px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .sec08-layout .btn-more {
    margin-top: 25px;
  }
  .sec09 iframe {
    height: 60vw;
  }
  /*------------
  Footer
  --------------*/
  .pagetop {
    display: none;
  }
  .footer {
    padding-bottom: 70px;
  }
  .footer .f-top {
    padding: 30px 0 50px;
  }
  .footer .f-top-box {
    border: 4px solid #333333;
    padding: 25px 0 0;
  }
  .footer .f-top-box::after {
    width: 75px;
    height: 110px;
    left: -15px;
    bottom: -52px;
  }
  .footer .f-top-box .box-ttl {
    margin-bottom: 20px;
  }
  .footer .f-top-box .box-ttl span {
    font-size: 24px;
  }
  .footer .f-top-box .box-list {
    display: block;
    margin-bottom: 25px;
  }
  .footer .f-top-box .box-list .list-ttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .footer .f-top-box .box-list > li {
    text-align: center;
  }
  .footer .f-top-box .box-list > li:not(:last-child) {
    padding: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer .f-top-box .box-list > li:not(:last-child)::after {
    width: 70%;
    height: 2px;
    top: auto;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    /* background: url(image/line_dot.svg) left top/5px 2px repeat-x; */
  }
  .footer .f-top-box .box-txt {
    font-size: 14px;
    border-radius: 0 0 18px 18px;
  }
  .footer .f-bottom-inr {
    display: block;
    padding: 30px 0;
  }
  .footer .f-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer .f-logo {
    width: 240px;
  }
  .footer .f-navi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .f-navi-list:not(:last-child) {
    margin-right: 3%;
  }
  .footer .f-navi-list li {
    font-size: 14px;
  }
  .footer .f-navi-list li::before {
    width: 5px;
    height: 8px;
    top: 7px;
  }
  .footer .f-navi-list li.child {
    font-size: 13px;
  }
  .footer .f-navi-list li.child::before {
    width: 7px;
    height: 2px;
    top: 8px;
  }
  .footer .f-navi-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer .f-navi-list a:hover {
    text-decoration: underline;
  }
  .footer .copyright {
    font-size: 11px;
    padding: 15px;
  }
  /*------------
  Button
  --------------*/
  .btn-more {
    width: 100%;
  }
  .btn-cta {
    padding: 15px;
    width: 100%;
  }
  .btn-cta span {
    font-size: 17px;
    padding-left: 30px;
  }
  .btn-cta span::before {
    width: 23px;
    height: 17px;
  }
  /*------------
  Common parts
  --------------*/
  .map {
    height: 300px;
  }
  .tel{
    font-size: 26px;
    line-height: 32px;
    padding-left: 0px;
    margin-left: 35px;
  }
  .tel:before,
  .fax:before {
    width: 32px;
    height: 32px;
    left: -39px;
  }
  .time-table {
    font-size: 12px;
  }
  .time-table th {
    padding: 10px 0;
  }
  .time-table th:first-child {
    width: 100px;
  }
  .time-table th:last-child {
    width: 40px;
  }
  .time-table td {
    padding: 15px 0;
  }
  .time-table.small th:first-child {
    width: 100px;
  }
  .time-table.small th:last-child {
    width: 40px;
  }
  /*------------
  Under layout
  --------------*/
  .u-top-common {
    background: url(image/hero_bg.jpeg) center/cover no-repeat;
    height: auto;
    display: block;
    padding: 30px 5% 0;
  }
  .page-ttl-layout {
    display: block;
    -webkit-transform: none;
    transform: none;
  }
  .page-ttl-layout .page-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: auto;
    min-height: 135px;
    font-size: 40px;
    line-height: 1.2;
    border: 2px solid #333333;
  }
  .page-ttl-layout .page-ttl::after {
    width: 42px;
    height: 45px;
    top: auto;
    bottom: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: url(image/balloon_deco_sp02.svg) center/contain no-repeat;
  }
  .page-ttl-layout .page-ttl-img {
    width: 105px;
    margin: 27px auto 0;
  }
  .breadcrumb {
    margin-bottom: 40px;
  }
  /*------------
  Under parts
  --------------*/
  .u-h2,
  .postdata h1,
  .post-category-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .u-h2::before,
  .postdata h1::before,
  .post-category-ttl::before {
    width: 40px;
  }
  .u-h2 .large,
  .postdata h1 .large,
  .post-category-ttl .large {
    font-size: 30px;
  }
  .u-h3,
  .dl-privacy dt,
  .postdata h2,
  .post-ttl {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .u-h3::before,
  .dl-privacy dt::before,
  .postdata h2::before,
  .post-ttl::before {
    width: 40px;
  }
  .u-h4,
  .postdata h3 {
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .u-h4::before,
  .postdata h3::before {
    top: 14px;
    width: 16px;
  }
  .tall {
    margin-bottom: 80px;
  }
  .tall:last-child {
    margin-bottom: 120px;
  }
  .l-style01 {
    display: block;
  }
  .l-style01 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .l-style01 .l-desc {
    width: 100%;
  }
  .l-style02 {
    display: block;
  }
  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .l-style02 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }
  .l-style02 .l-desc-box .box-ttl {
    font-size: 16px;
  }
  .l-style02 .l-link-list li {
    width: calc((100% - 10px) / 2);
  }
  .l-style02 .l-link-list li a {
    font-size: 15px;
    line-height: 1.4;
  }
  .l-style02 .l-link-list li:nth-child(even) {
    margin-left: 10px;
  }
  .l-style02 .l-link-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .list-col1 .item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-col1 .item--s:not(:last-child) {
    margin-bottom: 40px;
  }
  .list-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-col2 .list-item {
    width: 100%;
  }
  .list-col2 .list-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .list-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-col2 .list-img img {
    height: 55vw;
  }
  .list-col2 .list-ttl {
    font-size: 20px;
  }
  .list-col3 {
    display: block;
  }
  .list-col3 .list-item {
    width: 100%;
  }
  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }
  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 50px;
  }
  .list-col3 .list-ttl {
    font-size: 20px;
  }
  .list-card02 {
    display: block;
    display: block;
  }
  .list-card02.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card02.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card02.col2 .list-item:nth-child(n+2) {
    margin-top: 25px;
  }
  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-img {
    margin-bottom: 15px;
  }
  .list-style01 {
    display: block;
  }
  .list-style01 > li {
    width: 100%;
    padding: 60px 25px 25px;
  }
  .list-style01 > li:nth-child(even) {
    margin-left: 0;
  }
  .list-style01 > li:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-style01 .list-ttl {
    width: calc(100% - 40px);
    left: 20px;
    bottom: calc(100% - 40px);
  }
  .list-style01 .list-ttl .img img {
    width: 55px;
  }
  .list-style01 .list-ttl .ttl {
    border: 3px solid #333333;
    border-radius: 15px;
    padding: 10px 15px;
    font-size: 16px;
  }
  .list-style01 .list-ttl .ttl::before {
    width: 17px;
    height: 14px;
    left: -13px;
  }
  .list-style02 {
    display: block;
  }
  .list-style02 .list-item {
    width: 100%;
  }
  .list-style02 .list-item:nth-child(even) {
    margin-left: 0;
  }
  .list-style02 .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .list-style02 .list-ttl {
    font-size: 22px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .list-style02 .list-dl > dt {
    font-size: 18px;
  }
  .list-style02 .list-dl > dt:not(:first-child) {
    margin-top: 20px;
  }
  .list-style03 {
    display: block;
    padding-top: 25px;
  }
  .list-style03 .list-item {
    width: 100%;
    padding: 40px 20px 25px;
  }
  .list-style03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-style03 .list-item:nth-child(n+2) {
    margin-top: 40px;
  }
  .list-style03 .list-num {
    padding: 5px 10px 5px 15px;
  }
  .list-style03 .list-num .txt {
    font-size: 24px;
    margin-right: 10px;
  }
  .list-style03 .list-num .num {
    font-size: 28px;
  }
  .list-style03 .list-ttl {
    margin-bottom: 15px;
  }
  .list-style04 {
    display: block;
  }
  .list-style04 > li {
    width: 100%;
    min-height: auto;
    padding: 15px;
  }
  .list-style04 > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-style04 > li:nth-child(n+2) {
    margin-top: 15px;
  }
  .list-style04 .txt01 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .list-style04 .txt02 {
    font-size: 14px;
  }
  .u-link-list {
    display: block;
    padding: 30px 20px 25px;
  }
  .u-link-list-ttl {
    display: block;
    text-align: center;
    position: relative;
    padding: 0 0 15px;
  }
  .u-link-list-ttl .img {
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .u-link-list-ttl .ttl {
    font-size: 22px;
  }
  .u-link-list > li {
    width: 100%;
  }
  .u-link-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .u-link-list .list-img img {
    height: 60vw;
  }
  .u-link-list .list-ttl {
    padding-right: 22px;
    font-size: 18px;
  }
  .u-link-list .list-ttl::after {
    width: 14px;
    height: 14px;
    top: 6px;
  }
  .list-disc li:before {
    top: 11px;
  }
  .list-disc.col2,
  .list-disc.col3,
  .list-disc.col4 {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-disc.col2 li,
  .list-disc.col3 li,
  .list-disc.col4 li {
    width: 100%;
  }
  .list-disc.col2 li:nth-child(odd) {
    margin-right: 0;
  }
  .list-disc.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-disc.col4 li {
    padding-right: 0;
  }
  .list-btn {
    display: block;
    text-align: center;
  }
  .list-btn li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flow-type01 {
    padding: 25px 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: 12px;
  }
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    margin-bottom: 20px;
  }
  .staff-layout .l-desc {
    margin-right: 0;
  }
  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .staff-layout .jp {
    font-size: 22px;
    margin-right: 20px;
  }
  .staff-layout .en {
    font-size: 16px;
  }
  .staff-layout + .staff-profile {
    margin-top: 40px;
  }
  .dl-privacy:not(:last-child) {
    margin-bottom: 40px;
  }
  .dl-privacy dt {
    line-height: 1.4;
  }
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
  .table-style02 {
    font-size: 14px;
  }
  .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: 250%;
  }
  .table-scroll .table-style02 {
    font-size: 13px;
  }
  .table-scroll .table-style02 th,
  .table-scroll .table-style02 td {
    padding: 10px;
  }
  .u-arrow img {
    width: 100px;
  }
  .u-arrow.high {
    padding: 30px 20px 30px;
  }
  .box-style01 .box-layout {
    display: block;
  }
  .box-style01 .box-layout .l-img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .box-style01 .box-layout .l-img img {
    width: 60%;
  }
  .box-style01 .box-layout .l-desc {
    border: 4px solid #333333;
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .box-style01 .box-layout .l-desc::before {
    width: 33px;
    height: 32px;
    top: auto;
    bottom: -28px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background: url(image/balloon_deco_sp.svg) center/contain no-repeat;
  }
  .box-style01 .box-layout .l-ttl {
    font-size: 20px;
  }
  .box-style02 {
    border-top: 4px solid #87ceeb;
    padding: 25px 20px;
  }
  .box-style03 {
    border: 4px solid #333333;
    padding: 25px 20px;
  }
  .box-style03 .box-ttl {
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
  }
  .box-style04 {
    padding: 25px 20px;
  }
  .box-style04 .box-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .box-style04 .box-list {
    display: block;
  }
  .box-style04 .box-list > li {
    width: 100%;
    padding: 8px;
  }
  .box-style04 .box-list > li:not(:last-child) {
    margin-bottom: 5px;
  }
  .box-style04 .box-txt {
    padding: 5px 0;
  }
  .box-style04 .inr-box {
    padding: 20px;
  }
  .box-style04 .inr-box-ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .box-style04 .inr-box-dl dt {
    margin-bottom: 5px;
  }
  .box-style05 {
    padding: 25px 20px;
  }
  .box-style05 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box-style06 {
    border: 4px solid #333333;
    padding: 25px 20px;
  }
  .box-style06 .box-ttl-wrapper {
    display: block;
    margin-bottom: 20px;
  }
  .box-style06 .box-num {
    display: inline-block;
    padding: 0 5px;
  }
  .box-style06 .box-num .txt {
    font-size: 22px;
    margin-right: 0;
  }
  .box-style06 .box-num .num {
    font-size: 28px;
  }
  .box-style06 .box-ttl {
    font-size: 20px;
    margin-left: 0;
    padding-top: 5px;
  }
  .box-style06 .inr-box {
    padding: 20px;
  }
  .box-style06 .inr-box-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .box-style06 .inr-box-ttl::before {
    height: 19px;
    top: 4px;
  }
  .box-style06 .inr-box.color01 {
    background-color: #87ceeb;
  }
  .box-style06 .inr-box + .inr-box {
    margin-top: 20px;
  }
  .box-style07 {
    padding: 20px;
  }
  .box-style07 .box-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-style07 .box-layout .l-img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .box-style07 .box-layout .l-img img {
    width: 50%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  .box-style07 .box-layout .l-desc {
    border: 4px solid #333333;
    padding: 20px 15px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .box-style07 .box-layout .l-desc .large {
    font-size: 22px;
  }
  .box-style07 .box-layout .l-desc::before {
    width: 33px;
    height: 32px;
    top: auto;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(image/balloon_deco_sp.svg) center/contain no-repeat;
  }
  .u-slider01-main {
    padding: 0 10px;
  }
  .u-slider01-main .u-slider01-img img {
    height: 60vw;
  }
  .u-slider01-thumb {
    padding: 0 10px;
    max-width: 100%;
  }
  .u-slider01-thumb img {
    width: 80px;
    height: 60px;
  }
  .u-slider01-thumb .slick-slide:before {
    width: 80px;
    height: 60px;
  }
  /*-----------------------------------------------------------
  お問い合わせ（レイアウト）
  -----------------------------------------------------------*/
  .tel-layout04 {
    max-width: auto;
    padding: 30px 20px;
  }
  .tel-layout04 .ttl {
    font-size: 17px;
  }
  .tel-layout04 .wrapper {
    display: block;
  }
  .tel-layout04 .wrapper li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .tel-layout04 .wrapper .tel,
  .tel-layout04 .wrapper .fax {
    font-size: 24px;
  }
  /*------------
  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%;
  }
}
/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #87ceeb;
}

.slick-dots li.slick-active button {
  background: #87ceeb;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

/*------------
splide
-------------*/
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 64px;
  width: 64px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #000;
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 1080px) / 2);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}


.tab {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 14px;
  margin-bottom: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.tab li {
  background: #F2F2F2;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 5px 5px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px 10px 0 0;
}

.tab li.active {
  background: #87ceeb;
}

.tab li.active span {
  position: relative;
}

.tab li.active span::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: inline-block;
  content: "";
  background: url(image/ico_tab_access.svg) no-repeat center center/contain;
  width: 16px;
  height: 20px;
}

.tab li:hover {
  background: #87ceeb;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

.area-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area-layout .item {
  width: 50%;
}

.area-layout figure {
  width: 50%;
  margin-left: 30px;
  text-align: center;
}

.area-layout figure img {
  margin-bottom: 10px;
}

.area-layout figure figcaption {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}

.toggle-area {
  border-radius: 10px;
  border: 2px solid #333;
  padding: 0 25px;
  margin-bottom: 10px;
}

.toggle-area dt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}

.toggle-area dt::before {
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-block;
  content: "";
  background: #333;
  -webkit-mask: url(image/sp-navi_icon04.svg) no-repeat center center/contain;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle-area dt.is-open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.toggle-area dd {
  display: none;
  padding: 5px 0 15px;
  font-size: 15px;
}

@media (max-width: 800px) {
  .tab {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-bottom: 20px;
  }
  .tab li {
    font-size: 15px;
    padding: 5px 3px 3px;
  }
  .tab li.active span::before {
    top: 0;
    left: -20px;
    width: 16px;
    height: 20px;
  }
  .area-layout {
    display: block;
  }
  .area-layout .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .area-layout figure {
    width: 100%;
    margin-left: 0;
  }
  .area-layout figure figcaption {
    font-size: 17px;
  }
  .toggle-area {
    padding: 0 20px;
  }
  .toggle-area dt {
    font-size: 18px;
    padding: 3px 0 5px;
  }
  .toggle-area dt::before {
    top: 11px;
    right: -3px;
  }
}