@charset "UTF-8";
/* ブレイクポイント参考

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;
  }
}
/* タブレット・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: 600px) {
  .sp {
    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: 2;
  font-size: 1.8rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.6rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

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

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

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

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mr-05 {
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

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

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

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

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

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

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

.pb00 {
  padding-bottom: 0 !important;
}

.anchor {
  margin-top: -110px;
  padding-top: 110px;
}
@media screen and (max-width: 900px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll_hint_white_hand.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  background-image: url(../img/common/icon_scroll_hint_white_arrow.svg) !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;
}
.header {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .header {
    padding: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 12px 12px 13px;
  }
}
@media screen and (max-width: 350px) {
  .header {
    padding: 14px 10px;
  }
}
.header__logo {
  width: 271px;
  line-height: 0.1;
}
@media screen and (max-width: 1400px) {
  .header__logo {
    width: 246.3636363636px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 216.8px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 193.5714285714px;
  }
}
@media screen and (max-width: 350px) {
  .header__logo {
    width: 180.6666666667px;
  }
}
.header__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header .guide-btn {
  padding-top: 54px;
  padding-left: 0.06em;
  width: 80px;
  height: 80px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/common/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: 33.75% auto;
  background-position: 50% 18px;
  display: block;
  position: fixed;
  top: 100px;
  right: 10px;
}
@media screen and (max-width: 599px) {
  .header .guide-btn {
    padding-top: 40px;
    width: 60px;
    height: 60px;
    font-size: 11px;
    background-position: 50% 15px;
    right: 60px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .header .guide-btn:hover {
    opacity: 0.7;
  }
}

#top .header {
  padding: 25px 30px;
}
@media screen and (max-width: 1024px) {
  #top .header {
    padding: 29px 25px;
  }
}
@media screen and (max-width: 599px) {
  #top .header {
    padding: 12px 12px 13px;
  }
}
@media screen and (max-width: 350px) {
  #top .header {
    padding: 14px 10px;
  }
}
#top .guide-btn {
  display: none;
}

.menu-btn {
  padding-top: 54px;
  padding-left: 0.06em;
  width: 80px;
  height: 80px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: none;
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 100;
}
.menu-btn::before {
  content: "メニュー";
  width: 100%;
  position: absolute;
  top: 53px;
  left: 0;
  transition: 0.2s;
}
.menu-btn::after {
  content: "";
  width: calc(100% - 400px);
  height: 0;
  background-color: rgba(85, 68, 51, 0.85);
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .menu-btn::after {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .menu-btn {
    padding-top: 0;
    width: 60px;
    height: 60px;
    font-size: 11px;
    right: 0;
    top: 0;
  }
  .menu-btn::before {
    top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .menu-btn:hover {
    opacity: 0.7;
  }
}
.menu-btn.on::before {
  content: "閉じる";
}
.menu-btn.on::after {
  height: 100vh;
}
.menu-btn.on .menu-btn__line::before {
  width: 0;
}
.menu-btn.on .menu-btn__line::after {
  width: 0;
}
.menu-btn__line {
  margin: 0 auto;
  width: 30%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.menu-btn__line::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -6px;
  transition: 0.2s;
}
.menu-btn__line::after {
  content: "";
  width: 75%;
  height: 100%;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .menu-btn__line {
    margin: 0 auto;
    width: 30%;
    height: 2px;
    top: 23px;
  }
  .menu-btn__line::before {
    top: -5px;
  }
  .menu-btn__line::after {
    bottom: -5px;
  }
}

.menu {
  top: 0;
  right: 0;
  width: 400px;
  height: 0;
  background-color: #fff;
  transition: 0.4s;
  position: fixed;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .menu {
    width: 100%;
  }
}
.menu.on {
  height: 100vh;
}
.menu__inner {
  padding: 90px 30px 60px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .menu__inner {
    padding: 60px 25px;
  }
}
@media screen and (max-width: 350px) {
  .menu__inner {
    padding: 60px 15px;
  }
}
.menu__inner::-webkit-scrollbar {
  width: 6px;
}
@media screen and (max-width: 1024px) {
  .menu__inner::-webkit-scrollbar {
    width: 0;
  }
}
.menu__inner::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.menu__inner::-webkit-scrollbar-thumb {
  background: rgba(170, 187, 204, 0.6);
  border-radius: 3px;
  box-shadow: none;
}
.menu__inner__recruit-btn {
  padding-top: 54px;
  padding-left: 0.06em;
  width: 80px;
  height: 80px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/common/icon_recruit.svg);
  background-repeat: no-repeat;
  background-size: 38.75% auto;
  background-position: 50% 17px;
  display: block;
  position: absolute;
  top: 10px;
  right: 90px;
}
@media screen and (max-width: 1024px) {
  .menu__inner__recruit-btn {
    right: 100px;
  }
}
@media screen and (max-width: 599px) {
  .menu__inner__recruit-btn {
    padding-top: 40px;
    width: 60px;
    height: 60px;
    font-size: 11px;
    background-position: 50% 14px;
    right: 60px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .menu__inner__recruit-btn:hover {
    opacity: 0.7;
  }
}
.menu__inner__list__item {
  border-bottom: 1px dotted #bbb;
  position: relative;
}
.menu__inner__list__item__btn {
  padding: 27px 61px 27px 39px;
  font-size: 18px;
  line-height: 1;
  color: #543;
  position: relative;
  display: block;
}
.menu__inner__list__item__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ea4;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 10px;
}
.menu__inner__list__item__btn::after {
  content: "";
  border-width: 3px 0 3px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 32px;
  left: 18px;
}
@media screen and (max-width: 599px) {
  .menu__inner__list__item__btn {
    padding: 26px 61px 22px 27px;
    font-size: 16px;
  }
  .menu__inner__list__item__btn::before {
    top: 23px;
    left: 0;
  }
  .menu__inner__list__item__btn::after {
    top: 30px;
    left: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item__btn:hover {
    color: #ea4;
    transform: translateX(5px);
  }
}
.menu__inner__list__item .acc-btn {
  width: 41px;
  height: 41px;
  background-color: #f7f5ee;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .menu__inner__list__item .acc-btn {
    top: 14px;
  }
}
.menu__inner__list__item .acc-btn::before {
  content: "";
  margin: auto auto;
  width: 15px;
  height: 1px;
  background-color: #ea4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.menu__inner__list__item .acc-btn::after {
  content: "";
  margin: auto auto;
  width: 15px;
  height: 1px;
  background-color: #ea4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.menu__inner__list__item .acc-btn.close::after {
  transform: rotate(90deg);
}
.menu__inner__list__item .sub-list {
  margin-bottom: 15px;
  padding: 27px 30px;
  background-color: #f7f5ee;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .menu__inner__list__item .sub-list {
    padding: 24px 26px;
  }
}
.menu__inner__list__item .sub-list__item {
  margin-top: 12px;
}
@media screen and (max-width: 599px) {
  .menu__inner__list__item .sub-list__item {
    margin-top: 10px;
  }
}
.menu__inner__list__item .sub-list__item:first-child {
  margin-top: 0;
}
.menu__inner__list__item .sub-list__item__link {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #543;
  display: block;
  position: relative;
}
.menu__inner__list__item .sub-list__item__link::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ea4;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item .sub-list__item__link:hover {
    color: #ea4;
    transform: translateX(5px);
  }
}
.menu__inner__list__item.kouradai .menu__inner__list__item__btn::before {
  background-color: #3399e7;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item.kouradai .menu__inner__list__item__btn:hover {
    color: #3399e7;
  }
}
.menu__inner__list__item.kouradai .acc-btn::before {
  background-color: #f76699;
}
.menu__inner__list__item.kouradai .acc-btn::after {
  background-color: #f76699;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item.kouradai .acc-btn:hover {
    background-color: #eef7ff;
  }
}
.menu__inner__list__item.kouradai .sub-list {
  background-color: #eef7ff;
}
.menu__inner__list__item.kouradai .sub-list__item__link::before {
  border-color: transparent transparent transparent #f76699;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item.kouradai .sub-list__item__link:hover {
    color: #f76699;
  }
}
.menu__inner__list__item.hirokawa .menu__inner__list__item__btn::before {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item.hirokawa .menu__inner__list__item__btn:hover {
    color: #00cca7;
  }
}
.menu__inner__list__item.hirokawa .acc-btn::before {
  background-color: #f79944;
}
.menu__inner__list__item.hirokawa .acc-btn::after {
  background-color: #f79944;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item.hirokawa .acc-btn:hover {
    background-color: #eef7ee;
  }
}
.menu__inner__list__item.hirokawa .sub-list {
  background-color: #eef7ee;
}
.menu__inner__list__item.hirokawa .sub-list__item__link::before {
  border-color: transparent transparent transparent #f79944;
}
@media screen and (min-width: 1025px) {
  .menu__inner__list__item.hirokawa .sub-list__item__link:hover {
    color: #f79944;
  }
}
.menu__inner__bnr {
  margin-top: 30px;
  width: 100%;
  line-height: 0.1;
  display: block;
}
@media screen and (max-width: 599px) {
  .menu__inner__bnr {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__inner__bnr:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 5px rgba(85, 68, 51, 0.2);
  }
}
.menu__inner__about-btn {
  margin-top: 15px;
  padding-left: 5px;
  width: 100%;
  height: 60px;
  color: #543;
  background-color: #f7f5ee;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .menu__inner__about-btn:hover {
    transform: translateX(5px);
    color: #3a4;
    background-color: #eef7ee;
  }
}
.menu__inner__about-btn__text {
  padding-left: 29px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  display: block;
}
.menu__inner__about-btn__text::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3a4;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}
.menu__inner__about-btn__text::after {
  content: "";
  border-width: 3px 0 3px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 5px;
  left: 8px;
}
@media screen and (max-width: 599px) {
  .menu__inner__about-btn__text {
    padding-left: 27px;
    font-size: 16px;
  }
  .menu__inner__about-btn__text::before {
    top: -3px;
    left: 0;
  }
  .menu__inner__about-btn__text::after {
    top: 4px;
    left: 8px;
  }
}

#kouradai01 .menu-btn, #kouradai02 .menu-btn {
  background-color: #3399e7;
}
#kouradai01 .guide-btn, #kouradai02 .guide-btn {
  background-color: #f76699;
}
#kouradai01 .menu__inner__recruit-btn, #kouradai02 .menu__inner__recruit-btn {
  background-color: #f76699;
}

#hirokawa01 .menu-btn, #hirokawa02 .menu-btn, #hirokawa03 .menu-btn, #hirokawa04 .menu-btn {
  background-color: #00cca7;
}
#hirokawa01 .guide-btn, #hirokawa02 .guide-btn, #hirokawa03 .guide-btn, #hirokawa04 .guide-btn {
  background-color: #f79944;
}
#hirokawa01 .menu__inner__recruit-btn, #hirokawa02 .menu__inner__recruit-btn, #hirokawa03 .menu__inner__recruit-btn, #hirokawa04 .menu__inner__recruit-btn {
  background-color: #f79944;
}

#top .menu-btn {
  background-color: #3a4;
}
#top .menu__inner__recruit-btn {
  background-color: #ea4;
}

.footer {
  padding: 40px 30px;
  width: 100%;
  background-color: #543;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 35px 25px 40px;
  }
}
.footer__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer__inner__title {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .footer__inner__title {
    width: 100%;
  }
}
.footer__inner__text {
  margin-left: 11px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: relative;
}
.footer__inner__text::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 900px) {
  .footer__inner__text {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .footer__inner__text::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner__text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.footer__inner__text .tel-link {
  color: #fff;
  cursor: auto;
}
@media screen and (max-width: 599px) {
  .footer__inner__text .tel-link {
    display: block;
  }
}
.footer__btn {
  margin: -20px 0 -20px -10px;
  padding-left: 20px;
  width: 200px;
  height: 50px;
  font-size: 16px;
  line-height: 49px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  display: block;
}
.footer__btn::before {
  content: "";
  margin: auto 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
}
.footer__btn::after {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #543;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
}
@media screen and (max-width: 599px) {
  .footer__btn {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(5px);
  }
}
.footer__copyright {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .footer__copyright {
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .footer__copyright {
    font-size: 12px;
  }
}

#top .footer {
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #top .footer {
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #top .footer__copyright {
    margin-top: 0;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  #top .footer__copyright {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}

#kouradai01 .footer__inner__text::before, #kouradai02 .footer__inner__text::before {
  background-color: #f76699;
}

#hirokawa01 .footer__inner__text::before, #hirokawa02 .footer__inner__text::before, #hirokawa03 .footer__inner__text::before, #hirokawa04 .footer__inner__text::before {
  background-color: #00cca7;
}

.breadcrumbs {
  margin: 25px 25px 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    margin: 10px 10px 0;
  }
}
.breadcrumbs__item {
  padding-left: 19px;
  max-width: 20em;
  font-size: 16px;
  line-height: 1;
  color: #543;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumbs__item {
    max-width: 12em;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item {
    padding-left: 16px;
    max-width: 12em;
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumbs__item {
    max-width: 10em;
    font-size: 10px;
  }
}
.breadcrumbs__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 4px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs__item::before {
    left: 7px;
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item::before {
    width: 5px;
    height: 5px;
    left: 6px;
    top: 3px;
  }
}
.breadcrumbs__item:first-child {
  margin-left: 0;
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item__link {
  color: #543;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item__link:hover {
    color: #abc;
  }
}

#kouradai01 .breadcrumbs__item::before, #kouradai02 .breadcrumbs__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f76699;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .breadcrumbs__item__link:hover, #kouradai02 .breadcrumbs__item__link:hover {
    color: #3399e7;
  }
}

#hirokawa01 .breadcrumbs__item::before, #hirokawa02 .breadcrumbs__item::before, #hirokawa03 .breadcrumbs__item::before, #hirokawa04 .breadcrumbs__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #f79944;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .breadcrumbs__item__link:hover, #hirokawa02 .breadcrumbs__item__link:hover, #hirokawa03 .breadcrumbs__item__link:hover, #hirokawa04 .breadcrumbs__item__link:hover {
    color: #00cca7;
  }
}

.layout {
  padding: 120px 80px 200px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .layout {
    padding: 100px 60px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .layout {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 900px) {
  .layout {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .layout {
    padding: 40px 25px 60px;
  }
}

.pagetitle {
  margin-top: 110px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .pagetitle {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 60px;
  }
}
.pagetitle__inner {
  width: 50%;
  background-color: #f7f5ee;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner {
    width: 100%;
    height: 36vw;
  }
}
.pagetitle__inner__text {
  padding-left: 80px;
  padding-bottom: 2%;
  font-size: 40px;
  line-height: 1;
  color: #543;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}
.pagetitle__inner__text::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #abc;
  position: absolute;
  left: 0;
  top: 34px;
}
.pagetitle__inner__text::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #abc;
  position: absolute;
  left: 0;
  top: 34px;
}
@media screen and (max-width: 1500px) {
  .pagetitle__inner__text {
    padding-left: 60px;
    font-size: 37px;
  }
  .pagetitle__inner__text::before {
    width: 44px;
    top: 28px;
  }
  .pagetitle__inner__text::after {
    width: 22px;
    top: 28px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle__inner__text {
    padding-left: 50px;
    font-size: 34px;
  }
  .pagetitle__inner__text::before {
    width: 40px;
    top: 25px;
  }
  .pagetitle__inner__text::after {
    width: 20px;
    top: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle__inner__text {
    padding-left: 45px;
    font-size: 32px;
  }
  .pagetitle__inner__text::before {
    width: 36px;
    top: 22px;
  }
  .pagetitle__inner__text::after {
    width: 18px;
    top: 22px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__inner__text {
    padding-left: 42px;
    font-size: 30px;
  }
  .pagetitle__inner__text::before {
    width: 30px;
    height: 1px;
    top: 22px;
  }
  .pagetitle__inner__text::after {
    width: 15px;
    height: 1px;
    top: 22px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner__text {
    padding-left: 35px;
    font-size: 6.6vw;
    letter-spacing: 0;
  }
  .pagetitle__inner__text::before {
    width: 24px;
    height: 1px;
    top: 5.9vw;
  }
  .pagetitle__inner__text::after {
    width: 12px;
    height: 1px;
    top: 5.9vw;
  }
}
.pagetitle__inner__text__en {
  margin-top: 10px;
  padding-left: 0.5em;
  font-size: 13px;
  line-height: 1;
  color: #abc;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 900px) {
  .pagetitle__inner__text__en {
    margin-top: 6px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner__text__en {
    margin-top: 5px;
    font-size: 10px;
  }
}
.pagetitle__photo {
  width: 50%;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .pagetitle__photo {
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .pagetitle__photo {
    height: 280px;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle__photo {
    height: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__photo {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__photo {
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__photo {
    width: 100%;
    height: 40vw;
  }
}
.pagetitle__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#kouradai01 .pagetitle__inner__text__en, #kouradai02 .pagetitle__inner__text__en {
  color: #f76699;
}
#kouradai01 .pagetitle__inner__text::before, #kouradai02 .pagetitle__inner__text::before {
  background-color: #3399e7;
}
#kouradai01 .pagetitle__inner__text::after, #kouradai02 .pagetitle__inner__text::after {
  background-color: #f76699;
}

#hirokawa01 .pagetitle__inner__text__en, #hirokawa02 .pagetitle__inner__text__en, #hirokawa03 .pagetitle__inner__text__en, #hirokawa04 .pagetitle__inner__text__en {
  color: #f79944;
}
#hirokawa01 .pagetitle__inner__text::before, #hirokawa02 .pagetitle__inner__text::before, #hirokawa03 .pagetitle__inner__text::before, #hirokawa04 .pagetitle__inner__text::before {
  background-color: #00cca7;
}
#hirokawa01 .pagetitle__inner__text::after, #hirokawa02 .pagetitle__inner__text::after, #hirokawa03 .pagetitle__inner__text::after, #hirokawa04 .pagetitle__inner__text::after {
  background-color: #f79944;
}

.title-sec01 {
  border-top: 4px solid #eef7ff;
}
@media screen and (max-width: 900px) {
  .title-sec01 {
    border-top: 3px solid #eef7ff;
  }
}
.title-sec01__text {
  padding-top: 35px;
  font-size: 32px;
  line-height: 1.3;
  color: #543;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .title-sec01__text {
    padding-top: 30px;
    font-size: 28px;
  }
}
.title-sec01__text::before {
  content: "";
  width: calc(100% - 0.06em);
  height: 4px;
  background: linear-gradient(90deg, #abc, #abc);
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-sec01__text {
    padding-top: 26px;
    font-size: 24px;
  }
  .title-sec01__text::before {
    height: 3px;
    top: -3px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec01__text {
    padding-top: 18px;
    font-size: 20px;
  }
}

#kouradai01 .title-sec01__text::before, #kouradai02 .title-sec01__text::before {
  background: linear-gradient(90deg, #f76699, #3399e7);
}

#hirokawa01 .title-sec01__text::before, #hirokawa02 .title-sec01__text::before, #hirokawa03 .title-sec01__text::before, #hirokawa04 .title-sec01__text::before {
  background: linear-gradient(90deg, #f7c744 20%, #77d344, #00cca7 80%);
}

.title-sec03 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 24px;
  line-height: 1;
  color: #543;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
.title-sec03::before {
  content: "";
  width: 26px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 9px;
}
.title-sec03::after {
  content: "";
  width: 13px;
  height: 6px;
  border-radius: 3px 0 0 3px;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 900px) {
  .title-sec03 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 21px;
  }
  .title-sec03::before {
    width: 24px;
    top: 7px;
  }
  .title-sec03::after {
    width: 12px;
    top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 26px;
    font-size: 20px;
  }
  .title-sec03::before {
    width: 18px;
    height: 4px;
    top: 7px;
    border-radius: 2px;
  }
  .title-sec03::after {
    width: 9px;
    height: 4px;
    top: 7px;
    border-radius: 2px 0 0 2px;
  }
}
.title-sec03.top {
  padding-left: 45px;
  font-size: 36px;
}
.title-sec03.top::before {
  width: 30px;
  height: 6px;
  top: 13px;
}
.title-sec03.top::after {
  width: 15px;
  height: 6px;
  top: 13px;
}
@media screen and (max-width: 900px) {
  .title-sec03.top {
    padding-left: 35px;
    font-size: 32px;
  }
  .title-sec03.top::before {
    width: 26px;
    height: 6px;
    top: 13px;
  }
  .title-sec03.top::after {
    width: 13px;
    height: 6px;
    top: 13px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03.top {
    padding-left: 26px;
    font-size: 22px;
  }
  .title-sec03.top::before {
    width: 20px;
    height: 4px;
    top: 8px;
    border-radius: 2px;
  }
  .title-sec03.top::after {
    width: 10px;
    height: 4px;
    top: 8px;
    border-radius: 2px 0 0 2px;
  }
}
.title-sec03__en {
  margin-left: 12px;
  font-size: 12px;
  line-height: 1;
  color: #abc;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-block;
  vertical-align: 60%;
}
@media screen and (max-width: 599px) {
  .title-sec03__en {
    margin-left: 7px;
    font-size: 10px;
    letter-spacing: 0;
    vertical-align: 40%;
  }
}
.title-sec03.no-line {
  padding-bottom: 0;
  border: none;
}

#kouradai01 .title-sec03::before, #kouradai02 .title-sec03::before {
  background-color: #3399e7;
}
#kouradai01 .title-sec03::after, #kouradai02 .title-sec03::after {
  background-color: #f76699;
}

#hirokawa01 .title-sec03::before, #hirokawa02 .title-sec03::before, #hirokawa03 .title-sec03::before, #hirokawa04 .title-sec03::before {
  background-color: #00cca7;
}
#hirokawa01 .title-sec03::after, #hirokawa02 .title-sec03::after, #hirokawa03 .title-sec03::after, #hirokawa04 .title-sec03::after {
  background-color: #f79944;
}

.title-sec02 {
  padding-left: 31px;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.3;
  color: #543;
  font-weight: 700;
  border-bottom: 1px dotted #abc;
  position: relative;
}
.title-sec02::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 8px solid #abc;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-sec02 {
    padding-left: 28px;
    font-size: 22px;
  }
  .title-sec02::before {
    width: 21px;
    height: 21px;
    border: 7px solid #abc;
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec02 {
    padding-left: 24px;
    font-size: 20px;
  }
  .title-sec02::before {
    width: 18px;
    height: 18px;
    border: 6px solid #abc;
    top: 4px;
  }
}
.title-sec02.no-line {
  padding-bottom: 0;
  border: none;
}

#kouradai01 .title-sec02::before, #kouradai02 .title-sec02::before {
  border-color: #3399e7;
}

#hirokawa01 .title-sec02::before, #hirokawa02 .title-sec02::before, #hirokawa03 .title-sec02::before, #hirokawa04 .title-sec02::before {
  border-color: #00cca7;
}

.title-sec04 {
  margin-bottom: 25px;
  padding: 12px 130px 12px 37px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  background-color: #abc;
  position: relative;
}
.title-sec04::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 4px solid #fff;
  position: absolute;
  top: 19px;
  left: 15px;
}
.title-sec04::after {
  content: "";
  width: 100px;
  height: 100%;
  background-image: url(../img/common/title_dot.png);
  background-repeat: repeat;
  background-size: 3px auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  .title-sec04 {
    padding: 10px 90px 10px 35px;
    font-size: 18px;
  }
  .title-sec04::before {
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    top: 16px;
    left: 15px;
  }
  .title-sec04::after {
    width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04 {
    margin-bottom: 20px;
    padding: 12px 50px 9px 30px;
    font-size: 16px;
  }
  .title-sec04::before {
    top: 16px;
    left: 12px;
  }
  .title-sec04::after {
    width: 40px;
  }
}
.title-sec04.light {
  color: #543;
  background-color: #eef7ff;
}
.title-sec04.light::before {
  border-color: #abc;
}

#kouradai01 .title-sec04, #kouradai02 .title-sec04 {
  background-color: #f76699;
}
#kouradai01 .title-sec04::before, #kouradai02 .title-sec04::before {
  border: 4px solid #fff;
}
#kouradai01 .title-sec04.light, #kouradai02 .title-sec04.light {
  color: #543;
  background-color: #fff3f9;
}
#kouradai01 .title-sec04.light::before, #kouradai02 .title-sec04.light::before {
  border-color: #f76699;
}

#hirokawa01 .title-sec04, #hirokawa02 .title-sec04, #hirokawa03 .title-sec04, #hirokawa04 .title-sec04 {
  background-color: #00cca7;
}
#hirokawa01 .title-sec04::before, #hirokawa02 .title-sec04::before, #hirokawa03 .title-sec04::before, #hirokawa04 .title-sec04::before {
  border: 4px solid #fff;
}
#hirokawa01 .title-sec04.light, #hirokawa02 .title-sec04.light, #hirokawa03 .title-sec04.light, #hirokawa04 .title-sec04.light {
  color: #543;
  background-color: #fff9e9;
}
#hirokawa01 .title-sec04.light::before, #hirokawa02 .title-sec04.light::before, #hirokawa03 .title-sec04.light::before, #hirokawa04 .title-sec04.light::before {
  border-color: #f79944;
}

.title-sec05 {
  margin-bottom: -15px;
  font-size: 19px;
  line-height: 1.3;
  color: #abc;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .title-sec05 {
    margin-bottom: -10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec05 {
    font-size: 17px;
  }
}

#kouradai01 .title-sec05, #kouradai02 .title-sec05 {
  color: #f76699;
}

#hirokawa01 .title-sec05, #hirokawa02 .title-sec05, #hirokawa03 .title-sec05, #hirokawa04 .title-sec05 {
  color: #00cca7;
}

.no-line {
  padding-bottom: 0;
  border-bottom: none;
}

.btn-icon {
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 1;
  color: #543;
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.btn-icon::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-icon::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .btn-icon:hover {
    transform: translateY(3px);
  }
  .btn-icon:hover::after {
    width: 0;
  }
}
@media screen and (max-width: 900px) {
  .btn-icon {
    padding-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .btn-icon {
    padding-bottom: 13px;
    font-size: 16px;
  }
}
.btn-icon.news {
  padding-top: 6px;
  padding-left: 30px;
  background-image: url(../img/common/icon_news.svg);
  background-size: 20px auto;
}
@media screen and (max-width: 599px) {
  .btn-icon.news {
    padding-top: 4.8px;
    padding-left: 24px;
    background-size: 16px auto;
  }
}

#kouradai01 .btn-icon::before, #kouradai02 .btn-icon::before {
  height: 3px;
  background-color: #f76699;
}
#kouradai01 .btn-icon::after, #kouradai02 .btn-icon::after {
  background-color: #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .btn-icon:hover, #kouradai02 .btn-icon:hover {
    color: #f76699;
  }
}
@media screen and (min-width: 1025px) {
  #kouradai01 .btn-icon.news:hover, #kouradai02 .btn-icon.news:hover {
    background-image: url(../img/common/icon_news_pink.svg);
  }
}

#hirokawa01 .btn-icon::before, #hirokawa02 .btn-icon::before, #hirokawa03 .btn-icon::before, #hirokawa04 .btn-icon::before {
  height: 3px;
  background-color: #f79944;
}
#hirokawa01 .btn-icon::after, #hirokawa02 .btn-icon::after, #hirokawa03 .btn-icon::after, #hirokawa04 .btn-icon::after {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .btn-icon:hover, #hirokawa02 .btn-icon:hover, #hirokawa03 .btn-icon:hover, #hirokawa04 .btn-icon:hover {
    color: #f79944;
  }
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .btn-icon.news:hover, #hirokawa02 .btn-icon.news:hover, #hirokawa03 .btn-icon.news:hover, #hirokawa04 .btn-icon.news:hover {
    background-image: url(../img/common/icon_news_orange.svg);
  }
}

.btn-base {
  margin: 0 auto;
  padding: 19px 50px 17px 40px;
  min-width: 300px;
  max-width: 100%;
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background-color: #abc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
}
.btn-base::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 22px;
  top: calc(50% - 8px);
  transition: 0.2s;
}
.btn-base::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #abc;
  position: absolute;
  right: 26px;
  top: calc(50% - 3px);
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .btn-base {
    padding: 16px 40px 14px 35px;
    min-width: 260px;
    max-width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .btn-base {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-base:hover {
    background-color: #00cca7;
    transform: translateX(5px);
  }
  .btn-base:hover::after {
    border-color: transparent transparent transparent #00cca7;
  }
}
.btn-base--back {
  padding: 18px 40px 18px 60px;
}
.btn-base--back::before {
  right: auto;
  left: 22px;
}
.btn-base--back::after {
  border-width: 3px 6px 3px 0;
  border-color: transparent #abc transparent transparent;
  right: auto;
  left: 26px;
}
@media screen and (min-width: 1025px) {
  .btn-base--back:hover {
    transform: translateX(-5px);
  }
  .btn-base--back:hover::after {
    border-color: transparent #00cca7 transparent transparent;
  }
}

#kouradai01 .btn-base, #kouradai02 .btn-base {
  background-color: #3399e7;
}
#kouradai01 .btn-base::after, #kouradai02 .btn-base::after {
  border-color: transparent transparent transparent #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .btn-base:hover, #kouradai02 .btn-base:hover {
    background-color: #f76699;
  }
  #kouradai01 .btn-base:hover::after, #kouradai02 .btn-base:hover::after {
    border-color: transparent transparent transparent #f76699;
  }
}
#kouradai01 .btn-base--back::after, #kouradai02 .btn-base--back::after {
  border-color: transparent #3399e7 transparent transparent;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .btn-base--back:hover::after, #kouradai02 .btn-base--back:hover::after {
    border-color: transparent #f76699 transparent transparent;
  }
}

#hirokawa01 .btn-base, #hirokawa02 .btn-base, #hirokawa03 .btn-base, #hirokawa04 .btn-base {
  background-color: #00cca7;
}
#hirokawa01 .btn-base::after, #hirokawa02 .btn-base::after, #hirokawa03 .btn-base::after, #hirokawa04 .btn-base::after {
  border-color: transparent transparent transparent #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .btn-base:hover, #hirokawa02 .btn-base:hover, #hirokawa03 .btn-base:hover, #hirokawa04 .btn-base:hover {
    background-color: #f79944;
  }
  #hirokawa01 .btn-base:hover::after, #hirokawa02 .btn-base:hover::after, #hirokawa03 .btn-base:hover::after, #hirokawa04 .btn-base:hover::after {
    border-color: transparent transparent transparent #f79944;
  }
}
#hirokawa01 .btn-base--back::after, #hirokawa02 .btn-base--back::after, #hirokawa03 .btn-base--back::after, #hirokawa04 .btn-base--back::after {
  border-color: transparent #00cca7 transparent transparent;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .btn-base--back:hover::after, #hirokawa02 .btn-base--back:hover::after, #hirokawa03 .btn-base--back:hover::after, #hirokawa04 .btn-base--back:hover::after {
    border-color: transparent #f79944 transparent transparent;
  }
}

.pager-btn {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pager-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .pager-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .pager-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .pager-btn {
    margin-top: 15px;
  }
}
.pager-btn__item:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .pager-btn__item:first-child {
    margin-right: 4px;
  }
}
.pager-btn__item:first-child .pager-btn__item__link {
  padding-right: 0;
  padding-left: 15px;
}
.pager-btn__item:first-child .pager-btn__item__link::before {
  right: auto;
  left: 12px;
}
.pager-btn__item:first-child .pager-btn__item__link::after {
  border-width: 3px 6px 3px 0;
  border-style: solid;
  border-color: transparent #00cca7 transparent transparent;
  right: auto;
  left: 16px;
}
@media screen and (min-width: 1025px) {
  .pager-btn__item:first-child .pager-btn__item__link:hover {
    transform: translateX(-5px);
  }
  .pager-btn__item:first-child .pager-btn__item__link:hover::after {
    border-color: transparent #00cca7 transparent transparent;
  }
}
@media screen and (max-width: 599px) {
  .pager-btn__item:first-child .pager-btn__item__link::before {
    left: 10px;
  }
  .pager-btn__item:first-child .pager-btn__item__link::after {
    left: 14px;
  }
}
.pager-btn__item__link {
  padding-right: 10px;
  width: 180px;
  height: 40px;
  font-size: 17px;
  line-height: 41px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #abc;
  border-radius: 20px;
  position: relative;
  display: block;
}
.pager-btn__item__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
  transition: 0.2s;
}
.pager-btn__item__link::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #abc;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .pager-btn__item__link {
    width: 140px;
    height: 36px;
    font-size: 15px;
    line-height: 37px;
    border-radius: 18px;
  }
  .pager-btn__item__link::before {
    right: 10px;
  }
  .pager-btn__item__link::after {
    right: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .pager-btn__item__link:hover {
    background-color: #00cca7;
    transform: translateX(5px);
  }
  .pager-btn__item__link:hover::after {
    border-color: transparent transparent transparent #00cca7;
  }
}

#kouradai01 .pager-btn__item:first-child .pager-btn__item__link::after, #kouradai02 .pager-btn__item:first-child .pager-btn__item__link::after {
  border-color: transparent #3399e7 transparent transparent;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .pager-btn__item:first-child .pager-btn__item__link:hover::after, #kouradai02 .pager-btn__item:first-child .pager-btn__item__link:hover::after {
    border-color: transparent #f76699 transparent transparent;
  }
}
#kouradai01 .pager-btn__item__link, #kouradai02 .pager-btn__item__link {
  background-color: #3399e7;
}
#kouradai01 .pager-btn__item__link::after, #kouradai02 .pager-btn__item__link::after {
  border-color: transparent transparent transparent #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .pager-btn__item__link:hover, #kouradai02 .pager-btn__item__link:hover {
    background-color: #f76699;
  }
  #kouradai01 .pager-btn__item__link:hover::after, #kouradai02 .pager-btn__item__link:hover::after {
    border-color: transparent transparent transparent #f76699;
  }
}

#hirokawa01 .pager-btn__item__link, #hirokawa02 .pager-btn__item__link, #hirokawa03 .pager-btn__item__link, #hirokawa04 .pager-btn__item__link {
  background-color: #00cca7;
}
#hirokawa01 .pager-btn__item__link::after, #hirokawa02 .pager-btn__item__link::after, #hirokawa03 .pager-btn__item__link::after, #hirokawa04 .pager-btn__item__link::after {
  border-color: transparent transparent transparent #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .pager-btn__item__link:hover, #hirokawa02 .pager-btn__item__link:hover, #hirokawa03 .pager-btn__item__link:hover, #hirokawa04 .pager-btn__item__link:hover {
    background-color: #f79944;
  }
  #hirokawa01 .pager-btn__item__link:hover::after, #hirokawa02 .pager-btn__item__link:hover::after, #hirokawa03 .pager-btn__item__link:hover::after, #hirokawa04 .pager-btn__item__link:hover::after {
    border-color: transparent transparent transparent #f79944;
  }
}
#hirokawa01 .pager-btn__item:first-child .pager-btn__item__link::after, #hirokawa02 .pager-btn__item:first-child .pager-btn__item__link::after, #hirokawa03 .pager-btn__item:first-child .pager-btn__item__link::after, #hirokawa04 .pager-btn__item:first-child .pager-btn__item__link::after {
  border-color: transparent #00cca7 transparent transparent;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .pager-btn__item:first-child .pager-btn__item__link:hover::after, #hirokawa02 .pager-btn__item:first-child .pager-btn__item__link:hover::after, #hirokawa03 .pager-btn__item:first-child .pager-btn__item__link:hover::after, #hirokawa04 .pager-btn__item:first-child .pager-btn__item__link:hover::after {
    border-color: transparent #f79944 transparent transparent;
  }
}

.tel-link {
  color: #543;
  cursor: auto;
}

.btn-wrapper {
  text-align: center;
}

.index-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .index-list {
    justify-content: space-between;
  }
}
.index-list.cl01 .index-list__item {
  width: 100%;
  margin-left: 0;
}
.index-list.cl02 {
  justify-content: space-between;
}
.index-list.cl02 .index-list__item {
  width: calc((100% - 15px) / 2);
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .index-list.cl02 .index-list__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .index-list.cl02 .index-list__item {
    width: 100%;
  }
}
.index-list__item {
  margin-bottom: 15px;
  margin-left: 15px;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1024px) {
  .index-list__item {
    margin-bottom: 10px;
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.index-list__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .index-list__item {
    margin-bottom: 10px;
    margin-left: 0;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .index-list__item {
    margin-bottom: 5px;
    width: 100%;
  }
}
.index-list__item a {
  padding: 23px 50px 23px 30px;
  height: 100%;
  font-size: 18px;
  line-height: 1.3;
  color: #543 !important;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  background-color: #f7f5ee;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .index-list__item a {
    padding: 23px 50px 23px 25px;
    font-size: 17px;
  }
}
.index-list__item a::before {
  content: "";
  margin: auto 0;
  width: 16px;
  height: 16px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transition: 0.2s;
}
.index-list__item a::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;
  right: 24px;
  top: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .index-list__item a {
    padding: 20px 50px 19px 20px;
    font-size: 16px;
    border-radius: 3px;
  }
  .index-list__item a::before {
    right: 15px;
  }
  .index-list__item a::after {
    right: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .index-list__item a:hover {
    transform: translateX(5px);
  }
  .index-list__item a:hover::before {
    transform: scale(1.2);
  }
}
.index-list + .pagetitle-block {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .index-list + .pagetitle-block {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .index-list + .pagetitle-block {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .index-list + .pagetitle-block {
    margin-top: 50px;
  }
}

#kouradai01 .index-list__item a, #kouradai02 .index-list__item a {
  background-color: #eef7ff;
}
#kouradai01 .index-list__item a::before, #kouradai02 .index-list__item a::before {
  background-color: #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .index-list__item a:hover, #kouradai02 .index-list__item a:hover {
    transform: translateX(5px);
    background-color: #fff3f9;
  }
  #kouradai01 .index-list__item a:hover::before, #kouradai02 .index-list__item a:hover::before {
    transform: scale(1.2);
    background-color: #f76699;
  }
}

#hirokawa01 .index-list__item a, #hirokawa02 .index-list__item a, #hirokawa03 .index-list__item a, #hirokawa04 .index-list__item a {
  background-color: #eef7ee;
}
#hirokawa01 .index-list__item a::before, #hirokawa02 .index-list__item a::before, #hirokawa03 .index-list__item a::before, #hirokawa04 .index-list__item a::before {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .index-list__item a:hover, #hirokawa02 .index-list__item a:hover, #hirokawa03 .index-list__item a:hover, #hirokawa04 .index-list__item a:hover {
    transform: translateX(5px);
    background-color: #fff9e9;
  }
  #hirokawa01 .index-list__item a:hover::before, #hirokawa02 .index-list__item a:hover::before, #hirokawa03 .index-list__item a:hover::before, #hirokawa04 .index-list__item a:hover::before {
    transform: scale(1.2);
    background-color: #f79944;
  }
}

.index-photo-list {
  margin-top: -35px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .index-photo-list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .index-photo-list {
    margin-top: -30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .index-photo-list {
    margin: -2px 0 0;
  }
}
@media screen and (max-width: 350px) {
  .index-photo-list {
    margin: -10px 0 0;
  }
}
.index-photo-list__item {
  margin-top: 35px;
  margin-left: 35px;
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 1024px) {
  .index-photo-list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .index-photo-list__item {
    margin-top: 30px;
    margin-left: 0;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .index-photo-list__item {
    margin-top: 2px;
    width: calc((100% - 2px) / 2);
  }
}
@media screen and (max-width: 350px) {
  .index-photo-list__item {
    margin-top: 10px;
    width: 100%;
  }
}
.index-photo-list__item:nth-child(3n-2) {
  margin-left: 0;
}
.index-photo-list__item__link {
  background-color: #abc;
  display: block;
}
@media screen and (min-width: 1025px) {
  .index-photo-list__item__link:hover {
    box-shadow: 5px 5px 10px rgba(85, 68, 51, 0.15);
    transform: translateY(-10px);
    background-color: #543;
  }
  .index-photo-list__item__link:hover .index-photo-list__item__link__text::after {
    border-color: transparent transparent transparent #543;
  }
}
.index-photo-list__item__link__photo {
  width: 100%;
  aspect-ratio: 310/180;
  overflow: hidden;
  display: block;
}
.index-photo-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
.index-photo-list__item__link__text {
  padding: 20px 55px 20px 20px;
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: block;
}
.index-photo-list__item__link__text::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  transition: 0.2s;
}
.index-photo-list__item__link__text::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #abc;
  position: absolute;
  right: 24px;
  top: calc(50% - 3px);
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .index-photo-list__item__link__text {
    padding: 15px 25px 15px 15px;
    font-size: 3.6vw;
  }
  .index-photo-list__item__link__text::before {
    right: 10px;
  }
  .index-photo-list__item__link__text::after {
    right: 14px;
  }
}
@media screen and (max-width: 350px) {
  .index-photo-list__item__link__text {
    font-size: 5vw;
  }
}

#kouradai01 .index-photo-list__item__link, #kouradai02 .index-photo-list__item__link {
  background-color: #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .index-photo-list__item__link:hover, #kouradai02 .index-photo-list__item__link:hover {
    background-color: #f76699;
  }
  #kouradai01 .index-photo-list__item__link:hover .index-photo-list__item__link__text::after, #kouradai02 .index-photo-list__item__link:hover .index-photo-list__item__link__text::after {
    border-color: transparent transparent transparent #f76699;
  }
}
#kouradai01 .index-photo-list__item__link__text::after, #kouradai02 .index-photo-list__item__link__text::after {
  border-color: transparent transparent transparent #3399e7;
}

#hirokawa01 .index-photo-list__item__link, #hirokawa02 .index-photo-list__item__link, #hirokawa03 .index-photo-list__item__link, #hirokawa04 .index-photo-list__item__link {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .index-photo-list__item__link:hover, #hirokawa02 .index-photo-list__item__link:hover, #hirokawa03 .index-photo-list__item__link:hover, #hirokawa04 .index-photo-list__item__link:hover {
    background-color: #f79944;
  }
  #hirokawa01 .index-photo-list__item__link:hover .index-photo-list__item__link__text::after, #hirokawa02 .index-photo-list__item__link:hover .index-photo-list__item__link__text::after, #hirokawa03 .index-photo-list__item__link:hover .index-photo-list__item__link__text::after, #hirokawa04 .index-photo-list__item__link:hover .index-photo-list__item__link__text::after {
    border-color: transparent transparent transparent #f79944;
  }
}
#hirokawa01 .index-photo-list__item__link__text::after, #hirokawa02 .index-photo-list__item__link__text::after, #hirokawa03 .index-photo-list__item__link__text::after, #hirokawa04 .index-photo-list__item__link__text::after {
  border-color: transparent transparent transparent #00cca7;
}

.text {
  font-size: 18px;
  line-height: 2.1;
  color: #543;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
}
@media screen and (max-width: 900px) {
  .text {
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .text {
    font-size: 16px;
    line-height: 1.9;
  }
}

.caption {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.copy-gothic {
  margin-bottom: -40px;
  font-size: 26px;
  line-height: 1.7;
  color: #abc;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .copy-gothic {
    font-size: 22px;
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic {
    font-size: 19px;
    margin-bottom: -10px;
  }
}

.copy-mincho {
  margin-bottom: -40px;
  font-size: 26px;
  line-height: 1.7;
  color: #abc;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .copy-mincho {
    margin-bottom: -30px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    margin-bottom: -20px;
    font-size: 19px;
  }
}

.text-link {
  color: #abc;
  text-decoration: underline;
}
.text-link:hover {
  color: #00cca7;
  text-decoration: none;
}

#kouradai01 .copy-gothic, #kouradai02 .copy-gothic {
  color: #3399e7;
}
#kouradai01 .copy-mincho, #kouradai02 .copy-mincho {
  color: #f76699;
}
#kouradai01 .text-link, #kouradai02 .text-link {
  color: #3399e7;
}
#kouradai01 .text-link:hover, #kouradai02 .text-link:hover {
  color: #00cca7;
}

#hirokawa01 .copy-gothic, #hirokawa02 .copy-gothic, #hirokawa03 .copy-gothic, #hirokawa04 .copy-gothic {
  color: #f79944;
}
#hirokawa01 .copy-mincho, #hirokawa02 .copy-mincho, #hirokawa03 .copy-mincho, #hirokawa04 .copy-mincho {
  color: #00cca7;
}
#hirokawa01 .text-link, #hirokawa02 .text-link, #hirokawa03 .text-link, #hirokawa04 .text-link {
  color: #00cca7;
}
#hirokawa01 .text-link:hover, #hirokawa02 .text-link:hover, #hirokawa03 .text-link:hover, #hirokawa04 .text-link:hover {
  color: #f79944;
}

.box-bg01 {
  padding: 30px 35px;
  background-color: rgba(170, 187, 204, 0.5);
}
@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 22px 25px;
  }
}

.box-bg02 {
  padding: 30px 35px;
  background-color: #f7f5ee;
}
@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 22px 25px;
  }
}

.box-bg03 {
  padding: 30px 35px;
  background-color: #fdf1f1;
}
@media screen and (max-width: 599px) {
  .box-bg03 {
    padding: 22px 25px;
  }
}
.box-bg03 .list-wrapper li::before {
  background: linear-gradient(0deg, #f75577, #f97799);
}
.box-bg03 ol.list-wrapper li::marker {
  color: #f77799;
}

#kouradai01 .box-bg01, #kouradai02 .box-bg01 {
  background-color: #eef7ff;
}
@media screen and (max-width: 599px) {
  #kouradai01 .box-bg03, #kouradai02 .box-bg03 {
    padding: 22px 25px;
  }
}
#kouradai01 .box-bg03 .list-wrapper li::before, #kouradai02 .box-bg03 .list-wrapper li::before {
  background: #f76699;
}
#kouradai01 .box-bg03 ol.list-wrapper li::marker, #kouradai02 .box-bg03 ol.list-wrapper li::marker {
  color: #f76699;
}

#hirokawa01 .box-bg01, #hirokawa02 .box-bg01, #hirokawa03 .box-bg01, #hirokawa04 .box-bg01 {
  background-color: #eef7ee;
}
@media screen and (max-width: 599px) {
  #hirokawa01 .box-bg03, #hirokawa02 .box-bg03, #hirokawa03 .box-bg03, #hirokawa04 .box-bg03 {
    padding: 22px 25px;
  }
}
#hirokawa01 .box-bg03 .list-wrapper li::before, #hirokawa02 .box-bg03 .list-wrapper li::before, #hirokawa03 .box-bg03 .list-wrapper li::before, #hirokawa04 .box-bg03 .list-wrapper li::before {
  background: #f76699;
}
#hirokawa01 .box-bg03 ol.list-wrapper li::marker, #hirokawa02 .box-bg03 ol.list-wrapper li::marker, #hirokawa03 .box-bg03 ol.list-wrapper li::marker, #hirokawa04 .box-bg03 ol.list-wrapper li::marker {
  color: #f76699;
}

.img-right {
  margin: 12px 0 40px 50px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .img-right {
    margin: 11px 0 30px 40px;
  }
}
@media screen and (max-width: 900px) {
  .img-right {
    margin: 10px 0 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .img-right {
    margin: 0 auto 15px auto;
    width: auto;
    max-width: 100%;
    float: none;
    text-align: center;
    display: block;
  }
}

.img-left {
  margin: 12px 50px 40px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .img-left {
    margin: 11px 40px 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .img-left {
    margin: 10px 30px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .img-left {
    margin: 0 auto 15px auto;
    width: auto;
    max-width: 100%;
    text-align: center;
    float: none;
  }
}

.text-right {
  width: calc(67% - 50px);
  float: right;
}
@media screen and (max-width: 1024px) {
  .text-right {
    width: calc(67% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .text-right {
    width: calc(67% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .text-right {
    width: auto;
    float: none;
  }
}

.text-left {
  width: calc(67% - 50px);
  float: left;
}
@media screen and (max-width: 1024px) {
  .text-left {
    width: calc(67% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .text-left {
    width: calc(67% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .text-left {
    width: auto;
    float: none;
  }
}

.photo-3 {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.photo-3 li {
  list-style: none !important;
  width: calc((100% - 60px) / 3);
  text-align: center;
  margin-bottom: 15px;
}
.photo-3 li:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .photo-3 li {
    width: calc((100% - 40px) / 3);
    margin-bottom: 10px;
  }
  .photo-3 li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .photo-3 li {
    width: calc((100% - 4px) / 3);
    margin-bottom: 10px;
  }
  .photo-3 li:not(:nth-child(3n)) {
    margin-right: 2px;
  }
}

.photo-2 {
  padding: 0 !important;
  list-style: none;
}
.photo-2 li {
  list-style: none !important;
  width: calc((100% - 30px) / 2);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}
.photo-2 li:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .photo-2 li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
  .photo-2 li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .photo-2 li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 10px;
  }
  .photo-2 li:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.photo-1 {
  width: 100%;
  text-align: center;
}

.photo-column2 {
  display: flex;
  flex-wrap: wrap;
}
.photo-column2__item {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .photo-column2__item {
    width: 100%;
  }
}

.photo-auto {
  padding: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-right: -10px;
}
@media screen and (max-width: 599px) {
  .photo-auto {
    display: block;
    margin-right: 0;
  }
}
.photo-auto li {
  list-style: none !important;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 10px;
}
.photo-auto li img {
  max-width: auto;
}
@media screen and (max-width: 599px) {
  .photo-auto li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .photo-auto.sp-2 {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .photo-auto.sp-2 li {
    margin-right: 0;
    width: calc((100% - 10px) / 2);
  }
}

.photo-box {
  margin-top: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .photo-box {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .photo-box {
    margin-top: -10px;
  }
}
.photo-box__item {
  margin-top: 30px;
  background-color: #eef7ee;
}
@media screen and (max-width: 1400px) {
  .photo-box__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .photo-box__item {
    margin-top: 10px;
  }
}
.photo-box__item__photo {
  width: 100%;
}
.photo-box__item__inner {
  padding: 25px 35px 35px;
}
@media screen and (max-width: 1024px) {
  .photo-box__item__inner {
    padding: 20px 30px 30px;
  }
}
.photo-box__item__inner__title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
  color: #00cca7;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .photo-box__item__inner__title {
    font-size: 17px;
  }
}
.photo-box__item__inner__text {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.8;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .photo-box__item__inner__text {
    line-height: 1.6;
  }
}
.photo-box.column-3 li {
  margin-left: 30px;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1400px) {
  .photo-box.column-3 li {
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .photo-box.column-3 li {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .photo-box.column-3 li {
    margin-left: 0;
    width: 100%;
  }
}
.photo-box.column-3 li:nth-child(3n-2) {
  margin-left: 0;
}
.photo-box.column-2 li {
  margin-left: 30px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1400px) {
  .photo-box.column-2 li {
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .photo-box.column-2 li {
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .photo-box.column-2 li {
    margin-left: 0;
    width: 100%;
  }
}
.photo-box.column-2 li:nth-child(2n-1) {
  margin-left: 0;
}

#kouradai01 .photo-box__item, #kouradai02 .photo-box__item {
  background-color: #eef7ff;
}
#kouradai01 .photo-box__item__inner__title, #kouradai02 .photo-box__item__inner__title {
  color: #3399e7;
}

#hirokawa01 .photo-box__item, #hirokawa02 .photo-box__item, #hirokawa03 .photo-box__item, #hirokawa04 .photo-box__item {
  background-color: #eef7ee;
}
#hirokawa01 .photo-box__item__inner__title, #hirokawa02 .photo-box__item__inner__title, #hirokawa03 .photo-box__item__inner__title, #hirokawa04 .photo-box__item__inner__title {
  color: #00cca7;
}

.list-wrapper li {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.7;
  color: #543;
  position: relative;
}
.list-wrapper li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-wrapper li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-wrapper li {
    margin-top: 10px;
    font-size: 17px;
  }
  .list-wrapper li::before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper li {
    font-size: 16px;
  }
  .list-wrapper li::before {
    top: 10px;
  }
}
.list-wrapper.cl02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list-wrapper.cl02 li {
  width: calc((100% - 30px) / 2);
}
.list-wrapper.cl02 li:first-child {
  margin-top: 0;
}
.list-wrapper.cl02 li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .list-wrapper.cl02 li {
    width: 100%;
  }
  .list-wrapper.cl02 li:nth-child(2) {
    margin-top: 10px;
  }
}
.list-wrapper.cl03 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list-wrapper.cl03 li {
  margin-left: 30px;
  width: calc((100% - 60px) / 3);
}
.list-wrapper.cl03 li:first-child {
  margin-top: 0;
}
.list-wrapper.cl03 li:nth-child(2) {
  margin-top: 0;
}
.list-wrapper.cl03 li:nth-child(3) {
  margin-top: 0;
}
.list-wrapper.cl03 li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .list-wrapper.cl03 li {
    margin-left: 0;
    width: 100%;
  }
  .list-wrapper.cl03 li:nth-child(2) {
    margin-top: 10px;
  }
  .list-wrapper.cl03 li:nth-child(3) {
    margin-top: 10px;
  }
}

#kouradai01 .list-wrapper li::before, #kouradai02 .list-wrapper li::before {
  background-color: #3399e7;
}

#hirokawa01 .list-wrapper li::before, #hirokawa02 .list-wrapper li::before, #hirokawa03 .list-wrapper li::before, #hirokawa04 .list-wrapper li::before {
  background-color: #f79944;
}

.link-list li {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #543;
  position: relative;
}
.link-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .link-list li {
    margin-top: 10px;
    font-size: 17px;
  }
  .link-list li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .link-list li {
    font-size: 16px;
  }
  .link-list li::before {
    top: 9px;
  }
}
.link-list li > a {
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.3;
  color: #543 !important;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
}
.link-list li > a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #abc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  transition: 0.2s;
}
.link-list li > a::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 6px;
  top: 9px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .link-list li > a {
    font-size: 17px;
  }
  .link-list li > a::before {
    top: 3px;
  }
  .link-list li > a::after {
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .link-list li > a {
    font-size: 16px;
  }
  .link-list li > a::before {
    top: 1px;
  }
  .link-list li > a::after {
    top: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .link-list li > a:hover {
    color: #3399e7 !important;
    transform: translateX(5px);
  }
  .link-list li > a:hover::before {
    transform: scale(1.3);
  }
}
.link-list li > a.other {
  padding-right: 1em;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: auto 0.7em;
  background-position: 100% 60%;
}
@media screen and (max-width: 900px) {
  .link-list li > a.other {
    background-position: 100% 55%;
  }
}
@media screen and (max-width: 599px) {
  .link-list li > a.other {
    background-position: 100% 45%;
  }
}
@media screen and (min-width: 1025px) {
  .link-list li > a.other:hover {
    background-image: url(../img/common/icon_other_blue.svg);
  }
}

#kouradai01 .link-list li > a::before, #kouradai02 .link-list li > a::before {
  background: #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .link-list li > a:hover, #kouradai02 .link-list li > a:hover {
    color: #3399e7 !important;
  }
}
@media screen and (min-width: 1025px) {
  #kouradai01 .link-list li > a.other:hover, #kouradai02 .link-list li > a.other:hover {
    background-image: url(../img/common/icon_other_blue.svg);
  }
}

#hirokawa01 .link-list li > a::before, #hirokawa02 .link-list li > a::before, #hirokawa03 .link-list li > a::before, #hirokawa04 .link-list li > a::before {
  background: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .link-list li > a:hover, #hirokawa02 .link-list li > a:hover, #hirokawa03 .link-list li > a:hover, #hirokawa04 .link-list li > a:hover {
    color: #00cca7 !important;
  }
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .link-list li > a.other:hover, #hirokawa02 .link-list li > a.other:hover, #hirokawa03 .link-list li > a.other:hover, #hirokawa04 .link-list li > a.other:hover {
    background-image: url(../img/common/icon_other_blue-green.svg);
  }
}

.file-link-list li {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #543;
  position: relative;
}
.file-link-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .file-link-list li {
    margin-top: 10px;
    font-size: 17px;
  }
  .file-link-list li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }
}
@media screen and (max-width: 599px) {
  .file-link-list li {
    font-size: 16px;
  }
  .file-link-list li::before {
    top: 9px;
  }
}
.file-link-list li > a {
  padding-left: 26px;
  font-size: 18px;
  line-height: 1.3;
  color: #543 !important;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  background-image: url(../img/common/icon_data.svg);
  background-repeat: no-repeat !important;
  background-size: 18px auto;
  background-position: 0 0;
}
@media screen and (max-width: 900px) {
  .file-link-list li > a {
    padding-left: 24px;
    font-size: 17px;
    background-size: 17px auto;
  }
}
@media screen and (max-width: 599px) {
  .file-link-list li > a {
    padding-left: 21px;
    font-size: 16px;
    background-size: 16px auto;
  }
}
@media screen and (min-width: 1025px) {
  .file-link-list li > a:hover {
    color: #3399e7 !important;
    transform: translateX(5px);
  }
  .file-link-list li > a:hover::before {
    transform: scale(1.3);
  }
}
.file-link-list li.li-pdf a {
  background-image: url(../img/common/icon_pdf.svg);
}
.file-link-list li.li-xls a {
  background-image: url(../img/common/icon_xls.svg);
}
.file-link-list li.li-doc a {
  background-image: url(../img/common/icon_word.svg);
}

@media screen and (min-width: 1025px) {
  #kouradai01 .file-link-list li > a:hover, #kouradai02 .file-link-list li > a:hover {
    color: #3399e7 !important;
  }
}

@media screen and (min-width: 1025px) {
  #hirokawa01 .file-link-list li > a:hover, #hirokawa02 .file-link-list li > a:hover, #hirokawa03 .file-link-list li > a:hover, #hirokawa04 .file-link-list li > a:hover {
    color: #00cca7 !important;
  }
}

ol.list-wrapper {
  padding: 0 !important;
  list-style: none;
  margin-left: 1.4em;
}
@media screen and (max-width: 1024px) {
  ol.list-wrapper {
    margin-left: 1.8em;
  }
}
ol.list-wrapper li {
  padding-left: 0;
  position: relative;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  list-style: none;
}
ol.list-wrapper li:first-child {
  margin-top: 0;
}
ol.list-wrapper li::marker {
  color: #abc;
  font-weight: 700;
}
ol.list-wrapper li::before {
  display: none;
}
ol.list-wrapper.cl02 li {
  width: calc((100% - 50px - 1.2em) / 2);
}
ol.list-wrapper.cl02 li:first-child {
  margin-top: 0;
}
ol.list-wrapper.cl02 li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  ol.list-wrapper.cl02 li {
    width: calc((100% - 50px - 1em) / 2);
  }
}
@media screen and (max-width: 900px) {
  ol.list-wrapper.cl02 li {
    width: 100%;
  }
  ol.list-wrapper.cl02 li:nth-child(2) {
    margin-top: 10px;
  }
}
ol.list-wrapper.cl03 li {
  margin-left: 50px;
  width: calc((100% - 100px - 1.2em) / 3);
}
ol.list-wrapper.cl03 li:first-child {
  margin-top: 0;
}
ol.list-wrapper.cl03 li:nth-child(2) {
  margin-top: 0;
}
ol.list-wrapper.cl03 li:nth-child(3) {
  margin-top: 0;
}
ol.list-wrapper.cl03 li:nth-child(3n-2) {
  margin-left: 1.2em;
}
@media screen and (max-width: 1024px) {
  ol.list-wrapper.cl03 li {
    width: calc((100% - 100px - 1em) / 3);
  }
  ol.list-wrapper.cl03 li:nth-child(3n-2) {
    margin-left: 1em;
  }
}
@media screen and (max-width: 900px) {
  ol.list-wrapper.cl03 li {
    margin-left: 1em;
    width: 100%;
  }
  ol.list-wrapper.cl03 li:nth-child(2) {
    margin-top: 10px;
  }
  ol.list-wrapper.cl03 li:nth-child(3) {
    margin-top: 10px;
  }
}

#kouradai01 ol.list-wrapper li::marker, #kouradai02 ol.list-wrapper li::marker {
  color: #3399e7;
}

#hirokawa01 ol.list-wrapper li::marker, #hirokawa02 ol.list-wrapper li::marker, #hirokawa03 ol.list-wrapper li::marker, #hirokawa04 ol.list-wrapper li::marker {
  color: #00cca7;
}

.list-file {
  padding-left: 0 !important;
}
.list-file li {
  margin-top: 20px;
}
.list-file li:first-child {
  margin-top: 0;
}
.list-file li.li-pdf a {
  background-image: url(../img/common/icon_pdf.svg);
}
.list-file li.li-xls a {
  background-image: url(../img/common/icon_xls.svg);
}
.list-file li.li-doc a {
  background-image: url(../img/common/icon_word.svg);
}
.list-file li.li-data a {
  background-image: url(../img/common/icon_data.svg);
}
.list-file li a {
  padding: 31px 50px 29px 80px;
  font-size: 18px;
  line-height: 1.3;
  color: #543 !important;
  text-decoration: none !important;
  background-color: #f7f5ee;
  display: block;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: 36px !important;
  background-position: 25px 50% !important;
  border-radius: 5px !important;
}
.list-file li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #bdd;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .list-file li a::before {
    right: 15px;
  }
}
.list-file li a::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 34px;
  top: calc(50% - 3px);
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .list-file li a::after {
    right: 19px;
  }
}
@media screen and (max-width: 900px) {
  .list-file li a {
    padding: 26px 50px 24px 65px;
    font-size: 17px;
    background-size: 30px !important;
    background-position: 20px 50% !important;
  }
}
@media screen and (max-width: 599px) {
  .list-file li a {
    padding: 21px 40px 19px 50px;
    font-size: 16px;
    background-size: 24px !important;
    background-position: 13px 50% !important;
    border-radius: 2px !important;
  }
}
@media screen and (min-width: 1025px) {
  .list-file li a:hover {
    color: #fff !important;
    background-color: #00cca7;
    transform: translateX(5px);
  }
}
.list-file li p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 900px) {
  .list-file li p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .list-file li p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.list-file.cl02 {
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .list-file.cl02 {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .list-file.cl02 {
    margin-top: -15px;
  }
}
.list-file.cl02 > li {
  margin-top: 30px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 900px) {
  .list-file.cl02 > li {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .list-file.cl02 > li {
    margin-top: 15px;
    width: 100%;
  }
}
.list-file.cl03 {
  margin-top: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .list-file.cl03 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .list-file.cl03 {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .list-file.cl03 {
    margin-top: -15px;
  }
}
.list-file.cl03 > li {
  margin-top: 30px;
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
}
.list-file.cl03 > li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .list-file.cl03 > li {
    margin-left: 0;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .list-file.cl03 > li {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .list-file.cl03 > li {
    margin-top: 15px;
    width: 100%;
  }
}

#kouradai01 .list-file li a, #kouradai02 .list-file li a {
  background-color: #eef7ff;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .list-file li a:hover, #kouradai02 .list-file li a:hover {
    background-color: #3399e7;
  }
}

#hirokawa01 .list-file li a, #hirokawa02 .list-file li a, #hirokawa03 .list-file li a, #hirokawa04 .list-file li a {
  background-color: #eef7ee;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .list-file li a:hover, #hirokawa02 .list-file li a:hover, #hirokawa03 .list-file li a:hover, #hirokawa04 .list-file li a:hover {
    background-color: #00cca7;
  }
}

.page-nav {
  padding: 30px 10px 30px 35px;
  background-color: #f7f5ee;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .page-nav {
    padding: 25px 10px 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .page-nav {
    padding: 22px 10px 22px 25px;
  }
}
.page-nav__item {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .page-nav__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .page-nav__item {
    margin-right: 15px;
  }
}
.page-nav__item > a, .page-nav__item span {
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.3;
  color: #543 !important;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
}
.page-nav__item > a::before, .page-nav__item span::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  transition: 0.2s;
}
.page-nav__item > a::after, .page-nav__item span::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 6px;
  top: calc(50% - 3px);
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .page-nav__item > a, .page-nav__item span {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .page-nav__item > a, .page-nav__item span {
    font-size: 16px;
  }
  .page-nav__item > a::before, .page-nav__item span::before {
    top: calc(50% - 9px);
  }
  .page-nav__item > a::after, .page-nav__item span::after {
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 1025px) {
  .page-nav__item > a:hover {
    color: #3399e7 !important;
  }
  .page-nav__item > a:hover::before {
    transform: scale(1.3);
  }
}
.page-nav__item.anchor-link a::after, .page-nav__item.anchor-link span::after {
  transform: rotate(90deg);
  left: 5px;
  top: calc(50% - 2px);
}
@media screen and (max-width: 599px) {
  .page-nav__item.anchor-link a::after, .page-nav__item.anchor-link span::after {
    top: calc(50% - 3px);
  }
}
.page-nav__item.active a, .page-nav__item.active span {
  font-weight: 700;
}

#kouradai01 .page-nav__item > a::before, #kouradai01 .page-nav__item span::before, #kouradai02 .page-nav__item > a::before, #kouradai02 .page-nav__item span::before {
  background-color: #f76699;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .page-nav__item > a:hover, #kouradai02 .page-nav__item > a:hover {
    color: #3399e7 !important;
  }
}

#hirokawa01 .page-nav__item > a::before, #hirokawa01 .page-nav__item span::before, #hirokawa02 .page-nav__item > a::before, #hirokawa02 .page-nav__item span::before, #hirokawa03 .page-nav__item > a::before, #hirokawa03 .page-nav__item span::before, #hirokawa04 .page-nav__item > a::before, #hirokawa04 .page-nav__item span::before {
  background-color: #f79944;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .page-nav__item > a:hover, #hirokawa02 .page-nav__item > a:hover, #hirokawa03 .page-nav__item > a:hover, #hirokawa04 .page-nav__item > a:hover {
    color: #f79944 !important;
  }
}

.table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  vertical-align: baseline;
}
.table thead th {
  padding: 15px 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #543;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .table thead th {
    padding: 7px 2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .table thead th {
    padding: 6px;
    font-size: 15px;
  }
}
.table tbody th,
.table tbody td {
  padding: 20px 25px 18px;
  font-size: 18px;
  line-height: 1.5;
  color: #543;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .table tbody th,
  .table tbody td {
    padding: 15px 15px 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .table tbody th,
  .table tbody td {
    padding: 11px 10px 10px;
    font-size: 15px;
    font-weight: 400;
  }
}
.table tbody th {
  text-align: center;
  vertical-align: middle;
  background-color: #f7f5ee;
}

#kouradai01 .table thead th, #kouradai02 .table thead th {
  background-color: #f76699;
}
#kouradai01 .table tbody th, #kouradai02 .table tbody th {
  color: #f76699;
  background-color: #fff3f9;
}

#hirokawa01 .table thead th, #hirokawa02 .table thead th, #hirokawa03 .table thead th, #hirokawa04 .table thead th {
  background-color: #00cca7;
}
#hirokawa01 .table tbody th, #hirokawa02 .table tbody th, #hirokawa03 .table tbody th, #hirokawa04 .table tbody th {
  color: #00cca7;
  background-color: #eef7ee;
}

@media screen and (max-width: 599px) {
  .tbl-sp-scroll table {
    width: 700px;
  }
}

.pagetitle-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .pagetitle-block {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle-block {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle-block {
    margin-bottom: 15px;
  }
}

.title-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .title-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-block {
    margin-bottom: 15px;
  }
}

.block-cms {
  margin-bottom: 50px;
}
.block-cms:before, .block-cms:after {
  content: "";
  display: table;
}
.block-cms:after {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .block-cms {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .block-cms {
    margin-bottom: 30px;
  }
}
.block-cms .block__wysiwyg .box:last-child {
  margin-bottom: 0 !important;
}
.block-cms a:not([class]) {
  color: #3399e7;
  text-decoration: underline;
}
.block-cms a:not([class]):hover {
  color: #00cca7;
  text-decoration: none;
}
.block-cms img:not([class]) {
  width: auto;
  max-width: 100%;
  height: auto;
}

#kouradai01 .block-cms a:not([class]), #kouradai02 .block-cms a:not([class]) {
  color: #3399e7;
}
#kouradai01 .block-cms a:not([class]):hover, #kouradai02 .block-cms a:not([class]):hover {
  color: #f76699;
}

#hirokawa01 .block-cms a:not([class]), #hirokawa02 .block-cms a:not([class]), #hirokawa03 .block-cms a:not([class]), #hirokawa04 .block-cms a:not([class]) {
  color: #00cca7;
}
#hirokawa01 .block-cms a:not([class]):hover, #hirokawa02 .block-cms a:not([class]):hover, #hirokawa03 .block-cms a:not([class]):hover, #hirokawa04 .block-cms a:not([class]):hover {
  color: #f79944;
}

.block-flow {
  display: flex;
}
@media screen and (max-width: 599px) {
  .block-flow {
    display: block;
  }
}
.block-flow .img-right {
  order: 2;
  float: none;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .block-flow .img-right {
    margin-bottom: 20px;
  }
}
.block-flow .img-left {
  float: none;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .block-flow .img-left {
    margin-bottom: 20px;
  }
}
.block-flow .text-left,
.block-flow .text-right {
  width: 100%;
  float: none;
}

.qa-list__title::before, .qa-list__title::after, .qa-list__data::before, .qa-list__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  margin: auto;
}
.qa-list__title::before, .qa-list__data::before {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .qa-list__title::before, .qa-list__data::before {
    width: 26px;
    height: 26px;
  }
}
.qa-list__title::after, .qa-list__data::after {
  font-size: 2rem;
  font-family: "Arial", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .qa-list__title::after, .qa-list__data::after {
    font-size: 1.6rem;
  }
}
.qa-list__title {
  background-color: #eef7ff;
  padding: 12px 20px 12px 70px;
  color: #3399e7;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .qa-list__title {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 10px 10px 10px 46px;
    margin-bottom: 15px;
  }
}
.qa-list__title::before {
  background-color: #3399e7;
  left: 15px;
  top: 14px;
}
@media screen and (max-width: 599px) {
  .qa-list__title::before {
    left: 8px;
    top: 8px;
  }
}
.qa-list__title::after {
  content: "Q";
  color: #fff;
  top: 9px;
  left: 23px;
}
@media screen and (max-width: 599px) {
  .qa-list__title::after {
    top: 10px;
    left: 15px;
  }
}
.qa-list__data {
  padding: 0 20px 0px 70px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .qa-list__data {
    padding: 0px 10px 0px 46px;
  }
}
.qa-list__data::before {
  background-color: #00cca7;
  left: 15px;
  top: 3px;
}
@media screen and (max-width: 599px) {
  .qa-list__data::before {
    left: 8px;
    top: 4px;
  }
}
.qa-list__data::after {
  content: "A";
  color: #fff;
  top: -2px;
  left: 24px;
}
@media screen and (max-width: 599px) {
  .qa-list__data::after {
    left: 16px;
    top: 2px;
  }
}

/*--------------------------------------------------------
_wysiwyg
----------------------------------------------------------*/
.block__wysiwyg {
  font-size: 18px;
  line-height: 2.1;
  color: #543;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
  /*本文テキスト・写真回り込み処理*/
  /*区切り線*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 900px) {
  .block__wysiwyg {
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .block__wysiwyg {
    font-size: 16px;
    line-height: 1.9;
  }
}
.block__wysiwyg a:not([class]) {
  color: #abc;
  text-decoration: underline;
}
.block__wysiwyg a:not([class]):hover {
  color: #00cca7;
  text-decoration: none;
}
.block__wysiwyg img:not([class]) {
  width: auto;
  max-width: 100%;
  height: auto;
}
.block__wysiwyg .text {
  font-size: 18px;
  line-height: 2.1;
  color: #543;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
}
@media screen and (max-width: 900px) {
  .block__wysiwyg .text {
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .block__wysiwyg .text {
    font-size: 16px;
    line-height: 1.9;
  }
}
.block__wysiwyg .line {
  border-top: 1px solid #ccc;
}
.block__wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.block__wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.block__wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.block__wysiwyg h1:not([class]) {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.block__wysiwyg h2:not([class]) {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
.block__wysiwyg h3:not([class]) {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
.block__wysiwyg h4:not([class]) {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg h5:not([class]) {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg h6:not([class]) {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
.block__wysiwyg ul:not([class]) {
  padding-left: 40px;
  list-style-type: disc;
}
.block__wysiwyg ol:not([class]) {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
.block__wysiwyg blockquote {
  padding-left: 1em;
}
.block__wysiwyg table:not([class]) {
  font-size: 100%;
  border-collapse: collapse;
}
.block__wysiwyg table:not([class]) th, .block__wysiwyg table:not([class]) td {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .block__wysiwyg table:not([class]) th, .block__wysiwyg table:not([class]) td {
    font-weight: 400;
  }
}
.block__wysiwyg hr {
  display: block;
}
.block__wysiwyg em {
  font-style: italic !important;
}
.block__wysiwyg strong {
  font-weight: bold !important;
}
.block__wysiwyg em strong, .block__wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

#kouradai01 .block__wysiwyg a:not([class]), #kouradai02 .block__wysiwyg a:not([class]) {
  color: #3399e7;
}
#kouradai01 .block__wysiwyg a:not([class]):hover, #kouradai02 .block__wysiwyg a:not([class]):hover {
  color: #f76699;
}

#hirokawa01 .block__wysiwyg a:not([class]), #hirokawa02 .block__wysiwyg a:not([class]), #hirokawa03 .block__wysiwyg a:not([class]), #hirokawa04 .block__wysiwyg a:not([class]) {
  color: #00cca7;
}
#hirokawa01 .block__wysiwyg a:not([class]):hover, #hirokawa02 .block__wysiwyg a:not([class]):hover, #hirokawa03 .block__wysiwyg a:not([class]):hover, #hirokawa04 .block__wysiwyg a:not([class]):hover {
  color: #f79944;
}

/*youtube*/
.youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.youtube-wrapper-2column {
  margin-top: -40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .youtube-wrapper-2column {
    margin-top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .youtube-wrapper-2column {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .youtube-wrapper-2column {
    margin-top: -10px;
  }
}
.youtube-wrapper-2column__item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
  position: relative;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1200px) {
  .youtube-wrapper-2column__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .youtube-wrapper-2column__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .youtube-wrapper-2column__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.youtube-wrapper-2column__item:nth-child(2n-1) {
  margin-left: 0;
}
.youtube-wrapper-2column__item iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*各テンプレートを囲むbox【必須】*/
.box {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .box {
    margin-bottom: 30px;
  }
}

/* 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;
  bottom: -50px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid #543;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  background-image: url(../img/common/slider_arrow.svg);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: 46% 50%;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #00cca7;
  }
}

/*
.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: blackscale;
}
*/
.slick-prev {
  left: 0;
}

.slick-next {
  left: 32px;
  transform: rotate(180deg);
}

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

.slick-dots {
  position: absolute;
  bottom: -39px;
  left: 95px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #543;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    background-color: #543;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint {
  /* min-height: 110px; */
  overflow-y: hidden !important;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 38px);
  box-sizing: border-box;
  width: 76px;
  height: 70px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 25px 10px 5px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 0px;
  color: #FFF;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../assets/img/common/icon_scroll_hint_white_hand.svg);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(../assets/img/common/icon_scroll_hint_white_hand.svg);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 800px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 20px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-inner {
  margin: 0 auto;
  padding: 0;
  width: 600px;
  max-width: 100%;
  background-color: #fff;
}
.remodal-inner__title {
  padding: 60px 0 18px 0.12em;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.12;
  text-align: center;
  background-color: #abc;
  background-image: url(../img/common/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-inner__title {
    padding: 46px 0 13px 0.12em;
    font-size: 22px;
    background-size: 24px auto;
    background-position: 50% 14px;
  }
}
.remodal-inner__inner {
  padding: 40px 50px 120px;
}
@media screen and (max-width: 599px) {
  .remodal-inner__inner {
    padding: 25px 25px 80px;
  }
}
.remodal-inner__inner__text {
  padding-left: 0.06em;
  font-size: 18px;
  line-height: 1.9;
  color: #543;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .remodal-inner__inner__text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.remodal-inner__inner__caution {
  margin-bottom: 10px;
  font-size: 15px;
  color: #543;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .remodal-inner__inner__caution {
    font-size: 13px;
  }
}
.remodal-inner__inner__tel {
  margin-top: 10px;
  padding-left: 0.06em;
  font-size: 28px;
  line-height: 1;
  color: #543;
  font-family: "Arial", sans-serif !important;
  font-weight: 400;
  text-align: center;
  display: block;
  cursor: auto;
}
@media screen and (max-width: 599px) {
  .remodal-inner__inner__tel {
    margin: 20px auto 0;
    padding: 18px 0;
    width: 280px;
    max-width: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #abc;
    border-radius: 28px;
  }
}
.remodal-inner__inner__list {
  margin-top: 30px;
  padding: 20px 30px 30px 20px;
  background-color: #f7f5ee;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .remodal-inner__inner__list {
    margin-top: 25px;
    padding: 15px 25px 23px 15px;
  }
}
.remodal-inner__inner__list__item {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.3;
  color: #543;
  position: relative;
}
.remodal-inner__inner__list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .remodal-inner__inner__list__item {
    padding-left: 12px;
    font-size: 15px;
  }
  .remodal-inner__inner__list__item::before {
    top: 5px;
  }
}
.remodal-inner .remodal-close-btn {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #abc;
  background-image: url(../img/common/icon_close.svg);
  background-size: 44% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 25px);
  transition: 0.2s;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 599px) {
  .remodal-inner .remodal-close-btn {
    bottom: 22px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .remodal-inner .remodal-close-btn:hover {
    background-color: #543;
    transform: translateY(5px);
  }
}

#kouradai01 .remodal-inner__title, #kouradai02 .remodal-inner__title {
  background-color: #f76699;
}
@media screen and (max-width: 599px) {
  #kouradai01 .remodal-inner__inner__tel, #kouradai02 .remodal-inner__inner__tel {
    background-color: #3399e7;
  }
}
#kouradai01 .remodal-inner__inner__list__item::before, #kouradai02 .remodal-inner__inner__list__item::before {
  background-color: #3399e7;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .remodal-close-btn:hover, #kouradai02 .remodal-close-btn:hover {
    background-color: #f76699;
  }
}

