@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=lato:wght@400;500;700&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* 1200以上 */
@media screen and (max-width: 1200px) {
  .only1200 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 1400px) {
  .w1400 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 350px) {
  .w350 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

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

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.9;
  font-size: 18px;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

button {
  transition: 0.2s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reset {
  display: block;
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 900px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 900px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 900px) {
  .mb60 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.tel-link {
  color: #456 !important;
  text-decoration: none !important;
  cursor: auto !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
body {
  background-color: #fff9e9;
}

.contents {
  padding: 0 30px 200px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .contents {
    padding: 0 20px 200px 0;
  }
}
@media screen and (max-width: 1300px) {
  .contents {
    padding: 0 0 150px 0;
  }
}
@media screen and (max-width: 1100px) {
  .contents {
    padding: 0 80px 80px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 0 60px 60px 60px;
  }
}
@media screen and (max-width: 900px) {
  .contents {
    padding: 0 40px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 0 30px 10px 30px;
  }
}
.contents__inner {
  padding: 0 80px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1400px) {
  .contents__inner {
    padding: 0 60px;
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1300px) {
  .contents__inner {
    padding: 0 50px;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1100px) {
  .contents__inner {
    padding: 0;
    width: 100%;
  }
}
.contents__side-nav {
  width: 320px;
}
@media screen and (max-width: 1400px) {
  .contents__side-nav {
    width: 280px;
  }
}
@media screen and (max-width: 1300px) {
  .contents__side-nav {
    width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  .contents__side-nav {
    margin: 120px auto 0;
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 900px) {
  .contents__side-nav {
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .contents__side-nav {
    margin: 60px -20px 0;
    width: calc(100% + 40px);
  }
}

.w1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .header {
    padding: 0 0 5px 20px;
    height: 80px;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 0 0 3px 15px;
    height: 60px;
  }
}
.header__logo {
  width: 250px;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 1500px) {
  .header__logo {
    width: 230px;
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 200px;
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .header__logo {
    width: 230px;
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .header__logo {
    width: 200px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 180px;
  }
}
.header__logo__link {
  width: 100%;
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(5px);
  }
}
.header .menu-btn {
  width: 90px;
  height: 90px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  position: fixed;
  z-index: 21;
  top: 30px;
  right: 30px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
  transition: 0.2s;
}
@media screen and (max-width: 1500px) {
  .header .menu-btn {
    top: 10px;
    right: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu-btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 900px) {
  .header .menu-btn {
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu-btn {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-size: 125px auto;
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .header .menu-btn:hover {
    background-image: url(../img/common/bg_l-green.webp);
    box-shadow: none;
    transform: translateY(5px);
  }
}
.header .menu-btn.on {
  background-image: url(../img/common/bg_l-green.webp);
}
.header .menu-btn.on .menu-btn__bar::before {
  width: 0;
}
.header .menu-btn.on .menu-btn__bar::after {
  width: 0;
}
.header .menu-btn__bar {
  margin: auto auto;
  width: 31%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .header .menu-btn__bar {
    width: 40%;
    height: 3px;
    bottom: 1px;
  }
}
.header .menu-btn__bar::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .header .menu-btn__bar::before {
    top: -7px;
  }
}
.header .menu-btn__bar::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .header .menu-btn__bar::after {
    bottom: -7px;
  }
}
.header .menu {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f7eedd;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
@media screen and (max-width: 599px) {
  .header .menu {
    background-size: 125px auto;
  }
}
.header .menu.on {
  height: 100vh;
}
.header .menu__inner {
  padding: 150px 80px;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 1500px) {
  .header .menu__inner {
    padding: 130px 80px;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu__inner {
    padding: 110px 80px;
  }
}
@media screen and (max-width: 900px) {
  .header .menu__inner {
    padding: 80px 60px 150px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner {
    padding: 70px 30px 150px;
  }
}
@media screen and (max-width: 365px) {
  .header .menu__inner {
    padding: 70px 15px 150px;
  }
}
.header .menu__inner::-webkit-scrollbar {
  width: 12px;
}
@media screen and (max-width: 1024px) {
  .header .menu__inner::-webkit-scrollbar {
    width: 0;
  }
}
.header .menu__inner::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.header .menu__inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 102, 51, 0.2);
  border-radius: 3px;
  box-shadow: none;
}
.header .menu__inner__nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .header .menu__inner__nav {
    max-width: 900px;
  }
}
.header .menu__inner__nav__item {
  width: calc((100% - 60px) / 3);
  max-width: 420px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .header .menu__inner__nav__item {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
  .header .menu__inner__nav__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item {
    margin-top: 15px;
  }
  .header .menu__inner__nav__item:first-child {
    margin-top: 0;
  }
}
.header .menu__inner__nav__item__list__item {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item__list__item {
    margin-top: 15px;
  }
}
.header .menu__inner__nav__item__list__item:first-child {
  margin-top: 0;
}
.header .menu__inner__nav__item__btn {
  padding-left: 30px;
  width: 100%;
  height: 70px;
  font-size: 25px;
  line-height: 67px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border: none;
  border-radius: 5px;
  display: block;
  position: relative;
}
.header .menu__inner__nav__item__btn::before {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  transition: 0.2s;
}
.header .menu__inner__nav__item__btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 900px) {
  .header .menu__inner__nav__item__btn {
    padding-left: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item__btn {
    padding-left: 20px;
    height: 60px;
    font-size: 18px;
    line-height: 57px;
    border-radius: 3px;
  }
  .header .menu__inner__nav__item__btn::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    right: 15px;
  }
  .header .menu__inner__nav__item__btn::after {
    border-width: 4px 0 4px 8px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__nav__item__btn:hover {
    background-image: url(../img/common/bg_yellow.webp);
    transform: translateX(5px);
  }
  .header .menu__inner__nav__item__btn:hover::before {
    background-image: url(../img/common/bg_orange.webp);
  }
}
.header .menu__inner__nav__item .accc-open-btn {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header .menu__inner__nav__item .accc-open-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-image: url(../img/common/bg_green.webp);
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: 50% 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.2s;
  }
  .header .menu__inner__nav__item .accc-open-btn::before {
    content: "";
    margin: auto auto;
    width: 38%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
  .header .menu__inner__nav__item .accc-open-btn::after {
    content: "";
    margin: auto auto;
    width: 38%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item .accc-open-btn {
    width: 30px;
    height: 30px;
    background-size: 125px auto;
    top: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__nav__item .accc-open-btn:hover {
    background-image: url(../img/common/bg_orange.webp);
  }
}
.header .menu__inner__nav__item .accc-open-btn.close::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 1300px) {
  .header .menu__inner__nav__item__sub {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item__sub {
    padding-bottom: 15px;
  }
}
.header .menu__inner__nav__item__sub__item {
  border-bottom: 1px dotted rgba(119, 204, 51, 0.8);
}
.header .menu__inner__nav__item__sub__item__link {
  padding: 26px 0 25px 30px;
  font-size: 17px;
  line-height: 1.4;
  color: #456;
  font-weight: 700;
  display: block;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .header .menu__inner__nav__item__sub__item__link {
    padding: 26px 0 25px 15px;
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item__sub__item__link {
    padding: 21px 0 20px 18px;
    font-size: 16px;
    letter-spacing: normal;
  }
}
.header .menu__inner__nav__item__sub__item__link::before {
  content: "";
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #0a4;
  position: absolute;
  top: 31px;
  left: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 1500px) {
  .header .menu__inner__nav__item__sub__item__link::before {
    top: 30px;
    left: 0px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__nav__item__sub__item__link::before {
    top: 26px;
    left: 3px;
    border-width: 4px 0 4px 8px;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__nav__item__sub__item__link:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .header .menu__inner__nav__item__sub__item__link:hover::before {
    border-color: transparent transparent transparent #7c3;
  }
}
.header .menu__inner__other {
  margin: 50px auto 0;
  padding: 0 30px;
  width: 100%;
  max-width: 1400px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .header .menu__inner__other {
    margin-top: 40px;
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .header .menu__inner__other {
    padding: 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__other {
    margin-top: 20px;
    padding: 25px 30px;
    height: auto;
    border-radius: 3px;
  }
}
.header .menu__inner__other__item {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  .header .menu__inner__other__item {
    margin-left: 20px;
  }
}
.header .menu__inner__other__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .header .menu__inner__other__item {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  .header .menu__inner__other__item:first-child {
    margin-top: 0;
  }
}
.header .menu__inner__other__item__link {
  padding-left: 32px;
  height: 24px;
  font-size: 18px;
  line-height: 23px;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  display: block;
  position: relative;
}
.header .menu__inner__other__item__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 3px;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.header .menu__inner__other__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
}
@media screen and (max-width: 900px) {
  .header .menu__inner__other__item__link {
    padding-left: 25px;
    height: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .header .menu__inner__other__item__link::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
  }
  .header .menu__inner__other__item__link::after {
    left: 7px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu__inner__other__item__link {
    padding-left: 23px;
    height: 18px;
    font-size: 16px;
    line-height: 17px;
  }
  .header .menu__inner__other__item__link::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
  .header .menu__inner__other__item__link::after {
    left: 7px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__other__item__link:hover {
    color: #7c3;
    transform: translateX(5px);
  }
  .header .menu__inner__other__item__link:hover::before {
    background-image: url(../img/common/bg_green.webp);
  }
}
.header__nav {
  width: 925px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
  overflow: hidden;
  position: fixed;
  z-index: 10;
  top: 30px;
  right: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .header__nav {
    width: 850px;
    top: 10px;
    right: 110px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav {
    width: 730px;
    height: 80px;
    right: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  padding: 0 45px 0 50px;
  width: calc(100% - 190px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .header__nav__list {
    padding: 0 40px 0 45px;
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 1300px) {
  .header__nav__list {
    padding: 0 30px 0 35px;
    width: calc(100% - 130px);
  }
}
.header__nav__list__item__link {
  padding-left: 0.04em;
  font-size: 19px;
  line-height: 1;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 1500px) {
  .header__nav__list__item__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav__list__item__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__list__item__link:hover {
    color: #0a4;
    transform: translateY(5px);
  }
}
.header__nav__list__item__link.now {
  color: #0a4;
}
.header__nav__list__item__link.home {
  padding-left: 0;
  width: 22px;
  height: 23px;
  background-image: url(../img/common/icon_home.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
}
@media screen and (max-width: 1500px) {
  .header__nav__list__item__link.home {
    width: 20px;
    height: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav__list__item__link.home {
    width: 18px;
    height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__list__item__link.home:hover {
    background-image: url(../img/common/icon_home_green.svg);
  }
}
.header__nav__list__item__link.home.now {
  background-image: url(../img/common/icon_home_green.svg);
}
.header__nav__recruit-btn {
  width: 190px;
  height: 100%;
  background-image: url(../img/common/bg_l-blue.webp);
  background-size: 250px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .header__nav__recruit-btn {
    width: 170px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav__recruit-btn {
    width: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__recruit-btn:hover {
    background-image: url(../img/common/bg_blue.webp);
  }
}
.header__nav__recruit-btn__text {
  padding-left: 27px;
  height: 30px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  background-image: url(../img/common/icon_recruit.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px auto;
  display: block;
}
@media screen and (max-width: 1500px) {
  .header__nav__recruit-btn__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav__recruit-btn__text {
    padding-left: 20px;
    font-size: 17px;
    background-size: 12px auto;
    background-position: 0 42%;
  }
}

.footer {
  padding: 60px 60px 70px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 35px 30px 30px;
    background-size: 125px auto;
  }
}
@media screen and (max-width: 900px) {
  .footer__hard {
    width: 100%;
  }
}
.footer__hard__logo {
  margin-bottom: 20px;
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .footer__hard__logo {
    width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .footer__hard__logo {
    margin-bottom: 15px;
    width: 180px;
  }
}
.footer__hard__logo__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__hard__logo__link:hover {
    transform: translateY(5px);
  }
}
.footer__hard__text {
  font-size: 18px;
  line-height: 1.65;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer__hard__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__hard__text {
    font-size: 16px;
  }
}
.footer__hard__text a {
  color: #fff;
  text-decoration: none;
}
.footer__nav {
  width: 580px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .footer__nav {
    margin-top: 20px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .footer__nav {
    margin-top: 15px;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .footer__nav__list {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .footer__nav__list {
    margin-top: -15px;
  }
}
.footer__nav__list__item {
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .footer__nav__list__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__nav__list__item {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 15px;
  }
}
.footer__nav__list__item:first-child {
  margin-left: 0;
}
.footer__nav__list__item__link {
  padding-left: 38px;
  height: 26px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  position: relative;
  display: block;
}
.footer__nav__list__item__link::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_yellow.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.footer__nav__list__item__link::after {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 9px;
  left: 10px;
}
@media screen and (max-width: 1200px) {
  .footer__nav__list__item__link {
    padding-left: 32px;
    height: 22px;
    font-size: 16px;
    line-height: 21px;
  }
  .footer__nav__list__item__link::before {
    width: 22px;
    height: 22px;
  }
  .footer__nav__list__item__link::after {
    border-width: 4px 0 4px 7px;
    top: 6px;
    left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav__list__item__link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__nav__list__item__link:hover {
    transform: translateX(5px);
  }
  .footer__nav__list__item__link:hover::before {
    background-image: url(../img/common/bg_orange.webp);
  }
}
.footer__nav__bnr {
  margin-top: 20px;
  width: 255px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .footer__nav__bnr {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .footer__nav__bnr {
    margin-top: 15px;
    width: 200px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .footer__nav__bnr {
    margin-top: 15px;
    width: 180px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__nav__bnr:hover {
    transform: translateY(5px);
  }
}

.copyright {
  padding-top: 3px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
}
@media screen and (max-width: 599px) {
  .copyright {
    height: 40px;
    font-size: 15px;
    letter-spacing: normal;
    background-size: 125px auto;
  }
}

.pagetitle {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .pagetitle {
    height: 360px;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle {
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle {
    height: 220px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 160px;
  }
}
.pagetitle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .pagetitle img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle img {
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle.recruit img {
    -o-object-position: 16% 50%;
       object-position: 16% 50%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle.recruit img {
    -o-object-position: 8% 50%;
       object-position: 8% 50%;
  }
}
.pagetitle.recruit .pagetitle__text {
  background-image: url(../img/common/bg_l-blue.webp);
}
.pagetitle.recruit .pagetitle__text__en {
  color: #ff0;
}
.pagetitle__text {
  margin: auto 0;
  padding: 0 55px 0 30px;
  width: auto;
  height: 90px;
  font-size: 45px;
  line-height: 88px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 5px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 80px;
  bottom: 0;
}
@media screen and (max-width: 1500px) {
  .pagetitle__text {
    padding: 0 40px 0 30px;
    width: auto;
    height: 80px;
    font-size: 38px;
    line-height: 78px;
    left: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle__text {
    border-radius: 0 5px 5px 0;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle__text {
    padding: 0 30px 0 30px;
    height: 70px;
    font-size: 34px;
    line-height: 68px;
    border-radius: 5px;
    top: 60px;
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text {
    padding: 0 25px 0 25px;
    height: 64px;
    font-size: 30px;
    line-height: 62px;
    border-radius: 0 5px 5px 0;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text {
    padding: 0 18px 0 15px;
    height: 50px;
    font-size: 22px;
    line-height: 49px;
    letter-spacing: normal;
    border-radius: 0 3px 3px 0;
    background-size: 125px auto;
  }
}
.pagetitle__text__en {
  margin-left: 15px;
  font-size: 16px;
  line-height: 1;
  color: #fd4;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  vertical-align: 70%;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  .pagetitle__text__en {
    margin-left: 12px;
    font-size: 15px;
    vertical-align: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle__text__en {
    margin-left: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__text__en {
    margin-left: 10px;
    font-size: 12px;
    vertical-align: 60%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__text__en {
    margin-left: 7px;
    font-size: 10px;
    vertical-align: 50%;
  }
}

.breadcrumbs {
  margin: 20px 30px 90px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 20px 60px;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    margin: 15px 15px 50px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    margin: 10px 10px 40px;
  }
}
.breadcrumbs__item {
  padding-left: 2em;
  font-size: 16px;
  line-height: 1;
  color: #456;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .breadcrumbs__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 365px) {
  .breadcrumbs__item {
    font-size: 11px;
  }
}
.breadcrumbs__item::before {
  content: "＞";
  position: absolute;
  top: 1px;
  left: 0.7em;
}
.breadcrumbs__item:first-child {
  padding-left: 0;
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item__link {
  height: 100%;
  max-width: 15em;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #0a4;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item__link:hover {
    color: #f7aa00;
    transform: translateY(3px);
  }
}
.breadcrumbs__item__link.home {
  width: 16px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-image: url(../img/common/icon_home_green.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  top: -2px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs__item__link.home {
    width: 15px;
    height: 16px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item__link.home {
    width: 13px;
    height: 14px;
    top: -1px;
  }
}
@media screen and (max-width: 365px) {
  .breadcrumbs__item__link.home {
    width: 11px;
    height: 12px;
    top: -1px;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item__link.home:hover {
    background-image: url(../img/common/icon_home_orange.svg);
  }
}

.subnav {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
}
@media screen and (max-width: 1300px) {
  .subnav {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .subnav {
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .subnav {
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
}
.subnav.recruit .subnav__title__link {
  background-image: url(../img/common/bg_l-blue.webp);
}
.subnav.recruit .subnav__title__link::before {
  background-image: url(../img/common/bg_blue.webp);
}
@media screen and (min-width: 1025px) {
  .subnav.recruit .subnav__title__link:hover {
    background-image: url(../img/common/bg_blue.webp);
  }
  .subnav.recruit .subnav__title__link:hover::before {
    background-image: url(../img/common/bg_l-blue.webp);
  }
}
.subnav.recruit .subnav__list__item__link::before {
  border-color: transparent transparent transparent #44d3e7;
}
@media screen and (min-width: 1025px) {
  .subnav.recruit .subnav__list__item__link:hover {
    color: #58d;
  }
  .subnav.recruit .subnav__list__item__link:hover::before {
    border-color: transparent transparent transparent #58d;
  }
}
.subnav.recruit .subnav__list__item__link.now {
  color: #58d;
}
.subnav__title__link {
  padding: 21px 58px 21px 30px;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .subnav__title__link {
    padding: 20px 58px 20px 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .subnav__title__link {
    padding: 20px 58px 20px 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1100px) {
  .subnav__title__link {
    padding: 21px 58px 21px 30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .subnav__title__link {
    padding: 20px 58px 20px 20px;
    font-size: 20px;
    background-size: 125px auto;
  }
}
@media screen and (max-width: 365px) {
  .subnav__title__link {
    font-size: 18px;
  }
}
.subnav__title__link::before {
  content: "";
  margin: auto 0;
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .subnav__title__link::before {
    background-size: 125px auto;
  }
}
.subnav__title__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
}
@media screen and (min-width: 1025px) {
  .subnav__title__link:hover {
    background-image: url(../img/common/bg_green.webp);
  }
  .subnav__title__link:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}
.subnav__list {
  padding: 0 20px 10px;
}
.subnav__list__item {
  border-top: 1px dotted #bbb;
}
.subnav__list__item:first-child {
  border-top: none;
}
.subnav__list__item__link {
  padding: 25px 35px 25px 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  display: block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .subnav__list__item__link {
    padding: 21px 35px 18px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .subnav__list__item__link {
    padding: 25px 35px 25px 10px;
    font-size: 18px;
  }
}
.subnav__list__item__link::before {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fd4;
  transition: 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 599px) {
  .subnav__list__item__link {
    padding: 21px 35px 18px 0;
    font-size: 16px;
  }
  .subnav__list__item__link::before {
    border-width: 5px 0 5px 10px;
    right: 4px;
  }
}
@media screen and (max-width: 365px) {
  .subnav__list__item__link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .subnav__list__item__link:hover {
    color: #f7aa00;
  }
  .subnav__list__item__link:hover::before {
    border-color: transparent transparent transparent #f7aa00;
    right: 5px;
  }
}
.subnav__list__item__link.now {
  color: #f7aa00;
  font-weight: 700;
}
.subnav__list__item__link.now::before {
  border-color: transparent transparent transparent #f7aa00;
}
.subnav__list__item__link .sub-ib {
  display: inline-block;
}

.title-sub {
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 36px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
}
.title-sub::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ede9de;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.title-sub::after {
  content: "";
  width: 150px;
  height: 4px;
  background-color: #0a4;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .title-sub {
    margin-bottom: 40px;
    padding-top: 25px;
    font-size: 32px;
  }
  .title-sub::before {
    height: 3px;
  }
  .title-sub::after {
    width: 135px;
    height: 3px;
  }
}
@media screen and (max-width: 900px) {
  .title-sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-sub {
    margin-bottom: 30px;
    padding-top: 17px;
    font-size: 22px;
  }
  .title-sub::after {
    width: 107px;
  }
}
@media screen and (max-width: 365px) {
  .title-sub {
    font-size: 18px;
  }
}
.title-sub .icon {
  margin-left: 15px;
  width: 90px;
  height: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-radius: 3px;
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: 10%;
}
@media screen and (max-width: 900px) {
  .title-sub .icon {
    margin-left: 10px;
    width: 78px;
    height: 26px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .title-sub .icon {
    margin-left: 5px;
    width: 56px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    border-radius: 2px;
    background-size: 125px auto;
    vertical-align: 15%;
  }
}
.title-sub .icon.regular {
  background-image: url(../img/common/bg_green.webp);
}
.title-sub .icon.contract {
  background-image: url(../img/common/bg_pink.webp);
}
.title-sub .icon.part {
  background-image: url(../img/common/bg_yellow.webp);
}
.title-sub .sub {
  margin-left: 18px;
  font-size: 18px;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  vertical-align: 25%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .title-sub .sub {
    margin-left: 12px;
    font-size: 15px;
    vertical-align: 30%;
  }
}
@media screen and (max-width: 599px) {
  .title-sub .sub {
    margin-left: 8px;
    font-size: 12px;
    vertical-align: 30%;
  }
}
@media screen and (max-width: 365px) {
  .title-sub .sub {
    font-size: 11px;
    vertical-align: 30%;
  }
}

.munakata .title-sub::after {
  background-color: #f7aa00;
}
.munakata .title-sub .sub {
  color: #f7aa00;
}

.recruit .title-sub::after {
  background-color: #44d3e7;
}
.recruit .title-sub .sub {
  color: #58d;
}

.title-bar {
  margin-bottom: 25px;
  padding-left: 25px;
  padding-bottom: 14px;
  font-size: 27px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
.title-bar::before {
  content: "";
  width: 5px;
  height: calc(100% - 12px);
  background-color: #7c3;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.title-bar::after {
  content: "";
  width: 5px;
  height: calc((100% - 12px) / 2);
  background-color: #0a4;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-bar {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .title-bar {
    margin-bottom: 15px;
    padding-left: 18px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .title-bar::before {
    width: 4px;
    height: calc(100% - 10px);
    border-radius: 2px;
  }
  .title-bar::after {
    width: 4px;
    height: calc((100% - 10px) / 2);
    border-radius: 2px;
  }
}
.title-bar.noline {
  margin-bottom: 11px;
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .title-bar.noline {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .title-bar.noline {
    margin-bottom: 5px;
  }
}

.munakata .title-bar::before {
  background-color: #fd4;
}
.munakata .title-bar::after {
  background-color: #f7aa00;
}

.recruit .title-bar::before {
  background-color: #44d3e7;
}
.recruit .title-bar::after {
  background-color: #58d;
}

.title-obi {
  margin-bottom: 25px;
  padding: 17px 25px 20px 45px;
  font-size: 22px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  background-color: #e3f3d7;
  position: relative;
}
.title-obi::before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: #7c3;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  left: 13px;
}
.title-obi::after {
  content: "";
  width: 10px;
  height: 5px;
  background-color: #0a4;
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: 30px;
  left: 13px;
}
@media screen and (max-width: 900px) {
  .title-obi {
    margin-bottom: 16px;
    padding: 12px 20px 15px 40px;
    font-size: 20px;
  }
  .title-obi::before {
    width: 18px;
    height: 5px;
    top: 22px;
    left: 12px;
  }
  .title-obi::after {
    width: 9px;
    height: 5px;
    top: 22px;
    left: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: 12px;
    padding: 9px 15px 12px 30px;
    font-size: 18px;
  }
  .title-obi::before {
    width: 14px;
    height: 4px;
    top: 19px;
    left: 9px;
    border-radius: 2px;
  }
  .title-obi::after {
    width: 7px;
    height: 4px;
    top: 19px;
    left: 9px;
    border-radius: 2px 0 0 2px;
  }
}

.munakata .title-obi {
  background-color: #fceed3;
}
.munakata .title-obi::before {
  background-color: #fd4;
}
.munakata .title-obi::after {
  background-color: #f7aa00;
}

.title-circle {
  margin-bottom: 20px;
  padding-left: 26px;
  font-size: 22px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
}
.title-circle::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 6px solid #0a4;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-circle {
    margin-bottom: 15px;
    padding-left: 22px;
    font-size: 20px;
  }
  .title-circle::before {
    width: 17px;
    height: 17px;
    border: 6px solid #0a4;
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 18px;
  }
  .title-circle::before {
    width: 15px;
    height: 15px;
    border: 5px solid #0a4;
    top: 5px;
  }
}
.title-circle.line {
  padding-bottom: 16px;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .title-circle.line {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle.line {
    padding-bottom: 10px;
  }
}

.munakata .title-circle::before {
  border: 6px solid #f7aa00;
}
@media screen and (max-width: 900px) {
  .munakata .title-circle::before {
    border: 6px solid #f7aa00;
  }
}
@media screen and (max-width: 599px) {
  .munakata .title-circle::before {
    border: 5px solid #f7aa00;
  }
}

.title-circle02 {
  margin-bottom: 12px;
  padding-left: 25px;
  font-size: 19px;
  line-height: 1.3;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
}
.title-circle02::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 6px solid #0a4;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-circle02 {
    margin-bottom: 8px;
    padding-left: 21px;
    font-size: 17px;
  }
  .title-circle02::before {
    width: 17px;
    height: 17px;
    border: 6px solid #0a4;
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle02 {
    margin-bottom: 5px;
    padding-left: 18px;
    font-size: 16px;
  }
  .title-circle02::before {
    width: 14px;
    height: 14px;
    border: 5px solid #0a4;
    top: 4px;
  }
}
.title-circle02.line {
  padding-bottom: 16px;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .title-circle02.line {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle02.line {
    padding-bottom: 10px;
  }
}

.munakata .title-circle02 {
  color: #f39933;
}
.munakata .title-circle02::before {
  border: 6px solid #f7aa00;
}
@media screen and (max-width: 900px) {
  .munakata .title-circle02::before {
    border: 6px solid #f7aa00;
  }
}
@media screen and (max-width: 599px) {
  .munakata .title-circle02::before {
    border: 5px solid #f7aa00;
  }
}

.title-center {
  margin-bottom: 30px;
  padding-bottom: 27px;
  font-size: 27px;
  line-height: 1.3;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .title-center {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .title-center {
    margin-bottom: 27px;
    padding-bottom: 23px;
    font-size: 23px;
  }
}
.title-center::before {
  content: "";
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background-color: #7c3;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.title-center::after {
  content: "";
  margin: 0 auto;
  width: 30px;
  height: 4px;
  background-color: #0a4;
  border-radius: 2px 0 0 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .title-center {
    margin-bottom: 24px;
    padding-bottom: 22px;
    font-size: 20px;
  }
  .title-center::before {
    width: 50px;
  }
  .title-center::after {
    width: 25px;
  }
}
@media screen and (max-width: 599px) {
  .title-center {
    margin-bottom: 22px;
    padding-bottom: 18px;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .title-center::before {
    width: 40px;
  }
  .title-center::after {
    width: 20px;
  }
}

.munakata .title-center {
  color: #f39933;
}
.munakata .title-center::before {
  background-color: #fd4;
}
.munakata .title-center::after {
  background-color: #f7aa00;
}

.title-underline {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .title-underline {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-underline {
    margin-bottom: 5px;
  }
}
.title-underline__text {
  font-size: 23px;
  line-height: 1.5;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration-color: #0a4;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .title-underline__text {
    font-size: 20px;
    text-underline-offset: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-underline__text {
    font-size: 4.2vw;
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 365px) {
  .title-underline__text {
    font-size: 15px;
  }
}

.munakata .title-underline__text {
  color: #f39933;
  text-decoration-color: #f39933;
}
@media screen and (max-width: 599px) {
  .munakata .title-underline__text {
    text-decoration: none;
  }
}

.title-bar02 {
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
}
.title-bar02::before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: #7c3;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  left: 0;
}
.title-bar02::after {
  content: "";
  width: 10px;
  height: 5px;
  background-color: #0a4;
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-bar02 {
    margin-bottom: 8px;
    padding-left: 26px;
    font-size: 20px;
  }
  .title-bar02::before {
    width: 18px;
    height: 5px;
    top: 12px;
  }
  .title-bar02::after {
    width: 9px;
    height: 5px;
    top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-bar02 {
    margin-bottom: 9px;
    padding-left: 22px;
    font-size: 17px;
  }
  .title-bar02::before {
    width: 14px;
    height: 4px;
    top: 10px;
    border-radius: 2px;
  }
  .title-bar02::after {
    width: 7px;
    height: 4px;
    top: 10px;
    border-radius: 2px 0 0 2px;
  }
}

.munakata .title-bar02::before {
  background-color: #fd4;
}
.munakata .title-bar02::after {
  background-color: #f7aa00;
}

.title-bold {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.2;
  color: #0a4;
  font-weight: 700;
  letter-spacing: -0.02em;
  position: relative;
}
@media screen and (max-width: 900px) {
  .title-bold {
    margin-bottom: 8px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .title-bold {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.munakata .title-bold {
  color: #f39933;
}

.list-number {
  counter-reset: number 0;
}
.list-number li {
  margin-top: 10px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.7;
  color: #456;
  text-align: justify;
  position: relative;
}
.list-number li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #7c3;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
.list-number li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-number li {
    margin-top: 10px;
    padding-left: 28px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .list-number li {
    margin-top: 7px;
    padding-left: 24px;
    font-size: 16px;
  }
  .list-number li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    top: 2px;
    left: 0;
  }
}

.munakata .list-number li::before {
  background-color: #fd4;
}

.list-base li {
  margin-top: 6px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #456;
  position: relative;
  text-align: justify;
}
.list-base li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .list-base li {
    margin-top: 5px;
    padding-left: 18px;
    font-size: 17px;
  }
  .list-base li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .list-base li {
    padding-left: 14px;
    font-size: 16px;
  }
  .list-base li::before {
    width: 6px;
    height: 6px;
    background-size: 125px auto;
    top: 7px;
  }
}
.list-base li:first-child {
  margin-top: 0;
}

.munakata .list-base li::before {
  background-image: url(../img/common/bg_yellow.webp);
}

.file-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .file-list__item {
    margin-top: 5px;
  }
}
.file-list__item:first-child {
  margin-top: 0;
}
.file-list__item__link {
  padding: 31px 90px 29px 68px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  background-color: #fff;
  background-image: url(../img/common/icon_etc.svg);
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 20px 50%;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
}
.file-list__item__link::before {
  content: "";
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: no-repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
}
.file-list__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
}
@media screen and (max-width: 900px) {
  .file-list__item__link {
    padding: 27px 80px 25px 58px;
    font-size: 17px;
    background-size: 28px;
    background-position: 18px 50%;
    border-radius: 3px;
  }
  .file-list__item__link::before {
    right: 20px;
  }
  .file-list__item__link::after {
    right: 26px;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__link {
    padding: 22px 48px 20px 48px;
    font-size: 15px;
    background-size: 24px;
    background-position: 14px 50%;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
  .file-list__item__link::before {
    width: 20px;
    height: 20px;
    right: 15px;
    border-radius: 2px;
  }
  .file-list__item__link::after {
    right: 21px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .file-list__item__link:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .file-list__item__link:hover::before {
    background-image: url(../img/common/bg_green.webp);
  }
}
.file-list__item__link.pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
.file-list__item__link.word {
  background-image: url(../img/common/icon_word.svg);
}
.file-list__item__link.xls {
  background-image: url(../img/common/icon_xls.svg);
}
.file-list__item__text {
  margin: 15px 0 20px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #456;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .file-list__item__text {
    margin: 10px 0 15px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .file-list__item__text {
    margin: 10px 0 15px;
    font-size: 14px;
  }
}

.munakata .file-list__item__link::before {
  background-image: url(../img/common/bg_yellow.webp);
}
@media screen and (min-width: 1025px) {
  .munakata .file-list__item__link:hover {
    color: #f7aa00 !important;
  }
  .munakata .file-list__item__link:hover::before {
    background-image: url(../img/common/bg_orange.webp);
  }
}

.text-base {
  font-size: 18px;
  line-height: 1.9;
  color: #456;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .text-base {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 365px) {
  .text-base {
    font-size: 15px;
  }
}

.text-caution {
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
  color: #89a;
  letter-spacing: 0.03em;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .text-caution {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .text-caution {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 365px) {
  .text-caution {
    font-size: 15px;
  }
}

.strong-green {
  color: #0a4;
  font-weight: 700;
}

.text-copy {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.6;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .text-copy {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .text-copy {
    margin-bottom: 7px;
    font-size: 17px;
  }
}

.recruit .text-copy {
  color: #58d;
}

.copy-gothic {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.6;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .copy-gothic {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic {
    margin-bottom: 7px;
    font-size: 17px;
  }
}

.munakata .copy-gothic {
  color: #f39933;
}

.copy-mincho {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.6;
  color: #0a4;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .copy-mincho {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    margin-bottom: 7px;
    font-size: 17px;
  }
}

.munakata .copy-mincho {
  color: #f39933;
}

.btn-base {
  padding: 21px 60px 23px;
  min-width: 320px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border: none;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.btn-base::before {
  content: "";
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/bg_green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 0.2s;
}
.btn-base::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .btn-base {
    padding: 18px 50px 20px;
    min-width: 280px;
    font-size: 18px;
    border-radius: 3px;
  }
  .btn-base::before {
    width: 20px;
    height: 20px;
    right: 15px;
    border-radius: 2px;
  }
  .btn-base::after {
    border-width: 3px 0 3px 6px;
    right: 21px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base {
    padding: 16px 40px 18px;
    min-width: 240px;
    font-size: 17px;
    background-size: 125px auto;
  }
  .btn-base::before {
    width: 18px;
    height: 18px;
    right: 12px;
    background-size: 125px auto;
  }
  .btn-base::after {
    right: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-base:hover {
    background-image: url(../img/common/bg_green.webp);
    transform: translateY(5px);
  }
  .btn-base:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}
.btn-base.other::before {
  width: 24px;
  height: 24px;
  right: auto;
  left: 20px;
}
.btn-base.other::after {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow_other.svg);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  right: auto;
  left: 20px;
}
@media screen and (max-width: 900px) {
  .btn-base.other::before {
    width: 22px;
    height: 22px;
    right: auto;
    left: 15px;
  }
  .btn-base.other::after {
    width: 22px;
    height: 22px;
    right: auto;
    left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.other::before {
    width: 20px;
    height: 20px;
    right: auto;
    left: 12px;
  }
  .btn-base.other::after {
    width: 20px;
    height: 20px;
    right: auto;
    left: 12px;
  }
}
.btn-base.pdf {
  background-image: url(../img/common/icon_pdf.svg), url(../img/common/bg_l-green.webp);
  background-size: 24px auto, 250px auto;
  background-repeat: no-repeat, repeat;
  background-position: 20px 50%, 50% 50%;
}
@media screen and (max-width: 900px) {
  .btn-base.pdf {
    background-size: 22px auto, 500px auto;
    background-position: 16px 50%, 50% 50%;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.pdf {
    background-size: 22px auto, 125px auto;
    background-position: 16px 50%, 50% 50%;
  }
}
@media screen and (min-width: 1025px) {
  .btn-base.pdf:hover {
    background-image: url(../img/common/icon_pdf.svg), url(../img/common/bg_green.webp);
  }
}
.btn-base.yellow {
  background-image: url(../img/common/bg_yellow.webp);
}
.btn-base.yellow::before {
  background-image: url(../img/common/bg_orange.webp);
}
@media screen and (min-width: 1025px) {
  .btn-base.yellow:hover {
    background-image: url(../img/common/bg_orange.webp);
  }
  .btn-base.yellow:hover::before {
    background-image: url(../img/common/bg_yellow.webp);
  }
}
.btn-base.blue {
  background-image: url(../img/common/bg_l-blue.webp);
}
.btn-base.blue::before {
  background-image: url(../img/common/bg_blue.webp);
}
@media screen and (min-width: 1025px) {
  .btn-base.blue:hover {
    background-image: url(../img/common/bg_blue.webp);
  }
  .btn-base.blue:hover::before {
    background-image: url(../img/common/bg_l-blue.webp);
  }
}
.btn-base.blue02 {
  background-image: url(../img/common/bg_blue.webp);
}
.btn-base.blue02::before {
  background-image: url(../img/common/bg_l-blue.webp);
}
@media screen and (min-width: 1025px) {
  .btn-base.blue02:hover {
    background-image: url(../img/common/bg_l-blue.webp);
  }
  .btn-base.blue02:hover::before {
    background-image: url(../img/common/bg_blue.webp);
  }
}
.btn-base.back::before {
  right: auto;
  left: 20px;
}
.btn-base.back::after {
  right: auto;
  left: 26px;
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .btn-base.back::before {
    right: auto;
    left: 15px;
  }
  .btn-base.back::before::after {
    right: auto;
    left: 21px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.back::before {
    right: auto;
    left: 12px;
  }
  .btn-base.back::after {
    right: auto;
    left: 17px;
  }
}
.btn-base.small {
  padding: 14px 50px 16px;
  min-width: 220px;
  font-size: 16px;
  border-radius: 3px;
}
.btn-base.small::before {
  right: 13px;
}
.btn-base.small::after {
  right: 19px;
}
@media screen and (max-width: 900px) {
  .btn-base.small::before {
    right: 13px;
  }
  .btn-base.small::after {
    right: 19px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base.small::before {
    right: 12px;
  }
  .btn-base.small::after {
    right: 17px;
  }
}
.btn-base.small.pdf {
  background-size: 20px auto, 250px auto;
  background-position: 14px 50%, 50% 50%;
}
@media screen and (max-width: 599px) {
  .btn-base.small.pdf {
    background-size: 20px auto, 125px auto;
    background-position: 12px 50%, 50% 50%;
  }
}

.munakata .btn-base {
  background-image: url(../img/common/bg_yellow.webp);
}
.munakata .btn-base::before {
  background-image: url(../img/common/bg_orange.webp);
}
@media screen and (min-width: 1025px) {
  .munakata .btn-base:hover {
    background-image: url(../img/common/bg_orange.webp);
    transform: translateY(5px);
  }
  .munakata .btn-base:hover::before {
    background-image: url(../img/common/bg_yellow.webp);
  }
}
.munakata .btn-base.pdf {
  background-image: url(../img/common/icon_pdf.svg), url(../img/common/bg_yellow.webp);
}
@media screen and (min-width: 1025px) {
  .munakata .btn-base.pdf:hover {
    background-image: url(../img/common/icon_pdf.svg), url(../img/common/bg_orange.webp);
  }
}

.pager {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .pager {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .pager {
    margin-top: 25px;
  }
}
.pager__item {
  margin: 0 5px;
  height: 60px;
  font-size: 22px;
  line-height: 44px;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .pager__item {
    margin: 0 3px;
    height: 50px;
    font-size: 18px;
    line-height: 38px;
  }
}
@media screen and (max-width: 365px) {
  .pager__item {
    height: 40px;
    font-size: 16px;
    line-height: 29px;
  }
}
.pager__item.now {
  width: 60px;
  height: 60px;
  line-height: 56px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-image: url(../img/common/bg_yellow.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  display: block;
  letter-spacing: normal;
}
@media screen and (max-width: 599px) {
  .pager__item.now {
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}
@media screen and (max-width: 365px) {
  .pager__item.now {
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
}
.pager__item__link {
  width: 60px;
  height: 60px;
  line-height: 56px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-image: url(../img/common/bg_pink.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}
@media screen and (max-width: 365px) {
  .pager__item__link {
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
}
.pager__item__link.now {
  background-image: url(../img/common/bg_yellow.webp);
}
@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    background-image: url(../img/common/bg_orange.webp);
    transform: translateY(5px);
  }
}
.pager.line {
  padding-top: 30px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .pager.line {
    padding-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .pager.line {
    padding-top: 15px;
  }
}

.text-link {
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.text-link::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/common/bg_green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.text-link::after {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 7px;
  left: 8px;
}
@media screen and (max-width: 900px) {
  .text-link {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .text-link {
    padding-left: 23px;
    font-size: 16px;
  }
  .text-link::before {
    width: 18px;
    height: 18px;
    background-size: 125px auto;
    border-radius: 2px;
  }
  .text-link::after {
    border-width: 3px 0 3px 6px;
    top: 6px;
    left: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .text-link:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .text-link:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}

.munakata .text-link::before {
  background-image: url(../img/common/bg_orange.webp);
}
@media screen and (min-width: 1025px) {
  .munakata .text-link:hover {
    color: #f39933 !important;
  }
  .munakata .text-link:hover::before {
    background-image: url(../img/common/bg_yellow.webp);
  }
}

.tel-link {
  color: #456;
  cursor: text;
}

.table01 {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #456;
  background-color: #fff;
  border-collapse: collapse;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .table01 {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .table01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody tr {
    display: block;
  }
}
.table01 tbody th {
  padding: 26px 10px 26px;
  width: 200px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-image: url(../img/common/bg_green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-top: 1px solid #eef7e7;
  border-bottom: 1px solid #eef7e7;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .table01 tbody th {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .table01 tbody th {
    padding: 22px 5px 22px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody th {
    padding: 11px 10px 10px 10px;
    width: 100%;
    display: block;
    border: none;
    background-size: 125px auto;
  }
}
.table01 tbody td {
  padding: 26px 30px 26px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border-top: 1px solid #adb;
  border-bottom: 1px solid #adb;
}
@media screen and (max-width: 900px) {
  .table01 tbody td {
    padding: 23px 25px 21px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody td {
    padding: 20px;
    width: 100%;
    display: block;
    border: none;
  }
}
.table01 tbody td a {
  color: #0a4;
}
@media screen and (min-width: 1025px) {
  .table01 tbody td a:hover {
    color: #7c3;
  }
}
.table01 tbody td .td-ib {
  display: inline-block;
}
.table01 tbody td .yakuin {
  margin-right: 20px;
  width: 6em;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .table01 tbody td .yakuin {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody td .yakuin {
    margin-right: 5px;
  }
}

.table02 {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #456;
  background-color: #fff;
  border-collapse: collapse;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .table02 {
    font-size: 16x;
  }
}
@media screen and (max-width: 599px) {
  .table02 {
    font-size: 13px;
  }
}
@media screen and (max-width: 365px) {
  .table02 {
    font-size: 11px;
  }
}
.table02 thead th {
  padding: 15px 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-image: url(../img/common/bg_green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border: 1px solid #adb;
}
@media screen and (max-width: 900px) {
  .table02 thead th {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 599px) {
  .table02 thead th {
    padding: 8px 5px 7px;
    background-size: 125px auto;
  }
}
.table02 tbody th {
  padding: 26px 10px 26px;
  width: 200px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border: 1px solid #adb;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .table02 tbody th {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .table02 tbody th {
    padding: 22px 5px 22px;
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .table02 tbody th {
    padding: 20px 5px;
    width: 80px;
    background-size: 125px auto;
  }
}
@media screen and (max-width: 365px) {
  .table02 tbody th {
    width: 60px;
  }
}
.table02 tbody td {
  padding: 26px 30px 26px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #adb;
}
@media screen and (max-width: 900px) {
  .table02 tbody td {
    padding: 23px 15px 21px;
  }
}
@media screen and (max-width: 599px) {
  .table02 tbody td {
    padding: 20px 10px;
  }
}
.table02 tbody td.center {
  text-align: center;
}
.table02 tbody td a {
  color: #0a4;
}
@media screen and (min-width: 1025px) {
  .table02 tbody td a:hover {
    color: #7c3;
  }
}

@media screen and (max-width: 599px) {
  .js-scrollable {
    min-height: 110px;
  }
  .js-scrollable .table02 {
    width: 950px;
  }
}
.munakata .table01 tbody th {
  background-image: url(../img/common/bg_pink.webp);
  border-top: 1px solid #fceed3;
  border-bottom: 1px solid #fceed3;
}
@media screen and (max-width: 599px) {
  .munakata .table01 tbody th {
    border: none;
  }
}
.munakata .table01 tbody td {
  border-top: 1px solid #fca;
  border-bottom: 1px solid #fca;
}
@media screen and (max-width: 599px) {
  .munakata .table01 tbody td {
    border: none;
  }
}
.munakata .table01 tbody td a {
  color: #f39933;
}
@media screen and (min-width: 1025px) {
  .munakata .table01 tbody td a:hover {
    color: #fd4;
  }
}
.munakata .table02 thead th {
  background-image: url(../img/common/bg_orange.webp);
  border: 1px solid #f7ddc3;
}
.munakata .table02 tbody th {
  background-image: url(../img/common/bg_yellow.webp);
  border: 1px solid #f7ddc3;
}
.munakata .table02 tbody td {
  border: 1px solid #f7ddc3;
}
.munakata .table02 tbody td a {
  color: #f39933;
}
@media screen and (min-width: 1025px) {
  .munakata .table02 tbody td a:hover {
    color: #fd4;
  }
}

.recruit .table01 tbody th {
  background-image: url(../img/common/bg_l-blue.webp);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .recruit .table01 tbody th {
    border: none;
  }
}
.recruit .table01 tbody td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .recruit .table01 tbody td {
    border: none;
  }
}
.recruit .table01 tbody td a {
  color: #58d;
}
@media screen and (min-width: 1025px) {
  .recruit .table01 tbody td a:hover {
    color: #44d3e7;
  }
}
.recruit .table02 thead th {
  background-image: url(../img/common/bg_blue.webp);
  border: 1px solid #ddd;
}
.recruit .table02 tbody th {
  background-image: url(../img/common/bg_l-blue.webp);
  border: 1px solid #ddd;
}
.recruit .table02 tbody td {
  border: 1px solid #ddd;
}
.recruit .table02 tbody td a {
  color: #58d;
}
@media screen and (min-width: 1025px) {
  .recruit .table02 tbody td a:hover {
    color: #44d3e7;
  }
}

.box {
  padding: 35px 45px;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .box {
    padding: 30px 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .box {
    padding: 25px 30px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 365px) {
  .box {
    padding: 22px 25px;
  }
}
.box.white {
  background-color: #fff;
}
.box.gray {
  background-color: #eef3f7;
}

.box-bg01 {
  padding: 35px 45px;
  border-radius: 10px;
  background-color: #eef7e7;
}
@media screen and (max-width: 900px) {
  .box-bg01 {
    padding: 30px 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 25px 30px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 365px) {
  .box-bg01 {
    padding: 22px 25px;
  }
}

.munakata .box-bg01 {
  background-color: #fceed3;
}

.box-bg02 {
  padding: 35px 45px;
  border-radius: 10px;
  background-color: #eef3f7;
}
@media screen and (max-width: 900px) {
  .box-bg02 {
    padding: 30px 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 25px 30px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 365px) {
  .box-bg02 {
    padding: 22px 25px;
  }
}

.contact-box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .contact-box {
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box {
    border-radius: 3px;
    flex-wrap: wrap;
  }
}
.contact-box__title {
  padding: 20px 10px;
  width: 200px;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .contact-box__title {
    width: 180px;
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .contact-box__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__title {
    padding: 12px;
    width: 100%;
    font-size: 17px;
    background-size: 125px auto;
  }
}
.contact-box__body {
  padding: 35px 40px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1400px) {
  .contact-box__body {
    padding: 30px 35px;
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 900px) {
  .contact-box__body {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__body {
    padding: 20px 30px 25px;
    width: 100%;
  }
}
.contact-box__body__text {
  font-size: 18px;
  line-height: 1.7;
  color: #456;
}
@media screen and (max-width: 900px) {
  .contact-box__body__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box__body__text {
    font-size: 16px;
  }
}

.recruit .contact-box__title {
  background-image: url(../img/common/bg_blue.webp);
}

#wysiwyg {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  font-size: 18px;
  line-height: 2;
  color: #456;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  #wysiwyg {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 16px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #0a4;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  #wysiwyg a:hover {
    color: #7c3;
    text-decoration: none;
  }
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #wysiwyg img {
    border-radius: 5px;
  }
}
#wysiwyg {
  /*各テンプレートを囲むbox【必須】*/
}
#wysiwyg .box {
  padding: 0;
  margin-bottom: 40px;
}
#wysiwyg .box:before, #wysiwyg .box:after {
  content: "";
  display: table;
}
#wysiwyg .box:after {
  clear: both;
}
@media screen and (max-width: 900px) {
  #wysiwyg .box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 20px;
  }
}
#wysiwyg .box:last-child {
  margin-bottom: 0;
}
#wysiwyg {
  /*タイトル処理*/
}
#wysiwyg .title-bar {
  margin-bottom: -20px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-bar {
    margin-bottom: -5px;
  }
}
#wysiwyg .title-bar.noline {
  margin-bottom: -35px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-bar.noline {
    margin-bottom: -15px;
  }
}
#wysiwyg .title-obi {
  margin-bottom: -25px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-obi {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    margin-bottom: -10px;
  }
}
#wysiwyg .title-circle {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-circle {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-circle {
    margin-bottom: -15px;
  }
}
#wysiwyg .title-circle.line {
  margin-bottom: -25px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-circle.line {
    margin-bottom: -21px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-circle.line {
    margin-bottom: -10px;
  }
}
#wysiwyg .title-circle02 {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-circle02 {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-circle02 {
    margin-bottom: -15px;
  }
}
#wysiwyg .title-circle02.line {
  margin-bottom: -25px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-circle02.line {
    margin-bottom: -21px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-circle02.line {
    margin-bottom: -10px;
  }
}
#wysiwyg .title-bar02 {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-bar02 {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-bar02 {
    margin-bottom: -15px;
  }
}
#wysiwyg .title-bar02.line {
  margin-bottom: -25px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-bar02.line {
    margin-bottom: -21px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-bar02.line {
    margin-bottom: -10px;
  }
}
#wysiwyg .title-bold {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .title-bold {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-bold {
    margin-bottom: -15px;
  }
}
#wysiwyg {
  /*キャッチコピーの処理*/
}
#wysiwyg .copy-gothic {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .copy-gothic {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy-gothic {
    margin-bottom: -10px;
  }
}
#wysiwyg .copy-mincho {
  margin-bottom: -30px;
}
@media screen and (max-width: 900px) {
  #wysiwyg .copy-mincho {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy-mincho {
    margin-bottom: -10px;
  }
}
#wysiwyg {
  /*本文テキスト・写真回り込み処理*/
}
#wysiwyg .text {
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  #wysiwyg .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 16px;
    line-height: 1.8;
  }
}
#wysiwyg .text--mincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
#wysiwyg .list-base {
  padding-left: 0;
}
#wysiwyg .list-base li {
  list-style: none !important;
}
#wysiwyg .list-number {
  padding-left: 0;
}
#wysiwyg .list-number li {
  list-style: none !important;
}
#wysiwyg .img-right {
  margin: 7px 0 20px 40px;
  width: auto;
  max-width: 35%;
  float: right;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width: 1500px) {
  #wysiwyg .img-right {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 15px auto;
    width: auto;
    max-width: 100%;
    float: none;
    border-radius: 3px;
  }
}
#wysiwyg .img-left {
  margin: 7px 40px 20px 0;
  width: auto;
  max-width: 35%;
  float: left;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width: 1500px) {
  #wysiwyg .img-left {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 15px auto;
    width: auto;
    max-width: 100%;
    float: none;
    border-radius: 3px;
  }
}
#wysiwyg {
  /*本文テキスト・写真回り込み処理その2*/
}
#wysiwyg .text-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#wysiwyg .text-box--left {
  flex-direction: row-reverse;
}
#wysiwyg .text-box__text {
  width: calc(65% - 40px);
}
@media screen and (max-width: 900px) {
  #wysiwyg .text-box__text {
    width: calc(65% - 25px);
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .text-box__text {
    width: 100%;
  }
}
#wysiwyg .text-box__photo {
  margin-top: 10px;
  width: 35%;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text-box__photo {
    margin-top: 15px;
    width: 100%;
  }
}
#wysiwyg {
  /*写真の処理*/
}
#wysiwyg ul:has(.photo-3) {
  padding-left: 0;
}
#wysiwyg ul:has(.photo-3)::after {
  content: none;
}
#wysiwyg .photo-3 {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#wysiwyg .photo-3 li {
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
  list-style: none !important;
}
#wysiwyg .photo-3 li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-2 {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#wysiwyg .photo-2 li {
  width: calc((100% - 20px) / 2);
  list-style: none !important;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    margin-top: 10px;
    width: 100%;
  }
  #wysiwyg .photo-2 li:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg {
  /*youtube*/
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-base {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  #wysiwyg .btn-base:hover {
    color: #fff;
    text-decoration: none;
  }
}
#wysiwyg .file-list {
  padding-left: 0;
}
#wysiwyg .file-list__item {
  list-style: none !important;
}
#wysiwyg .file-list__item__link {
  color: #456;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  #wysiwyg .file-list__item__link:hover {
    color: #0a4;
    -webkit-text-emphasis: none;
            text-emphasis: none;
  }
}
#wysiwyg .text-link {
  color: #456;
  text-decoration: none;
}
#wysiwyg {
  /*以下テンプレート外*/
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #456;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #456;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 1em;
}
#wysiwyg ul li {
  list-style-type: disc;
}
#wysiwyg ol {
  padding-left: 1em;
}
#wysiwyg ol li {
  list-style-type: decimal;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

.top-main {
  width: 100%;
  aspect-ratio: 1920/890;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-main {
    aspect-ratio: 1920/920;
  }
}
.top-main__photo02 {
  width: 23%;
  aspect-ratio: 420/270;
  overflow: hidden;
  border-radius: 0 0 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .top-main__photo02 {
    border-radius: 0 0 5.33vw 0;
  }
}
@media screen and (max-width: 900px) {
  .top-main__photo02 {
    width: 27%;
    border-radius: 0 0 5vw 0;
  }
}
.top-main__photo02 div {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.top-main__photo02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-main__photo01 {
  width: 72%;
  height: 100%;
  overflow: hidden;
  border-radius: 200px 0 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .top-main__photo01 {
    border-radius: 13.33vw 0 0 0;
  }
}
@media screen and (max-width: 900px) {
  .top-main__photo01 {
    width: 70%;
    border-radius: 6vw 0 0 0;
  }
}
.top-main__photo01 div {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.top-main__photo01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-main__photo01 .slick-dots {
  position: absolute;
  line-height: 0.1;
  width: 100%;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .top-main__photo01 .slick-dots {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__photo01 .slick-dots {
    bottom: 10px;
    right: 10px;
  }
}
.top-main__photo01 .slick-dots li {
  height: 14px;
  width: auto;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .top-main__photo01 .slick-dots li {
    height: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__photo01 .slick-dots li {
    height: 10px;
    margin-left: 3px;
  }
}
.top-main__photo01 .slick-dots li:first-child {
  margin-left: 0;
}
.top-main__photo01 .slick-dots li button {
  width: 30px;
  height: 14px;
  border-radius: 7px;
  overflow: hidden;
  border: none;
  background-image: url(../img/common/bg_yellow.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .top-main__photo01 .slick-dots li button {
    width: 24px;
    height: 12px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__photo01 .slick-dots li button {
    width: 20px;
    height: 10px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .top-main__photo01 .slick-dots li button:hover {
    background-image: url(../img/common/bg_l-green.webp);
    transform: scale(1);
  }
}
.top-main__photo01 .slick-dots li.slick-active button {
  width: 50px;
  background-image: url(../img/common/bg_l-green.webp);
}
@media screen and (max-width: 1024px) {
  .top-main__photo01 .slick-dots li.slick-active button {
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__photo01 .slick-dots li.slick-active button {
    width: 30px;
  }
}
.top-main__copy {
  width: 33%;
  aspect-ratio: 600/200;
  position: absolute;
  left: 50px;
  top: 27%;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-main__copy {
    width: 36%;
  }
}
@media screen and (max-width: 1500px) {
  .top-main__copy {
    width: 38%;
    top: 26%;
    left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .top-main__copy {
    width: 39%;
    aspect-ratio: 600/205;
    top: 27.5%;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy {
    width: 42%;
    top: 17%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy {
    width: 50%;
    top: 15.5%;
    aspect-ratio: 600/180;
  }
}
.top-main__copy__item {
  width: auto;
  height: 43%;
  background-image: url(../img/common/bg_green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .top-main__copy__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy__item {
    height: 44%;
    border-radius: 4px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__item {
    border-radius: 0 2px 2px 0;
    background-size: 125px auto;
  }
}
.top-main__copy__item img {
  width: auto !important;
  height: 100% !important;
}
.top-main__copy__item.copy01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .top-main__copy__item.copy01 {
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy__item.copy01 {
    border-radius: 0 4px 4px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__item.copy01 {
    border-radius: 0 2px 2px 0;
  }
}
.top-main__copy__item.copy02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .top-main__copy__item.copy02 {
    border-radius: 0 2px 2px 0;
    right: auto;
    left: 0;
  }
}

.top-lead {
  padding: 120px 80px 150px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-lead {
    padding: 100px 60px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead {
    padding: 90px 60px 140px;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead {
    padding: 70px 60px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead {
    padding: 30px 30px 12vw;
  }
}
@media screen and (max-width: 365px) {
  .top-lead {
    padding: 25px 20px 12vw;
  }
}
.top-lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .top-lead__inner {
    max-width: 860px;
  }
}
.top-lead__inner__photo {
  width: 700px;
  line-height: 0.1;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-lead__inner__photo {
    width: 600px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__photo {
    width: 540px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__inner__photo {
    width: 500px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__photo {
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 10/5;
    border-radius: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__inner__photo {
    margin-top: 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__photo {
    margin-top: 16px;
    border-radius: 5px;
  }
}
.top-lead__inner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-lead__inner__text {
  width: calc(100% - 700px - 85px);
}
@media screen and (max-width: 1600px) {
  .top-lead__inner__text {
    width: calc(100% - 600px - 60px);
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text {
    width: calc(100% - 540px - 50px);
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__inner__text {
    width: calc(100% - 500px - 45px);
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__text {
    width: 100%;
  }
}
.top-lead__inner__text__copy {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.7;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .top-lead__inner__text__copy {
    margin-bottom: 15px;
    font-size: 35px;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text__copy {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__text__copy {
    margin-bottom: 20px;
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__inner__text__copy {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__copy {
    margin-bottom: 10px;
    font-size: 5.3vw;
    line-height: 1.6;
  }
}
.top-lead__inner__text__text {
  margin-left: 5px;
  font-size: 22px;
  line-height: 1.85;
  color: #456;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__text__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__inner__text__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__text {
    margin-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .top-lead__inner__text__text {
    font-size: 15px;
  }
}
.top-lead__photo {
  max-width: 260px;
  width: 14.5%;
  position: absolute;
  top: 4vw;
  right: 3vw;
}
@media screen and (max-width: 1200px) {
  .top-lead__photo {
    width: 20%;
    top: 8vw;
    right: 8vw;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__photo {
    width: 24%;
    top: 6vw;
    right: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__photo {
    width: 22%;
    top: 7vw;
    right: 3.5vw;
  }
}
.top-lead__en {
  width: 60%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-lead__en {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__en {
    width: 80%;
    bottom: -3px;
    right: -3px;
  }
}

.top-service {
  padding: 100px 50px 75px;
  background-color: #d7f3e3;
  border-radius: 100px 0 100px 0;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .top-service {
    border-radius: 70px 0 70px 0;
  }
}
@media screen and (max-width: 1400px) {
  .top-service {
    padding: 90px 40px 65px;
  }
}
@media screen and (max-width: 1300px) {
  .top-service {
    border-radius: 50px 0 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  .top-service {
    border-radius: 40px 0 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-service {
    padding: 80px 40px 65px;
  }
}
@media screen and (max-width: 900px) {
  .top-service {
    padding: 60px 20px 40px;
    border-radius: 30px 0 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-service {
    padding: 40px 20px 30px;
    background-size: 125px auto;
    border-radius: 15px 0 15px 0;
  }
}
.top-service__title {
  margin-bottom: 50px;
  font-size: 54px;
  line-height: 1;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-service__title {
    margin-bottom: 40px;
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__title {
    margin-bottom: 27px;
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__title {
    margin-bottom: 30px;
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.top-service__title .dot {
  margin: 0 -0.2em 0 -0.1em;
  font-weight: 200;
}
.top-service__title__en {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1;
  color: #0a4;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  .top-service__title__en {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__title__en {
    margin-top: 13px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__title__en {
    margin-top: 10px;
    font-size: 12px;
  }
}
.top-service__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .top-service__inner {
    max-width: 860px;
  }
}
.top-service__inner__item {
  padding-bottom: 240px;
  width: calc((100% - 50px) / 2);
  background-color: #fff;
  box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .top-service__inner__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1600px) {
  .top-service__inner__item {
    padding-bottom: calc(12vw + 40px);
  }
}
@media screen and (max-width: 1400px) {
  .top-service__inner__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 1300px) {
  .top-service__inner__item {
    padding-bottom: 50px;
    width: 100%;
  }
  .top-service__inner__item:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item {
    padding-bottom: 40px;
    width: 100%;
  }
  .top-service__inner__item:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item {
    padding-bottom: 30px;
    border-radius: 5px;
  }
  .top-service__inner__item:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 365px) {
  .top-service__inner__item {
    padding-bottom: 20px;
  }
}
.top-service__inner__item__title {
  width: 100%;
  height: 90px;
  font-size: 36px;
  line-height: 89px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 1400px) {
  .top-service__inner__item__title {
    height: 80px;
    font-size: 30px;
    line-height: 79px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item__title {
    height: 70px;
    font-size: 26px;
    line-height: 69px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__title {
    height: 50px;
    font-size: 20px;
    line-height: 49px;
    background-size: 125px auto;
  }
}
.top-service__inner__item__title.munakata {
  background-image: url(../img/common/bg_pink.webp);
}
.top-service__inner__item__list {
  padding: 15px 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-service__inner__item__list {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 1400px) {
  .top-service__inner__item__list {
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__inner__item__list {
    padding: 15px 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item__list {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__list {
    padding: 10px 30px 0;
  }
}
@media screen and (max-width: 365px) {
  .top-service__inner__item__list {
    padding: 5px 20px 0;
  }
}
.top-service__inner__item__list__item {
  padding: 25px 0;
  width: calc((100% - 35px) / 2);
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1600px) {
  .top-service__inner__item__list__item {
    padding: 20px 0;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  .top-service__inner__item__list__item {
    padding: 15px 0;
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 1300px) {
  .top-service__inner__item__list__item {
    padding: 25px 0;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item__list__item {
    padding: 15px 0;
    width: calc((100% - 20px) / 2);
  }
}
.top-service__inner__item__list__item:nth-child(1) {
  border-top: none;
}
.top-service__inner__item__list__item:nth-child(2) {
  border-top: none;
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__list__item {
    padding: 15px 0;
    width: 100%;
  }
  .top-service__inner__item__list__item:nth-child(2) {
    border-top: 1px dotted #bbb;
  }
}
.top-service__inner__item__list__item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .top-service__inner__item__list__item__link:hover {
    transform: translateY(5px);
  }
  .top-service__inner__item__list__item__link:hover .top-service__inner__item__list__item__link__icon {
    background-image: url(../img/common/bg_green.webp);
  }
  .top-service__inner__item__list__item__link:hover .top-service__inner__item__list__item__link__text {
    color: #7c3;
  }
}
.top-service__inner__item__list__item__link__icon {
  width: 80px;
  height: 60px;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 5px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .top-service__inner__item__list__item__link__icon {
    width: 60px;
    height: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__inner__item__list__item__link__icon {
    width: 80px;
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item__list__item__link__icon {
    width: 60px;
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__list__item__link__icon {
    width: 70px;
    height: 54px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 365px) {
  .top-service__inner__item__list__item__link__icon {
    width: 60px;
    height: 50px;
  }
}
.top-service__inner__item__list__item__link__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.top-service__inner__item__list__item__link__icon.koga01::before {
  background-image: url(../img/common/service01.svg);
  background-size: 42.5% auto;
  background-position: 52% 50%;
}
.top-service__inner__item__list__item__link__icon.koga02::before {
  background-image: url(../img/common/service02.svg);
  background-size: 48% auto;
  background-position: 50% 50%;
}
.top-service__inner__item__list__item__link__icon.koga03::before {
  background-image: url(../img/common/service03.svg);
  background-size: 48% auto;
  background-position: 50% 50%;
}
.top-service__inner__item__list__item__link__icon.koga04::before {
  background-image: url(../img/common/service04.svg);
  background-size: 50% auto;
  background-position: 50% 48%;
}
.top-service__inner__item__list__item__link__icon.koga05::before {
  background-image: url(../img/common/service05.svg);
  background-size: 42.5% auto;
  background-position: 50% 50%;
}
.top-service__inner__item__list__item__link__icon.koga06::before {
  background-image: url(../img/common/service06.svg);
  background-size: 50% auto;
  background-position: 48% 50%;
}
.top-service__inner__item__list__item__link__text {
  width: calc(100% - 80px - 15px);
  font-size: 20px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  transition: 0.2s;
}
@media screen and (max-width: 1600px) {
  .top-service__inner__item__list__item__link__text {
    width: calc(100% - 60px - 15px);
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__inner__item__list__item__link__text {
    width: calc(100% - 80px - 15px);
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item__list__item__link__text {
    width: calc(100% - 60px - 12px);
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__list__item__link__text {
    width: calc(100% - 70px - 15px);
    font-size: 17px;
  }
}
@media screen and (max-width: 365px) {
  .top-service__inner__item__list__item__link__text {
    width: calc(100% - 60px - 10px);
    font-size: 16px;
  }
}
.top-service__inner__item__list.munakata {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}
.top-service__inner__item__list.munakata .top-service__inner__item__list__item {
  width: 100%;
}
.top-service__inner__item__list.munakata .top-service__inner__item__list__item:nth-child(2) {
  border-top: 1px dotted #bbb;
}
.top-service__inner__item__list.munakata .top-service__inner__item__list__item__link__icon {
  background-image: url(../img/common/bg_pink.webp);
}
@media screen and (min-width: 1025px) {
  .top-service__inner__item__list.munakata .top-service__inner__item__list__item__link:hover .top-service__inner__item__list__item__link__icon {
    background-image: url(../img/common/bg_orange.webp);
  }
  .top-service__inner__item__list.munakata .top-service__inner__item__list__item__link:hover .top-service__inner__item__list__item__link__text {
    color: #f7aa00;
  }
}
.top-service__inner__item__photos {
  margin: 0 auto;
  width: calc(100% - 100px);
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-service__inner__item__photos {
    width: calc(100% - 80px);
    bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .top-service__inner__item__photos {
    width: calc(100% - 60px);
    bottom: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__inner__item__photos {
    margin-top: 10px;
    padding: 0 50px;
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 900px) {
  .top-service__inner__item__photos {
    margin-top: 10px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__photos {
    margin-top: 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 365px) {
  .top-service__inner__item__photos {
    padding: 0 20px;
  }
}
.top-service__inner__item__photos__item {
  width: calc((100% - 15px) / 2);
  line-height: 0.1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-service__inner__item__photos__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner__item__photos__item {
    width: calc((100% - 4px) / 2);
    border-radius: 3px;
  }
}
.top-service__link {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1500px;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .top-service__link {
    margin-top: 20px;
    max-width: 860px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__link {
    margin-top: 10px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__link {
    padding-right: 10px;
  }
}
.top-service__link__btn {
  padding-left: 35px;
  font-size: 22px;
  line-height: 25px;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: inline-block;
  position: relative;
}
.top-service__link__btn::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.top-service__link__btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 1400px) {
  .top-service__link__btn {
    padding-left: 32px;
    font-size: 20px;
    line-height: 21px;
  }
  .top-service__link__btn::before {
    width: 22px;
    height: 22px;
    border-radius: 3px;
  }
  .top-service__link__btn::after {
    border-width: 4px 0 4px 8px;
    left: 8px;
  }
}
@media screen and (max-width: 1300px) {
  .top-service__link__btn {
    padding-left: 30px;
    font-size: 20px;
    line-height: 21px;
  }
}
@media screen and (max-width: 900px) {
  .top-service__link__btn {
    padding-left: 26px;
    font-size: 16px;
    line-height: 19px;
  }
  .top-service__link__btn::before {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .top-service__link__btn::after {
    border-width: 4px 0 4px 7px;
    left: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__link__btn {
    padding-left: 23px;
    font-size: 15px;
    line-height: 17px;
  }
  .top-service__link__btn::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
  .top-service__link__btn::after {
    border-width: 3px 0 3px 6px;
    left: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .top-service__link__btn:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .top-service__link__btn:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}

.top-support {
  padding: 100px 60px 0;
}
@media screen and (max-width: 1024px) {
  .top-support {
    padding: 80px 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-support {
    padding: 60px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-support {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 365px) {
  .top-support {
    padding: 30px 20px 0;
  }
}
.top-support__btn {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 180px;
  background-image: url(../img/common/bg_yellow.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.top-support__btn::before {
  content: "";
  margin: auto 0;
  width: 46px;
  height: 46px;
  background-image: url(../img/common/bg_orange.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  transition: 0.2s;
}
.top-support__btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 7px 0 7px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55px;
}
@media screen and (max-width: 1100px) {
  .top-support__btn {
    height: 160px;
  }
  .top-support__btn::before {
    width: 40px;
    height: 40px;
    right: 35px;
  }
  .top-support__btn::after {
    border-width: 7px 0 7px 14px;
    right: 46px;
  }
}
@media screen and (max-width: 900px) {
  .top-support__btn {
    height: 130px;
    border-radius: 5px;
  }
  .top-support__btn::before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .top-support__btn::after {
    border-width: 5px 0 5px 10px;
    right: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-support__btn {
    height: auto;
    flex-wrap: wrap;
  }
  .top-support__btn::before {
    width: 18px;
    height: 18px;
    top: auto;
    bottom: 15px;
    right: 15px;
    border-radius: 3px;
  }
  .top-support__btn::after {
    border-width: 3px 0 3px 6px;
    top: auto;
    bottom: 21px;
    right: 20px;
  }
}
.top-support__btn__photo {
  width: 300px;
  height: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 1100px) {
  .top-support__btn__photo {
    width: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .top-support__btn__photo {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .top-support__btn__photo {
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .top-support__btn__photo {
    width: 100%;
  }
}
.top-support__btn__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-support__btn__text {
  padding-bottom: 3px;
  width: calc(100% - 300px - 50px);
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1100px) {
  .top-support__btn__text {
    width: calc(100% - 260px - 40px);
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .top-support__btn__text {
    width: calc(100% - 220px - 35px);
    font-size: 35px;
  }
}
@media screen and (max-width: 900px) {
  .top-support__btn__text {
    width: calc(100% - 170px - 25px);
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-support__btn__text {
    padding: 5.5vw 6vw 9vw;
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 365px) {
  .top-support__btn__text {
    font-size: 21px;
  }
}
.top-support__btn__text__sub {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  .top-support__btn__text__sub {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .top-support__btn__text__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-support__btn__text__sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-support__btn__text__sub {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1025px) {
  .top-support__btn:hover {
    transform: translateY(-5px);
    background-image: url(../img/common/bg_orange.webp);
    box-shadow: 5px 5px 5px rgba(68, 85, 102, 0.1);
  }
  .top-support__btn:hover::before {
    background-image: url(../img/common/bg_yellow.webp);
  }
}

.top-information {
  padding: 120px 80px 180px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-information {
    padding: 80px 50px 180px;
  }
}
@media screen and (max-width: 1300px) {
  .top-information {
    padding: 80px 60px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top-information {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-information {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-information {
    padding: 40px 30px 40px;
  }
}
.top-information__inner {
  margin: 0 auto;
  width: 1500px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  .top-information__inner {
    flex-wrap: wrap;
  }
}
.top-information__inner__list {
  width: 980px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-information__inner__list {
    width: 900px;
  }
}
@media screen and (max-width: 1500px) {
  .top-information__inner__list {
    width: 840px;
  }
}
@media screen and (max-width: 1400px) {
  .top-information__inner__list {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
}
.top-information__inner__list__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .top-information__inner__list__title {
    margin-bottom: 25px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .top-information__inner__list__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 365px) {
  .top-information__inner__list__title {
    margin-left: -10px;
    font-size: 20px;
  }
}
.top-information__inner__list__title__en {
  margin-left: 5px;
  font-size: 16px;
  line-height: 1;
  color: #f39933;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  vertical-align: 45%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top-information__inner__list__title__en {
    font-size: 15px;
    vertical-align: 40%;
  }
}
@media screen and (max-width: 599px) {
  .top-information__inner__list__title__en {
    font-size: 12px;
    vertical-align: 40%;
  }
}
@media screen and (max-width: 365px) {
  .top-information__inner__list__title__en {
    margin-left: 2px;
    font-size: 11px;
  }
}
.top-information__inner__list .information-list {
  width: 100%;
}
@media screen and (max-width: 365px) {
  .top-information__inner__list .information-list {
    width: auto;
  }
}
.top-information__inner__list__btn {
  padding-left: 35px;
  font-size: 22px;
  line-height: 25px;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}
.top-information__inner__list__btn::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.top-information__inner__list__btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 1400px) {
  .top-information__inner__list__btn {
    padding-left: 32px;
    font-size: 20px;
    line-height: 21px;
  }
  .top-information__inner__list__btn::before {
    width: 22px;
    height: 22px;
    border-radius: 3px;
  }
  .top-information__inner__list__btn::after {
    border-width: 4px 0 4px 8px;
    left: 8px;
  }
}
@media screen and (max-width: 1300px) {
  .top-information__inner__list__btn {
    padding-left: 30px;
    font-size: 20px;
    line-height: 21px;
  }
}
@media screen and (max-width: 900px) {
  .top-information__inner__list__btn {
    padding-left: 26px;
    font-size: 16px;
    line-height: 19px;
  }
  .top-information__inner__list__btn::before {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .top-information__inner__list__btn::after {
    border-width: 4px 0 4px 7px;
    left: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-information__inner__list__btn {
    padding-left: 23px;
    font-size: 15px;
    line-height: 17px;
    top: 5px;
  }
  .top-information__inner__list__btn::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
  .top-information__inner__list__btn::after {
    border-width: 3px 0 3px 6px;
    left: 7px;
  }
}
@media screen and (max-width: 365px) {
  .top-information__inner__list__btn {
    font-size: 14px;
    top: 2px;
    right: -10px;
  }
}
@media screen and (min-width: 1025px) {
  .top-information__inner__list__btn:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .top-information__inner__list__btn:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}
.top-information__photo {
  width: calc((100vw - 1500px) / 2 + 1500px - 980px - 80px);
  height: calc(100% - 120px - 180px - 65px);
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  position: absolute;
  bottom: 180px;
  right: 0;
}
@media screen and (max-width: 1600px) {
  .top-information__photo {
    width: calc(100vw - 160px - 900px + 20px);
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 1500px) {
  .top-information__photo {
    width: calc(100vw - 160px - 840px + 20px);
  }
}
@media screen and (max-width: 1400px) {
  .top-information__photo {
    margin: 50px auto 0;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 10/5;
    border-radius: 10px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .top-information__photo {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .top-information__photo {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-information__photo {
    margin: 20px auto 0;
    border-radius: 5px;
  }
}
.top-information__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-group {
  padding: 80px 80px 235px;
  border-radius: 100px 0 100px 0;
  background-image: url(../img/top/group_photo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-group {
    padding: 80px 80px 200px;
    border-radius: 70px 0 70px 0;
  }
}
@media screen and (max-width: 1300px) {
  .top-group {
    padding: 70px 60px 180px;
    border-radius: 50px 0 50px 0;
  }
}
@media screen and (max-width: 1200px) {
  .top-group {
    padding: 60px 60px 160px;
    border-radius: 40px 0 40px 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-group {
    padding: 60px 60px 160px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group {
    padding: 60px 40px 120px 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-group {
    padding: 60px 20px 80px 20px;
    border-radius: 30px 0 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-group {
    padding: 35px 20px 50px 20px;
    border-radius: 15px 0 15px 0;
  }
}
@media screen and (max-width: 365px) {
  .top-group {
    padding: 30px 20px 25px 20px;
  }
}
.top-group__inner {
  margin: 0 auto;
  width: 1300px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}
.top-group__inner__box {
  width: 670px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .top-group__inner__box {
    width: 620px;
  }
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box {
    width: 590px;
  }
}
@media screen and (max-width: 1100px) {
  .top-group__inner__box {
    width: 615px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group__inner__box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .top-group__inner__box {
    width: 524px;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .top-group__inner__box {
    width: 330px;
    justify-content: space-between;
  }
}
.top-group__inner__box__copy {
  width: 252px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .top-group__inner__box__copy {
    width: 230px;
  }
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box__copy {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .top-group__inner__box__copy {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .top-group__inner__box__copy {
    width: 185px;
  }
}
@media screen and (max-width: 599px) {
  .top-group__inner__box__copy {
    width: 115px;
  }
}
@media screen and (max-width: 365px) {
  .top-group__inner__box__copy {
    width: 102px;
  }
}
.top-group__inner__box__copy__item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1400px) {
  .top-group__inner__box__copy__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box__copy__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .top-group__inner__box__copy__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .top-group__inner__box__copy__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-group__inner__box__copy__item {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 365px) {
  .top-group__inner__box__copy__item {
    width: calc((100% - 8px) / 3);
  }
}
.top-group__inner__box__copy__item__text {
  width: 100%;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .top-group__inner__box__copy__item__text {
    background-size: 125px auto;
    border-radius: 3px;
  }
}
.top-group__inner__box__text {
  margin-top: 25px;
  width: calc(100% - 252px - 40px);
  font-size: 26px;
  line-height: 2.15;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1400px) {
  .top-group__inner__box__text {
    font-size: 25px;
    width: calc(100% - 230px - 30px);
  }
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box__text {
    margin-top: 20px;
    font-size: 24px;
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .top-group__inner__box__text {
    margin-top: 25px;
    font-size: 24px;
    width: calc(100% - 220px - 40px);
  }
}
@media screen and (max-width: 900px) {
  .top-group__inner__box__text {
    margin-top: 15px;
    margin-right: 25px;
    font-size: 22px;
    line-height: 2;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-group__inner__box__text {
    margin-top: 2vw;
    margin-right: 0;
    font-size: 15px;
    line-height: 1.9;
    width: auto;
  }
}
@media screen and (max-width: 365px) {
  .top-group__inner__box__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.top-group__inner__box__links {
  margin-top: 50px;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .top-group__inner__box__links {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box__links {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .top-group__inner__box__links {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .top-group__inner__box__links {
    margin-top: 15px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .top-group__inner__box__links {
    padding: 10px 25px 20px 10px;
    justify-content: flex-start;
  }
}
.top-group__inner__box__links__item {
  margin-left: 30px;
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box__links__item {
    margin-left: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top-group__inner__box__links__item {
    margin-left: 20px;
  }
}
.top-group__inner__box__links__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .top-group__inner__box__links__item {
    margin-top: 10px;
    margin-left: 15px;
  }
  .top-group__inner__box__links__item:first-child {
    margin-left: 15px;
  }
}
.top-group__inner__box__links__item__link {
  padding-left: 35px;
  font-size: 20px;
  line-height: 25px;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  position: relative;
}
.top-group__inner__box__links__item__link::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.top-group__inner__box__links__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 1300px) {
  .top-group__inner__box__links__item__link {
    padding-left: 32px;
    font-size: 19px;
    line-height: 21px;
  }
  .top-group__inner__box__links__item__link::before {
    width: 22px;
    height: 22px;
    border-radius: 3px;
  }
  .top-group__inner__box__links__item__link::after {
    border-width: 4px 0 4px 8px;
    left: 8px;
  }
}
@media screen and (max-width: 900px) {
  .top-group__inner__box__links__item__link {
    padding-left: 26px;
    font-size: 18px;
    line-height: 19px;
  }
  .top-group__inner__box__links__item__link::before {
    width: 20px;
    height: 20px;
    border-radius: 3px;
  }
  .top-group__inner__box__links__item__link::after {
    border-width: 4px 0 4px 7px;
    left: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-group__inner__box__links__item__link {
    padding-left: 23px;
    font-size: 15px;
    line-height: 17px;
  }
  .top-group__inner__box__links__item__link::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
  .top-group__inner__box__links__item__link::after {
    border-width: 3px 0 3px 6px;
    left: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .top-group__inner__box__links__item__link:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .top-group__inner__box__links__item__link:hover::before {
    background-image: url(../img/common/bg_green.webp);
  }
}
.top-group__photos {
  width: 540px;
  aspect-ratio: 540/645;
  position: absolute;
  top: -50px;
  left: 8.5vw;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-group__photos {
    left: 5.5vw;
  }
}
@media screen and (max-width: 1500px) {
  .top-group__photos {
    height: 635px;
    aspect-ratio: auto;
    left: 4vw;
  }
}
@media screen and (max-width: 1400px) {
  .top-group__photos {
    width: 480px;
    height: 610px;
    left: 5.5vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-group__photos {
    width: 440px;
    height: 522px;
    top: -25px;
    left: 5.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .top-group__photos {
    width: 35%;
    height: auto;
    aspect-ratio: 540/645;
    top: 50px;
    left: 3.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .top-group__photos {
    width: calc(100% - 720px - 40px);
    aspect-ratio: 540/690;
    top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group__photos {
    display: none;
  }
}
.top-group__photos__item {
  width: 40.74%;
  line-height: 0.1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(68, 85, 102, 0.3);
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .top-group__photos__item {
    width: 42%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top-group__photos__item {
    width: 40.74%;
    border-radius: 5px;
  }
}
.top-group__photos__item.photo01 {
  top: 0;
  right: 10%;
}
.top-group__photos__item.photo02 {
  top: 24%;
  left: 0;
}
.top-group__photos__item.photo03 {
  bottom: 0;
  right: 0;
}

.top-recruit {
  padding: 110px 50px 150px;
}
@media screen and (max-width: 1300px) {
  .top-recruit {
    padding: 80px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit {
    padding: 70px 40px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit {
    padding: 60px 20px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit {
    padding: 40px 20px 60px;
  }
}
.top-recruit__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
}
.top-recruit__inner__title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 0.06em;
  font-size: 94px;
  line-height: 1;
  color: #44d3e7;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .top-recruit__inner__title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__inner__title {
    margin-bottom: 22px;
    font-size: 70px;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__title {
    margin-bottom: 20px;
    font-size: 60px;
  }
}
.top-recruit__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background-image: url(../img/common/bg_yellow.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__title {
    margin-bottom: 16px;
    padding-bottom: 20px;
    font-size: 40px;
  }
  .top-recruit__inner__title::before {
    width: 30px;
    height: 3px;
    background-size: 125px auto;
  }
}
.top-recruit__inner__title__jp {
  margin-top: 15px;
  padding-left: 0.12em;
  font-size: 24px;
  line-height: 1;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1300px) {
  .top-recruit__inner__title__jp {
    margin-top: 12px;
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__title__jp {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__title__jp {
    margin-top: 7px;
    font-size: 17px;
  }
}
.top-recruit__inner__copy {
  margin-bottom: 35px;
  padding-left: 0.04em;
  font-size: 32px;
  line-height: 1.5;
  color: #58d;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .top-recruit__inner__copy {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__inner__copy {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__copy {
    margin-bottom: 22px;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__copy {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 365px) {
  .top-recruit__inner__copy {
    font-size: 18px;
  }
}
.top-recruit__inner__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-recruit__inner__list {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
  }
}
.top-recruit__inner__list__item {
  width: calc((100% - 80px) / 3);
  background-image: url(../img/common/bg_l-blue.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .top-recruit__inner__list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1300px) {
  .top-recruit__inner__list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit__inner__list__item {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .top-recruit__inner__list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__list__item {
    margin-top: 10px;
    align-items: stretch;
    border-radius: 5px;
  }
  .top-recruit__inner__list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item {
    border-radius: 3px;
    background-size: 125px auto;
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
  .top-recruit__inner__list__item:first-child {
    margin-top: 0;
  }
}
.top-recruit__inner__list__item__photo {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .top-recruit__inner__list__item__photo {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__list__item__photo {
    width: 40%;
    height: 100%;
    overflow: hidden;
  }
  .top-recruit__inner__list__item__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__photo {
    width: 100%;
    height: auto;
  }
}
.top-recruit__inner__list__item__inner {
  padding: 30px 20px 37px;
}
@media screen and (max-width: 1200px) {
  .top-recruit__inner__list__item__inner {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__list__item__inner {
    padding: 30px 20px 30px;
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner {
    padding: 30px 20px 30px;
    width: 100%;
  }
}
.top-recruit__inner__list__item__inner__title {
  margin-bottom: 20px;
  padding-left: 0.2em;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .top-recruit__inner__list__item__inner__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .top-recruit__inner__list__item__inner__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__list__item__inner__title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
  }
}
.top-recruit__inner__list__item__inner__title.ls0 {
  padding-left: 0;
  letter-spacing: -0.08em;
}
.top-recruit__inner__list__item__inner__title__en {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1;
  color: #ff0;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__list__item__inner__title__en {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner__title__en {
    margin-top: 8px;
    font-size: 11px;
  }
}
.top-recruit__inner__list__item__inner__btn {
  margin: 0 auto;
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner__btn {
    max-width: 240px;
  }
}
.top-recruit__inner__list__item__inner__btns {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner__btns {
    max-width: 240px;
    flex-wrap: wrap;
  }
}
.top-recruit__inner__list__item__inner__btns__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner__btns__item {
    margin-top: 5px;
    width: 100%;
  }
  .top-recruit__inner__list__item__inner__btns__item:first-child {
    margin-top: 0;
  }
}
.top-recruit__inner__list__item__inner .top-recruit-btn {
  padding-left: 30px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_blue.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border: none;
  border-radius: 5px;
  display: block;
  position: relative;
}
.top-recruit__inner__list__item__inner .top-recruit-btn::before {
  content: "";
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/bg_l-blue.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  transition: 0.2s;
}
.top-recruit__inner__list__item__inner .top-recruit-btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .top-recruit__inner__list__item__inner .top-recruit-btn {
    font-size: 15px;
  }
  .top-recruit__inner__list__item__inner .top-recruit-btn::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .top-recruit__inner__list__item__inner .top-recruit-btn::after {
    left: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__list__item__inner .top-recruit-btn {
    padding-left: 20px;
    border-radius: 3px;
  }
  .top-recruit__inner__list__item__inner .top-recruit-btn::before {
    border-radius: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .top-recruit__inner__list__item__inner .top-recruit-btn:hover {
    transform: translateY(5px);
  }
}
.top-recruit__inner__btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .top-recruit__inner__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__btn {
    margin-top: 25px;
  }
}

.information-list {
  overflow: hidden;
}
@media screen and (max-width: 365px) {
  .information-list {
    margin: 0 -10px;
  }
}
.information-list__item {
  border-bottom: 1px dotted #bbb;
}
.information-list__item:first-child {
  border-top: 1px dotted #bbb;
}
.information-list__item__link {
  padding: 23px 50px 23px 0;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.information-list__item__link::before {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 7px 0 7px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #fd4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .information-list__item__link {
    padding: 20px 40px 20px 160px;
    font-size: 17px;
  }
  .information-list__item__link::before {
    right: 5px;
  }
}
@media screen and (max-width: 900px) {
  .information-list__item__link {
    padding: 15px 40px 15px 140px;
  }
  .information-list__item__link::before {
    border-width: 6px 0 6px 12px;
  }
}
@media screen and (max-width: 599px) {
  .information-list__item__link {
    padding: 20px 20px 17px 0;
    font-size: 16px;
  }
  .information-list__item__link::before {
    border-width: 5px 0 5px 9px;
    right: 0;
  }
}
@media screen and (max-width: 365px) {
  .information-list__item__link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .information-list__item__link:hover::before {
    border-color: transparent transparent transparent #f7aa00;
    right: 10px;
  }
  .information-list__item__link:hover .information-list__item__link__date {
    color: #7c3;
  }
  .information-list__item__link:hover .information-list__item__link__text {
    color: #0a4;
  }
}
.information-list__item__link .news-icon {
  padding: 10px 5px 6px;
  width: 140px;
  height: auto;
  min-height: 51px;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .information-list__item__link .news-icon {
    margin: auto 0;
    width: 140px;
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  .information-list__item__link .news-icon {
    width: 120px;
    font-size: 11px;
    height: calc(100% - 30px);
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .information-list__item__link .news-icon {
    padding: 5px;
    width: 180px;
    height: auto;
    min-height: 20px;
    font-size: 11px;
    height: auto;
    border-radius: 2px;
    background-size: 125px auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .information-list__item__link .news-icon br {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  .information-list__item__link .news-icon {
    padding: 5px;
    width: 160px;
    font-size: 10px;
  }
}
.information-list__item__link .news-icon.common {
  background-image: url(../img/common/bg_green.webp);
}
.information-list__item__link .news-icon.koga {
  background-image: url(../img/common/bg_l-green.webp);
}
.information-list__item__link .news-icon.munakata {
  background-image: url(../img/common/bg_pink.webp);
}
.information-list__item__link__date {
  margin-left: 25px;
  padding: 12px 0;
  width: 100px;
  color: #89a;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .information-list__item__link__date {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .information-list__item__link__date {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 193px;
  }
}
@media screen and (max-width: 365px) {
  .information-list__item__link__date {
    left: 170px;
  }
}
.information-list__item__link__text {
  margin-left: 15px;
  padding: 12px 0;
  width: calc(100% - 140px - 100px - 25px - 15px);
  color: #456;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .information-list__item__link__text {
    margin: 3px 0 0;
    padding: 0 0 10px;
    width: 100%;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .information-list__item__link__text {
    margin: 10px 0 0;
    padding: 0;
  }
}

.information-detail {
  padding: 50px 50px 75px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .information-detail {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .information-detail {
    margin: 0 -20px;
    padding: 30px 30px 35px;
    border-radius: 5px;
  }
}
.information-detail__title {
  margin-bottom: 45px;
  padding: 30px;
  background-color: #eef7e7;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .information-detail__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .information-detail__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .information-detail__title {
    margin-bottom: 25px;
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .information-detail__title {
    margin-bottom: 20px;
  }
}
.information-detail__title .news-icon {
  padding: 11px 5px 9px;
  width: 170px;
  height: auto;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
}
@media screen and (max-width: 1300px) {
  .information-detail__title .news-icon {
    width: 160px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .information-detail__title .news-icon {
    width: 150px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .information-detail__title .news-icon {
    padding: 8px 0 5px;
    width: 100%;
    height: auto;
    height: auto;
    border-radius: 2px;
    background-size: 125px auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .information-detail__title .news-icon br {
    display: none;
  }
}
.information-detail__title .news-icon.common {
  background-image: url(../img/common/bg_green.webp);
}
.information-detail__title .news-icon.koga {
  background-image: url(../img/common/bg_l-green.webp);
}
.information-detail__title .news-icon.munakata {
  background-image: url(../img/common/bg_pink.webp);
}
.information-detail__title__inner {
  padding: 10px 10px 10px 0;
  width: calc(100% - 170px - 30px);
}
@media screen and (max-width: 1300px) {
  .information-detail__title__inner {
    width: calc(100% - 160px - 25px);
  }
}
@media screen and (max-width: 900px) {
  .information-detail__title__inner {
    width: calc(100% - 150px - 25px);
  }
}
@media screen and (max-width: 599px) {
  .information-detail__title__inner {
    padding: 15px 0 0;
    width: 100%;
  }
}
.information-detail__title__inner__date {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  color: #89a;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .information-detail__title__inner__date {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .information-detail__title__inner__date {
    font-size: 15px;
  }
}
.information-detail__title__inner__text {
  font-size: 26px;
  line-height: 1.5;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  .information-detail__title__inner__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .information-detail__title__inner__text {
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .information-detail__title__inner__text {
    font-size: 18px;
  }
}
.information-detail__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .information-detail__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .information-detail__btn {
    margin-top: 25px;
  }
}

.new {
  margin-left: 0.3em;
  color: #f7aa00;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  display: inline-block;
}

.munakata .information-detail__title {
  background-color: #fceed3;
}
.munakata .information-detail__title__inner__text {
  color: #f39933;
}
.munakata .new {
  color: #7c3;
}

.aboutus-philosophy__copy {
  margin-bottom: 40px;
  padding: 35px 20px;
  font-size: 30px;
  line-height: 1;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .aboutus-philosophy__copy {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-philosophy__copy {
    margin-bottom: 20px;
    padding: 32px 20px;
    font-size: 26px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-philosophy__copy {
    margin-bottom: 15px;
    padding: 25px 10px;
    font-size: 22px;
  }
}
.aboutus-philosophy__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.aboutus-philosophy__list__item {
  width: calc((100% - 70px) / 3);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .aboutus-philosophy__list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .aboutus-philosophy__list__item {
    width: calc((100% - 20px) / 3);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-philosophy__list__item {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .aboutus-philosophy__list__item:first-child {
    margin-top: 0;
  }
}
.aboutus-philosophy__list__item__title {
  padding-left: 1em;
  width: 100%;
  height: 65px;
  font-size: 22px;
  color: #fff;
  line-height: 63px;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 1em;
  text-align: center;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 900px) {
  .aboutus-philosophy__list__item__title {
    height: 50px;
    font-size: 20px;
    line-height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-philosophy__list__item__title {
    padding-left: 0.5em;
    width: 80px;
    height: auto;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.5em;
    background-size: 125px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.aboutus-philosophy__list__item__text {
  padding: 25px 35px 32px;
  font-size: 17px;
  line-height: 1.6;
  color: #456;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .aboutus-philosophy__list__item__text {
    padding: 20px 25px 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-philosophy__list__item__text {
    padding: 20px;
    width: calc(100% - 80px);
    font-size: 15px;
  }
}

.aboutus-policy {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .aboutus-policy {
    border-radius: 5px;
  }
}
.aboutus-policy__copy {
  padding: 35px 20px;
  width: 100%;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 900px) {
  .aboutus-policy__copy {
    padding: 30px 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-policy__copy {
    padding: 20px 10px;
    font-size: 20px;
    background-size: 125px auto;
  }
}
.aboutus-policy__inner {
  padding: 50px 60px 60px;
}
@media screen and (max-width: 900px) {
  .aboutus-policy__inner {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-policy__inner {
    padding: 20px 25px 25px;
  }
}
.aboutus-policy__inner .text-base {
  margin-top: -8px;
  margin-bottom: 13px;
}
@media screen and (max-width: 900px) {
  .aboutus-policy__inner .text-base {
    margin-top: -6px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-policy__inner .text-base {
    margin-top: -2px;
    margin-bottom: 8px;
  }
}
.aboutus-policy__inner .list-base {
  padding: 30px 35px;
  background-color: #eef7e7;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .aboutus-policy__inner .list-base {
    padding: 25px 30px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-policy__inner .list-base {
    padding: 22px 22px 20px;
  }
}

.aboutus-guidelines__list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .aboutus-guidelines__list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-guidelines__list {
    margin-top: 8px;
  }
}
.aboutus-guidelines__list__item {
  margin-top: 5px;
  padding: 30px 0;
  width: calc((100% - 10px) / 3);
  font-size: 18px;
  line-height: 1.3;
  color: #0a4;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #e3f3d7;
  box-shadow: 0 0 3px rgba(0, 170, 68, 0.2);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .aboutus-guidelines__list__item {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutus-guidelines__list__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .aboutus-guidelines__list__item {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus-guidelines__list__item {
    font-size: 16px;
  }
}
.aboutus-guidelines__list__item br {
  display: none;
}
@media screen and (max-width: 900px) {
  .aboutus-guidelines__list__item {
    padding: 25px 0;
    font-size: 17px;
  }
  .aboutus-guidelines__list__item br {
    display: block;
  }
}
.aboutus-guidelines__list__item:nth-child(even) {
  background-color: #eef7e7;
}
@media screen and (max-width: 599px) {
  .aboutus-guidelines__list__item {
    padding: 20px 0;
    width: calc((100% - 5px) / 2);
    font-size: 3.8vw;
    border-radius: 3px;
    background-size: 125px auto;
  }
  .aboutus-guidelines__list__item:nth-child(3) {
    background-color: #eef7e7;
  }
  .aboutus-guidelines__list__item:nth-child(4) {
    background-color: #e3f3d7;
  }
}

.aboutus-figure {
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .aboutus-figure {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-figure {
    margin-top: 20px;
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-figure {
    margin-top: 20px;
  }
}
.aboutus-figure__inner {
  width: 100%;
  aspect-ratio: 880/580;
  position: relative;
}
.aboutus-figure__inner::before {
  content: "";
  margin: auto auto;
  width: calc(100% - 260px);
  height: calc(100% - 120px);
  background-color: #eef7e7;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .aboutus-figure__inner::before {
    width: calc(100% - 200px);
    height: calc(100% - 120px);
  }
}
@media screen and (max-width: 900px) {
  .aboutus-figure__inner::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }
  .aboutus-figure__inner::before {
    background-color: transparent;
  }
}
.aboutus-figure__inner__copy {
  margin: auto auto;
  padding-top: 75px;
  width: 100%;
  font-size: 26px;
  line-height: 1.6;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/aboutus/team.svg);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: 50% 0;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .aboutus-figure__inner__copy {
    padding-top: 65px;
    font-size: 24px;
    background-size: 50px auto;
  }
}
@media screen and (max-width: 1300px) {
  .aboutus-figure__inner__copy {
    top: 32.5%;
  }
}
@media screen and (max-width: 1100px) {
  .aboutus-figure__inner__copy {
    top: 34%;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-figure__inner__copy {
    padding-top: 50px;
    font-size: 22px;
    background-size: 40px auto;
    top: 35%;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__copy {
    margin-bottom: 12px;
    padding-top: 50px;
    font-size: 20px;
    line-height: 1.5;
    background-size: 40px auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.aboutus-figure__inner__link {
  width: 20.45%;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .aboutus-figure__inner__link:hover {
    transform: translateY(10px);
    background-image: url(../img/common/bg_green.webp);
  }
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link {
    margin-top: 5px;
    width: calc((100% - 5px) / 2);
    height: 110px;
    background-size: 125px auto;
    border-radius: 5px;
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  .aboutus-figure__inner__link img {
    margin-top: -6.2%;
    width: auto;
    height: 125%;
  }
}
.aboutus-figure__inner__link.link01 {
  top: 0;
  left: 26.13%;
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link01 {
    top: auto;
    left: auto;
  }
}
.aboutus-figure__inner__link.link02 {
  top: 0;
  right: 26.13%;
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link02 {
    top: auto;
    right: auto;
  }
}
.aboutus-figure__inner__link.link03 {
  top: 15.51%;
  left: 0;
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link03 {
    top: auto;
    left: auto;
  }
}
.aboutus-figure__inner__link.link04 {
  top: 15.51%;
  right: 0;
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link04 {
    top: auto;
    right: auto;
  }
}
.aboutus-figure__inner__link.link05 {
  bottom: 15.51%;
  left: 0;
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link05 {
    bottom: auto;
    left: auto;
  }
}
.aboutus-figure__inner__link.link06 {
  bottom: 15.51%;
  right: 0;
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link06 {
    bottom: auto;
    right: auto;
  }
}
.aboutus-figure__inner__link.link07 {
  bottom: 0;
  left: 26.13%;
  background-image: url(../img/common/bg_pink.webp);
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link07 {
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .aboutus-figure__inner__link.link07:hover {
    background-image: url(../img/common/bg_orange.webp);
  }
}
.aboutus-figure__inner__link.link08 {
  bottom: 0;
  right: 26.13%;
  background-image: url(../img/common/bg_pink.webp);
}
@media screen and (max-width: 599px) {
  .aboutus-figure__inner__link.link08 {
    bottom: auto;
    right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .aboutus-figure__inner__link.link08:hover {
    background-image: url(../img/common/bg_orange.webp);
  }
}

.aboutus-index-list {
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .aboutus-index-list {
    margin-top: 80px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-index-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .aboutus-index-list {
    margin-top: 50px;
  }
}
.aboutus-index-list__item {
  margin-top: 20px;
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1300px) {
  .aboutus-index-list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .aboutus-index-list__item {
    margin-top: 10px;
    margin-left: 0;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .aboutus-index-list__item {
    margin-top: 5px;
    width: 100%;
  }
}
.aboutus-index-list__item:nth-child(3n-2) {
  margin-left: 0;
}
.aboutus-index-list__item .btn-base {
  padding-left: 30px;
  text-align: left;
  min-width: 100%;
}
@media screen and (max-width: 599px) {
  .aboutus-index-list__item .btn-base {
    padding-left: 20px;
  }
}

.recruit-lead {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.recruit-lead__photo {
  width: 280px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .recruit-lead__photo {
    width: 260px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit-lead__photo {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__photo {
    width: 100%;
    aspect-ratio: 10/6;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__photo {
    border-radius: 5px;
  }
}
.recruit-lead__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .recruit-lead__photo img {
    -o-object-position: 50% 15%;
       object-position: 50% 15%;
  }
}
.recruit-lead__content {
  width: calc(100% - 280px - 60px);
}
@media screen and (max-width: 1500px) {
  .recruit-lead__content {
    width: calc(100% - 260px - 40px);
  }
}
@media screen and (max-width: 1300px) {
  .recruit-lead__content {
    width: calc(100% - 240px - 35px);
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__content {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__content {
    margin-bottom: 30px;
  }
}
.recruit-lead__content__copy {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 1.65;
  color: #58d;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1500px) {
  .recruit-lead__content__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-lead__content__copy {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: justify;
  }
  .recruit-lead__content__copy br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__content__copy {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .recruit-lead__content__copy br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__content__copy {
    margin-bottom: 5px;
    font-size: 4.8vw;
  }
  .recruit-lead__content__copy br {
    display: none;
  }
}
.recruit-lead__content .text-base {
  line-height: 2;
}
.recruit-lead__content__btn {
  margin-top: 35px;
}
@media screen and (max-width: 1300px) {
  .recruit-lead__content__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__content__btn {
    margin-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__content__btn {
    margin-top: 15px;
  }
}

.recruit-senior__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruit-senior__body__text {
  width: calc(100% - 510px - 30px);
}
@media screen and (max-width: 1500px) {
  .recruit-senior__body__text {
    width: calc(100% - 470px - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .recruit-senior__body__text {
    width: calc(100% - 440px - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .recruit-senior__body__text {
    width: 100%;
  }
}
.recruit-senior__body__text__copy {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.6;
  color: #58d;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  .recruit-senior__body__text__copy {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-senior__body__text__copy {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-senior__body__text__copy {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.recruit-senior__body__photos {
  margin-top: 10px;
  width: 510px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .recruit-senior__body__photos {
    width: 470px;
  }
}
@media screen and (max-width: 1300px) {
  .recruit-senior__body__photos {
    width: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-senior__body__photos {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-senior__body__photos {
    margin-top: 15px;
  }
}
.recruit-senior__body__photos__item {
  width: calc((100% - 10px) / 2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .recruit-senior__body__photos__item {
    width: calc((100% - 5px) / 2);
    border-radius: 3px;
  }
}
.recruit-senior__body__photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-senior__btn {
  margin-top: 30px;
  padding: 20px 0 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .recruit-senior__btn {
    margin-top: 20px;
    padding: 17px 0 17px 20px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-senior__btn {
    margin-top: 15px;
    padding: 6px 5px 16px 20px;
  }
}
.recruit-senior__btn__item {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .recruit-senior__btn__item {
    margin-right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-senior__btn__item {
    margin-top: 10px;
    margin-right: 15px;
  }
}
.recruit-senior__btn__item__btn {
  padding-left: 37px;
  height: 26px;
  font-size: 20px;
  line-height: 25px;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  position: relative;
}
.recruit-senior__btn__item__btn::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.recruit-senior__btn__item__btn::after {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 9px;
  left: 10px;
}
@media screen and (max-width: 900px) {
  .recruit-senior__btn__item__btn {
    padding-left: 32px;
    height: 24px;
    font-size: 18px;
    line-height: 23px;
  }
  .recruit-senior__btn__item__btn::before {
    width: 24px;
    height: 24px;
  }
  .recruit-senior__btn__item__btn::after {
    border-width: 4px 0 4px 8px;
    top: 8px;
    left: 9px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-senior__btn__item__btn {
    padding-left: 24px;
    height: 20px;
    font-size: 16px;
    line-height: 19px;
  }
  .recruit-senior__btn__item__btn::before {
    width: 20px;
    height: 20px;
    background-size: 125px auto;
  }
  .recruit-senior__btn__item__btn::after {
    border-width: 3px 0 3px 6px;
    top: 7px;
    left: 8px;
  }
}
.recruit-senior__btn__item__btn:hover {
  color: #7c3;
  transform: translateX(5px);
}
.recruit-senior__btn__item__btn:hover::before {
  background-image: url(../img/common/bg_green.webp);
}
.recruit-senior__btn__item__btn.munakata::before {
  background-image: url(../img/common/bg_yellow.webp);
}
.recruit-senior__btn__item__btn.munakata:hover {
  color: #f7aa00;
}
.recruit-senior__btn__item__btn.munakata:hover::before {
  background-image: url(../img/common/bg_orange.webp);
}

.recruit-welfare {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.recruit-welfare__inner {
  width: 510px;
}
@media screen and (max-width: 1300px) {
  .recruit-welfare__inner {
    width: 460px;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-welfare__inner {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-welfare__inner {
    width: 460px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-welfare__inner {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-welfare__inner {
    margin-bottom: 50px;
  }
}
.recruit-welfare__inner__btn {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .recruit-welfare__inner__btn {
    margin-top: 20px;
    text-align: center;
  }
}
.recruit-welfare__photo {
  width: calc(100% - 510px - 60px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .recruit-welfare__photo {
    width: calc(100% - 510px - 40px);
  }
}
@media screen and (max-width: 1300px) {
  .recruit-welfare__photo {
    width: calc(100% - 460px - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .recruit-welfare__photo {
    width: calc(100% - 500px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .recruit-welfare__photo {
    width: calc(100% - 460px - 40px);
  }
}
@media screen and (max-width: 900px) {
  .recruit-welfare__photo {
    width: 100%;
    aspect-ratio: 10/5;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-welfare__photo {
    margin: 0 -30px;
    width: auto;
    aspect-ratio: 10/6;
    border-radius: 0;
  }
}
.recruit-welfare__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .recruit-welfare__photo img {
    -o-object-position: 15% 50%;
       object-position: 15% 50%;
  }
}

.recruit-volunteer-bnr {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 160px;
  background-image: url(../img/common/bg_l-blue.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit-volunteer-bnr {
    height: 130px;
  }
}
.recruit-volunteer-bnr::before {
  content: "";
  margin: auto 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/bg_blue.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  transition: 0.2s;
}
.recruit-volunteer-bnr::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}
@media screen and (max-width: 599px) {
  .recruit-volunteer-bnr {
    height: auto;
    flex-wrap: wrap;
  }
  .recruit-volunteer-bnr::before {
    width: 18px;
    height: 18px;
    top: auto;
    bottom: 15px;
    right: 15px;
    border-radius: 3px;
  }
  .recruit-volunteer-bnr::after {
    border-width: 3px 0 3px 6px;
    top: auto;
    bottom: 21px;
    right: 20px;
  }
}
.recruit-volunteer-bnr__photo {
  width: 230px;
  height: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .recruit-volunteer-bnr__photo {
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-volunteer-bnr__photo {
    width: 100%;
    aspect-ratio: 10/4.5;
    overflow: hidden;
  }
}
.recruit-volunteer-bnr__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-volunteer-bnr__text {
  padding-bottom: 3px;
  padding-right: 65px;
  width: calc(100% - 230px - 40px);
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .recruit-volunteer-bnr__text {
    width: calc(100% - 170px - 30px);
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-volunteer-bnr__text {
    padding: 7vw 6.5vw 8vw;
    width: 100%;
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 365px) {
  .recruit-volunteer-bnr__text {
    font-size: 5.1vw;
  }
}
.recruit-volunteer-bnr__text__en {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
  color: #ff0;
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  display: block;
}
@media screen and (max-width: 599px) {
  .recruit-volunteer-bnr__text__en {
    margin-top: 7px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .recruit-volunteer-bnr:hover {
    transform: translateY(-5px);
    background-image: url(../img/common/bg_blue.webp);
    box-shadow: 5px 5px 5px rgba(68, 85, 102, 0.1);
  }
  .recruit-volunteer-bnr:hover::before {
    background-image: url(../img/common/bg_l-blue.webp);
  }
}

.voice__copy {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 2;
  color: #58d;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1400px) {
  .voice__copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .voice__copy {
    margin-bottom: 40px;
    text-align: justify;
  }
  .voice__copy br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .voice__copy {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .voice__copy {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.voice__list__item {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .voice__list__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item {
    margin-top: 30px;
  }
}
.voice__list__item:first-child {
  margin-top: 0;
}
.voice__list__item:nth-child(even) .voice__list__item__title {
  flex-direction: row-reverse;
  background-image: url(../img/common/bg_l-green.webp);
}
.voice__list__item:nth-child(even) .voice__list__item__title__contents__inner__name__position {
  background-image: url(../img/common/bg_green.webp);
}
.voice__list__item__title {
  margin-bottom: 40px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .voice__list__item__title {
    margin-bottom: 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title {
    background-size: 125px auto;
  }
}
.voice__list__item__title__photo {
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .voice__list__item__title__photo {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .voice__list__item__title__photo {
    width: 42%;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__photo {
    width: 100%;
    aspect-ratio: 10/5;
    overflow: hidden;
  }
}
.voice__list__item__title__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__photo img {
    -o-object-position: 50% 5%;
       object-position: 50% 5%;
  }
}
.voice__list__item__title__contents {
  padding: 55px 40px 50px;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .voice__list__item__title__contents {
    padding: 35px 35px 30px;
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .voice__list__item__title__contents {
    width: 58%;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__contents {
    padding: 30px;
    width: 100%;
  }
}
.voice__list__item__title__contents__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
  display: block;
}
.voice__list__item__title__contents__inner__en {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  color: #fd4;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .voice__list__item__title__contents__inner__en {
    margin-bottom: 7px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__contents__inner__en {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.voice__list__item__title__contents__inner__copy {
  margin-bottom: 25px;
  padding-bottom: 22px;
  font-size: 27px;
  line-height: 1.55;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1200px) {
  .voice__list__item__title__contents__inner__copy {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 900px) {
  .voice__list__item__title__contents__inner__copy {
    margin-bottom: 22px;
    padding-bottom: 20px;
    font-size: 21px;
    text-align: justify;
  }
  .voice__list__item__title__contents__inner__copy br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__contents__inner__copy {
    margin-bottom: 17px;
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 1.45;
  }
}
.voice__list__item__title__contents__inner__copy span {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.voice__list__item__title__contents__inner__name {
  text-align: right;
  font-size: 27px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .voice__list__item__title__contents__inner__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__contents__inner__name {
    font-size: 21px;
  }
}
@media screen and (max-width: 365px) {
  .voice__list__item__title__contents__inner__name.long {
    max-width: 160px;
    width: 100%;
    margin-left: auto;
  }
}
.voice__list__item__title__contents__inner__name__position {
  margin-right: 10px;
  padding: 3px 8px 2px calc(8px + 0.06em);
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  display: inline-block;
  border-radius: 2px;
  vertical-align: 15%;
}
@media screen and (max-width: 900px) {
  .voice__list__item__title__contents__inner__name__position {
    margin-right: 5px;
    padding: 3px 6px 2px calc(6px + 0.06em);
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item__title__contents__inner__name__position {
    margin-right: 5px;
    padding: 4px 5px 3px calc(5px + 0.06em);
    font-size: 13px;
    background-size: 125px auto;
  }
}
@media screen and (max-width: 365px) {
  .voice__list__item__title__contents__inner__name__position.long {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.voice__list__item .text-base {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .voice__list__item .text-base {
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .voice__list__item .text-base {
    line-height: 1.8;
  }
}

.munakata .voice__list__item:nth-child(even) .voice__list__item__title {
  flex-direction: row-reverse;
  background-image: url(../img/common/bg_yellow.webp);
}
.munakata .voice__list__item:nth-child(even) .voice__list__item__title__contents__inner__en {
  color: #f36600;
}
.munakata .voice__list__item:nth-child(even) .voice__list__item__title__contents__inner__name__position {
  background-image: url(../img/common/bg_orange.webp);
}
.munakata .voice__list__item__title {
  background-image: url(../img/common/bg_pink.webp);
}
.munakata .voice__list__item__title__contents__inner__en {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  color: #fd4;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .munakata .voice__list__item__title__contents__inner__en {
    margin-bottom: 7px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .munakata .voice__list__item__title__contents__inner__en {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.munakata .voice__list__item__title__contents__inner__name__position {
  background-image: url(../img/common/bg_yellow.webp);
}

.greeting__photo {
  margin-bottom: 50px;
  width: 100%;
  line-height: 0.1;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 1300px) {
  .greeting__photo {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 900px) {
  .greeting__photo {
    margin-bottom: 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .greeting__photo {
    margin-bottom: 15px;
    aspect-ratio: 100/55;
  }
}
.greeting__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.greeting__inner__copy {
  margin-bottom: 25px;
  font-size: 27px;
  line-height: 1.6;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .greeting__inner__copy {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .greeting__inner__copy {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .greeting__inner__copy {
    margin-bottom: 6px;
    font-size: 19px;
    letter-spacing: -0.05em;
    text-align: justify;
  }
  .greeting__inner__copy br {
    display: none;
  }
}
.greeting__inner .text-base {
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .greeting__inner .text-base {
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .greeting__inner .text-base {
    line-height: 1.8;
  }
}
.greeting__inner__name {
  margin-top: 50px;
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.7;
  color: #456;
  text-align: right;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1300px) {
  .greeting__inner__name {
    margin-top: 40px;
    padding-top: 25px;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .greeting__inner__name {
    margin-top: 30px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .greeting__inner__name {
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.greeting__inner__name .large {
  margin-left: 15px;
  font-size: 1.5em;
  vertical-align: -5%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .greeting__inner__name .large {
    margin-left: 10px;
  }
}

.magazine-new {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .magazine-new {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-new {
    margin: 0 -20px;
    padding: 30px;
    border-radius: 5px;
  }
}
.magazine-new__photo {
  width: 230px;
  line-height: 0.1;
  overflow: hidden;
  aspect-ratio: 220/310;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
}
@media screen and (max-width: 1400px) {
  .magazine-new__photo {
    width: 210px;
  }
}
@media screen and (max-width: 900px) {
  .magazine-new__photo {
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-new__photo {
    margin: 0 auto 20px;
    width: 170px;
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
}
.magazine-new__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazine-new__inner {
  padding: 15px 20px 15px 0;
  width: calc(100% - 230px - 40px);
}
@media screen and (max-width: 1400px) {
  .magazine-new__inner {
    padding: 5px 0 10px 0;
    width: calc(100% - 210px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .magazine-new__inner {
    padding: 5px 0 0;
    width: calc(100% - 190px - 25px);
  }
}
@media screen and (max-width: 599px) {
  .magazine-new__inner {
    padding: 0;
    width: 100%;
  }
}
.magazine-new__inner__list {
  margin-top: -5px;
  margin-bottom: 20px;
  padding: 30px 35px 28px;
  background-color: #eef7e7;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .magazine-new__inner__list {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 24px 30px 23px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-new__inner__list {
    margin-bottom: 15px;
    padding: 20px 25px 19px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-new__inner .btn-base {
    width: 100%;
  }
}

.magazine-list {
  margin-top: -50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .magazine-list {
    margin-top: -40px;
  }
}
@media screen and (max-width: 900px) {
  .magazine-list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-list {
    margin-top: -10px;
    justify-content: space-between;
  }
}
.magazine-list__item {
  margin-top: 60px;
  margin-left: 40px;
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1400px) {
  .magazine-list__item {
    margin-top: 50px;
    margin-left: 30px;
    width: calc((100% - 90px) / 4);
  }
}
.magazine-list__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .magazine-list__item {
    margin-top: 30px;
    margin-left: 25px;
    width: calc((100% - 50px) / 3);
  }
  .magazine-list__item:nth-child(4n-3) {
    margin-left: 25px;
  }
  .magazine-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .magazine-list__item {
    margin-top: 20px;
    margin-left: 0;
    width: calc((100% - 4vw) / 2);
  }
  .magazine-list__item:nth-child(4n-3) {
    margin-left: 0;
  }
  .magazine-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 365px) {
  .magazine-list__item {
    width: 100%;
  }
}
.magazine-list__item__title {
  margin-bottom: 12px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  position: relative;
}
.magazine-list__item__title::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 6px solid #7c3;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .magazine-list__item__title {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 17px;
  }
  .magazine-list__item__title::before {
    width: 15px;
    height: 15px;
    border: 5px solid #7c3;
    top: 4px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-list__item__title {
    margin-bottom: 8px;
    padding-left: 20px;
    font-size: 15px;
  }
  .magazine-list__item__title::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
}
.magazine-list__item__photo {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 220/310;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
  overflow: hidden;
}
.magazine-list__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .magazine-list__item__photo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-list__item__photo {
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
}
.magazine-list__item__btn {
  padding-left: 0.2em;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/common/icon_pdf.svg), url(../img/common/bg_green.webp);
  background-size: 19px auto, 500px auto;
  background-repeat: no-repeat, repeat;
  background-position: 14px 50%, 50% 50%;
  border-radius: 3px;
  display: block;
  position: relative;
}
.magazine-list__item__btn::before {
  content: "";
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  transition: 0.2s;
}
.magazine-list__item__btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .magazine-list__item__btn {
    height: 46px;
    font-size: 15px;
    line-height: 44px;
    background-size: 17px auto, 250px auto;
    background-position: 12px 50%, 50% 50%;
    letter-spacing: 0.02em;
  }
  .magazine-list__item__btn::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    right: 10px;
    background-size: 125px auto;
  }
  .magazine-list__item__btn::after {
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .magazine-list__item__btn {
    padding-left: 0.3em;
    height: 42px;
    font-size: 14px;
    line-height: 40px;
  }
  .magazine-list__item__btn::before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    right: 10px;
    background-size: 125px auto;
  }
  .magazine-list__item__btn::after {
    right: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .magazine-list__item__btn:hover {
    background-image: url(../img/common/icon_pdf.svg), url(../img/common/bg_l-green.webp);
    transform: translateY(5px);
  }
  .magazine-list__item__btn:hover::before {
    background-image: url(../img/common/bg_green.webp);
  }
}

.outline-figure {
  padding: 60px;
  background-color: #fff;
  line-height: 0.1;
}
@media screen and (max-width: 1200px) {
  .outline-figure {
    padding: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .outline-figure {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .outline-figure {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure {
    padding: 20px;
  }
}

.outline-history {
  padding: 15px 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .outline-history {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 599px) {
  .outline-history {
    padding: 30px;
  }
}
@media screen and (max-width: 365px) {
  .outline-history {
    padding: 20px;
  }
}
.outline-history__item {
  padding: 25px 0;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .outline-history__item {
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .outline-history__item {
    padding: 0 0 25px;
    border: none;
  }
  .outline-history__item:last-child {
    padding-bottom: 0;
  }
}
.outline-history__item:first-child {
  border-top: none;
}
.outline-history__item:nth-child(even) .outline-history__item__title {
  background-image: url(../img/common/bg_green.webp);
}
.outline-history__item__title {
  padding-left: 0.06em;
  width: 150px;
  height: 40px;
  font-size: 17px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/common/bg_l-green.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .outline-history__item__title {
    padding-left: 0;
    width: 120px;
    height: 36px;
    font-size: 15px;
    line-height: 38px;
    border-radius: 3px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 599px) {
  .outline-history__item__title {
    width: 100%;
    font-size: 14px;
    border-radius: 2px;
  }
}
.outline-history__item__text {
  padding-top: 5px;
  width: calc(100% - 150px - 20px);
}
@media screen and (max-width: 900px) {
  .outline-history__item__text {
    padding-top: 3px;
    width: calc(100% - 120px - 20px);
  }
}
@media screen and (max-width: 599px) {
  .outline-history__item__text {
    padding-top: 12px;
    width: 100%;
  }
  .outline-history__item__text.text-base {
    line-height: 1.6;
  }
}

.facility-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.facility-nav-list__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1500px) {
  .facility-nav-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .facility-nav-list__item {
    margin-top: 10px;
    width: 100%;
  }
  .facility-nav-list__item:first-child {
    margin-top: 0;
  }
}
.facility-nav-list__item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .facility-nav-list__item__link {
    height: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-nav-list__item__link {
    height: 110px;
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item__link {
    height: 100px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-nav-list__item__link {
    height: 90px;
    background-size: 125px auto;
    border-radius: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .facility-nav-list__item__link:hover {
    transform: translateY(5px);
  }
}
.facility-nav-list__item__link.koga {
  background-image: url(../img/common/bg_l-green.webp);
}
.facility-nav-list__item__link.koga .facility-nav-list__item__link__inner::before {
  background-image: url(../img/common/bg_green.webp);
}
@media screen and (min-width: 1025px) {
  .facility-nav-list__item__link.koga:hover {
    background-image: url(../img/common/bg_green.webp);
  }
  .facility-nav-list__item__link.koga:hover .facility-nav-list__item__link__inner::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}
.facility-nav-list__item__link.munakata {
  background-image: url(../img/common/bg_pink.webp);
}
.facility-nav-list__item__link.munakata .facility-nav-list__item__link__inner::before {
  background-image: url(../img/common/bg_yellow.webp);
}
@media screen and (min-width: 1025px) {
  .facility-nav-list__item__link.munakata:hover {
    background-image: url(../img/common/bg_orange.webp);
  }
  .facility-nav-list__item__link.munakata:hover .facility-nav-list__item__link__inner::before {
    background-image: url(../img/common/bg_pink.webp);
  }
}
.facility-nav-list__item__link__inner {
  padding: 0 35px;
  width: calc(100% - 190px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .facility-nav-list__item__link__inner {
    padding: 0 30px;
    width: 65%;
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item__link__inner {
    padding: 0 25px;
  }
}
.facility-nav-list__item__link__inner::before {
  content: "";
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .facility-nav-list__item__link__inner::before {
    right: 22px;
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item__link__inner::before {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-nav-list__item__link__inner::before {
    border-radius: 2px;
    right: 17px;
  }
}
.facility-nav-list__item__link__inner::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 7px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 37px;
}
@media screen and (max-width: 1200px) {
  .facility-nav-list__item__link__inner::after {
    right: 29px;
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item__link__inner::after {
    right: 26px;
  }
}
@media screen and (max-width: 599px) {
  .facility-nav-list__item__link__inner::after {
    right: 23px;
  }
}
.facility-nav-list__item__link__inner__text {
  width: 100%;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1400px) {
  .facility-nav-list__item__link__inner__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-nav-list__item__link__inner__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item__link__inner__text {
    font-size: 21px;
  }
}
@media screen and (max-width: 365px) {
  .facility-nav-list__item__link__inner__text {
    font-size: 19px;
  }
}
.facility-nav-list__item__link__inner__text__en {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  color: #fd4;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media screen and (max-width: 1400px) {
  .facility-nav-list__item__link__inner__text__en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-nav-list__item__link__inner__text__en {
    margin-top: 7px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .facility-nav-list__item__link__inner__text__en {
    margin-top: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .facility-nav-list__item__link__inner__text__en {
    margin-top: 5px;
    font-size: 12px;
  }
}
.facility-nav-list__item__link__photo {
  width: 190px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .facility-nav-list__item__link__photo {
    width: 35%;
  }
}
.facility-nav-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-index-map {
  width: 100%;
  aspect-ratio: 100/50;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .facility-index-map {
    aspect-ratio: 10/8;
  }
}
.facility-index-map iframe {
  width: 100%;
  height: calc(100% + 67px);
  position: absolute;
  top: -67px;
  left: 0;
}

.facility-index-list__item {
  margin-top: 100px;
}
.facility-index-list__item:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .facility-index-list__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .facility-index-list__item {
    margin-top: 60px;
  }
  .facility-index-list__item:first-child {
    margin-top: 20px;
  }
}
.facility-index-list__item__title {
  margin-bottom: 30px;
  width: 100%;
  padding: 23px 20px 26px 80px;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.facility-index-list__item__title::before {
  content: "";
  margin: auto 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}
.facility-index-list__item__title::after {
  content: "";
  margin: auto 0;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}
@media screen and (max-width: 900px) {
  .facility-index-list__item__title {
    margin-bottom: 20px;
    padding: 17px 20px 20px 65px;
    font-size: 20px;
  }
  .facility-index-list__item__title::before {
    width: 46px;
    height: 46px;
    left: 10px;
  }
  .facility-index-list__item__title::after {
    width: 46px;
    height: 46px;
    left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .facility-index-list__item__title {
    margin-bottom: 15px;
    padding: 60px 10px 15px 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
  }
  .facility-index-list__item__title::before {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
  }
  .facility-index-list__item__title::after {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 365px) {
  .facility-index-list__item__title {
    font-size: 16px;
  }
}
.facility-index-list__item__title.title01::after {
  background-image: url(../img/common/service01.svg);
  background-size: 44% auto;
  background-position: 55% 48%;
}
.facility-index-list__item__title.title02::after {
  background-image: url(../img/common/service03.svg);
  background-size: 57% auto;
  background-position: 50% 50%;
}
.facility-index-list__item__title.title03::after {
  background-image: url(../img/common/service02.svg);
  background-size: 50% auto;
  background-position: 50% 50%;
}
.facility-index-list__item__title.title04::after {
  background-image: url(../img/common/service04.svg);
  background-size: 60% auto;
  background-position: 50% 48%;
}
.facility-index-list__item__title.title05::after {
  background-image: url(../img/common/service05.svg);
  background-size: 50% auto;
  background-position: 50% 50%;
}
.facility-index-list__item__title.title06::after {
  background-image: url(../img/common/service06.svg);
  background-size: 46% auto;
  background-position: 48% 50%;
}
.facility-index-list__item__title.title07::after {
  background-image: url(../img/common/service01.svg);
  background-size: 44% auto;
  background-position: 55% 48%;
}
.facility-index-list__item__title.title08::after {
  background-image: url(../img/common/service02.svg);
  background-size: 50% auto;
  background-position: 50% 50%;
}
.facility-index-list__item .title-circle {
  margin-bottom: 10px;
}
.facility-index-list__item__detail {
  margin: 20px 0 0;
  padding: 35px 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .facility-index-list__item__detail {
    margin: 15px 0 0;
    padding: 25px 35px;
  }
}
@media screen and (max-width: 599px) {
  .facility-index-list__item__detail {
    margin: 10px 0 0;
    padding: 25px 30px;
    border-radius: 3px;
    flex-wrap: wrap;
  }
}
.facility-index-list__item__detail__title {
  width: 130px;
  font-size: 23px;
  line-height: 1;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .facility-index-list__item__detail__title {
    width: 110px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-index-list__item__detail__title {
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
  }
}
.facility-index-list__item__detail__text {
  padding-left: 30px;
  width: calc(100% - 130px);
  border-left: 1px dotted #bbb;
  font-size: 18px;
  line-height: 1.7;
  color: #456;
}
@media screen and (max-width: 900px) {
  .facility-index-list__item__detail__text {
    padding-left: 25px;
    width: calc(100% - 110px);
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .facility-index-list__item__detail__text {
    padding: 0;
    width: 100%;
    font-size: 16px;
    border: none;
  }
}
.facility-index-list__item__detail__text a {
  color: #456;
  cursor: text;
}
.facility-index-list__item__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .facility-index-list__item__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .facility-index-list__item__btn {
    margin-top: 20px;
  }
}
.facility-index-list__item__btn .btn-base {
  margin: 0 auto;
  padding-right: 65px;
}
@media screen and (max-width: 599px) {
  .facility-index-list__item__btn .btn-base {
    padding-right: 45px;
  }
}

.munakata .facility-index-list__item__title {
  background-image: url(../img/common/bg_pink.webp);
}
.munakata .facility-index-list__item__title::before {
  background-image: url(../img/common/bg_yellow.webp);
}
.munakata .facility-index-list__item__detail__title {
  color: #f7aa00;
}
.munakata#munakata .btn-base {
  background-image: url(../img/common/bg_l-green.webp);
}
.munakata#munakata .btn-base::before {
  background-image: url(../img/common/bg_green.webp);
}
@media screen and (min-width: 1025px) {
  .munakata#munakata .btn-base:hover {
    background-image: url(../img/common/bg_green.webp);
  }
  .munakata#munakata .btn-base:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
}

.facility-title {
  margin-bottom: 65px;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .facility-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .facility-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .facility-title {
    margin-bottom: 25px;
    border-radius: 5px;
    background-size: 125px auto;
  }
}
@media screen and (max-width: 365px) {
  .facility-title {
    margin: 0 -20px 20px;
  }
}
.facility-title__inner {
  padding: 40px 20px 50px;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .facility-title__inner {
    padding: 20px 10px 30px;
  }
}
@media screen and (max-width: 900px) {
  .facility-title__inner {
    padding: 5px 5px 15px;
  }
}
@media screen and (max-width: 599px) {
  .facility-title__inner {
    padding: 25px 5px 30px;
    width: 100%;
  }
}
.facility-title__inner__title {
  padding-top: 85px;
  width: 100%;
  font-size: 30px;
  line-height: 1.45;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .facility-title__inner__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1300px) {
  .facility-title__inner__title {
    padding-top: 75px;
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .facility-title__inner__title {
    padding-top: 65px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-title__inner__title {
    padding-top: 50px;
    font-size: 20px;
  }
}
.facility-title__inner__title__sub {
  font-size: 0.833em;
  display: block;
}
.facility-title__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .facility-title__inner__title::before {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 900px) {
  .facility-title__inner__title::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .facility-title__inner__title::before {
    width: 46px;
    height: 46px;
    background-size: 125px auto;
  }
}
.facility-title__inner__title::after {
  content: "";
  margin: 0 auto;
  width: 74px;
  height: 74px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .facility-title__inner__title::after {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 900px) {
  .facility-title__inner__title::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .facility-title__inner__title::after {
    width: 46px;
    height: 46px;
  }
}
.facility-title__inner__title.facility01::after {
  background-image: url(../img/common/service01.svg);
  background-size: 46% auto;
  background-position: 53% 50%;
}
.facility-title__inner__title.facility02::after {
  background-image: url(../img/common/service03.svg);
  background-size: 46% auto;
  background-position: 50% 50%;
}
.facility-title__inner__title.facility03::after {
  background-image: url(../img/common/service02.svg);
  background-size: 51.35% auto;
  background-position: 50% 50%;
}
.facility-title__inner__title.facility04::after {
  background-image: url(../img/common/service04.svg);
  background-size: 54% auto;
  background-position: 50% 50%;
}
.facility-title__inner__title.facility05::after {
  background-image: url(../img/common/service05.svg);
  background-size: 45.95% auto;
  background-position: 50% 50%;
}
.facility-title__inner__title.facility06::after {
  background-image: url(../img/common/service06.svg);
  background-size: 54% auto;
  background-position: 48% 50%;
}
.facility-title__inner__title.facility07::after {
  background-image: url(../img/common/service01.svg);
  background-size: 46% auto;
  background-position: 53% 50%;
}
.facility-title__inner__title.facility08::after {
  background-image: url(../img/common/service02.svg);
  background-size: 51.35% auto;
  background-position: 50% 50%;
}
.facility-title__inner__area {
  margin: 18px auto 0;
  padding-left: 0.12em;
  width: 274px;
  height: 34px;
  font-size: 18px;
  line-height: 33px;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  background-color: #fff;
  border-radius: 17px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .facility-title__inner__area {
    width: 260px;
    height: 32px;
    font-size: 17px;
    line-height: 31px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .facility-title__inner__area {
    margin-top: 15px;
    width: 240px;
    height: 30px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 900px) {
  .facility-title__inner__area {
    margin-top: 10px;
    width: 200px;
    height: 26px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 13px;
  }
}
.facility-title__photo {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .facility-title__photo {
    width: 100%;
  }
}
.facility-title__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.munakata .facility-title {
  background-image: url(../img/common/bg_pink.webp);
}
.munakata .facility-title__inner__title::before {
  background-image: url(../img/common/bg_yellow.webp);
}
.munakata .facility-title__inner__area {
  color: #f39933;
}

.facility-lead {
  margin: -5px auto 0;
  width: 100%;
  max-width: 910px;
}
@media screen and (max-width: 599px) {
  .facility-lead {
    margin: -3px auto 0;
  }
}

.facility-price {
  margin: 30px 0 80px;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .facility-price {
    margin: 25px 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .facility-price {
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .facility-price {
    margin: 15px 0 30px;
    text-align: center;
  }
}

.facility-point {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .facility-point {
    margin-top: 0;
  }
}
.facility-point__item {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .facility-point__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-point__item {
    margin-top: 20px;
    width: 100%;
  }
  .facility-point__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .facility-point__item {
    margin-top: 10px;
    border-radius: 5px;
  }
}
.facility-point__item__photo {
  width: 100%;
}
.facility-point__item__inner {
  padding: 30px 50px 50px;
}
@media screen and (max-width: 1500px) {
  .facility-point__item__inner {
    padding: 30px 45px 45px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-point__item__inner {
    padding: 25px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .facility-point__item__inner {
    padding: 20px 30px 30px;
  }
}
.facility-point__item__inner__title {
  margin-bottom: 15px;
  margin-left: -5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .facility-point__item__inner__title {
    margin-bottom: 10px;
  }
}
.facility-point__item__inner__title__number {
  padding-top: 16px;
  width: 70px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  letter-spacing: normal;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  text-align: center;
  aspect-ratio: 1/1;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .facility-point__item__inner__title__number {
    padding-top: 14px;
    width: 60px;
    font-size: 14px;
    background-size: 125px auto;
  }
}
@media screen and (max-width: 365px) {
  .facility-point__item__inner__title__number {
    padding-top: 11px;
    width: 50px;
    font-size: 12px;
  }
}
.facility-point__item__inner__title__number .number {
  font-size: 22px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .facility-point__item__inner__title__number .number {
    font-size: 19px;
  }
}
@media screen and (max-width: 365px) {
  .facility-point__item__inner__title__number .number {
    font-size: 17px;
  }
}
.facility-point__item__inner__title__copy {
  width: calc(100% - 70px - 18px);
  font-size: 21px;
  line-height: 1.45;
  color: #0a4;
  letter-spacing: normal;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .facility-point__item__inner__title__copy {
    width: calc(100% - 70px - 15px);
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .facility-point__item__inner__title__copy {
    font-size: 21px;
  }
  .facility-point__item__inner__title__copy br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .facility-point__item__inner__title__copy {
    width: calc(100% - 60px - 10px);
    font-size: 17px;
  }
}
@media screen and (max-width: 365px) {
  .facility-point__item__inner__title__copy {
    width: calc(100% - 50px - 8px);
    font-size: 16px;
  }
}
.facility-point__item__inner__text {
  font-size: 18px;
  line-height: 1.78;
  color: #456;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .facility-point__item__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .facility-point__item__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .facility-point__item__inner__text {
    font-size: 15px;
  }
}

.facility-photo2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.facility-photo2__item {
  width: calc((100% - 40px) / 2);
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .facility-photo2__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-photo2__item {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-photo2__item {
    width: calc((100% - 4px) / 2);
    border-radius: 3px;
  }
}

.facility-schedule {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.facility-schedule__inner {
  width: calc(100% - 250px - 20px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .facility-schedule__inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .facility-schedule__inner {
    padding: 23px 25px;
    background-color: #fff;
    border-radius: 3px;
  }
}
.facility-schedule__inner__item {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .facility-schedule__inner__item {
    width: 100%;
  }
  .facility-schedule__inner__item:first-child .facility-schedule__inner__item__list__item:last-child {
    padding-bottom: 20px;
  }
}
.facility-schedule__inner__item__list__item {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.facility-schedule__inner__item__list__item::before {
  content: "";
  width: 2px;
  height: calc(100% - 2px);
  background-color: #0a4;
  position: absolute;
  left: 34px;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .facility-schedule__inner__item__list__item {
    padding-bottom: 20px;
  }
  .facility-schedule__inner__item__list__item::before {
    left: 29px;
  }
}
.facility-schedule__inner__item__list__item:last-child {
  padding-bottom: 0;
}
.facility-schedule__inner__item__list__item__month {
  padding-left: 0.2em;
  width: 70px;
  height: 30px;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .facility-schedule__inner__item__list__item__month {
    width: 60px;
    height: 24px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 12px;
  }
}
.facility-schedule__inner__item__list__item__month .number {
  font-size: 22px;
  vertical-align: -4%;
}
@media screen and (max-width: 900px) {
  .facility-schedule__inner__item__list__item__month .number {
    font-size: 19px;
  }
}
.facility-schedule__inner__item__list__item__event {
  padding-top: 4px;
  width: calc(100% - 70px - 20px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .facility-schedule__inner__item__list__item__event {
    padding-top: 2px;
    width: calc(100% - 60px - 15px);
  }
}
@media screen and (max-width: 599px) {
  .facility-schedule__inner__item__list__item__event {
    padding-top: 2px;
    width: calc(100% - 60px - 12px);
  }
}
.facility-schedule__inner__item__list__item__event__item {
  margin-right: 15px;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  position: relative;
}
.facility-schedule__inner__item__list__item__event__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #7c3;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .facility-schedule__inner__item__list__item__event__item {
    margin-right: 10px;
    padding-left: 12px;
    font-size: 17px;
  }
  .facility-schedule__inner__item__list__item__event__item::before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .facility-schedule__inner__item__list__item__event__item {
    margin-right: 8px;
    padding-left: 11px;
    font-size: 16px;
  }
  .facility-schedule__inner__item__list__item__event__item::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
}
.facility-schedule__photo {
  width: 250px;
}
@media screen and (max-width: 1300px) {
  .facility-schedule__photo {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .facility-schedule__photo {
    margin-top: 10px;
  }
}
.facility-schedule__photo__item {
  margin-top: 20px;
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .facility-schedule__photo__item {
    margin-top: 0;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-schedule__photo__item {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-schedule__photo__item {
    width: calc((100% - 4px) / 2);
    border-radius: 3px;
  }
}
.facility-schedule__photo__item:first-child {
  margin-top: 0;
}
.facility-schedule__copy {
  margin-top: 40px;
  padding: 25px 30px 25px calc(30px + 0.06em);
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #0a4;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .facility-schedule__copy {
    margin-top: 30px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-schedule__copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .facility-schedule__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .facility-schedule__copy {
    margin-top: 25px;
    padding: 20px 30px 20px calc(30px + 0.06em);
    font-size: 16px;
    border-radius: 5px;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .facility-schedule__copy {
    margin-top: 15px;
    padding: 20px 25px 20px calc(25px + 0.06em);
    font-size: 16px;
    border-radius: 3px;
  }
}

.munakata .facility-schedule__inner__item__list__item::before {
  background-color: #f7aa00;
}
.munakata .facility-schedule__inner__item__list__item__month {
  background-image: url(../img/common/bg_pink.webp);
}
.munakata .facility-schedule__inner__item__list__item__event__item::before {
  background-color: #fd4;
}
.munakata .facility-schedule__copy {
  color: #f39933;
}

.facility-map {
  width: 100%;
  aspect-ratio: 100/45;
  overflow: hidden;
}
.facility-map .text-base {
  line-height: 1.78;
}
.facility-map {
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .facility-map {
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-map {
    border-radius: 3px;
    aspect-ratio: 10/6;
  }
}
.facility-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-parking {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.facility-parking__photo {
  width: 380px;
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .facility-parking__photo {
    width: 350px;
  }
}
@media screen and (max-width: 900px) {
  .facility-parking__photo {
    width: 300px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-parking__photo {
    margin-top: 15px;
    width: 100%;
    border-radius: 3px;
  }
}
.facility-parking .list-base {
  width: calc(100% - 380px - 30px);
}
@media screen and (max-width: 1024px) {
  .facility-parking .list-base {
    width: calc(100% - 350px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .facility-parking .list-base {
    width: calc(100% - 300px - 25px);
  }
}
@media screen and (max-width: 599px) {
  .facility-parking .list-base {
    width: 100%;
  }
}

.facility-env {
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .facility-env {
    margin-top: 0;
  }
}
.facility-env__item {
  margin-top: 40px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 900px) {
  .facility-env__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .facility-env__item {
    margin-top: 25px;
    width: 100%;
  }
  .facility-env__item:first-child {
    margin-top: 0;
  }
}
.facility-env__item__photo {
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .facility-env__item__photo {
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-env__item__photo {
    border-radius: 3px;
  }
}
.facility-env__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-env__item__title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .facility-env__item__title {
    margin-bottom: 7px;
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .facility-env__item__title {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-env__item__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.facility-env__item .text-base {
  line-height: 1.78;
}

.munakata .facility-env__item__title {
  color: #f39933;
}

.facility-merit {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .facility-merit {
    margin-top: 0;
  }
}
.facility-merit__item {
  width: calc((100% - 40px) / 2);
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .facility-merit__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-merit__item {
    margin-top: 20px;
    width: 100%;
  }
  .facility-merit__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .facility-merit__item {
    margin-top: 10px;
    border-radius: 5px;
    background-size: 125px auto;
  }
}
.facility-merit__item__photo {
  width: 100%;
}
.facility-merit__item__inner {
  padding: 40px 50px 50px;
}
@media screen and (max-width: 1500px) {
  .facility-merit__item__inner {
    padding: 35px 45px 45px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-merit__item__inner {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .facility-merit__item__inner {
    padding: 30px;
  }
}
.facility-merit__item__inner__title {
  margin-bottom: 18px;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.facility-merit__item__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 36px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .facility-merit__item__inner__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-merit__item__inner__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-merit__item__inner__title {
    margin-bottom: 14px;
    padding-bottom: 18px;
    font-size: 18px;
  }
  .facility-merit__item__inner__title::before {
    width: 24px;
    height: 2px;
    border-radius: 1px;
  }
}
.facility-merit__item__inner__text {
  font-size: 18px;
  line-height: 1.78;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .facility-merit__item__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .facility-merit__item__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .facility-merit__item__inner__text {
    font-size: 15px;
  }
}

.munakata .facility-merit__item {
  background-image: url(../img/common/bg_pink.webp);
}

.facility-feature {
  padding: 45px 50px 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .facility-feature {
    padding: 35px 40px 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 900px) {
  .facility-feature {
    padding: 30px 35px 35px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-feature {
    padding: 25px 30px 30px;
    border-radius: 3px;
  }
}
.facility-feature__photo {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .facility-feature__photo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-feature__photo {
    margin-top: 15px;
  }
}
.facility-feature__photo__item {
  width: calc((100% - 30px) / 3);
  line-height: 0.1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .facility-feature__photo__item {
    width: calc((100% - 20px) / 3);
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .facility-feature__photo__item {
    margin-top: 10px;
    width: 100%;
    border-radius: 2px;
  }
  .facility-feature__photo__item:first-child {
    margin-top: 0;
  }
}
.facility-feature__photo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-flow {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .facility-flow {
    margin-top: 20px;
  }
}
.facility-flow__item {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.facility-flow__item::before {
  content: "";
  width: 0;
  height: calc(100% - 10px);
  border-right: 5px dotted #0a4;
  position: absolute;
  left: 63px;
  bottom: 3px;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .facility-flow__item::before {
    border-right: 4px dotted #0a4;
    bottom: 1px;
    left: 58px;
  }
}
@media screen and (max-width: 900px) {
  .facility-flow__item::before {
    bottom: 1px;
    left: 48px;
  }
}
@media screen and (max-width: 599px) {
  .facility-flow__item {
    padding-bottom: 10px;
    align-items: flex-start;
  }
  .facility-flow__item::before {
    border-right: 2px dotted #0a4;
    bottom: 1px;
    left: 29px;
  }
}
.facility-flow__item:last-child {
  padding-bottom: 0;
}
.facility-flow__item:last-child::before {
  display: none;
}
.facility-flow__item:nth-child(even) .facility-flow__item__number {
  background-image: url(../img/common/bg_l-green.webp);
}
.facility-flow__item:nth-child(even) .facility-flow__item__inner__title {
  color: #7c3;
}
.facility-flow__item__number {
  padding-top: 36px;
  width: 130px;
  aspect-ratio: 1/1;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .facility-flow__item__number {
    padding-top: 34px;
    width: 120px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .facility-flow__item__number {
    padding-top: 28px;
    width: 100px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .facility-flow__item__number {
    padding-top: 13px;
    width: 60px;
    font-size: 10px;
  }
}
.facility-flow__item__number .number {
  margin-top: 2px;
  font-size: 40px;
  line-height: 1;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media screen and (max-width: 1300px) {
  .facility-flow__item__number .number {
    margin-top: 1px;
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .facility-flow__item__number .number {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .facility-flow__item__number .number {
    margin-top: 0;
    font-size: 24px;
  }
}
.facility-flow__item__inner {
  width: calc(100% - 130px - 30px);
}
@media screen and (max-width: 1300px) {
  .facility-flow__item__inner {
    width: calc(100% - 120px - 20px);
  }
}
@media screen and (max-width: 900px) {
  .facility-flow__item__inner {
    width: calc(100% - 100px - 15px);
  }
}
@media screen and (max-width: 599px) {
  .facility-flow__item__inner {
    width: calc(100% - 60px - 10px);
  }
}
.facility-flow__item__inner__title {
  font-size: 22px;
  line-height: 1;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .facility-flow__item__inner__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-flow__item__inner__title {
    padding-top: 8px;
    font-size: 17px;
  }
}
.facility-flow__item__inner .text-base {
  margin-top: 15px;
  padding-left: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 1300px) {
  .facility-flow__item__inner .text-base {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .facility-flow__item__inner .text-base {
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .facility-flow__item__inner .text-base {
    margin-top: 8px;
    line-height: 1.5;
  }
}

.munakata .facility-flow__item::before {
  border-right: 5px dotted #f7aa00;
}
@media screen and (max-width: 1300px) {
  .munakata .facility-flow__item::before {
    border-right: 4px dotted #f7aa00;
  }
}
@media screen and (max-width: 599px) {
  .munakata .facility-flow__item::before {
    border-right: 2px dotted #f7aa00;
  }
}
.munakata .facility-flow__item:nth-child(even) .facility-flow__item__number {
  background-image: url(../img/common/bg_yellow.webp);
}
.munakata .facility-flow__item:nth-child(even) .facility-flow__item__inner__title {
  color: #fc3;
}
.munakata .facility-flow__item__number {
  background-image: url(../img/common/bg_pink.webp);
}
.munakata .facility-flow__item__inner__title {
  color: #f39933;
}

.facility-consult {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .facility-consult {
    margin-top: 10px;
  }
}
.facility-consult__item {
  padding: 35px 50px 50px;
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .facility-consult__item {
    padding: 34px 38px 38px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-consult__item {
    padding: 30px;
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-consult__item {
    margin-top: 10px;
    padding: 25px 30px;
    width: 100%;
    border-radius: 3px;
  }
  .facility-consult__item:first-child {
    margin-top: 0;
  }
}
.facility-consult__item__title {
  padding-top: 85px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.facility-consult__item__title::before {
  content: "";
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.facility-consult__item__title::after {
  content: "";
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .facility-consult__item__title {
    padding-top: 73px;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .facility-consult__item__title::before {
    width: 60px;
    height: 60px;
  }
  .facility-consult__item__title::after {
    width: 60px;
    height: 60px;
  }
}
.facility-consult__item__title.free::after {
  background-image: url(../img/facility/facility04/icon01.svg);
  background-size: 44.28% auto;
}
.facility-consult__item__title.holiday::after {
  background-image: url(../img/facility/facility04/icon02.svg);
  background-size: 45.71% auto;
}
.facility-consult__item .text-base {
  line-height: 1.8;
}

.facility-life {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .facility-life {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 599px) {
  .facility-life {
    margin: 0;
  }
}
@media screen and (max-width: 365px) {
  .facility-life {
    margin: 0 -20px;
  }
}
.facility-life__item {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .facility-life__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-life__item {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-life__item {
    margin-top: 10px;
    width: 100%;
    border-radius: 3px;
  }
  .facility-life__item:first-child {
    margin-top: 0;
  }
}
.facility-life__item__photo {
  line-height: 0.1;
}
.facility-life__item__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-life__item__inner {
  padding: 35px 40px 40px;
}
@media screen and (max-width: 1200px) {
  .facility-life__item__inner {
    padding: 30px 35px 35px;
  }
}
@media screen and (max-width: 900px) {
  .facility-life__item__inner {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .facility-life__item__inner {
    padding: 25px 22px 28px;
  }
}
.facility-life__item__inner__title {
  margin-bottom: 22px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.45;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.facility-life__item__inner__title::after {
  content: "";
  margin: 0 auto;
  width: 34px;
  height: 3px;
  background-color: #0a4;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .facility-life__item__inner__title {
    margin-bottom: 16px;
    padding-bottom: 14px;
    font-size: 19px;
  }
  .facility-life__item__inner__title::after {
    width: 28px;
    height: 2px;
    border-radius: 1px;
  }
}
@media screen and (max-width: 599px) {
  .facility-life__item__inner__title {
    margin-bottom: 16px;
    padding-bottom: 14px;
    font-size: 18px;
  }
  .facility-life__item__inner__title::after {
    width: 28px;
    height: 2px;
    border-radius: 1px;
  }
}
.facility-life__item__inner .list-base li {
  line-height: 1.75;
}
.facility-life__item__inner .list-base li::before {
  top: 11px;
}
@media screen and (max-width: 900px) {
  .facility-life__item__inner .list-base li::before {
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .facility-life__item__inner .list-base li {
    line-height: 1.6;
  }
  .facility-life__item__inner .list-base li::before {
    top: 8px;
  }
}

.facility-room {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.facility-room__inner {
  width: calc(100% - 305px - 40px);
}
@media screen and (max-width: 1300px) {
  .facility-room__inner {
    width: calc(100% - 290px - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .facility-room__inner {
    width: calc(100% - 305px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .facility-room__inner {
    width: 100%;
  }
}
.facility-room__inner .box.white {
  padding: 30px 35px 28px;
}
@media screen and (max-width: 900px) {
  .facility-room__inner .box.white {
    padding: 25px 30px;
  }
}
.facility-room__inner .title-circle {
  margin-bottom: 10px;
}
.facility-room__inner .text-base {
  line-height: 1.8;
}
.facility-room__photo {
  width: 305px;
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .facility-room__photo {
    width: 290px;
  }
}
@media screen and (max-width: 1100px) {
  .facility-room__photo {
    width: 305px;
  }
}
@media screen and (max-width: 900px) {
  .facility-room__photo {
    margin-top: 25px;
    width: 100%;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-room__photo {
    margin-top: 15px;
    border-radius: 3px;
  }
}
.facility-room__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facility-shared {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.facility-shared__photo {
  width: 535px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .facility-shared__photo {
    width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .facility-shared__photo {
    width: 380px;
  }
}
@media screen and (max-width: 599px) {
  .facility-shared__photo {
    width: 100%;
  }
}
.facility-shared__photo__item {
  width: calc((100% - 15px) / 2);
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .facility-shared__photo__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .facility-shared__photo__item {
    width: calc((100% - 4px) / 2);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-shared__photo__item {
    width: calc((100% - 4px) / 2);
    border-radius: 3px;
  }
}
.facility-shared__photo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-shared__text {
  width: calc(100% - 535px - 40px);
}
@media screen and (max-width: 1300px) {
  .facility-shared__text {
    width: calc(100% - 480px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .facility-shared__text {
    width: calc(100% - 380px - 20px);
  }
  .facility-shared__text .text-base {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .facility-shared__text {
    margin-top: 15px;
    width: 100%;
  }
  .facility-shared__text .text-base {
    line-height: 1.6;
  }
}

.facility-annual {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #e3f3d7;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .facility-annual {
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-annual {
    border-radius: 3px;
  }
}
.facility-annual__title {
  width: 200px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .facility-annual__title {
    width: 160px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .facility-annual__title {
    padding: 12px 5px;
    width: 100%;
    font-size: 18px;
    background-size: 125px auto;
  }
}
.facility-annual__list {
  padding: 25px 40px 35px;
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .facility-annual__list {
    padding: 15px 30px 25px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 599px) {
  .facility-annual__list {
    padding: 20px 30px 25px;
    width: 100%;
  }
}
.facility-annual__list__item {
  margin-top: 10px;
  margin-right: 35px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  position: relative;
}
.facility-annual__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #7c3;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .facility-annual__list__item {
    margin-right: 26px;
    font-size: 17px;
  }
  .facility-annual__list__item::before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .facility-annual__list__item {
    margin-top: 5px;
    margin-right: 18px;
    padding-left: 15px;
    font-size: 16px;
  }
  .facility-annual__list__item::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .facility-annual__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.facility-trial {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .facility-trial {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 900px) {
  .facility-trial {
    padding: 0 30px 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-trial {
    padding: 0 20px 20px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 365px) {
  .facility-trial {
    margin: 0 -20px;
  }
}
.facility-trial__left {
  width: 330px;
}
@media screen and (max-width: 1500px) {
  .facility-trial__left {
    width: 310px;
  }
}
@media screen and (max-width: 1300px) {
  .facility-trial__left {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial__left {
    margin-top: -25px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .facility-trial__left {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-trial__left {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.facility-trial__left__badge {
  margin-bottom: 25px;
  width: 100%;
  height: 50px;
  font-size: 25px;
  line-height: 48px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #0a4;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .facility-trial__left__badge {
    margin-bottom: 15px;
    height: 40px;
    font-size: 22px;
    line-height: 38px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial__left__badge {
    margin: 0 auto 25px;
    width: 350px;
    height: 50px;
    font-size: 25px;
    line-height: 48px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 900px) {
  .facility-trial__left__badge {
    margin-bottom: 20px;
    width: 300px;
    height: 40px;
    font-size: 22px;
    line-height: 38px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-trial__left__badge {
    margin-bottom: 20px;
    width: 210px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 15px;
  }
}
.facility-trial__left__badge::before {
  content: "";
  margin: 0 auto;
  width: 0;
  border-width: 10px 7px 0 7px;
  border-style: solid;
  border-color: #0a4 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.facility-trial__left .text-base {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .facility-trial__left .text-base {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial__left .text-base {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .facility-trial__left .text-base {
    font-size: 16px;
    line-height: 1.6;
  }
}
.facility-trial__right {
  padding: 20px;
  width: calc(100% - 330px - 40px);
  background-color: #e9f9dd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .facility-trial__right {
    width: calc(100% - 310px - 25px);
  }
}
@media screen and (max-width: 1300px) {
  .facility-trial__right {
    width: calc(100% - 280px - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial__right {
    padding: 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .facility-trial__right {
    padding: 20px 10px;
    border-radius: 5px;
  }
}
.facility-trial__right__title {
  padding-right: 28px;
  font-size: 22px;
  line-height: 1.3;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .facility-trial__right__title {
    padding-right: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .facility-trial__right__title {
    padding-right: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial__right__title {
    padding-right: 28px;
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .facility-trial__right__title {
    padding-right: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-trial__right__title {
    padding-right: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
.facility-trial__right .text-base {
  padding-left: 28px;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .facility-trial__right .text-base {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .facility-trial__right .text-base {
    padding-left: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .facility-trial__right .text-base {
    padding-left: 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .facility-trial__right .text-base {
    padding-left: 20px;
    font-size: 17px;
  }
}
.facility-trial__right .text-base::after {
  content: "";
  margin: auto 0;
  width: 2px;
  height: 100%;
  background-color: #0a4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .facility-trial__right .text-base {
    margin-top: 10px;
    padding-top: 12px;
    padding-left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
  }
  .facility-trial__right .text-base::after {
    margin: 0 auto;
    width: 20px;
    height: 2px;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }
}

.facility-service06__item {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px dotted #bbb;
}
.facility-service06__item:first-child {
  padding-top: 10px;
  border-top: none;
}
@media screen and (max-width: 599px) {
  .facility-service06__item {
    padding: 30px 0 0;
    border-top: none;
  }
  .facility-service06__item:first-child {
    padding-top: 5px;
  }
}
.facility-service06__item__photo {
  width: 310px;
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .facility-service06__item__photo {
    width: 280px;
  }
}
@media screen and (max-width: 900px) {
  .facility-service06__item__photo {
    width: 220px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-service06__item__photo {
    width: 100%;
    border-radius: 3px;
  }
}
.facility-service06__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-service06__item__inner {
  width: calc(100% - 310px - 40px);
}
@media screen and (max-width: 1024px) {
  .facility-service06__item__inner {
    width: calc(100% - 280px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .facility-service06__item__inner {
    width: calc(100% - 220px - 25px);
  }
}
@media screen and (max-width: 599px) {
  .facility-service06__item__inner {
    margin-top: 15px;
    width: 100%;
  }
}
.facility-service06__item__inner__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .facility-service06__item__inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .facility-service06__item__inner__title {
    margin-bottom: 7px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .facility-service06__item__inner__title {
    font-size: 18px;
    letter-spacing: normal;
    text-align: center;
  }
}
.facility-service06__item__inner .text-base {
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .facility-service06__item__inner .text-base {
    font-size: 16px;
  }
}

.facility-dayflow {
  margin-top: 5px;
}
.facility-dayflow__item {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.facility-dayflow__item::after {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  background-color: #0a4;
  position: absolute;
  bottom: 0;
  left: 49px;
}
@media screen and (max-width: 599px) {
  .facility-dayflow__item {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .facility-dayflow__item::after {
    left: 29px;
  }
}
@media screen and (max-width: 365px) {
  .facility-dayflow__item::after {
    display: none;
  }
}
.facility-dayflow__item:last-child {
  padding-bottom: 0;
}
.facility-dayflow__item:last-child::after {
  display: none;
}
.facility-dayflow__item__time {
  width: 100px;
  height: 30px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .facility-dayflow__item__time {
    width: 60px;
    height: 24px;
    font-size: 14px;
    line-height: 20px;
    background-size: 125px auto;
    border-radius: 12px;
  }
}
.facility-dayflow__item__time .colon {
  margin-left: 0.07em;
  vertical-align: 6%;
  display: inline-block;
}
.facility-dayflow__item__inner {
  width: calc(100% - 100px - 20px);
}
@media screen and (max-width: 599px) {
  .facility-dayflow__item__inner {
    width: calc(100% - 60px - 10px);
  }
}
@media screen and (max-width: 365px) {
  .facility-dayflow__item__inner {
    margin-top: 8px;
    width: 100%;
  }
}
.facility-dayflow__item__inner__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 599px) {
  .facility-dayflow__item__inner__title {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}
.facility-dayflow__item__inner .box {
  padding: 32px 40px;
}
@media screen and (max-width: 599px) {
  .facility-dayflow__item__inner .box {
    padding: 22px 25px;
  }
}

.facility-target08 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.facility-target08__left {
  width: calc(100% - 320px - 40px);
}
@media screen and (max-width: 1500px) {
  .facility-target08__left {
    width: calc(100% - 280px - 25px);
  }
}
@media screen and (max-width: 1200px) {
  .facility-target08__left {
    width: 100%;
  }
}
.facility-target08__left .text-caution {
  margin-top: 10px;
}
.facility-target08__right {
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .facility-target08__right {
    width: 280px;
  }
}
.facility-target08__right .btn-base {
  padding-left: 45px;
  padding-right: 20px;
  min-width: 100%;
}
@media screen and (max-width: 1200px) {
  .facility-target08__right {
    width: 100%;
  }
  .facility-target08__right .btn-base {
    margin: 20px auto 0;
    width: 360px;
    min-width: 320px;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .facility-target08__right {
    width: 100%;
  }
  .facility-target08__right .btn-base {
    margin: 15px auto 0;
    width: 320px;
    min-width: 320px;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .facility-target08__right .btn-base {
    margin: 10px auto 0;
    width: 100%;
    min-width: 100%;
    display: block;
  }
}

.facility-point07 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.facility-point07__item {
  width: calc((100% - 70px) / 3);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .facility-point07__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .facility-point07__item {
    width: calc((100% - 20px) / 3);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .facility-point07__item {
    margin-top: 10px;
    width: 100%;
    border-radius: 3px;
  }
  .facility-point07__item:first-child {
    margin-top: 0;
  }
}
.facility-point07__item__photo {
  line-height: 0.1;
}
.facility-point07__item__photo img {
  width: 100%;
  aspect-ratio: 100/70;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-point07__item__inner {
  padding: 30px 20px 40px;
  text-align: center;
  background-image: url(../img/common/bg_pink.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 900px) {
  .facility-point07__item__inner {
    padding: 25px 15px 25px;
  }
}
@media screen and (max-width: 599px) {
  .facility-point07__item__inner {
    padding: 25px 5px;
    background-size: 125px auto;
  }
}
.facility-point07__item__inner__label {
  margin: 0 auto 12px;
  width: 80px;
  height: 26px;
  font-size: 17px;
  line-height: 25px;
  color: #f39933;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .facility-point07__item__inner__label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  .facility-point07__item__inner__label {
    margin: 0 auto 9px;
    width: 70px;
    height: 22px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 3px;
  }
}
.facility-point07__item__inner__copy {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 1200px) {
  .facility-point07__item__inner__copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .facility-point07__item__inner__copy {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .facility-point07__item__inner__copy {
    font-size: 19px;
  }
}

@media screen and (max-width: 599px) {
  .admission-flow {
    margin: 0 -20px;
  }
}
.admission-flow__item {
  margin-top: 50px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.admission-flow__item::before {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #0a4 transparent transparent transparent;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .admission-flow__item {
    margin-top: 40px;
    border-radius: 5px;
  }
  .admission-flow__item::before {
    border-width: 16px 16px 0 16px;
    top: -28px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item {
    margin-top: 30px;
    border-radius: 3px;
  }
  .admission-flow__item::before {
    border-width: 12px 12px 0 12px;
    top: -21px;
  }
}
.admission-flow__item:first-child {
  margin-top: 0;
}
.admission-flow__item:first-child::before {
  display: none;
}
.admission-flow__item__head {
  padding: 30px 20px 30px;
  font-size: 31px;
  line-height: 1.2;
  color: #0a4;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #d7f3e3;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__head {
    padding: 25px 15px 25px;
    font-size: 26px;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__head {
    padding: 17px 5px 16px;
    font-size: 20px;
    background-size: 125px auto;
    border-radius: 3px 3px 0 0;
  }
}
.admission-flow__item__head__num {
  margin: 0 auto 10px;
  width: 100px;
  height: 34px;
  font-size: 17px;
  line-height: 33px;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/bg_l-green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 17px;
  display: block;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__head__num {
    margin-bottom: 8px;
    width: 90px;
    height: 28px;
    font-size: 16px;
    line-height: 27px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__head__num {
    width: 80px;
    height: 22px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 11px;
  }
}
.admission-flow__item__body {
  padding: 38px 55px 55px;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__body {
    padding: 25px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__body {
    padding: 20px 25px 25px;
  }
}
.admission-flow__item__body .box {
  margin-top: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__body .box {
    margin-top: 10px;
    padding: 30px 35px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__body .box {
    margin-top: 10px;
    padding: 20px 25px;
  }
}
.admission-flow__item__body .text-caution {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__body .text-caution {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__body .text-caution {
    font-size: 14px;
  }
}
.admission-flow__item__body__list__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .admission-flow__item__body__list__item {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.admission-flow__item__body__list__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.admission-flow__item__contact {
  margin-top: 20px;
  padding: 40px 50px 50px;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__contact {
    margin-top: 15px;
    padding: 30px 35px 35px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__contact {
    margin-top: 10px;
    padding: 22px 25px;
  }
}
.admission-flow__item__contact.koga {
  background-color: #eef7e7;
}
.admission-flow__item__contact.koga .admission-flow__item__contact__name {
  color: #0a4;
}
.admission-flow__item__contact.koga .admission-flow__item__contact__tel__number {
  color: #0a4;
}
.admission-flow__item__contact.munakata {
  background-color: #fceed3;
}
.admission-flow__item__contact.munakata .admission-flow__item__contact__name {
  color: #f7aa00;
}
.admission-flow__item__contact.munakata .admission-flow__item__contact__tel__number {
  color: #f7aa00;
}
.admission-flow__item__contact__name {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.65;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__contact__name {
    margin-top: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__contact__name {
    font-size: 16px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 365px) {
  .admission-flow__item__contact__name {
    font-size: 15px;
  }
}
.admission-flow__item__contact__name:first-child {
  margin-top: 0;
}
.admission-flow__item__contact__name__text {
  color: #456;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .admission-flow__item__contact__name__text {
    width: 100%;
    display: block;
  }
  .admission-flow__item__contact__name__text::first-letter {
    display: none;
  }
}
.admission-flow__item__contact__tel {
  margin-top: 20px;
  padding: 20px 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  cursor: text;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__contact__tel {
    margin-top: 15px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__contact__tel {
    margin-top: 10px;
    padding: 10px 8px;
  }
}
.admission-flow__item__contact__tel__number {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__contact__tel__number {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__contact__tel__number {
    font-size: 18px;
    line-height: 1;
  }
}
.admission-flow__item__contact__tel__person {
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #456;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .admission-flow__item__contact__tel__person {
    margin-left: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .admission-flow__item__contact__tel__person {
    margin-top: -10px;
    margin-left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1;
  }
}

.requirements-list {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .requirements-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-list {
    margin-top: 10px;
  }
}
.requirements-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .requirements-list__item {
    margin-top: 10px;
  }
}
.requirements-list__item:first-child {
  margin-top: 0;
}
.requirements-list__item__link {
  padding: 33px 62px 36px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(68, 85, 102, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .requirements-list__item__link {
    padding: 28px 58px 31px 25px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-list__item__link {
    padding: 15px 42px 18px 15px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(68, 85, 102, 0.2);
  }
}
.requirements-list__item__link::before {
  content: "";
  margin: auto 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/bg_l-blue.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .requirements-list__item__link::before {
    right: 18px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-list__item__link::before {
    width: 18px;
    height: 18px;
    background-size: 125px auto;
    border-radius: 3px;
    right: 12px;
  }
}
.requirements-list__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
}
@media screen and (max-width: 900px) {
  .requirements-list__item__link::after {
    right: 24px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-list__item__link::after {
    border-width: 3px 0 3px 6px;
    right: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .requirements-list__item__link:hover {
    transform: translateX(5px);
  }
  .requirements-list__item__link:hover::before {
    background-image: url(../img/common/bg_blue.webp);
  }
  .requirements-list__item__link:hover .requirements-list__item__link__text {
    color: #58d;
  }
}
.requirements-list__item__link__icon {
  margin-right: 20px;
  width: 90px;
  height: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  border-radius: 3px;
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 900px) {
  .requirements-list__item__link__icon {
    margin-right: 15px;
    width: 78px;
    height: 26px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-list__item__link__icon {
    margin-right: 10px;
    width: 56px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    border-radius: 2px;
    background-size: 125px auto;
  }
}
.requirements-list__item__link__icon.regular {
  background-image: url(../img/common/bg_green.webp);
}
.requirements-list__item__link__icon.contract {
  background-image: url(../img/common/bg_pink.webp);
}
.requirements-list__item__link__icon.part {
  background-image: url(../img/common/bg_yellow.webp);
}
.requirements-list__item__link__text {
  padding-bottom: 1px;
  font-size: 24px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .requirements-list__item__link__text {
    padding-bottom: 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-list__item__link__text {
    padding-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .requirements-list__item__link__text {
    padding-bottom: 0;
    font-size: 14px;
  }
}

.requirements-btn {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .requirements-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-btn {
    margin-top: 25px;
  }
}
.requirements-btn__item {
  margin: 20px auto 0;
  width: 320px;
}
@media screen and (max-width: 900px) {
  .requirements-btn__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .requirements-btn__item {
    width: 240px;
  }
}
.requirements-btn__item:first-child {
  margin-top: 0;
}

.welfare-list {
  margin-top: -15px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .welfare-list {
    margin-top: -5px;
  }
}
@media screen and (max-width: 1100px) {
  .welfare-list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 900px) {
  .welfare-list {
    margin-top: 0;
  }
}
.welfare-list__item {
  margin-top: 15px;
  padding: 30px 35px 35px;
  width: calc((100% - 30px) / 3);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .welfare-list__item {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list__item {
    margin-top: 5px;
    padding: 25px;
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .welfare-list__item {
    margin-top: 15px;
    padding: 25px;
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .welfare-list__item {
    margin-top: 5px;
    padding: 20px;
    width: calc((100% - 10px) / 3);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item {
    padding: 25px 30px 20px;
    width: 100%;
    border-radius: 3px;
  }
  .welfare-list__item:first-child {
    margin-top: 0;
  }
}
.welfare-list__item.two {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width: 599px) {
  .welfare-list__item.two {
    width: 100%;
  }
}
.welfare-list__item__title {
  margin-bottom: 16px;
  padding-top: 140px;
  font-size: 20px;
  line-height: 1;
  color: #44d3e7;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .welfare-list__item__title {
    margin-bottom: 12px;
    padding-top: 115px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list__item__title {
    margin-bottom: 10px;
    padding-top: 90px;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .welfare-list__item__title {
    margin-bottom: 10px;
    padding-top: 90px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__title {
    margin-bottom: 10px;
    padding-top: 70px;
    font-size: 18px;
  }
}
@media screen and (max-width: 365px) {
  .welfare-list__item__title {
    line-height: 1.2;
  }
}
.welfare-list__item__title .dot {
  margin-left: -0.3em;
  margin-right: -0.3em;
  font-weight: 300;
}
.welfare-list__item__title::before {
  content: "";
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-image: url(../img/common/bg_l-blue.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .welfare-list__item__title::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list__item__title::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__title::before {
    width: 60px;
    height: 60px;
  }
}
.welfare-list__item__title::after {
  content: "";
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .welfare-list__item__title::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .welfare-list__item__title::after {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__title::after {
    width: 60px;
    height: 60px;
  }
}
.welfare-list__item__title.icon01::after {
  background-image: url(../img/recruit/welfare/icon01.svg);
  background-size: 40% auto;
  background-position: 54% 50%;
}
.welfare-list__item__title.icon02::after {
  background-image: url(../img/recruit/welfare/icon02.svg);
  background-size: 43.5% auto;
  background-position: 50% 50%;
}
.welfare-list__item__title.icon03::after {
  background-image: url(../img/recruit/welfare/icon03.svg);
  background-size: 35% auto;
  background-position: 50% 47%;
}
.welfare-list__item__title.icon04::after {
  background-image: url(../img/recruit/welfare/icon04.svg);
  background-size: 41.6% auto;
  background-position: 50% 50%;
}
.welfare-list__item__title.icon05::after {
  background-image: url(../img/recruit/welfare/icon05.svg);
  background-size: 40% auto;
  background-position: 50% 48%;
}
.welfare-list__item__title.icon06::after {
  background-image: url(../img/recruit/welfare/icon06.svg);
  background-size: 50% auto;
  background-position: 49% 50%;
}
.welfare-list__item__title.icon07::after {
  background-image: url(../img/recruit/welfare/icon07.svg);
  background-size: 41.6% auto;
  background-position: 52% 50%;
}
.welfare-list__item__title.icon08::after {
  background-image: url(../img/recruit/welfare/icon08.svg);
  background-size: 45% auto;
  background-position: 53% 50%;
}
.welfare-list__item__text {
  font-size: 17px;
  line-height: 1.8;
  color: #456;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  .welfare-list__item__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .welfare-list__item__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list__item__text {
    font-size: 16px;
    line-height: 1.7;
  }
}

.volunteer-photos {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .volunteer-photos {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .volunteer-photos {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .volunteer-photos {
    margin-top: 15px;
  }
}
.volunteer-photos__item {
  width: calc((100% - 30px) / 2);
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .volunteer-photos__item {
    width: calc((100% - 20px) / 2);
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .volunteer-photos__item {
    width: calc((100% - 4px) / 2);
    border-radius: 3px;
  }
}

.volunteer-contact .contact-box__title {
  width: 270px;
  background-image: url(../img/common/bg_blue.webp);
}
@media screen and (max-width: 900px) {
  .volunteer-contact .contact-box__title {
    width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .volunteer-contact .contact-box__title {
    width: 100%;
  }
}

.entry {
  margin-top: 40px;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .entry {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .entry {
    margin: 20px -20px 0;
    padding: 30px;
    border-radius: 5px;
  }
}
.entry__list__item {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .entry__list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .entry__list__item {
    margin-top: 30px;
  }
}
.entry__list__item:first-child {
  margin-top: 0;
}
.entry__list__item__title {
  padding-left: 25px;
  width: 250px;
  font-size: 21px;
  line-height: 1;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.02em;
  position: relative;
}
.entry__list__item__title::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 6px solid #58d;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .entry__list__item__title {
    margin-bottom: 15px;
    padding-left: 22px;
    width: 100%;
    font-size: 20px;
  }
  .entry__list__item__title::before {
    width: 17px;
    height: 17px;
    border: 6px solid #0a4;
    top: 2px;
  }
}
@media screen and (max-width: 599px) {
  .entry__list__item__title {
    margin-bottom: 12px;
    padding-left: 18px;
    font-size: 18px;
  }
  .entry__list__item__title::before {
    width: 15px;
    height: 15px;
    border: 5px solid #0a4;
    top: 3px;
  }
}
.entry__list__item__title.w100 {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .entry__list__item__title.w100 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .entry__list__item__title.w100 {
    margin-bottom: 12px;
  }
}
.entry__list__item__title .icon-required {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.entry__list__item__form {
  width: calc(100% - 250px - 25px);
}
@media screen and (max-width: 900px) {
  .entry__list__item__form {
    width: 100%;
  }
}
.entry__list__item__form.w100 {
  width: 100%;
}
.entry .privacy-box {
  margin-top: 45px;
  padding: 45px 50px 55px;
  background-color: #eef3f7;
}
@media screen and (max-width: 900px) {
  .entry .privacy-box {
    margin-top: 40px;
    padding: 35px 40px;
  }
}
@media screen and (max-width: 599px) {
  .entry .privacy-box {
    margin-top: 30px;
    padding: 25px 30px;
  }
}
.entry .privacy-box__text {
  margin-bottom: 25px;
  padding-left: 0.06em;
  font-size: 18px;
  line-height: 1.8;
  color: #456;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .entry .privacy-box__text {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
  }
  .entry .privacy-box__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .entry .privacy-box__text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.entry .privacy-box__text a {
  color: #58d;
}
@media screen and (min-width: 1025px) {
  .entry .privacy-box__text a:hover {
    color: #44d3e7;
  }
}
.entry .privacy-box .agree-btn {
  margin: 0 auto;
  padding-left: 72px;
  width: 190px;
  height: 70px;
  font-size: 18px;
  line-height: 1;
  color: #456;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.entry .privacy-box .agree-btn::before {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
}
.entry .privacy-box .agree-btn::after {
  content: "";
  margin: auto 0;
  width: 12px;
  height: 12px;
  background-color: #456;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .entry .privacy-box .agree-btn {
    padding-left: 60px;
    width: 160px;
    height: 60px;
    font-size: 17px;
  }
  .entry .privacy-box .agree-btn::before {
    left: 24px;
  }
  .entry .privacy-box .agree-btn::after {
    left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .entry .privacy-box .agree-btn {
    padding-left: 50px;
    width: 150px;
    height: 50px;
    font-size: 16px;
  }
  .entry .privacy-box .agree-btn::before {
    left: 15px;
    width: 20px;
    height: 20px;
  }
  .entry .privacy-box .agree-btn::after {
    left: 20px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .entry .privacy-box .agree-btn:hover {
    color: #fff;
    background-color: #0a4;
    transform: translateY(3px);
  }
}
.entry .privacy-box input[type=checkbox].input-hide:checked + .agree-btn {
  color: #fff;
  background-color: #0a4;
}
.entry .privacy-box input[type=checkbox].input-hide:checked + .agree-btn::after {
  opacity: 1;
}
.entry .privacy-box .errors-text {
  text-align: center;
}

.form-btn {
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1300px) {
  .form-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .form-btn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 900px) {
  .form-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-btn {
    margin: 25px -10px 0;
  }
}
.form-btn .back {
  padding-left: 80px;
  min-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/bg_yellow.webp);
}
.form-btn .back::before {
  background-image: url(../img/common/bg_orange.webp);
}
@media screen and (max-width: 1200px) {
  .form-btn .back {
    margin-right: 10px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 900px) {
  .form-btn .back {
    padding-left: 75px;
    min-width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .form-btn .back {
    margin-top: 10px;
    margin-right: 0;
    padding-left: 40px;
    min-width: 240px;
  }
}
@media screen and (min-width: 1025px) {
  .form-btn .back:hover {
    background-image: url(../img/common/bg_orange.webp);
  }
  .form-btn .back:hover::before {
    background-image: url(../img/common/bg_yellow.webp);
  }
}

.icon-required {
  margin-right: 7px;
  padding-left: 0.1em;
  width: 50px;
  height: 24px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background-image: url(../img/common/bg_pink.webp);
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: 5%;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .icon-required {
    margin-right: 5px;
    width: 40px;
    height: 20px;
    font-size: 13px;
    line-height: 21px;
    border-radius: 2px;
    background-size: 125px auto;
  }
}

input {
  padding: 0 0 0 20px;
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #456;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #e7e9ee;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  input {
    padding-left: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  input {
    height: 60px;
    font-size: 16px;
    border-radius: 3px;
  }
}

select {
  padding: 0 0 0 20px;
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #456;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(../img/common/select_arrow.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border: 2px solid #e7e9ee;
  display: block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 900px) {
  select {
    padding-left: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  select {
    height: 60px;
    font-size: 16px;
    border-radius: 3px;
  }
}

.input-hide {
  display: none;
}

textarea {
  padding: 20px;
  width: 100%;
  height: 260px;
  font-size: 18px;
  color: #456;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #e7e9ee;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  textarea {
    padding-left: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  textarea {
    height: 200px;
    font-size: 16px;
    border-radius: 3px;
  }
}

:input-placeholder {
  color: #abc;
}

:-ms-input-placeholder {
  color: #abc !important;
}

::-webkit-input-placeholder {
  color: #abc;
}

::-moz-placeholder {
  color: #abc;
  opacity: 1;
}

/*エラーページの処理*/
.errors-message {
  margin-top: 25px;
  margin-bottom: -10px;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #f89;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .errors-message {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 900px) {
  .errors-message {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
}

.errors-text {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
  color: #f89;
  font-weight: 700;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .errors-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .errors-text {
    margin-top: 8px;
    font-size: 16px;
  }
}

.errors-box {
  border-color: #f89 !important;
}

/*確認ページの処理*/
.confirm-text {
  padding: 20px 30px 20px;
  font-size: 18px;
  line-height: 1.7;
  color: #456;
  text-align: justify;
  border-radius: 5px;
  background-color: #eef3f7;
}
@media screen and (max-width: 900px) {
  .confirm-text {
    padding: 20px 25px 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .confirm-text {
    padding: 20px 25px;
    font-size: 16px;
    border-radius: 3px;
  }
}
.confirm-text a {
  color: #456;
  text-decoration: none;
  cursor: text;
}

/*完了ページの処理*/
.complete-title {
  margin-bottom: 30px;
  padding-bottom: 33px;
  padding-left: 0.06em;
  font-size: 27px;
  line-height: 1;
  color: #58d;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.complete-title::before {
  content: "";
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background-color: #44d3e7;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.complete-title::after {
  content: "";
  margin: 0 auto;
  width: 30px;
  height: 4px;
  background-color: #58d;
  border-radius: 2px 0 0 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .complete-title {
    margin-bottom: 23px;
    padding-bottom: 28px;
    font-size: 24px;
  }
  .complete-title::before {
    width: 50px;
  }
  .complete-title::after {
    width: 25px;
  }
}
@media screen and (max-width: 599px) {
  .complete-title {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .complete-title::before {
    width: 40px;
  }
  .complete-title::after {
    width: 20px;
  }
}

.complete-text {
  padding-left: 0.06em;
  font-size: 18px;
  line-height: 1.8;
  color: #456;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .complete-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .complete-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .complete-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .complete-text {
    padding-left: 0;
    font-size: 15px;
    letter-spacing: normal;
  }
}

.contact-tel-list__item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .contact-tel-list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-tel-list__item {
    margin-top: 10px;
    border-radius: 3px;
  }
}
.contact-tel-list__label {
  margin: 0;
  padding: 22px 5px;
  width: 30%;
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
}
@media screen and (max-width: 1100px) {
  .contact-tel-list__label {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .contact-tel-list__label {
    padding: 18px 5px;
    width: 35%;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .contact-tel-list__label {
    padding: 14px 10px;
    width: 100%;
    font-size: 16px;
    background-size: 125px auto;
  }
}
.contact-tel-list__label.green {
  background-image: url(../img/common/bg_green.webp);
}
.contact-tel-list__label.l-green {
  background-image: url(../img/common/bg_l-green.webp);
}
.contact-tel-list__label .yellow {
  color: #ffff55;
}
.contact-tel-list__body {
  padding: 40px 35px;
  width: 70%;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .contact-tel-list__body {
    padding: 30px 25px;
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .contact-tel-list__body {
    padding: 20px 25px;
    width: 100%;
    text-align: center;
  }
}
.contact-tel-list__block:not(:first-child) {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .contact-tel-list__block:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.contact-tel-list__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (max-width: 900px) {
  .contact-tel-list__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .contact-tel-list__name {
    margin-bottom: 2px;
    font-size: 16px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 365px) {
  .contact-tel-list__name {
    font-size: 14px;
  }
}
.contact-tel-list__tel {
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  cursor: text;
}
@media screen and (max-width: 599px) {
  .contact-tel-list__tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 365px) {
  .contact-tel-list__tel {
    font-size: 16px;
  }
}
.contact-tel-list__tel .number {
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0;
}
.contact-tel-list__tel.green {
  color: #0a4;
}
.contact-tel-list__tel.l-green {
  color: #7c3;
}
.contact-tel-list__tel.orange {
  color: #f39933;
}

.contact-complaint__title {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 17px 25px 20px calc(20px + 0.75em);
  font-size: 22px;
  line-height: 1.3;
  color: #456;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-indent: -0.75em;
  background-color: #e3f3d7;
  position: relative;
}
.contact-complaint__title .number {
  color: #0a4;
}
@media screen and (max-width: 900px) {
  .contact-complaint__title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 20px 15px calc(20px + 0.75em);
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint__title {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 11px 15px 14px calc(15px + 0.75em);
    font-size: 18px;
  }
}
.contact-complaint .table01 tbody th {
  width: 250px;
}
@media screen and (max-width: 599px) {
  .contact-complaint .table01 tbody th {
    width: 100%;
  }
}
.contact-complaint a {
  color: #456 !important;
  cursor: text;
}
.contact-complaint__list__item {
  padding: 32px 0 30px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .contact-complaint__list__item {
    padding: 25px 0 23px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint__list__item {
    padding: 20px 0 19px;
  }
}
.contact-complaint__list__item:first-child {
  padding-top: 0px;
  border-top: none;
}
@media screen and (max-width: 900px) {
  .contact-complaint__list__item:first-child {
    padding-top: 5px;
  }
}
.contact-complaint__list__item .title-circle {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .contact-complaint__list__item .title-circle {
    margin-bottom: 7px;
  }
}
.contact-complaint__facility-list__item {
  padding: 55px 60px 60px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .contact-complaint__facility-list__item {
    padding: 35px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint__facility-list__item {
    padding: 20px 25px 25px;
  }
}
.contact-complaint__facility-list__item.koga .contact-complaint__facility-list__item__tel {
  background-color: rgba(227, 243, 215, 0.5);
}
.contact-complaint__facility-list__item.munakata .contact-complaint__facility-list__item__tel {
  background-color: rgba(252, 238, 211, 0.5);
}
.contact-complaint__facility-list__item__title {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
.contact-complaint__facility-list__item__title.koga {
  color: #0a4;
}
.contact-complaint__facility-list__item__title.munakata {
  color: #f7aa00;
}
@media screen and (max-width: 900px) {
  .contact-complaint__facility-list__item__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint__facility-list__item__title {
    font-size: 19px;
  }
}
.contact-complaint__facility-list__item__tel {
  padding: 20px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .contact-complaint__facility-list__item__tel {
    padding: 15px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint__facility-list__item__tel {
    padding: 12px;
  }
}
.contact-complaint__facility-list__item__tel__number {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .contact-complaint__facility-list__item__tel__number {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint__facility-list__item__tel__number {
    font-size: 18px;
    line-height: 1;
  }
}
.contact-complaint__facility-list__item__tel__number.koga {
  color: #0a4 !important;
}
.contact-complaint__facility-list__item__tel__number.munakata {
  color: #f7aa00 !important;
}
.contact-complaint .strong-green {
  text-align: center;
  padding: 15px 20px;
  border-radius: 5px;
  border: 2px solid #0a4;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .contact-complaint .strong-green {
    text-align: justify;
  }
}
@media screen and (max-width: 900px) {
  .contact-complaint .strong-green {
    padding: 13px 15px;
  }
}
@media screen and (max-width: 599px) {
  .contact-complaint .strong-green {
    padding: 11px 13px;
  }
}

.privacy {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .privacy {
    padding: 40px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .privacy {
    margin: 0 -20px;
    padding: 25px;
    border-radius: 3px;
  }
}
.privacy__purpose-subhead {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 1.65em;
  font-size: 20px;
  line-height: 1.5;
  color: #456;
  font-weight: 700;
  letter-spacing: normal;
  text-indent: -1.65em;
}
@media screen and (max-width: 900px) {
  .privacy__purpose-subhead {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .privacy__purpose-subhead {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.privacy__purpose-subhead__no {
  color: #0a4;
}
.privacy__purpose-block .list-number .box.white {
  margin: 10px 0 15px -32px;
  padding: 22px 28px;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .privacy__purpose-block .list-number .box.white {
    margin-top: 12px;
    padding: 20px 24px;
  }
}
@media screen and (max-width: 599px) {
  .privacy__purpose-block .list-number .box.white {
    margin: 7px 0 15px -24px;
    padding: 18px 20px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 599px) {
  .privacy .box-bg01 {
    padding: 25px 25px;
  }
}

.sitemap__item {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .sitemap__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap__item {
    margin-top: 10px;
  }
}
.sitemap__item:first-child {
  margin-top: 0;
}
.sitemap__item__link {
  padding: 0 66px 0 15px;
  width: 100%;
  color: #456;
  background-color: #e3f3d7;
  display: block;
  border-radius: 5px;
  position: relative;
}
.sitemap__item__link::before {
  content: "";
  margin: auto 0;
  width: 26px;
  height: 26px;
  background-image: url(../img/common/bg_green.webp);
  background-repeat: repeat;
  background-size: 250px auto;
  background-position: 50% 50%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 0.2s;
}
.sitemap__item__link::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .sitemap__item__link {
    padding: 0 50px 0 10px;
    border-radius: 3px;
  }
  .sitemap__item__link::before {
    width: 18px;
    height: 18px;
    background-size: 125px auto;
    right: 15px;
    border-radius: 2px;
  }
  .sitemap__item__link::after {
    border-width: 3px 0 3px 7px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .sitemap__item__link:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .sitemap__item__link:hover::before {
    background-image: url(../img/common/bg_l-green.webp);
  }
  .sitemap__item__link:hover .sitemap__item__link__text::before {
    background-color: #0a4;
  }
  .sitemap__item__link:hover .sitemap__item__link__text::after {
    background-color: #7c3;
  }
}
.sitemap__item__link__text {
  padding: 19px 0 22px 30px;
  font-size: 22px;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 600;
  letter-spacing: normal;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sitemap__item__link__text {
    padding: 20px 0 21px 30px;
    font-size: 20px;
  }
}
.sitemap__item__link__text::before {
  content: "";
  margin: auto 0;
  width: 20px;
  height: 5px;
  background-color: #7c3;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.sitemap__item__link__text::after {
  content: "";
  margin: auto 0;
  width: 10px;
  height: 5px;
  background-color: #0a4;
  border-radius: 3px 0 0 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .sitemap__item__link__text {
    padding: 12px 0 13px 23px;
    font-size: 17px;
  }
  .sitemap__item__link__text::before {
    width: 16px;
    height: 4px;
    border-radius: 2px;
  }
  .sitemap__item__link__text::after {
    width: 8px;
    height: 4px;
    border-radius: 2px 0 0 2px;
  }
}
.sitemap__item__sub {
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .sitemap__item__sub {
    margin-top: 5px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap__item__sub {
    margin-top: 5px;
    margin-bottom: 25px;
  }
}
.sitemap__item__sub__item {
  margin-top: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 900px) {
  .sitemap__item__sub__item {
    margin-top: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .sitemap__item__sub__item {
    margin-top: 15px;
    width: 100%;
  }
}
.sitemap__item__sub__item.two {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .sitemap__item__sub__item.two {
    width: 100%;
  }
}
.sitemap__item__sub__item__link {
  padding-left: 23px;
  font-size: 18px;
  line-height: 1.3;
  color: #456;
  display: block;
  position: relative;
}
.sitemap__item__sub__item__link::before {
  content: "";
  border-width: 6px 0 6px 11px;
  border-style: solid;
  border-color: transparent transparent transparent #0a4;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .sitemap__item__sub__item__link {
    padding-left: 18px;
    font-size: 17px;
  }
  .sitemap__item__sub__item__link::before {
    border-width: 5px 0 5px 9px;
    top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .sitemap__item__sub__item__link {
    padding-left: 13px;
    font-size: 16px;
  }
  .sitemap__item__sub__item__link::before {
    border-width: 4px 0 4px 7px;
    top: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .sitemap__item__sub__item__link:hover {
    color: #0a4;
    transform: translateX(5px);
  }
  .sitemap__item__sub__item__link:hover::before {
    border-color: transparent transparent transparent #7c3;
  }
}
.sitemap__item__sub__item__link.munakata::before {
  border-color: transparent transparent transparent #f7aa00;
}
@media screen and (min-width: 1025px) {
  .sitemap__item__sub__item__link.munakata:hover {
    color: #f39933;
  }
  .sitemap__item__sub__item__link.munakata:hover::before {
    border-color: transparent transparent transparent #fd4;
  }
}/*# sourceMappingURL=style.css.map */