#hirokawa01 .remodal-inner__title, #hirokawa02 .remodal-inner__title, #hirokawa03 .remodal-inner__title, #hirokawa04 .remodal-inner__title {
  background-color: #f79944;
}
@media screen and (max-width: 599px) {
  #hirokawa01 .remodal-inner__inner__tel, #hirokawa02 .remodal-inner__inner__tel, #hirokawa03 .remodal-inner__inner__tel, #hirokawa04 .remodal-inner__inner__tel {
    background-color: #00cca7;
  }
}
#hirokawa01 .remodal-inner__inner__list__item::before, #hirokawa02 .remodal-inner__inner__list__item::before, #hirokawa03 .remodal-inner__inner__list__item::before, #hirokawa04 .remodal-inner__inner__list__item::before {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .remodal-close-btn:hover, #hirokawa02 .remodal-close-btn:hover, #hirokawa03 .remodal-close-btn:hover, #hirokawa04 .remodal-close-btn:hover {
    background-color: #00cca7;
  }
}

.all-top-main {
  margin: 100px 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .all-top-main {
    margin: 70px 10px 0;
  }
}
.all-top-main__box01 {
  width: 35.4%;
  height: 33.334vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .all-top-main__box01 {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .all-top-main__box01 {
    margin-bottom: 4px;
  }
}
.all-top-main__box01__item {
  width: calc((100% - 10px) / 2);
  line-height: 0.1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .all-top-main__box01__item {
    height: 28vw;
  }
}
@media screen and (max-width: 599px) {
  .all-top-main__box01__item {
    width: calc((100% - 4px) / 2);
    border-radius: 3px;
  }
}
.all-top-main__box01__item:last-child {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .all-top-main__box01__item:last-child {
    height: 55vw;
  }
}
@media screen and (max-width: 599px) {
  .all-top-main__box01__item:last-child {
    margin-top: 5px;
  }
}
.all-top-main__box02 {
  width: calc(64.6% - 10px);
  height: 33.334vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .all-top-main__box02 {
    width: 100%;
    height: auto;
  }
}
.all-top-main__box02__item {
  width: 37%;
  height: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .all-top-main__box02__item {
    height: 45vw;
  }
}
.all-top-main__box02__item:first-child {
  width: calc(63% - 10px);
  line-height: 0.1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .all-top-main__box02__item:first-child {
    width: calc(63% - 4px);
    border-radius: 3px;
  }
}
.all-top-main__box02__item__box {
  width: 100%;
  height: calc(50% - 5px);
  line-height: 0.1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .all-top-main__box02__item__box {
    height: calc(50% - 2px);
    border-radius: 3px;
  }
}
.all-top-main__box02__item__box:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .all-top-main__box02__item__box:first-child {
    margin-bottom: 5px;
  }
}
.all-top-main__box02__item .box-last {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 0;
}
.all-top-main__box02__item .box-last__item {
  width: 41.5%;
  height: 100%;
}
.all-top-main__box02__item .box-last__item:last-child {
  width: calc(58.5% - 10px);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .all-top-main__box02__item .box-last__item:last-child {
    width: calc(58.5% - 4px);
    border-radius: 3px;
  }
}
.all-top-main__box02__item .box-last__item__box {
  width: 100%;
  height: calc(50% - 5px);
  border-radius: 5px;
  background-color: #ea4;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .all-top-main__box02__item .box-last__item__box {
    height: calc(50% - 2px);
    border-radius: 3px;
  }
}
.all-top-main__box02__item .box-last__item__box:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .all-top-main__box02__item .box-last__item__box:first-child {
    margin-bottom: 4px;
  }
}
.all-top-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-top-lead {
  padding: 100px 80px 150px;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 5px rgba(85, 68, 51, 0.25);
}
@media screen and (max-width: 1300px) {
  .all-top-lead {
    padding: 80px 80px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .all-top-lead {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead {
    padding: 80px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead {
    padding: 40px 30px 40px;
  }
}
.all-top-lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner {
    max-width: 600px;
    flex-wrap: wrap;
    position: relative;
  }
}
.all-top-lead__inner__contents {
  padding-top: 50px;
  width: 600px;
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__contents {
    padding-top: 30px;
    width: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .all-top-lead__inner__contents {
    padding-top: 10px;
    width: 460px;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__contents {
    padding-top: 0;
    width: 100%;
  }
}
.all-top-lead__inner__contents__copy {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 1.57;
  color: #3a4;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__contents__copy {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .all-top-lead__inner__contents__copy {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__contents__copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__copy {
    margin-bottom: 5px;
    font-size: 5.7vw;
    line-height: 1.8;
  }
}
.all-top-lead__inner__contents__text {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 2.1;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__contents__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .all-top-lead__inner__contents__text {
    margin-bottom: 25px;
  }
  .all-top-lead__inner__contents__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__contents__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 2;
  }
}
.all-top-lead__inner__contents__area {
  width: 100%;
  max-width: 580px;
  padding: 35px;
  background-color: #eef7ee;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__contents__area {
    max-width: 520px;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__contents__area {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area {
    padding: 25px;
    border-radius: 5px;
  }
}
.all-top-lead__inner__contents__area__item {
  padding: 25px 0;
  border-top: 1px dotted #bab;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area__item {
    padding: 20px 0;
  }
}
.all-top-lead__inner__contents__area__item:first-child {
  padding-top: 0;
  border-top: none;
}
.all-top-lead__inner__contents__area__item:last-child {
  padding-bottom: 0;
}
.all-top-lead__inner__contents__area__item:last-child .all-top-lead__inner__contents__area__item__title {
  background-color: #00cca7;
}
.all-top-lead__inner__contents__area__item:last-child .all-top-lead__inner__contents__area__item__list__item__link::before {
  border-color: transparent transparent transparent #00cca7;
}
@media screen and (min-width: 1025px) {
  .all-top-lead__inner__contents__area__item:last-child .all-top-lead__inner__contents__area__item__list__item__link:hover {
    color: #00cca7;
  }
}
.all-top-lead__inner__contents__area__item__title {
  width: 140px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: normal;
  background-color: #3399e7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__contents__area__item__title {
    padding: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__contents__area__item__title {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area__item__title {
    padding: 10px;
    width: 100%;
  }
}
.all-top-lead__inner__contents__area__item__list {
  padding: 8px 0;
  width: calc(100% - 140px - 25px);
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__contents__area__item__list {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__contents__area__item__list {
    margin-top: 0;
    padding: 8px 0;
    width: calc(100% - 140px - 25px);
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area__item__list {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
}
.all-top-lead__inner__contents__area__item__list__item {
  margin: 13px 0 0 0;
  padding: 0;
  line-height: 1;
  display: block;
}
.all-top-lead__inner__contents__area__item__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area__item__list__item {
    margin-top: 10px;
  }
}
.all-top-lead__inner__contents__area__item__list__item__link {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 16px;
  line-height: 1;
  color: #543;
  display: inline-block;
  position: relative;
}
.all-top-lead__inner__contents__area__item__list__item__link::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #3399e7;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area__item__list__item__link {
    font-size: 15px;
    line-height: 1.2;
  }
  .all-top-lead__inner__contents__area__item__list__item__link::before {
    border-width: 3px 0 3px 6px;
    top: 5px;
    left: 3px;
  }
}
.all-top-lead__inner__contents__area__item__list__item__link.other {
  padding-right: 23px;
  background-image: url(../img/common/icon_other_blue.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 100% 50%;
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__contents__area__item__list__item__link.other {
    padding-right: 20px;
    background-size: 14px auto;
  }
}
@media screen and (min-width: 1025px) {
  .all-top-lead__inner__contents__area__item__list__item__link:hover {
    color: #3399e7;
    transform: translateX(5px);
  }
}
.all-top-lead__inner__ill {
  max-width: 550px;
  width: calc(100% - 580px - 20px);
  position: sticky;
  top: 60px;
}
@media screen and (max-width: 1300px) {
  .all-top-lead__inner__ill {
    width: calc(100% - 550px - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .all-top-lead__inner__ill {
    width: calc(100% - 460px - 50px);
  }
}
@media screen and (max-width: 900px) {
  .all-top-lead__inner__ill {
    width: 32vw;
    max-width: 215px;
    position: absolute;
    top: -65px;
    right: -30px;
    z-index: -1;
  }
}
@media screen and (max-width: 599px) {
  .all-top-lead__inner__ill {
    margin: 25px auto 0;
    width: 80%;
    max-width: 80%;
    position: relative;
    top: auto;
    right: auto;
  }
}

.all-top-group {
  padding: 100px 50px 150px;
  background-color: #f7f5ee;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .all-top-group {
    padding: 100px 30px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .all-top-group {
    padding: 80px 50px 120px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-group {
    padding: 50px 30px 60px;
  }
}
@media screen and (max-width: 350px) {
  .all-top-group {
    padding: 50px 10px 60px;
  }
}
.all-top-group__title {
  margin-bottom: 40px;
  padding-left: 0.06em;
  font-size: 44px;
  line-height: 1;
  color: #543;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .all-top-group__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .all-top-group__title {
    margin-bottom: 25px;
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-group__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.all-top-group__title .en {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  color: #3a4;
  font-family: "Arial", sans-serif !important;
  font-weight: 0.12;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .all-top-group__title .en {
    margin-top: 5px;
    font-size: 11px;
  }
}
.all-top-group__list {
  margin: -40px auto 0;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .all-top-group__list {
    margin: -20px auto 0;
  }
}
@media screen and (max-width: 1400px) {
  .all-top-group__list {
    margin: -10px auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .all-top-group__list {
    margin: 0 auto 0;
    max-width: 900px;
  }
}
.all-top-group__list__item {
  margin-top: 40px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1600px) {
  .all-top-group__list__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  .all-top-group__list__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .all-top-group__list__item {
    margin-top: 20px;
    width: 100%;
  }
  .all-top-group__list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 350px) {
  .all-top-group__list__item {
    margin-top: 10px;
  }
  .all-top-group__list__item:first-child {
    margin-top: 0;
  }
}
.all-top-group__list__item__link {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
}
.all-top-group__list__item__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.all-top-group__list__item__link::after {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  bottom: 21px;
}
@media screen and (max-width: 599px) {
  .all-top-group__list__item__link::before {
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: 10px;
  }
  .all-top-group__list__item__link::after {
    border-width: 3px 0 3px 6px;
    right: 14px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .all-top-group__list__item__link:hover {
    transform: translateY(-10px);
    box-shadow: 10px 10px 10px rgba(85, 68, 51, 0.1);
  }
}
.all-top-group__list__item__link.kouradai::before {
  background-color: #3399e7;
}
.all-top-group__list__item__link.kouradai .all-top-group__list__item__link__inner__area {
  color: #3399e7;
}
.all-top-group__list__item__link.kouradai .all-top-group__list__item__link__inner__list__item::before {
  background-color: #3399e7;
}
.all-top-group__list__item__link.hirokawa::before {
  background-color: #00cca7;
}
.all-top-group__list__item__link.hirokawa .all-top-group__list__item__link__inner__area {
  color: #00cca7;
}
.all-top-group__list__item__link.hirokawa .all-top-group__list__item__link__inner__list__item::before {
  background-color: #00cca7;
}
.all-top-group__list__item__link.other::before {
  background-color: transparent;
  border-radius: 0;
  background-image: url(../img/common/icon_other_blue.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.all-top-group__list__item__link.other::after {
  display: none;
}
.all-top-group__list__item__link__photo {
  width: 330px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .all-top-group__list__item__link__photo {
    width: 300px;
  }
}
@media screen and (max-width: 1500px) {
  .all-top-group__list__item__link__photo {
    width: 260px;
    height: 210px;
  }
}
@media screen and (max-width: 1400px) {
  .all-top-group__list__item__link__photo {
    width: 210px;
    height: 210px;
  }
}
@media screen and (max-width: 1200px) {
  .all-top-group__list__item__link__photo {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .all-top-group__list__item__link__photo {
    width: 270px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-group__list__item__link__photo {
    width: 100%;
    aspect-ratio: 100/60;
  }
}
.all-top-group__list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-top-group__list__item__link__inner {
  padding: 10px 35px;
  width: calc(100% - 330px);
}
@media screen and (max-width: 1600px) {
  .all-top-group__list__item__link__inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1500px) {
  .all-top-group__list__item__link__inner {
    padding: 10px 30px;
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1400px) {
  .all-top-group__list__item__link__inner {
    padding: 10px 30px;
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 1200px) {
  .all-top-group__list__item__link__inner {
    padding: 10px 40px;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 900px) {
  .all-top-group__list__item__link__inner {
    padding: 10px 35px;
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 599px) {
  .all-top-group__list__item__link__inner {
    padding: 20px 25px 30px;
    width: 100%;
  }
}
.all-top-group__list__item__link__inner__title {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1.3;
  color: #543;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1600px) {
  .all-top-group__list__item__link__inner__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .all-top-group__list__item__link__inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .all-top-group__list__item__link__inner__title {
    font-size: 20px;
  }
}
.all-top-group__list__item__link__inner__area {
  margin-bottom: 15px;
  padding-left: 0.1em;
  font-size: 16px;
  line-height: 1;
  color: #abc;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  .all-top-group__list__item__link__inner__area {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .all-top-group__list__item__link__inner__area {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.all-top-group__list__item__link__inner__list {
  margin-top: -7px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.all-top-group__list__item__link__inner__list__item {
  margin: 7px 10px 0 0;
  padding: 0 0 0 12px;
  font-size: 15px;
  line-height: 1.3;
  color: #543;
  position: relative;
}
.all-top-group__list__item__link__inner__list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .all-top-group__list__item__link__inner__list__item {
    margin: 6px 10px 0 0;
    padding: 0 0 0 11px;
    font-size: 14px;
  }
  .all-top-group__list__item__link__inner__list__item::before {
    width: 5px;
    height: 5px;
    top: 6px;
  }
}

.all-top-photo {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .all-top-photo {
    aspect-ratio: 100/40;
  }
}
@media screen and (max-width: 599px) {
  .all-top-photo {
    aspect-ratio: 100/60;
  }
}
.all-top-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-main {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  box-shadow: 0 5px 5px rgba(85, 68, 51, 0.25);
  z-index: 2;
}
.top-main__copy {
  padding: 80px 80px 150px;
  width: 680px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .top-main__copy {
    padding: 80px 80px 120px;
    width: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .top-main__copy {
    padding: 80px 60px 80px;
    width: 520px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy {
    padding: 60px 50px 80px;
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy {
    padding: 120px 60px 100px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy {
    padding: 100px 10vw 65px;
  }
}
@media screen and (max-width: 350px) {
  .top-main__copy {
    padding: 90px 25px 65px;
  }
}
.top-main__copy__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 900px) {
  .top-main__copy__inner {
    margin: 0;
    max-width: 580px;
  }
}
.top-main__copy__inner__box {
  margin-top: 30px;
  padding: 30px 40px;
  background-color: #f7f5ee;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__inner__box {
    margin-top: 25px;
    padding: 25px 35px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy__inner__box {
    margin-top: 25px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__inner__box {
    margin-top: 20px;
    padding: 0;
    background-color: transparent;
  }
}
.top-main__copy__inner__box .top-main__copy__inner__address {
  margin-top: 0;
}
.top-main__copy__inner__address {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #543;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__inner__address {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy__inner__address {
    margin-top: 15px;
    font-size: 17px;
  }
}
.top-main__copy__inner__tel {
  font-size: 24px;
  line-height: 1.5;
  color: #543;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  cursor: auto;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__inner__tel {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy__inner__tel {
    font-size: 20px;
  }
}
.top-main__copy__ill {
  width: 36.75%;
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__ill {
    width: 32%;
    right: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy__ill {
    width: 25%;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__ill {
    width: 28%;
    right: 20px;
  }
}
.top-main__copy__ill.kouradai_sv {
  width: 30%;
  right: 55px;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__ill.kouradai_sv {
    width: 28%;
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy__ill.kouradai_sv {
    width: 23%;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__ill.kouradai_sv {
    width: 28%;
    right: 20px;
  }
}
.top-main__copy__ill.yunosoen {
  width: 30%;
  right: 45px;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__ill.yunosoen {
    width: 28%;
    right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy__ill.yunosoen {
    width: 23%;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__ill.yunosoen {
    width: 28%;
    right: 20px;
  }
}
.top-main__copy__ill.yunosopia {
  width: 34%;
  right: 45px;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__ill.yunosopia {
    width: 32%;
    right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__copy__ill.yunosopia {
    width: 27%;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__ill.yunosopia {
    width: 30%;
    right: 20px;
  }
}
.top-main__slider {
  width: calc(100% - 680px);
  max-height: 100vh;
}
@media screen and (max-width: 1700px) {
  .top-main__slider {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1400px) {
  .top-main__slider {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 1024px) {
  .top-main__slider {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .top-main__slider {
    width: 100%;
  }
}
.top-main__slider div {
  line-height: 0.1;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-main__slider__item {
  width: 100%;
  aspect-ratio: 1120/870;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-main__slider__item {
    aspect-ratio: 1120/950;
  }
}
@media screen and (max-width: 900px) {
  .top-main__slider__item {
    aspect-ratio: 1120/870;
  }
}
.top-main__slider__item__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 7s;
  transition-timing-function: linear;
}
@media screen and (max-width: 1200px) {
  .top-main__slider__item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-main__slider__item__line {
  width: 100%;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
@media screen and (max-width: 1024px) {
  .top-main__slider__item__line {
    height: 8px;
    top: calc(50% - 4px);
  }
}
.top-main__slider__item__line::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 1.7s;
  transition-timing-function: linear;
}
@media screen and (max-width: 599px) {
  .top-main__slider__item__line::before {
    transition-duration: 0.2s;
  }
}
.top-main .slick-center .top-main__slider__item__line::before {
  width: 100%;
}
.top-main .slick-center .top-main__slider__item__img {
  transform: scale(1.05);
}

#kouradai01 .top-main__slider__item__line::before, #kouradai02 .top-main__slider__item__line::before {
  background: linear-gradient(90deg, #3399e7, #f76699);
}
#kouradai01 .top-main__copy__inner__box, #kouradai02 .top-main__copy__inner__box {
  background-color: #eef7ff;
}
@media screen and (max-width: 599px) {
  #kouradai01 .top-main__copy__inner__box, #kouradai02 .top-main__copy__inner__box {
    background-color: transparent;
  }
}

#hirokawa01 .top-main__slider__item__line::before, #hirokawa02 .top-main__slider__item__line::before, #hirokawa03 .top-main__slider__item__line::before, #hirokawa04 .top-main__slider__item__line::before {
  background: linear-gradient(90deg, #f7c744 20%, #77d344, #00cca7 80%);
}
#hirokawa01 .top-main__copy__inner__box, #hirokawa02 .top-main__copy__inner__box, #hirokawa03 .top-main__copy__inner__box, #hirokawa04 .top-main__copy__inner__box {
  background-color: #eef7ee;
}
@media screen and (max-width: 599px) {
  #hirokawa01 .top-main__copy__inner__box, #hirokawa02 .top-main__copy__inner__box, #hirokawa03 .top-main__copy__inner__box, #hirokawa04 .top-main__copy__inner__box {
    background-color: transparent;
  }
}

.top-lead {
  padding: 120px 80px;
  background-color: #f7f5ee;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-lead {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead {
    padding: 60px 50px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead {
    padding: 40px 30px 50px;
  }
}
.top-lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
  .top-lead__inner {
    max-width: 700px;
  }
}
.top-lead__inner__text {
  padding: 20px 0;
  width: calc(100% - 610px - 60px);
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__text {
    padding: 0;
    width: calc(100% - 540px - 50px);
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text {
    width: calc(100% - 500px - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__text {
    width: calc(100% - 450px - 40px);
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__inner__text {
    width: 100%;
  }
}
.top-lead__inner__text__copy {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.57;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .top-lead__inner__text__copy {
    font-size: 32px;
    text-align: justify;
  }
  .top-lead__inner__text__copy br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text__copy {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__inner__text__copy {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .top-lead__inner__text__copy br {
    display: inline;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__inner__text__copy {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__copy {
    margin-bottom: 2.5vw;
    font-size: 6.5vw;
    line-height: 1.7;
  }
}
.top-lead__inner__text__text {
  font-size: 20px;
  line-height: 2.1;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 1600px) {
  .top-lead__inner__text__text {
    font-size: 19px;
    line-height: 2;
  }
  .top-lead__inner__text__text br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__text__text {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__inner__text__text {
    font-size: 19px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__inner__text__text {
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__text {
    font-size: 16px;
    line-height: 1.9;
  }
}
.top-lead__inner__text__text.indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__text.indent {
    margin-top: 7px;
    line-height: 1.6;
  }
}
.top-lead__inner__text__box01 {
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 25px 35px;
  font-size: 18px;
  line-height: 1;
  color: #543;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__box01 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 20px 25px;
    font-size: 16px;
    border-radius: 5px;
  }
}
.top-lead__inner__text__box02 {
  margin-top: 15px;
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__box02 {
    margin-top: 10px;
    padding: 20px 25px;
    font-size: 16px;
    border-radius: 5px;
  }
}
.top-lead__inner__text__box02__item {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-lead__inner__text__box02__item:first-child {
  margin-top: 0;
}
.top-lead__inner__text__box02__item__title {
  width: 6em;
  font-size: 18px;
  line-height: 1.6;
  color: #f79944;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__box02__item__title {
    width: 100%;
    font-size: 16px;
  }
}
.top-lead__inner__text__box02__item__text {
  width: calc(100% - 6em);
  font-size: 18px;
  line-height: 1.6;
  color: #543;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__box02__item__text {
    width: 100%;
    font-size: 16px;
  }
}
.top-lead__inner__photo {
  width: 610px;
  line-height: 0.1;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__photo {
    width: 540px;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__photo {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .top-lead__inner__photo {
    width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead__inner__photo {
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 100/55;
  }
}
@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: 20px;
    border-radius: 5px;
  }
}
.top-lead__inner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#kouradai01 .top-lead__inner__text__copy, #kouradai02 .top-lead__inner__text__copy {
  color: #f76699;
}

#hirokawa01 .top-lead__inner__text__copy, #hirokawa02 .top-lead__inner__text__copy, #hirokawa03 .top-lead__inner__text__copy, #hirokawa04 .top-lead__inner__text__copy {
  color: #00cca7;
}

.top-news {
  padding: 120px 80px 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-news {
    padding: 100px 80px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 80px 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 60px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 30px 50px;
  }
}
.top-news__ill {
  width: 270px;
  position: absolute;
  top: -70px;
  right: 130px;
}
@media screen and (max-width: 1600px) {
  .top-news__ill {
    width: 240px;
    top: -50px;
    right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .top-news__ill {
    width: 220px;
    top: -40px;
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__ill {
    width: 180px;
    top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__ill {
    width: 160px;
    top: -30px;
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__ill {
    width: 110px;
    top: -25px;
    right: 10px;
  }
}
.top-news__ill.kyueikai_sv {
  width: 197px;
}
@media screen and (max-width: 1600px) {
  .top-news__ill.kyueikai_sv {
    width: 175px;
    top: -50px;
    right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .top-news__ill.kyueikai_sv {
    width: 160px;
    top: -40px;
    right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__ill.kyueikai_sv {
    width: 142px;
    top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__ill.kyueikai_sv {
    width: 126px;
    top: -40px;
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__ill.kyueikai_sv {
    width: 87px;
    top: -28px;
    right: 15px;
  }
}
.top-news__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  /* Arrows */
}
.top-news__inner .title-sec02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .top-news__inner .title-sec02 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner .title-sec02 {
    margin-bottom: 20px;
  }
}
.top-news__inner .slick-list {
  margin: 30px -20px 0;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .top-news__inner .slick-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top-news__inner .slick-list {
    margin: 10px -10px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner .slick-list {
    margin: 15px -10px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner .slick-list {
    margin: 0 -30px 0;
  }
}
.top-news__inner .news-list.no-slick {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top-news__inner .news-list.no-slick .news-list__item {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1600px) {
  .top-news__inner .news-list.no-slick .news-list__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1300px) {
  .top-news__inner .news-list.no-slick .news-list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner .news-list.no-slick .news-list__item {
    margin-left: 30px;
    width: calc((100% - 30px) / 2);
  }
  .top-news__inner .news-list.no-slick .news-list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner .news-list.no-slick .news-list__item {
    width: 100%;
  }
}
.top-news__inner .slick-slide {
  padding-top: 10px;
  height: 100%;
  margin: -40px 10px 0;
}
@media screen and (max-width: 1600px) {
  .top-news__inner .slick-slide {
    margin: -20px 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .top-news__inner .slick-slide {
    margin: -20px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner .slick-slide {
    margin: 0 10px 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 350px) {
  .top-news__inner .slick-slide {
    margin: 0 5px 0;
  }
}
.top-news__inner .slick-slide > div {
  height: 100%;
}
.top-news__inner .slick-slide .news-list__item {
  height: calc(100% - 20px);
  display: block;
}
@media screen and (max-width: 599px) {
  .top-news__inner .slick-slide .news-list__item {
    margin-top: 0;
  }
}
.top-news__inner .news-list__item__link__inner__text {
  height: 5.1em;
  overflow: hidden;
  text-overflow: ellipsis !important;
}
.top-news__inner__btn {
  margin-top: 25px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .top-news__inner__btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__btn {
    text-align: center;
  }
}
.top-news__inner .slick-prev,
.top-news__inner .slick-next {
  bottom: -45px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: #abc;
  background-image: url(../img/common/slider_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: 46% 50%;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .top-news__inner .slick-prev,
  .top-news__inner .slick-next {
    width: 30px;
    height: 30px;
    bottom: -42px;
  }
}
.top-news__inner .slick-prev {
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-news__inner .slick-prev {
    left: -12px;
  }
}
.top-news__inner .slick-next {
  left: 45px;
  transform: rotate(180deg);
}
@media screen and (max-width: 599px) {
  .top-news__inner .slick-next {
    left: auto;
    right: -12px;
  }
}

#kouradai01 .top-news__inner__title::before, #kouradai02 .top-news__inner__title::before {
  background-color: #3399e7;
}
#kouradai01 .top-news__inner__title::after, #kouradai02 .top-news__inner__title::after {
  background-color: #f76699;
}
#kouradai01 .slick-slide:nth-child(2n) .news-list__item__link, #kouradai02 .slick-slide:nth-child(2n) .news-list__item__link {
  background-color: #eef7ff;
}
#kouradai01 .slick-prev,
#kouradai01 .slick-next, #kouradai02 .slick-prev,
#kouradai02 .slick-next {
  background-color: #f76699;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .slick-prev:hover,
  #kouradai01 .slick-next:hover, #kouradai02 .slick-prev:hover,
  #kouradai02 .slick-next:hover {
    background-color: #3399e7;
  }
}

#hirokawa01 .top-news__inner__title::before, #hirokawa02 .top-news__inner__title::before, #hirokawa03 .top-news__inner__title::before, #hirokawa04 .top-news__inner__title::before {
  background-color: #f79944;
}
#hirokawa01 .top-news__inner__title::after, #hirokawa02 .top-news__inner__title::after, #hirokawa03 .top-news__inner__title::after, #hirokawa04 .top-news__inner__title::after {
  background-color: #00cca7;
}
#hirokawa01 .slick-slide:nth-child(2n) .news-list__item__link, #hirokawa02 .slick-slide:nth-child(2n) .news-list__item__link, #hirokawa03 .slick-slide:nth-child(2n) .news-list__item__link, #hirokawa04 .slick-slide:nth-child(2n) .news-list__item__link {
  background-color: #eef7ee;
}
#hirokawa01 .slick-prev,
#hirokawa01 .slick-next, #hirokawa02 .slick-prev,
#hirokawa02 .slick-next, #hirokawa03 .slick-prev,
#hirokawa03 .slick-next, #hirokawa04 .slick-prev,
#hirokawa04 .slick-next {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .slick-prev:hover,
  #hirokawa01 .slick-next:hover, #hirokawa02 .slick-prev:hover,
  #hirokawa02 .slick-next:hover, #hirokawa03 .slick-prev:hover,
  #hirokawa03 .slick-next:hover, #hirokawa04 .slick-prev:hover,
  #hirokawa04 .slick-next:hover {
    background-color: #f79944;
  }
}

.top-photo {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-photo {
    aspect-ratio: 100/40;
  }
}
@media screen and (max-width: 599px) {
  .top-photo {
    aspect-ratio: 100/50;
  }
}
.top-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-features {
  padding: 0 100px 150px;
  background-color: #f7f5ee;
}
@media screen and (max-width: 1100px) {
  .top-features {
    padding: 0 60px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-features {
    padding: 0 40px 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-features {
    padding: 0 30px 50px;
  }
}
.top-features__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-features__inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner {
    max-width: 860px;
  }
}
.top-features__inner__title {
  padding-top: 150px;
  width: 48px;
  height: 624px;
  font-size: 48px;
  line-height: 1;
  color: #543;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: block;
  position: sticky;
  top: 0;
}
.top-features__inner__title::before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #abc;
  position: absolute;
  top: 0;
  left: 22px;
}
.top-features__inner__title::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #543;
  position: absolute;
  top: 0;
  left: 22px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__title {
    padding-top: 120px;
    margin-bottom: 45px;
    width: 100%;
    height: auto;
    font-size: 44px;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    position: relative;
  }
  .top-features__inner__title::before {
    display: none;
  }
  .top-features__inner__title::after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__title {
    padding-top: 80px;
    padding-left: 0.06em;
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__title {
    margin-bottom: 30px;
    font-size: 37px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title {
    padding-top: 50px;
    margin-bottom: 28px;
    font-size: 30px;
    text-align: left;
  }
}
.top-features__inner__title .en {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #abc;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 150px;
  left: 65px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__title .en {
    margin-top: 12px;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title .en {
    margin-top: 8px;
    font-size: 11px;
  }
}
.top-features__inner__title__ill {
  display: block;
  position: absolute;
  width: 184px;
  height: 204px;
  top: 420px;
  left: -80px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__title__ill {
    width: 170px;
    height: auto;
    top: 20px;
    left: auto;
    right: -40px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__title__ill {
    width: 170px;
    height: auto;
    top: -30px;
    right: -40px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__title__ill {
    width: 140px;
    top: -25px;
    right: -10px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title__ill {
    width: 100px;
    top: -15px;
    right: -15px;
  }
}
.top-features__inner__title__ill.kouradai_sv {
  width: 192px;
  height: 185px;
  left: -105px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__title__ill.kouradai_sv {
    width: 185px;
    height: auto;
    top: 20px;
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__title__ill.kouradai_sv {
    width: 190px;
    height: auto;
    top: 30px;
    right: -10px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__title__ill.kouradai_sv {
    width: 170px;
    top: 15px;
    right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title__ill.kouradai_sv {
    width: 125px;
    top: 15px;
    right: -5px;
  }
}
@media screen and (max-width: 350px) {
  .top-features__inner__title__ill.kouradai_sv {
    width: 105px;
    top: 25px;
    right: -10px;
  }
}
.top-features__inner__title__ill.yunosoen {
  width: 177px;
  height: 211px;
  left: -105px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__title__ill.yunosoen {
    width: 165px;
    height: auto;
    top: 20px;
    left: auto;
    right: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__title__ill.yunosoen {
    width: 170px;
    height: auto;
    top: 25px;
    right: -10px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__title__ill.yunosoen {
    width: 150px;
    top: 15px;
    right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__title__ill.yunosoen {
    width: 110px;
    top: 15px;
    right: -5px;
  }
}
.top-features__inner__contents {
  padding-top: 150px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents {
    padding: 0;
    width: 100%;
  }
}
.top-features__inner__contents__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list {
    margin-bottom: 40px;
  }
}
.top-features__inner__contents__list__item {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__list__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item {
    margin-top: 40px;
  }
}
.top-features__inner__contents__list__item:first-child {
  margin-top: 0;
}
.top-features__inner__contents__list__item__inner {
  padding-top: 15px;
  width: calc(100% - 620px - 50px);
  max-width: 620px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__list__item__inner {
    padding: 0;
    width: calc(100% - 540px - 40px);
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .top-features__inner__contents__list__item__inner {
    width: calc(100% - 460px - 40px);
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents__list__item__inner {
    width: 100%;
  }
}
.top-features__inner__contents__list__item__inner__title {
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-family: "Arial", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  background-color: #543;
}
@media screen and (max-width: 1400px) {
  .top-features__inner__contents__list__item__inner__title {
    margin-bottom: 15px;
    width: 111px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents__list__item__inner__title {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__list__item__inner__title {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__inner__title {
    margin: 0 0 10px;
    width: 100px;
    height: 22px;
    font-size: 12px;
    line-height: 23px;
  }
}
.top-features__inner__contents__list__item__inner__title .number {
  font-weight: 700;
}
.top-features__inner__contents__list__item__inner__copy {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.5;
  color: #543;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__list__item__inner__copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .top-features__inner__contents__list__item__inner__copy {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents__list__item__inner__copy {
    margin-bottom: 10px;
    padding-left: 0.06em;
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__list__item__inner__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__inner__copy {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
  }
  .top-features__inner__contents__list__item__inner__copy br {
    display: none;
  }
}
.top-features__inner__contents__list__item__inner__text {
  font-size: 18px;
  line-height: 2.2;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__list__item__inner__text {
    font-size: 17px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 1300px) {
  .top-features__inner__contents__list__item__inner__text {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents__list__item__inner__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__list__item__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__inner__text {
    font-size: 16px;
    line-height: 1.9;
  }
}
.top-features__inner__contents__list__item__inner__caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.8;
  color: #543;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__inner__caution {
    font-size: 15px;
    line-height: 1.7;
  }
}
.top-features__inner__contents__list__item__inner__list {
  margin-top: 18px;
  padding: 35px 40px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__inner__list {
    margin-top: 10px;
    padding: 20px 25px;
  }
}
.top-features__inner__contents__list__item__inner__list__item {
  margin-top: 8px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5;
  color: #543;
  position: relative;
}
.top-features__inner__contents__list__item__inner__list__item:first-child {
  margin-top: 0;
}
.top-features__inner__contents__list__item__inner__list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #abc;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__inner__list__item {
    font-size: 15px;
  }
  .top-features__inner__contents__list__item__inner__list__item::before {
    top: 6px;
  }
}
.top-features__inner__contents__list__item__photo {
  width: 620px;
  line-height: 0.1;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__list__item__photo {
    width: 540px;
  }
}
@media screen and (max-width: 1300px) {
  .top-features__inner__contents__list__item__photo {
    width: 460px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents__list__item__photo {
    margin-top: 25px;
    width: 100%;
    aspect-ratio: 100/50;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__list__item__photo {
    margin-top: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__list__item__photo {
    margin-top: 15px;
    border-radius: 5px;
  }
}
.top-features__inner__contents__list__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-features__inner__contents__conditions {
  margin-bottom: 100px;
  padding: 60px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__conditions {
    padding: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .top-features__inner__contents__conditions {
    padding: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions {
    padding: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions {
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
}
.top-features__inner__contents__conditions__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.top-features__inner__contents__conditions__inner__box {
  padding: 20px 0;
  width: calc(100% - 380px - 50px);
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__conditions__inner__box {
    padding: 15px 0;
    width: calc(100% - 340px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .top-features__inner__contents__conditions__inner__box {
    padding: 15px 0;
    width: calc(100% - 280px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__inner__box {
    padding: 0;
    width: 100%;
  }
}
.top-features__inner__contents__conditions__inner__box .top-features__inner__contents__conditions__inner__list {
  padding: 0;
  width: 100%;
}
.top-features__inner__contents__conditions__inner__text {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.6;
  color: #543;
  text-align: left;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__contents__conditions__inner__text {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__inner__text {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.top-features__inner__contents__conditions__inner__list {
  padding: 20px 0;
  width: calc(100% - 380px - 50px);
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__conditions__inner__list {
    padding: 15px 0;
    width: calc(100% - 340px - 40px);
  }
}
@media screen and (max-width: 1024px) {
  .top-features__inner__contents__conditions__inner__list {
    padding: 15px 0;
    width: calc(100% - 280px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__inner__list {
    padding: 0;
    width: 100%;
  }
}
.top-features__inner__contents__conditions__inner__list__item {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
  color: #543;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__contents__conditions__inner__list__item {
    margin-top: 8px;
    font-size: 17px;
  }
}
.top-features__inner__contents__conditions__inner__list__item:first-child {
  margin-top: 0;
}
.top-features__inner__contents__conditions__inner__list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #abc;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__inner__list__item {
    font-size: 15px;
  }
  .top-features__inner__contents__conditions__inner__list__item::before {
    top: 6px;
  }
}
.top-features__inner__contents__conditions__inner__photo {
  width: 380px;
  line-height: 0.1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__conditions__inner__photo {
    width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .top-features__inner__contents__conditions__inner__photo {
    width: 280px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__inner__photo {
    margin-top: 30px;
    width: 100%;
    border-radius: 5px;
    aspect-ratio: 100/55;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__inner__photo {
    margin-top: 20px;
    border-radius: 0;
  }
}
.top-features__inner__contents__conditions__inner__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-features__inner__contents__conditions__box {
  margin-top: 15px;
  padding: 40px 50px;
  background-color: #eef7ee;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__box {
    padding: 35px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__box {
    margin-top: 10px;
    padding: 20px 25px;
  }
}
.top-features__inner__contents__conditions__box .top-features__inner__contents__conditions__inner__text {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__box .top-features__inner__contents__conditions__inner__text {
    margin-bottom: 10px;
  }
}
.top-features__inner__contents__conditions__box .top-features__inner__contents__conditions__inner__list {
  padding-bottom: 0;
}
.top-features__inner__contents__conditions__box__caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 17px;
  line-height: 1.6;
  color: #765;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__box__caution {
    margin-top: 3px;
    font-size: 15px;
  }
}
.top-features__inner__contents__conditions__flow {
  margin-top: 25px;
  padding: 30px 30px 40px;
  background-color: #f7f5ee;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__contents__conditions__flow {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__flow {
    padding: 25px;
  }
}
.top-features__inner__contents__conditions__flow__title {
  margin-bottom: 20px;
  height: 50px;
  font-size: 22px;
  line-height: 51px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #abc;
}
@media screen and (max-width: 1024px) {
  .top-features__inner__contents__conditions__flow__title {
    margin-bottom: 15px;
    height: 40px;
    font-size: 20px;
    line-height: 41px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__flow__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.top-features__inner__contents__conditions__flow__list {
  margin-left: -1em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__conditions__flow__list {
    justify-content: flex-start;
  }
}
.top-features__inner__contents__conditions__flow__list__item {
  margin-top: 0.5em;
  margin-left: 1em;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
  text-indent: -1em;
  color: #543;
}
.top-features__inner__contents__conditions__flow__list__item::first-letter {
  color: #abc;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__flow__list__item {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__flow__list__item {
    font-size: 16px;
  }
}
.top-features__inner__contents__conditions__flow__list02 {
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-features__inner__contents__conditions__flow__list02 {
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__flow__list02 {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__flow__list02 {
    margin-top: 15px;
    padding: 0;
    background-color: transparent;
  }
}
.top-features__inner__contents__conditions__flow__list02__item {
  padding: 20px 0;
  border-top: 1px dotted #bbb;
}
.top-features__inner__contents__conditions__flow__list02__item:first-child {
  padding-top: 0;
  border-top: none;
}
.top-features__inner__contents__conditions__flow__list02__item:last-child {
  padding-bottom: 0;
}
.top-features__inner__contents__conditions__flow__list02__item__title {
  font-size: 18px;
  line-height: 1.6;
  color: #543;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__flow__list02__item__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__flow__list02__item__title {
    font-size: 16px;
  }
}
.top-features__inner__contents__conditions__flow__list02__item__title::first-letter {
  color: #abc;
}
.top-features__inner__contents__conditions__flow__list02__item__text {
  margin-top: 3px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__flow__list02__item__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__flow__list02__item__text {
    padding-left: 0;
    font-size: 16px;
  }
}
.top-features__inner__contents__conditions__contact {
  margin-top: 25px;
  padding: 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #abc;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #f7f5ee;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .top-features__inner__contents__conditions__contact {
    padding: 25px;
    font-size: 20px;
  }
}
.top-features__inner__contents__conditions__contact br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top-features__inner__contents__conditions__contact {
    margin-top: 20px;
  }
  .top-features__inner__contents__conditions__contact br {
    display: inline;
  }
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__conditions__contact {
    font-size: 19px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__conditions__contact {
    margin-top: 15px;
    font-size: 16px;
    text-align: justify;
  }
  .top-features__inner__contents__conditions__contact br {
    display: none;
  }
}
.top-features__inner__contents__gallery {
  margin-right: calc((-100vw + 1500px) / 2);
  width: auto;
}
@media screen and (max-width: 1700px) {
  .top-features__inner__contents__gallery {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__gallery {
    margin-right: calc((-100vw + 1200px) / 2);
    margin-left: calc((-100vw + 1200px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  .top-features__inner__contents__gallery {
    margin: 0 -100px;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents__gallery {
    margin: 0 -10px;
  }
}
.top-features__inner__contents__gallery__item {
  margin-left: -14vw;
  padding-right: 15px;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__gallery__item {
    margin-left: 0;
    padding: 0 10px;
  }
}
.top-features__inner__contents__gallery__item__photo {
  line-height: 0.1;
  aspect-ratio: 860/520;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__gallery__item__photo {
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__gallery__item__photo {
    border-radius: 5px;
  }
}
.top-features__inner__contents__gallery__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-features__inner__contents__gallery__item__inner {
  opacity: 0;
  transition: 1.5s;
  transition-delay: 1s;
}
.top-features__inner__contents__gallery__item__title {
  margin-bottom: 5px;
  margin-top: 20px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.3;
  color: #543;
  font-weight: 700;
  position: relative;
}
.top-features__inner__contents__gallery__item__title::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 7px solid #abc;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__gallery__item__title {
    margin-bottom: 2px;
    margin-top: 15px;
    padding-left: 22px;
    font-size: 18px;
  }
  .top-features__inner__contents__gallery__item__title::before {
    width: 16px;
    height: 16px;
    border: 6px solid #abc;
    top: 3px;
  }
}
.top-features__inner__contents__gallery__item__text {
  font-size: 18px;
  line-height: 1.6;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .top-features__inner__contents__gallery__item__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__gallery__item__text {
    font-size: 16px;
  }
}
.top-features__inner__contents .slick-center .top-features__inner__contents__gallery__item__inner {
  opacity: 1;
}
.top-features__inner__contents .slick-dots {
  margin-top: 10px;
  width: calc(100% - 28vw - 15px);
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents .slick-dots {
    margin: 10px auto 0;
    width: calc(100% - 40vw - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .top-features__inner__contents .slick-dots {
    margin: 10px auto 0;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents .slick-dots {
    margin: 10px auto 0;
    padding: 0 10px;
    width: 100%;
  }
}
.top-features__inner__contents .slick-dots li {
  aspect-ratio: 860/520;
  margin-top: 10px;
  margin-left: 10px;
  width: calc((100% - 50px) / 6);
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.top-features__inner__contents .slick-dots li:nth-child(6n-5) {
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  .top-features__inner__contents .slick-dots li {
    width: calc((100% - 70px) / 8);
  }
  .top-features__inner__contents .slick-dots li:nth-child(6n-5) {
    margin-left: 10px;
  }
  .top-features__inner__contents .slick-dots li:nth-child(8n-7) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents .slick-dots li {
    margin-top: 5px;
    margin-left: 5px;
    width: calc((100% - 25px) / 6);
  }
  .top-features__inner__contents .slick-dots li:nth-child(8n-7) {
    margin-left: 5px;
  }
  .top-features__inner__contents .slick-dots li:nth-child(6n-5) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents .slick-dots li {
    margin-top: 3px;
    margin-left: 3px;
    width: calc((100% - 15px) / 4);
    border-radius: 3px;
  }
  .top-features__inner__contents .slick-dots li:nth-child(8n-7) {
    margin-left: 3px;
  }
  .top-features__inner__contents .slick-dots li:nth-child(6n-5) {
    margin-left: 3px;
  }
  .top-features__inner__contents .slick-dots li:nth-child(4n-3) {
    margin-left: 0;
  }
}
.top-features__inner__contents .slick-dots li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 8px solid #3399e7;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .top-features__inner__contents .slick-dots li::before {
    border: 6px solid #3399e7;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents .slick-dots li::before {
    border: 5px solid #3399e7;
  }
}
@media screen and (min-width: 1025px) {
  .top-features__inner__contents .slick-dots li:hover::before {
    opacity: 0.6;
  }
}
.top-features__inner__contents .slick-dots li.slick-active::before {
  opacity: 0.6;
}
.top-features__inner__contents .slick-dots li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-features__inner__contents__btns {
  margin-top: 40px;
  margin-left: -15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-features__inner__contents__btns {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-features__inner__contents__btns {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__btns {
    margin-top: 20px;
    margin-left: -10px;
    justify-content: flex-start;
  }
}
.top-features__inner__contents__btns__item {
  margin-top: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__btns__item {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.top-features__inner__contents__btns__item__link {
  padding: 13px 30px 14px 45px;
  font-size: 18px;
  line-height: 1.3;
  color: #543;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  position: relative;
}
.top-features__inner__contents__btns__item__link::before {
  content: "";
  margin: auto 0;
  width: 16px;
  height: 16px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.top-features__inner__contents__btns__item__link::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;
  left: 26px;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__btns__item__link {
    padding: 12px 20px 10px 37px;
    font-size: 14px;
    letter-spacing: normal;
  }
  .top-features__inner__contents__btns__item__link::before {
    left: 15px;
  }
  .top-features__inner__contents__btns__item__link::after {
    left: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .top-features__inner__contents__btns__item__link:hover {
    transform: translateX(5px);
  }
}
.top-features__inner__contents__btns__item__link.other {
  padding-right: 52px;
  background-image: url(../img/common/icon_other_blue-green.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 28px top 50%;
}
@media screen and (max-width: 599px) {
  .top-features__inner__contents__btns__item__link.other {
    padding-right: 38px;
    background-size: 13px auto;
    background-position: right 20px top 50%;
  }
}

#kouradai01 .top-features__inner__title::before, #kouradai02 .top-features__inner__title::before {
  background-color: #f76699;
}
#kouradai01 .top-features__inner__title::after, #kouradai02 .top-features__inner__title::after {
  background-color: #3399e7;
}
#kouradai01 .top-features__inner__contents__list__item__inner__copy, #kouradai02 .top-features__inner__contents__list__item__inner__copy {
  color: #f76699;
}
#kouradai01 .top-features__inner__contents__gallery__item__title::before, #kouradai02 .top-features__inner__contents__gallery__item__title::before {
  border-color: #3399e7;
}
#kouradai01 .top-features__inner__contents__list__item__inner__list__item::before, #kouradai02 .top-features__inner__contents__list__item__inner__list__item::before {
  background-color: #3399e7;
}
#kouradai01 .slick-dots li::before, #kouradai02 .slick-dots li::before {
  border: 8px solid #3399e7;
}
@media screen and (max-width: 1100px) {
  #kouradai01 .slick-dots li::before, #kouradai02 .slick-dots li::before {
    border: 6px solid #3399e7;
  }
}
@media screen and (max-width: 599px) {
  #kouradai01 .slick-dots li::before, #kouradai02 .slick-dots li::before {
    border: 5px solid #3399e7;
  }
}
#kouradai01 .top-features__inner__contents__conditions__inner__list__item::before, #kouradai02 .top-features__inner__contents__conditions__inner__list__item::before {
  background-color: #3399e7;
}
#kouradai01 .top-features__inner__contents__conditions__contact, #kouradai02 .top-features__inner__contents__conditions__contact {
  color: #f76699;
  background-color: #fff3f9;
}
#kouradai01 .top-features__inner__contents__conditions__flow__title, #kouradai02 .top-features__inner__contents__conditions__flow__title {
  background-color: #00cca7;
}
#kouradai01 .top-features__inner__contents__conditions__flow__list__item::first-letter, #kouradai02 .top-features__inner__contents__conditions__flow__list__item::first-letter {
  color: #00cca7;
}
#kouradai01 .top-features__inner__contents__conditions__flow__list02__item__title::first-letter, #kouradai02 .top-features__inner__contents__conditions__flow__list02__item__title::first-letter {
  color: #00cca7;
}
#kouradai01 .top-features__inner__contents__btns__item__link::before, #kouradai02 .top-features__inner__contents__btns__item__link::before {
  background-color: #3399e7;
}
#kouradai01 .top-features__inner__contents__btns__item__link.other, #kouradai02 .top-features__inner__contents__btns__item__link.other {
  background-image: url(../img/common/icon_other_blue.svg);
}
@media screen and (min-width: 1025px) {
  #kouradai01 .top-features__inner__contents__btns__item__link:hover, #kouradai02 .top-features__inner__contents__btns__item__link:hover {
    color: #3399e7;
  }
}

#hirokawa01 .top-features__inner__title::before, #hirokawa02 .top-features__inner__title::before, #hirokawa03 .top-features__inner__title::before, #hirokawa04 .top-features__inner__title::before {
  background-color: #f79944;
}
#hirokawa01 .top-features__inner__title::after, #hirokawa02 .top-features__inner__title::after, #hirokawa03 .top-features__inner__title::after, #hirokawa04 .top-features__inner__title::after {
  background-color: #00cca7;
}
#hirokawa01 .top-features__inner__contents__list__item__inner__copy, #hirokawa02 .top-features__inner__contents__list__item__inner__copy, #hirokawa03 .top-features__inner__contents__list__item__inner__copy, #hirokawa04 .top-features__inner__contents__list__item__inner__copy {
  color: #00cca7;
}
#hirokawa01 .top-features__inner__contents__gallery__item__title::before, #hirokawa02 .top-features__inner__contents__gallery__item__title::before, #hirokawa03 .top-features__inner__contents__gallery__item__title::before, #hirokawa04 .top-features__inner__contents__gallery__item__title::before {
  border-color: #f79944;
}
#hirokawa01 .top-features__inner__contents__list__item__inner__list__item::before, #hirokawa02 .top-features__inner__contents__list__item__inner__list__item::before, #hirokawa03 .top-features__inner__contents__list__item__inner__list__item::before, #hirokawa04 .top-features__inner__contents__list__item__inner__list__item::before {
  background-color: #f79944;
}
#hirokawa01 .slick-dots li::before, #hirokawa02 .slick-dots li::before, #hirokawa03 .slick-dots li::before, #hirokawa04 .slick-dots li::before {
  border: 8px solid #00cca7;
}
@media screen and (max-width: 1100px) {
  #hirokawa01 .slick-dots li::before, #hirokawa02 .slick-dots li::before, #hirokawa03 .slick-dots li::before, #hirokawa04 .slick-dots li::before {
    border: 6px solid #00cca7;
  }
}
@media screen and (max-width: 599px) {
  #hirokawa01 .slick-dots li::before, #hirokawa02 .slick-dots li::before, #hirokawa03 .slick-dots li::before, #hirokawa04 .slick-dots li::before {
    border: 5px solid #00cca7;
  }
}
#hirokawa01 .top-features__inner__contents__conditions__inner__list__item::before, #hirokawa02 .top-features__inner__contents__conditions__inner__list__item::before, #hirokawa03 .top-features__inner__contents__conditions__inner__list__item::before, #hirokawa04 .top-features__inner__contents__conditions__inner__list__item::before {
  background-color: #00cca7;
}
#hirokawa01 .top-features__inner__contents__conditions__contact, #hirokawa02 .top-features__inner__contents__conditions__contact, #hirokawa03 .top-features__inner__contents__conditions__contact, #hirokawa04 .top-features__inner__contents__conditions__contact {
  color: #f79944;
  background-color: #fff9e9;
}
#hirokawa01 .top-features__inner__contents__conditions__flow__title, #hirokawa02 .top-features__inner__contents__conditions__flow__title, #hirokawa03 .top-features__inner__contents__conditions__flow__title, #hirokawa04 .top-features__inner__contents__conditions__flow__title {
  background-color: #f79944;
}
#hirokawa01 .top-features__inner__contents__conditions__flow__list__item::first-letter, #hirokawa02 .top-features__inner__contents__conditions__flow__list__item::first-letter, #hirokawa03 .top-features__inner__contents__conditions__flow__list__item::first-letter, #hirokawa04 .top-features__inner__contents__conditions__flow__list__item::first-letter {
  color: #f79944;
}
#hirokawa01 .top-features__inner__contents__conditions__flow__list02__item__title::first-letter, #hirokawa02 .top-features__inner__contents__conditions__flow__list02__item__title::first-letter, #hirokawa03 .top-features__inner__contents__conditions__flow__list02__item__title::first-letter, #hirokawa04 .top-features__inner__contents__conditions__flow__list02__item__title::first-letter {
  color: #f79944;
}
#hirokawa01 .top-features__inner__contents__btns__item__link::before, #hirokawa02 .top-features__inner__contents__btns__item__link::before, #hirokawa03 .top-features__inner__contents__btns__item__link::before, #hirokawa04 .top-features__inner__contents__btns__item__link::before {
  background-color: #00cca7;
}
#hirokawa01 .top-features__inner__contents__btns__item__link.other, #hirokawa02 .top-features__inner__contents__btns__item__link.other, #hirokawa03 .top-features__inner__contents__btns__item__link.other, #hirokawa04 .top-features__inner__contents__btns__item__link.other {
  background-image: url(../img/common/icon_other_blue-green.svg);
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .top-features__inner__contents__btns__item__link:hover, #hirokawa02 .top-features__inner__contents__btns__item__link:hover, #hirokawa03 .top-features__inner__contents__btns__item__link:hover, #hirokawa04 .top-features__inner__contents__btns__item__link:hover {
    color: #00cca7;
  }
}

.top-greeting {
  padding: 0 100px 150px;
  border-top: 1px solid #cde;
}
@media screen and (max-width: 1100px) {
  .top-greeting {
    padding: 0 60px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting {
    padding: 0 40px 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting {
    padding: 0 30px 50px;
  }
}
.top-greeting__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner {
    max-width: 860px;
  }
}
.top-greeting__inner__title {
  padding-top: 150px;
  width: 48px;
  height: 624px;
  font-size: 48px;
  line-height: 1;
  color: #543;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: block;
  position: sticky;
  top: 0;
  font-feature-settings: normal;
  letter-spacing: normal;
}
.top-greeting__inner__title::before {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #abc;
  position: absolute;
  top: 0;
  left: 22px;
}
.top-greeting__inner__title::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #543;
  position: absolute;
  top: 0;
  left: 22px;
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner__title {
    padding-top: 120px;
    margin-bottom: 45px;
    width: 100%;
    height: auto;
    font-size: 44px;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
  .top-greeting__inner__title::before {
    display: none;
  }
  .top-greeting__inner__title::after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__title {
    padding-top: 80px;
    padding-left: 0.06em;
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__title {
    margin-bottom: 30px;
    font-size: 37px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__title {
    padding-top: 50px;
    margin-bottom: 28px;
    font-size: 30px;
    text-align: left;
  }
}
.top-greeting__inner__title .en {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #abc;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 150px;
  left: 65px;
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner__title .en {
    margin-top: 12px;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__title .en {
    margin-top: 8px;
    font-size: 11px;
  }
}
.top-greeting__inner__title__ill {
  display: block;
  position: absolute;
  width: 182px;
  height: 143px;
  top: 490px;
  left: -80px;
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner__title__ill {
    width: 222px;
    height: auto;
    top: 70px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__title__ill {
    width: 200px;
    height: auto;
    top: 50px;
    right: -10px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__title__ill {
    width: 170px;
    top: 35px;
    right: -10px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__title__ill {
    width: 110px;
    top: 30px;
    right: -10px;
  }
}
@media screen and (max-width: 350px) {
  .top-greeting__inner__title__ill {
    width: 100px;
    top: 30px;
    right: -20px;
  }
}
.top-greeting__inner__title__ill.yunosopia {
  width: 177px;
  height: 211px;
  top: 490px;
  left: -88px;
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner__title__ill.yunosopia {
    width: 170px;
    height: auto;
    top: 65px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__title__ill.yunosopia {
    width: 150px;
    height: auto;
    top: 50px;
    right: -10px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__title__ill.yunosopia {
    width: 150px;
    top: 35px;
    right: -10px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__title__ill.yunosopia {
    width: 110px;
    top: 30px;
    right: -10px;
  }
}
@media screen and (max-width: 350px) {
  .top-greeting__inner__title__ill.yunosopia {
    width: 100px;
    top: 30px;
    right: -20px;
  }
}
.top-greeting__inner__title__ill.yunosopia img {
  max-width: 100%;
}
.top-greeting__inner__contents {
  padding-top: 150px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner__contents {
    padding: 0;
    width: 100%;
  }
}
.top-greeting__inner__contents__box {
  margin-bottom: 100px;
  padding: 80px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1600px) {
  .top-greeting__inner__contents__box {
    padding: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .top-greeting__inner__contents__box {
    padding: 50px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box {
    padding: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box {
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
  }
}
.top-greeting__inner__contents__box.mb0 {
  margin-bottom: 0;
}
.top-greeting__inner__contents__box__philosophy-copy {
  margin-bottom: 40px;
  padding: 40px 40px 36px;
  font-size: 32px;
  line-height: 1.5;
  color: #abc;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  background-color: #f7f5ee;
}
@media screen and (max-width: 1200px) {
  .top-greeting__inner__contents__box__philosophy-copy {
    margin-bottom: 30px;
    padding: 30px 30px 28px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .top-greeting__inner__contents__box__philosophy-copy {
    margin-bottom: 25px;
    padding: 25px 25px 21px;
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__philosophy-copy {
    margin-bottom: 30px;
    padding: 20px 20px 18px;
    font-size: 22px;
  }
}
.top-greeting__inner__contents__box__philosophy-copy br {
  display: none;
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__philosophy-copy {
    margin-bottom: 20px;
    padding: 20px 15px 18px;
    font-size: 18px;
  }
  .top-greeting__inner__contents__box__philosophy-copy br {
    display: inline;
  }
}
@media screen and (max-width: 350px) {
  .top-greeting__inner__contents__box__philosophy-copy {
    margin-bottom: 20px;
    padding: 20px 15px 18px;
    font-size: 16px;
    text-align: justify;
  }
  .top-greeting__inner__contents__box__philosophy-copy br {
    display: none;
  }
}
.top-greeting__inner__contents__box__philosophy-list__item {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1024px) {
  .top-greeting__inner__contents__box__philosophy-list__item {
    padding: 25px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__philosophy-list__item {
    padding: 0;
    border: none;
  }
}
.top-greeting__inner__contents__box__philosophy-list__item:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__philosophy-list__item:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__philosophy-list__item:first-child {
    margin-bottom: 20px;
  }
}
.top-greeting__inner__contents__box__philosophy-list__item:last-child {
  padding-bottom: 0;
}
.top-greeting__inner__contents__box__philosophy-list__item__title {
  padding: 10px 0 7px;
  width: 190px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  background-color: #abc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__contents__box__philosophy-list__item__title {
    width: 160px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__philosophy-list__item__title {
    margin-bottom: 15px;
    padding: 12px 0 10px;
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__philosophy-list__item__title {
    margin-bottom: 15px;
    padding: 10px 0 8px;
    font-size: 16px;
  }
}
.top-greeting__inner__contents__box__philosophy-list__item__inner {
  padding: 10px 0;
  width: calc(100% - 190px - 40px);
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__contents__box__philosophy-list__item__inner {
    width: calc(100% - 160px - 25px);
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__philosophy-list__item__inner {
    padding: 0;
    width: 100%;
  }
}
.top-greeting__inner__contents__box__philosophy-list__item__inner__copy {
  padding: 15px 0;
  font-size: 24px;
  line-height: 1.5;
  color: #543;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__philosophy-list__item__inner__copy {
    margin-top: 5px;
    padding: 0;
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__philosophy-list__item__inner__copy {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .top-greeting__inner__contents__box__philosophy-list__item__inner__copy {
    font-size: 14px;
  }
}
.top-greeting__inner__contents__box__greeting-copy {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.8;
  color: #abc;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .top-greeting__inner__contents__box__greeting-copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__contents__box__greeting-copy {
    margin-bottom: 15px;
    font-size: 25px;
    text-align: justify;
  }
  .top-greeting__inner__contents__box__greeting-copy br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__greeting-copy {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__greeting-copy {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
.top-greeting__inner__contents__box__greeting {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.top-greeting__inner__contents__box__greeting__text {
  width: calc(100% - 260px - 60px);
  font-size: 18px;
  line-height: 2.1;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  .top-greeting__inner__contents__box__greeting__text {
    width: calc(100% - 260px - 40px);
  }
}
@media screen and (max-width: 1300px) {
  .top-greeting__inner__contents__box__greeting__text {
    width: calc(100% - 230px - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .top-greeting__inner__contents__box__greeting__text {
    width: calc(100% - 200px - 40px);
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__contents__box__greeting__text {
    width: calc(100% - 180px - 35px);
    font-size: 17px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__greeting__text {
    width: calc(100% - 160px - 30px);
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__greeting__text {
    width: 100%;
    line-height: 1.9;
  }
}
.top-greeting__inner__contents__box__greeting__photo {
  margin-top: 10px;
  width: 260px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .top-greeting__inner__contents__box__greeting__photo {
    width: 230px;
  }
}
@media screen and (max-width: 1200px) {
  .top-greeting__inner__contents__box__greeting__photo {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .top-greeting__inner__contents__box__greeting__photo {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__greeting__photo {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__greeting__photo {
    margin: 20px auto 0;
    width: 160px;
  }
}
.top-greeting__inner__contents__box__greeting__photo__name {
  margin-top: 20px;
  padding-left: 0.06em;
  font-size: 26px;
  line-height: 1;
  color: #543;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-greeting__inner__contents__box__greeting__photo__name {
    margin-top: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__greeting__photo__name {
    margin-top: 15px;
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__greeting__photo__name {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.top-greeting__inner__contents__box__greeting__photo__name .position {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.3;
  color: #543;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-greeting__inner__contents__box__greeting__photo__name .position {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .top-greeting__inner__contents__box__greeting__photo__name .position {
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 599px) {
  .top-greeting__inner__contents__box__greeting__photo__name .position {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

#kouradai01 .top-greeting, #kouradai02 .top-greeting {
  border-top: 1px solid #cde;
  background-color: #eef7ff;
}
#kouradai01 .top-greeting__inner__title::before, #kouradai02 .top-greeting__inner__title::before {
  background-color: #f76699;
}
#kouradai01 .top-greeting__inner__title::after, #kouradai02 .top-greeting__inner__title::after {
  background-color: #3399e7;
}
#kouradai01 .top-greeting__inner__contents__box__philosophy-copy, #kouradai02 .top-greeting__inner__contents__box__philosophy-copy {
  color: #3399e7;
}
#kouradai01 .top-greeting__inner__contents__box__philosophy-list__item__title, #kouradai02 .top-greeting__inner__contents__box__philosophy-list__item__title {
  background-color: #f76699;
}
#kouradai01 .top-greeting__inner__contents__box__greeting-copy, #kouradai02 .top-greeting__inner__contents__box__greeting-copy {
  color: #3399e7;
}

#hirokawa01 .top-greeting, #hirokawa02 .top-greeting, #hirokawa03 .top-greeting, #hirokawa04 .top-greeting {
  border-top: 1px solid #cdc;
  background-color: #eef7ee;
}
#hirokawa01 .top-greeting__inner__title::before, #hirokawa02 .top-greeting__inner__title::before, #hirokawa03 .top-greeting__inner__title::before, #hirokawa04 .top-greeting__inner__title::before {
  background-color: #f79944;
}
#hirokawa01 .top-greeting__inner__title::after, #hirokawa02 .top-greeting__inner__title::after, #hirokawa03 .top-greeting__inner__title::after, #hirokawa04 .top-greeting__inner__title::after {
  background-color: #00cca7;
}
#hirokawa01 .top-greeting__inner__contents__box__philosophy-copy, #hirokawa02 .top-greeting__inner__contents__box__philosophy-copy, #hirokawa03 .top-greeting__inner__contents__box__philosophy-copy, #hirokawa04 .top-greeting__inner__contents__box__philosophy-copy {
  color: #00cca7;
}
#hirokawa01 .top-greeting__inner__contents__box__philosophy-list__item__title, #hirokawa02 .top-greeting__inner__contents__box__philosophy-list__item__title, #hirokawa03 .top-greeting__inner__contents__box__philosophy-list__item__title, #hirokawa04 .top-greeting__inner__contents__box__philosophy-list__item__title {
  background-color: #f79944;
}
#hirokawa01 .top-greeting__inner__contents__box__greeting-copy, #hirokawa02 .top-greeting__inner__contents__box__greeting-copy, #hirokawa03 .top-greeting__inner__contents__box__greeting-copy, #hirokawa04 .top-greeting__inner__contents__box__greeting-copy {
  color: #00cca7;
}

.top-outline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.top-outline__contents {
  padding: 0 50px 170px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-outline__contents {
    padding: 0 50px 120px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .top-outline__contents {
    padding: 0 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents {
    padding: 0 30px 70px;
  }
}
.top-outline__contents__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
}
@media screen and (max-width: 1200px) {
  .top-outline__contents__inner {
    max-width: 800px;
  }
}
.top-outline__contents__inner__title {
  margin-bottom: 40px;
  padding-top: 120px;
  padding-left: 0.06em;
  font-size: 44px;
  line-height: 1;
  color: #543;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.top-outline__contents__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 1px;
  height: 80px;
  background-color: #543;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.top-outline__contents__inner__title::after {
  content: "";
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background-color: #abc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .top-outline__contents__inner__title {
    margin-bottom: 30px;
    padding-top: 80px;
    font-size: 40px;
  }
  .top-outline__contents__inner__title::before {
    height: 60px;
  }
  .top-outline__contents__inner__title::after {
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__title {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 30px;
  }
  .top-outline__contents__inner__title::before {
    height: 46px;
  }
  .top-outline__contents__inner__title::after {
    height: 23px;
  }
}
.top-outline__contents__inner__title .en {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  color: #abc;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__title .en {
    margin-top: 7px;
    font-size: 10px;
  }
}
.top-outline__contents__inner .table {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .top-outline__contents__inner .table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner .table {
    margin-bottom: 30px;
  }
}
.top-outline__contents__inner .table tbody th {
  width: 160px;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner .table tbody th {
    width: 90px;
  }
}
.top-outline__contents__inner .table a {
  color: #543;
  cursor: auto;
}
.top-outline__contents__inner__access {
  margin-top: 15px;
  padding: 10px 35px;
  background-color: #f7f5ee;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access {
    margin-top: 10px;
    padding: 5px 25px 25px;
  }
}
.top-outline__contents__inner__access__item {
  padding: 25px 0;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item {
    padding: 20px 0 0;
    border: none;
  }
}
.top-outline__contents__inner__access__item:first-child {
  border-top: none;
}
.top-outline__contents__inner__access__item__icon {
  width: 90px;
  min-height: 112px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__icon {
    width: 100%;
    height: 40px;
    min-height: 40px;
  }
}
.top-outline__contents__inner__access__item__icon.car {
  background-image: url(../img/common/icon_car.svg);
  background-size: 40px auto;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__icon.car {
    background-size: 26px auto;
  }
}
.top-outline__contents__inner__access__item__icon.train {
  background-image: url(../img/common/icon_train.svg);
  background-size: 32px auto;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__icon.train {
    background-size: 20.8px auto;
  }
}
.top-outline__contents__inner__access__item__icon.bus {
  background-image: url(../img/common/icon_bus.svg);
  background-size: 38px auto;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__icon.bus {
    background-size: 24.7px auto;
  }
}
.top-outline__contents__inner__access__item__inner {
  width: calc(100% - 90px - 25px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__inner {
    margin-top: 15px;
    width: 100%;
  }
}
.top-outline__contents__inner__access__item__inner__title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .top-outline__contents__inner__access__item__inner__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__inner__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.top-outline__contents__inner__access__item__inner__list__item {
  padding-left: 1em;
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.5;
  color: #543;
  position: relative;
}
.top-outline__contents__inner__access__item__inner__list__item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .top-outline__contents__inner__access__item__inner__list__item {
    font-size: 17px;
  }
  .top-outline__contents__inner__access__item__inner__list__item::before {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__access__item__inner__list__item {
    font-size: 16px;
  }
  .top-outline__contents__inner__access__item__inner__list__item::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
}
.top-outline__contents__inner__map {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__map {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.top-outline__contents__inner__link {
  padding-left: 25px;
  font-size: 18px;
  line-height: 1;
  color: #543;
  display: block;
  position: relative;
}
.top-outline__contents__inner__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #abc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.top-outline__contents__inner__link::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 5px;
  left: 6px;
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__link {
    padding-left: 20px;
    font-size: 15px;
    letter-spacing: normal;
  }
  .top-outline__contents__inner__link::before {
    width: 14px;
    height: 14px;
    top: -1px;
  }
  .top-outline__contents__inner__link::after {
    content: "";
    border-width: 2px 0 2px 5px;
    top: 4px;
    left: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .top-outline__contents__inner__link:hover {
    transform: translateX(5px);
  }
}
.top-outline__contents__inner__photo {
  margin-top: 60px;
  width: 100%;
  line-height: 0.1;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .top-outline__contents__inner__photo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__photo {
    margin-top: 20px;
    border-radius: 5px;
  }
}
.top-outline__contents__inner__ill {
  width: 210px;
  position: absolute;
  right: 45px;
  bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .top-outline__contents__inner__ill {
    right: 35px;
    bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-outline__contents__inner__ill {
    width: 180px;
    right: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-outline__contents__inner__ill {
    width: 120px;
    right: 15px;
    bottom: 15px;
  }
}
.top-outline__map {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .top-outline__map {
    width: 100%;
    height: 60vw;
  }
}
.top-outline__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#kouradai01 .top-outline__contents__inner__title::before, #kouradai02 .top-outline__contents__inner__title::before {
  background-color: #f76699;
}
#kouradai01 .top-outline__contents__inner__title::after, #kouradai02 .top-outline__contents__inner__title::after {
  background-color: #3399e7;
}
#kouradai01 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__title, #kouradai02 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__title {
  color: #00cca7;
}
#kouradai01 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__list__item::before, #kouradai02 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__list__item::before {
  background-color: #00cca7;
}
#kouradai01 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__title, #kouradai02 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__title {
  color: #f76699;
}
#kouradai01 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__list__item::before, #kouradai02 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__list__item::before {
  background-color: #f76699;
}
#kouradai01 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__title, #kouradai02 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__title {
  color: #3399e7;
}
#kouradai01 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__list__item::before, #kouradai02 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__list__item::before {
  background-color: #3399e7;
}
#kouradai01 .top-outline__contents__inner__access__item__icon.car, #kouradai02 .top-outline__contents__inner__access__item__icon.car {
  background-color: #00cca7;
}
#kouradai01 .top-outline__contents__inner__access__item__icon.train, #kouradai02 .top-outline__contents__inner__access__item__icon.train {
  background-color: #f76699;
}
#kouradai01 .top-outline__contents__inner__access__item__icon.bus, #kouradai02 .top-outline__contents__inner__access__item__icon.bus {
  background-color: #3399e7;
}
#kouradai01 .top-outline__contents__inner__link::before, #kouradai02 .top-outline__contents__inner__link::before {
  background-color: #f76699;
}
@media screen and (min-width: 1025px) {
  #kouradai01 .top-outline__contents__inner__link:hover, #kouradai02 .top-outline__contents__inner__link:hover {
    color: #f76699;
  }
}

#hirokawa01 .top-outline__contents__inner__title::before, #hirokawa02 .top-outline__contents__inner__title::before, #hirokawa03 .top-outline__contents__inner__title::before, #hirokawa04 .top-outline__contents__inner__title::before {
  background-color: #f79944;
}
#hirokawa01 .top-outline__contents__inner__title::after, #hirokawa02 .top-outline__contents__inner__title::after, #hirokawa03 .top-outline__contents__inner__title::after, #hirokawa04 .top-outline__contents__inner__title::after {
  background-color: #00cca7;
}
#hirokawa01 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__title, #hirokawa02 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__title, #hirokawa03 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__title, #hirokawa04 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__title {
  color: #3399e7;
}
#hirokawa01 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa02 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa03 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa04 .top-outline__contents__inner__access__item.car .top-outline__contents__inner__access__item__inner__list__item::before {
  background-color: #3399e7;
}
#hirokawa01 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__title, #hirokawa02 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__title, #hirokawa03 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__title, #hirokawa04 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__title {
  color: #f79944;
}
#hirokawa01 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa02 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa03 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa04 .top-outline__contents__inner__access__item.train .top-outline__contents__inner__access__item__inner__list__item::before {
  background-color: #f79944;
}
#hirokawa01 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__title, #hirokawa02 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__title, #hirokawa03 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__title, #hirokawa04 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__title {
  color: #00cca7;
}
#hirokawa01 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa02 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa03 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__list__item::before, #hirokawa04 .top-outline__contents__inner__access__item.bus .top-outline__contents__inner__access__item__inner__list__item::before {
  background-color: #00cca7;
}
#hirokawa01 .top-outline__contents__inner__access__item__icon.car, #hirokawa02 .top-outline__contents__inner__access__item__icon.car, #hirokawa03 .top-outline__contents__inner__access__item__icon.car, #hirokawa04 .top-outline__contents__inner__access__item__icon.car {
  background-color: #3399e7;
}
#hirokawa01 .top-outline__contents__inner__access__item__icon.train, #hirokawa02 .top-outline__contents__inner__access__item__icon.train, #hirokawa03 .top-outline__contents__inner__access__item__icon.train, #hirokawa04 .top-outline__contents__inner__access__item__icon.train {
  background-color: #f79944;
}
#hirokawa01 .top-outline__contents__inner__access__item__icon.bus, #hirokawa02 .top-outline__contents__inner__access__item__icon.bus, #hirokawa03 .top-outline__contents__inner__access__item__icon.bus, #hirokawa04 .top-outline__contents__inner__access__item__icon.bus {
  background-color: #00cca7;
}
#hirokawa01 .top-outline__contents__inner__link::before, #hirokawa02 .top-outline__contents__inner__link::before, #hirokawa03 .top-outline__contents__inner__link::before, #hirokawa04 .top-outline__contents__inner__link::before {
  background-color: #00cca7;
}
@media screen and (min-width: 1025px) {
  #hirokawa01 .top-outline__contents__inner__link:hover, #hirokawa02 .top-outline__contents__inner__link:hover, #hirokawa03 .top-outline__contents__inner__link:hover, #hirokawa04 .top-outline__contents__inner__link:hover {
    color: #00cca7;
  }
}

.top-group {
  padding: 100px 0 260px;
  position: relative;
  width: 100%;
  background-image: url(../img/common/group_bg.webp);
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .top-group {
    padding: 100px 0 220px;
  }
}
@media screen and (max-width: 1200px) {
  .top-group {
    padding: 80px 0 200px;
  }
}
@media screen and (max-width: 1024px) {
  .top-group {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 900px) {
  .top-group {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .top-group {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.top-group__title {
  margin-bottom: 40px;
  padding-left: 0.06em;
  font-size: 44px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-group__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-group__title {
    margin-bottom: 25px;
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .top-group__title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.top-group__title .en {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Arial", sans-serif !important;
  font-weight: 0.12;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-group__title .en {
    margin-top: 5px;
    font-size: 11px;
  }
}
.top-group__list__item {
  padding: 20px 20px 10px;
}
@media screen and (max-width: 1800px) {
  .top-group__list__item {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 900px) {
  .top-group__list__item {
    padding: 5px;
  }
}
.top-group__list__item__link {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(85, 68, 51, 0.3);
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top-group__list__item__link:hover {
    box-shadow: 5px 5px 10px rgba(85, 68, 51, 0.3);
    transform: translateY(-10px);
  }
}
.top-group__list__item__link__photo {
  width: 100%;
  overflow: hidden;
}
.top-group__list__item__link__photo img {
  transition: 0.2s;
}
.top-group__list__item__link__inner {
  padding: 30px 10px 70px;
  text-align: center;
  position: relative;
}
.top-group__list__item__link__inner::before {
  content: "";
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  transition: 0.2s;
}
.top-group__list__item__link__inner::after {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 2px;
  right: 0;
  bottom: 36px;
}
@media screen and (max-width: 900px) {
  .top-group__list__item__link__inner {
    padding: 20px 5px 60px;
  }
  .top-group__list__item__link__inner::before {
    width: 16px;
    height: 16px;
    bottom: 25px;
  }
  .top-group__list__item__link__inner::after {
    border-width: 3px 0 3px 6px;
    left: 2px;
    right: 0;
    bottom: 30px;
  }
}
.top-group__list__item__link__inner__title {
  margin-bottom: 20px;
  padding-left: 0.06em;
  padding-bottom: 13px;
  font-size: 26px;
  line-height: 1.38;
  color: #543;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 50% 100%;
}
@media screen and (max-width: 1700px) {
  .top-group__list__item__link__inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .top-group__list__item__link__inner__title {
    margin-bottom: 17px;
    padding-bottom: 10px;
    font-size: 18px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 320px) {
  .top-group__list__item__link__inner__title {
    font-size: 16px;
  }
}
.top-group__list__item__link__inner__place {
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1;
  color: #543;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-group__list__item__link__inner__place {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .top-group__list__item__link__inner__place {
    font-size: 14px;
  }
}

#kouradai01 .top-group__list__item__link__inner::before, #kouradai02 .top-group__list__item__link__inner::before {
  background-color: #f76699;
}
#kouradai01 .top-group__list__item__link__inner__title, #kouradai02 .top-group__list__item__link__inner__title {
  background-image: url(../img/common/three_dot_blue.svg);
}

#hirokawa01 .top-group__list__item__link__inner::before, #hirokawa02 .top-group__list__item__link__inner::before, #hirokawa03 .top-group__list__item__link__inner::before, #hirokawa04 .top-group__list__item__link__inner::before {
  background-color: #f79944;
}
#hirokawa01 .top-group__list__item__link__inner__title, #hirokawa02 .top-group__list__item__link__inner__title, #hirokawa03 .top-group__list__item__link__inner__title, #hirokawa04 .top-group__list__item__link__inner__title {
  background-image: url(../img/common/three_dot_green.svg);
}

.news-wrap {
  padding: 120px 80px 200px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .news-wrap {
    padding: 100px 60px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .news-wrap {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 900px) {
  .news-wrap {
    padding: 60px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .news-wrap {
    padding: 40px 25px 60px;
  }
}
.news-wrap__ill {
  width: 260px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-85%);
}
@media screen and (max-width: 1300px) {
  .news-wrap__ill {
    width: 220px;
    top: -150px;
  }
}
@media screen and (max-width: 1100px) {
  .news-wrap__ill {
    width: 200px;
    top: -130px;
  }
}
@media screen and (max-width: 1024px) {
  .news-wrap__ill {
    top: -155px;
    left: 60%;
  }
}
@media screen and (max-width: 900px) {
  .news-wrap__ill {
    width: 150px;
    top: -120px;
  }
}
@media screen and (max-width: 599px) {
  .news-wrap__ill {
    width: 26vw;
    top: -40vw;
    left: auto;
    right: 5px;
    transform: translateY(-108%);
  }
}
.news-wrap__detail {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.news-nav {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .news-nav {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .news-nav {
    margin-bottom: 20px;
  }
}
.news-nav__item {
  width: 33.3333333333%;
}
.news-nav__item:first-child .news-nav__item__link {
  border-left: 1px solid #ddd;
}
.news-nav__item__link {
  padding-left: 0.06em;
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 49px;
  color: #543;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-nav__item__link {
    height: 45px;
    font-size: 18px;
    line-height: 44px;
  }
}
@media screen and (max-width: 599px) {
  .news-nav__item__link {
    height: 40px;
    font-size: 15px;
    line-height: 39px;
  }
}
@media screen and (max-width: 350px) {
  .news-nav__item__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .news-nav__item__link:hover {
    color: #fff;
    background-color: #abc;
    border-color: #abc;
  }
}
.news-nav__item__link.now {
  color: #fff;
  background-color: #abc;
  border-color: #abc;
}
.news-nav__item__link.now::before {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #abc transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .news-nav__item__link.now::before {
    border-width: 9px 5px 0 5px;
    bottom: -9px;
  }
}

@media screen and (min-width: 1025px) {
  #kouradai01 .news-nav__item__link:hover, #kouradai02 .news-nav__item__link:hover {
    background-color: #3399e7;
  }
}
#kouradai01 .news-nav__item__link.now, #kouradai02 .news-nav__item__link.now {
  background-color: #3399e7;
}
#kouradai01 .news-nav__item__link.now::before, #kouradai02 .news-nav__item__link.now::before {
  border-color: #3399e7 transparent transparent transparent;
}

@media screen and (min-width: 1025px) {
  #hirokawa01 .news-nav__item__link:hover, #hirokawa02 .news-nav__item__link:hover, #hirokawa03 .news-nav__item__link:hover, #hirokawa04 .news-nav__item__link:hover {
    background-color: #00cca7;
  }
}
#hirokawa01 .news-nav__item__link.now, #hirokawa02 .news-nav__item__link.now, #hirokawa03 .news-nav__item__link.now, #hirokawa04 .news-nav__item__link.now {
  background-color: #00cca7;
}
#hirokawa01 .news-nav__item__link.now::before, #hirokawa02 .news-nav__item__link.now::before, #hirokawa03 .news-nav__item__link.now::before, #hirokawa04 .news-nav__item__link.now::before {
  border-color: #00cca7 transparent transparent transparent;
}

.news-list {
  margin: -40px auto 0;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .news-list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .news-list {
    margin-top: -30px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .news-list {
    margin-top: 0;
  }
}
.news-list__item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 1600px) {
  .news-list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 60px) / 4);
  }
}
.news-list__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1300px) {
  .news-list__item {
    width: calc((100% - 40px) / 3);
  }
  .news-list__item:nth-child(4n-3) {
    margin-left: 20px;
  }
  .news-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .news-list__item {
    margin-left: 0;
    width: calc((100% - 30px) / 2);
  }
  .news-list__item:nth-child(4n-3) {
    margin-left: 0;
  }
  .news-list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  .news-list__item:first-child {
    margin-top: 0;
  }
}
.news-list__item__link {
  height: 100%;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .news-list__item__link {
    border-radius: 5px;
  }
}
.news-list__item__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #dcb;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.news-list__item__link::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 19px;
  bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .news-list__item__link:hover {
    transform: translateY(-5px);
  }
}
.news-list__item__link__photo {
  aspect-ratio: 345/230;
  overflow: hidden;
  position: relative;
}
.news-list__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list__item__link__photo .news-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list__item__link__inner {
  padding: 35px 40px 45px;
}
@media screen and (max-width: 1500px) {
  .news-list__item__link__inner {
    padding: 25px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__inner {
    padding: 20px 25px 35px;
  }
}
.news-list__item__link__inner__date {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1.8;
  color: #789;
  font-family: "Arial", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .news-list__item__link__inner__date {
    margin-bottom: 1px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__inner__date {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.news-list__item__link__inner__text {
  font-size: 18px;
  line-height: 1.7;
  color: #543;
  text-align: justify;
}
@media screen and (max-width: 1500px) {
  .news-list__item__link__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__inner__text {
    font-size: 16px;
  }
}

.news-detail-title {
  margin-bottom: 50px;
  padding: 33px 0 36px;
  border-top: 4px solid #eef7ff;
  border-bottom: 1px dotted #bbb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.news-detail-title::before {
  content: "";
  width: 225px;
  height: 4px;
  background: linear-gradient(90deg, #abc, #3399e7);
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .news-detail-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail-title {
    margin-bottom: 35px;
    padding: 28px 0 30px;
    border-top: 3px solid #eef7ff;
  }
  .news-detail-title::before {
    width: 220px;
    height: 3px;
    top: -3px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title {
    margin-bottom: 25px;
    padding: 18px 0 23px;
    border-top: 3px solid #eef7ff;
  }
  .news-detail-title::before {
    width: 188px;
  }
}
.news-detail-title__date {
  width: 120px;
  font-size: 18px;
  line-height: 1.6;
  color: #abc;
  font-family: "Arial", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .news-detail-title__date {
    width: 115px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title__date {
    width: 98px;
    font-size: 16px;
  }
}
.news-detail-title__icon {
  padding-top: 1px;
  width: 105px;
}
@media screen and (max-width: 599px) {
  .news-detail-title__icon {
    width: 90px;
  }
}
.news-detail-title__icon .news-icon {
  display: inline-block;
  vertical-align: 10%;
}
.news-detail-title .new {
  margin-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .news-detail-title .new {
    margin-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail-title .new {
    margin-left: 10px;
    font-size: 16px;
  }
}
.news-detail-title__text {
  margin-top: 5px;
  width: 100%;
  font-size: 32px;
  line-height: 1.5;
  color: #543;
  font-weight: 500;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
}
@media screen and (max-width: 900px) {
  .news-detail-title__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title__text {
    margin-top: 3px;
    font-size: 22px;
  }
}

#kouradai01 .news-detail-title::before, #kouradai02 .news-detail-title::before {
  background: linear-gradient(90deg, #3399e7, #f76699);
}

#hirokawa01 .news-detail-title::before, #hirokawa02 .news-detail-title::before, #hirokawa03 .news-detail-title::before, #hirokawa04 .news-detail-title::before {
  background: linear-gradient(90deg, #f7c744 20%, #77d344, #00cca7 80%);
}

.news-icon {
  width: 105px;
  height: 24px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .news-icon {
    width: 90px;
    height: 22px;
    line-height: 24px;
  }
}

.new {
  margin-left: 0.5em;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  display: inline-block;
}

#kouradai01 .news-icon.info, #kouradai02 .news-icon.info {
  background-color: #f76699;
}
#kouradai01 .news-icon.event, #kouradai02 .news-icon.event {
  background-color: #3399e7;
}
#kouradai01 .new, #kouradai02 .new {
  color: #f76699;
}
#kouradai01 .news-list__item__link, #kouradai02 .news-list__item__link {
  background-color: #fff3f9;
}
#kouradai01 .news-list__item:nth-child(2n) .news-list__item__link, #kouradai02 .news-list__item:nth-child(2n) .news-list__item__link {
  background-color: #eef7ff;
}

#hirokawa01 .news-icon.info, #hirokawa02 .news-icon.info, #hirokawa03 .news-icon.info, #hirokawa04 .news-icon.info {
  background-color: #00cca7;
}
#hirokawa01 .news-icon.event, #hirokawa02 .news-icon.event, #hirokawa03 .news-icon.event, #hirokawa04 .news-icon.event {
  background-color: #f79944;
}
#hirokawa01 .new, #hirokawa02 .new, #hirokawa03 .new, #hirokawa04 .new {
  color: #f76699;
}
#hirokawa01 .news-list__item__link, #hirokawa02 .news-list__item__link, #hirokawa03 .news-list__item__link, #hirokawa04 .news-list__item__link {
  background-color: #fff9e9;
}
#hirokawa01 .news-list__item:nth-child(2n) .news-list__item__link, #hirokawa02 .news-list__item:nth-child(2n) .news-list__item__link, #hirokawa03 .news-list__item:nth-child(2n) .news-list__item__link, #hirokawa04 .news-list__item:nth-child(2n) .news-list__item__link {
  background-color: #eef7ee;
}

.news-btn-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .news-btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .news-btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-btn-wrapper {
    margin-top: 25px;
  }
}
.news-btn-wrapper .btn-base {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */