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

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

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・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: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

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

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

	body設定

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

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

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
}

/*クリアフィックス*/
.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;
}

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

.mb00 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !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-wrapper {
  top: -80px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .header-wrapper {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper {
    height: 50px;
  }
}
.header-wrapper--on {
  top: 0;
}
@media screen and (max-width: 599px) {
  .header-wrapper--on {
    top: -80px;
  }
  .header-wrapper--on .header-wrapper__nav {
    bottom: 0;
  }
}
.header-wrapper--relative {
  top: auto;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 599px) {
  .header-wrapper--relative {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.header-wrapper__logo {
  margin: 0 25px;
  padding-bottom: 5px;
  width: 220px;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__logo {
    margin: 0 20px;
    padding-bottom: 3px;
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__logo {
    margin: 0 10px;
    padding-bottom: 2px;
    width: 160px;
  }
}
.header-wrapper__nav {
  top: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .header-wrapper__nav {
    padding: 10px;
    top: auto;
    bottom: -100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    transition: 0.5s;
  }
}
.header-wrapper__nav__btn {
  padding-right: 15px;
  width: 300px;
  height: 80px;
  font-size: 18px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #f79;
  display: block;
  position: relative;
}
.header-wrapper__nav__btn::before {
  content: "";
  top: calc(50% - 11px);
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: #ff2244;
  border-radius: 50%;
  position: absolute;
  transition: 0.1s;
}
.header-wrapper__nav__btn::after {
  content: "";
  top: calc(50% - 4px);
  right: 26px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .header-wrapper__nav__btn {
    padding-right: 15px;
    width: 260px;
    height: 70px;
    font-size: 16px;
    line-height: 68px;
  }
  .header-wrapper__nav__btn::before {
    content: "";
    top: calc(50% - 9px);
    right: 13px;
    width: 18px;
    height: 18px;
  }
  .header-wrapper__nav__btn::after {
    top: calc(50% - 3px);
    right: 18px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (max-width: 599px) {
  .header-wrapper__nav__btn {
    padding-right: 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
  .header-wrapper__nav__btn::before {
    content: "";
    top: calc(50% - 9px);
    right: 13px;
    width: 18px;
    height: 18px;
  }
  .header-wrapper__nav__btn::after {
    top: calc(50% - 3px);
    right: 18px;
    border-width: 3px 0 3px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .header-wrapper__nav__btn:hover {
    background-color: #ffc700;
  }
  .header-wrapper__nav__btn:hover::before {
    background-color: #f80;
  }
}

.kojin {
  background-color: #00aa44;
  text-align: center;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .kojin {
    font-size: 1.8rem;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .kojin {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .kojin {
    font-size: 1.1rem;
    padding: 10px 8px 5px;
    line-height: 1.2;
    height: 36px;
  }
}
.kojin .em {
  color: #f5fe03;
}
.kojin .link {
  text-decoration: underline;
  color: #fdcc01;
}
.kojin .link:hover {
  text-decoration: none;
}

.kojin-list {
  margin-top: 80px;
  width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width: 599px) {
  .kojin-list {
    width: 100%;
    margin: 50px auto 0;
  }
}
.kojin-list__item {
  margin-bottom: 16px;
}
.kojin-list__item a {
  position: relative;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 2.2rem;
  background-color: #c4ecf8;
  border: 3px solid #1a529c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 12px 20px 12px 45px;
  color: #111;
}
@media screen and (max-width: 599px) {
  .kojin-list__item a {
    font-size: 1.5rem;
    padding: 12px 10px 12px 25px;
  }
}
.kojin-list__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #1a529c;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .kojin-list__item a::before {
    width: 8px;
    height: 8px;
    left: 10px;
    top: 21px;
  }
}
.kojin-list__item a .em {
  color: #1a529c;
  font-weight: 600;
}
.kojin-list__item a:hover {
  background-color: #1a529c;
  color: #fff;
}
.kojin-list__item a:hover::before {
  background-color: #fff;
}
.kojin-list__item a:hover .em {
  color: #fff;
}

.main {
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: left 50% top 0;
  background-repeat: no-repeat;
  height: 630px;
  margin-top: 70px;
}
@media screen and (max-width: 1600px) {
  .main {
    height: 540px;
  }
}
@media screen and (max-width: 1400px) {
  .main {
    height: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    height: 420px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    height: auto;
    background: none;
  }
}
@media screen and (max-width: 599px) {
  .main {
    margin-top: 36px;
  }
}

.main-copy {
  max-width: 940px;
  width: 100%;
  margin: 0px auto 0;
  padding-top: 40px;
}
@media screen and (max-width: 1700px) {
  .main-copy {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .main-copy {
    max-width: 840px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .main-copy {
    max-width: 760px;
  }
}
@media screen and (max-width: 1200px) {
  .main-copy {
    max-width: 660px;
  }
}
@media screen and (max-width: 1024px) {
  .main-copy {
    max-width: 100%;
    padding-top: 0;
  }
}

.main-data {
  background-color: #2d85c4;
}
.main-data__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .main-data__inner {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-data__inner {
    display: block;
    padding: 0;
  }
}

.main-data__root {
  max-width: 70%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main-data__root {
    max-width: 90%;
    margin: 0 auto;
  }
}

.main-data__contact {
  max-width: 30%;
  width: 100%;
  padding: 25px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .main-data__contact {
    background-color: #1a529c;
    max-width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .main-data__contact__inner {
    max-width: 350px;
    margin: 0 auto;
  }
}
.main-data__contact__title {
  color: #f5fe03;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (max-width: 599px) {
  .main-data__contact__title {
    text-align: center;
    text-align-last: center;
    letter-spacing: 2px;
  }
}
.main-data__contact__tel {
  display: block;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  color: #f5fe03;
  font-size: 5.3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .main-data__contact__tel {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 599px) {
  .main-data__contact__tel {
    font-size: 3.6rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
}
.main-data__contact__notes {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}
.main-data__contact__btn {
  display: block;
  line-height: 58px;
  height: 58px;
  background-color: #f5fe03;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  color: #111;
  padding: 0px 33px 0px 10px;
  position: relative;
  font-size: 2.2rem;
  margin: 10px 0 8px 0;
}
@media screen and (max-width: 599px) {
  .main-data__contact__btn {
    font-size: 1.8rem;
    line-height: 42px;
    height: 42px;
  }
}
.main-data__contact__btn::before, .main-data__contact__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-data__contact__btn::before {
  background-color: #111;
  width: 29px;
  height: 29px;
  right: 14px;
}
.main-data__contact__btn::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 24px;
  top: -3px;
}
.main-data__contact__btn:hover {
  background-color: #111;
  color: #fff;
}
.main-data__contact__btn:hover::before {
  background-color: #fff;
}
.main-data__contact__btn:hover::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #111;
  border-right: 3px solid #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.lead {
  padding: 100px 60px 150px;
}
@media screen and (max-width: 1500px) {
  .lead {
    padding: 90px 60px 120px;
  }
}
@media screen and (max-width: 1400px) {
  .lead {
    padding: 80px 60px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .lead {
    padding: 60px 60px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .lead {
    padding: 35px 40px 90px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    padding: 35px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .lead {
    padding: 25px 25px 55px;
  }
}
.lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
}
.lead__inner__box {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .lead__inner__box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box {
    margin-bottom: 20px;
  }
}
.lead__inner__box__title {
  margin: 0 auto 40px;
  width: 670px;
}
@media screen and (max-width: 1400px) {
  .lead__inner__box__title {
    margin-bottom: 35px;
    width: 620px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__box__title {
    margin-bottom: 30px;
    width: 570px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box__title {
    margin-bottom: 25px;
    width: 530px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box__title {
    margin: 0 auto 10px;
    padding-right: 0;
    width: 100%;
  }
}
.lead__inner__box__text {
  font-size: 21px;
  line-height: 1.9;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .lead__inner__box__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__box__text {
    width: 100%;
    text-align: justify;
  }
  .lead__inner__box__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__box__text {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.lead__inner__list {
  margin-bottom: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .lead__inner__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list {
    margin: 0 -24px 15px;
    width: auto;
  }
}
.lead__inner__list__item {
  padding: 55px 40px 65px;
  width: calc((100% - 40px) / 3);
  background-color: #ffc700;
  position: relative;
}
.lead__inner__list__item::before {
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 90px);
  height: 100%;
  background-image: url(../img/bias.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 23px auto;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item {
    padding: 3.4375vw 35px 4vw;
  }
}
@media screen and (max-width: 1500px) {
  .lead__inner__list__item {
    padding: 3.4375vw 2.33vw 4vw;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item {
    padding: 30px 10px 165px;
    width: calc((100% - 40px) / 3);
  }
  .lead__inner__list__item::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item {
    padding: 25px 5px 135px;
    width: calc((100% - 20px) / 3);
  }
  .lead__inner__list__item::before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 65px);
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item {
    padding: 15px 0 105px;
    width: calc((100% - 2px) / 3);
  }
  .lead__inner__list__item::before {
    height: calc(100% - 50px);
    background-size: 16.1px auto;
  }
}
.lead__inner__list__item__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item__title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item__title {
    margin-bottom: 7px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item__title {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
.lead__inner__list__item__title__number {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #ffc700;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  vertical-align: 10%;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item__title__number {
    margin-left: 5px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 19px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item__title__number {
    margin-left: 3px;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 15px;
  }
}
.lead__inner__list__item__copy {
  font-size: 27px;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item__copy {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item__copy {
    font-size: 2.2vw;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item__copy {
    font-size: 2.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item__copy {
    font-size: 3.6vw;
    line-height: 1.4;
  }
}
.lead__inner__list__item .ill01 {
  top: 34px;
  right: 55px;
  width: 140px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item .ill01 {
    top: 2.2vw;
    right: 3.3vw;
    width: 8.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item .ill01 {
    margin: 0 auto;
    top: auto;
    bottom: 22px;
    right: 0;
    left: 0;
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item .ill01 {
    bottom: 18px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item .ill01 {
    bottom: 10px;
    width: 60px;
  }
}
.lead__inner__list__item .ill02 {
  top: 37px;
  right: 50px;
  width: 180px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item .ill02 {
    top: 1.9vw;
    right: 2.8vw;
    width: 11.6vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item .ill02 {
    margin: 0 auto;
    top: auto;
    bottom: 19px;
    right: 0;
    left: 0;
    width: 140px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item .ill02 {
    bottom: 16px;
    width: 112px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item .ill02 {
    bottom: 10px;
    width: 91px;
  }
}
.lead__inner__list__item .ill03 {
  top: 30px;
  right: 27px;
  width: 195px;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .lead__inner__list__item .ill03 {
    top: 1.5vw;
    right: 1.7vw;
    width: 12.1vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__list__item .ill03 {
    margin: 0 auto;
    top: auto;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 152px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__list__item .ill03 {
    bottom: 13px;
    width: 121.6px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__list__item .ill03 {
    bottom: 12px;
    width: 97.65px;
  }
}
.lead__inner__result {
  margin: 0 -20px;
  width: auto;
  height: 150px;
  font-size: 56px;
  line-height: 142px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  text-align: center;
  background-color: #f75577;
  border-radius: 75px;
  position: relative;
}
.lead__inner__result::before {
  content: "";
  bottom: -122px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 122px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .lead__inner__result {
    height: 120px;
    font-size: 48px;
    line-height: 114px;
    border-radius: 60px;
  }
  .lead__inner__result::before {
    bottom: -97.6px;
    width: 160px;
    height: 97.6px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__result {
    height: 100px;
    font-size: 42px;
    line-height: 96px;
    border-radius: 50px;
  }
  .lead__inner__result::before {
    bottom: -73.2px;
    width: 120px;
    height: 73.2px;
  }
}
@media screen and (max-width: 1024px) {
  .lead__inner__result {
    margin: 0 -10px;
    height: 90px;
    font-size: 36px;
    line-height: 86px;
    border-radius: 45px;
  }
  .lead__inner__result::before {
    bottom: -61px;
    width: 100px;
    height: 61px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__result {
    height: 80px;
    font-size: 30px;
    line-height: 76px;
    border-radius: 40px;
  }
  .lead__inner__result::before {
    bottom: -61px;
    width: 100px;
    height: 61px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__result {
    margin: 0 -15px;
    height: 60px;
    font-size: 4.8vw;
    line-height: 57px;
    border-radius: 30px;
  }
  .lead__inner__result::before {
    bottom: -42.7px;
    width: 70px;
    height: 42.7px;
  }
}

.nayami-sec {
  padding: 66px 60px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .nayami-sec {
    padding: 66px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .nayami-sec {
    padding: 50px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .nayami-sec {
    padding: 30px 10px 0;
  }
}
.nayami-sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #c4ecf8;
  width: 100%;
  height: 28vw;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .nayami-sec::before {
    height: 80%;
  }
}
.nayami-sec__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .nayami-sec__inner {
    background-size: 233.6px 475.2px;
    background-position: bottom 0 right 10px;
  }
}
@media screen and (max-width: 1024px) {
  .nayami-sec__inner {
    background-image: none;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  .nayami-sec__inner {
    padding-bottom: 30px;
  }
}

.nayami-title__wrap {
  padding: 0 20px 16px 20px;
  max-width: 695px;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .nayami-title__wrap {
    max-width: 70%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .nayami-title__wrap {
    max-width: 96%;
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
}
.nayami-title__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #feeec2;
  width: 100%;
  height: 49px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .nayami-title__wrap::before {
    height: 24px;
  }
}

.nayami-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}
.nayami-list__item {
  width: calc((100% - 90px) / 4);
  margin-bottom: 50px;
  padding: 40px 20px 30px;
  min-height: 270px;
  position: relative;
  transition: 0.3s;
}
.nayami-list__item:not(:nth-child(4n)) {
  margin-right: 30px;
}
.nayami-list__item:nth-child(odd) {
  background-color: #1a529c;
}
.nayami-list__item:nth-child(even) {
  background-color: #0199bd;
}
@media screen and (max-width: 1200px) {
  .nayami-list__item {
    width: calc((100% - 20px) / 3);
  }
  .nayami-list__item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .nayami-list__item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .nayami-list__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
    padding: 30px 5px 20px;
    min-height: 100px;
  }
  .nayami-list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .nayami-list__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.nayami-list__item::before, .nayami-list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nayami-list__item::before {
  top: -30px;
  width: 60px;
  height: 60px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #1a529c;
}
@media screen and (max-width: 599px) {
  .nayami-list__item::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }
}
.nayami-list__item::after {
  content: attr(data-text) "";
  top: -30px;
  color: #1a529c;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .nayami-list__item::after {
    top: -20px;
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}
.nayami-list__item .nayami-list__btn {
  background-color: #fff;
  max-width: 120px;
  display: block;
  text-align: center;
  padding: 5px;
  margin: 20px auto 0;
  color: #1a529c;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
}
.nayami-list__item:nth-child(even)::before {
  border: 2px solid #0199bd;
}
.nayami-list__item:nth-child(even)::after {
  color: #0199bd;
}
.nayami-list__item:nth-child(even) .nayami-list__btn {
  color: #0199bd;
}
.nayami-list__item:hover {
  background-color: #00257f;
}
.nayami-list__item:hover::before {
  border: 2px solid #00257f;
}
.nayami-list__item:hover::after {
  color: #00257f;
}
.nayami-list__item:hover .nayami-list__btn {
  color: #00257f;
}
.nayami-list__item:hover:nth-child(even)::before {
  border: 2px solid #00257f;
}
.nayami-list__item:hover:nth-child(even)::after {
  color: #00257f;
}
.nayami-list__item:hover:nth-child(even) .nayami-list__btn {
  color: #00257f;
}
.nayami-list__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .nayami-list__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .nayami-list__title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.nayami-list__img {
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .nayami-list__img {
    height: 60px;
  }
}
.nayami-list__img.item01 {
  max-width: 76px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item01 {
    max-width: 38px;
  }
}
.nayami-list__img.item02 {
  max-width: 90px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item02 {
    max-width: 45px;
  }
}
.nayami-list__img.item03 {
  max-width: 207px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item03 {
    max-width: 103.5px;
  }
}
.nayami-list__img.item04 {
  max-width: 100px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item04 {
    max-width: 50px;
  }
}
.nayami-list__img.item05 {
  max-width: 209px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item05 {
    max-width: 104.5px;
  }
}
.nayami-list__img.item06 {
  max-width: 193px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item06 {
    max-width: 96.5px;
  }
}
.nayami-list__img.item07 {
  max-width: 75px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item07 {
    max-width: 37.5px;
  }
}
.nayami-list__img.item08 {
  max-width: 138px;
}
@media screen and (max-width: 599px) {
  .nayami-list__img.item08 {
    max-width: 69px;
  }
}

.modal {
  padding: 200px 0;
}

.inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

/* モーダル本体 */
.js-modal, .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 680px);
  height: 74%;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .modal__container {
    padding-right: 10px;
  }
}
#modal01 .modal__container {
  height: 42%;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 30px 20px 30px;
}
@media screen and (max-width: 599px) {
  .modal__inner {
    padding: 10px 10px 30px 0px;
  }
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #00257f;
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .modal__close {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}

.shisetsu-wrap {
  padding: 100px 40px 60px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .shisetsu-wrap {
    padding: 100px 40px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-wrap {
    padding: 70px 10px 20px 10px;
  }
}
.shisetsu-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #daebbe;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.shisetsu-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}

.shisetsu-lead {
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-lead {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-lead {
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
  }
}
.shisetsu-lead.line01 {
  max-width: 515px;
  position: relative;
}
.shisetsu-lead.line01::before, .shisetsu-lead.line01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.shisetsu-lead.line01::before {
  background-image: url(../img/funeco_cook.svg);
  background-size: 205px 193px;
  width: 205px;
  height: 193px;
  top: -222px;
}
@media screen and (max-width: 900px) {
  .shisetsu-lead.line01::before {
    background-size: 143.5px 135.1px;
    width: 143.5px;
    height: 135.1px;
    top: -155.4px;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-lead.line01::before {
    background-size: 92.25px 86.85px;
    width: 92.25px;
    height: 86.85px;
    top: -99.9px;
  }
}
.shisetsu-lead__line {
  position: relative;
  z-index: 0;
  max-width: 948px;
  width: 100%;
  padding: 0 17px 20px 17px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .shisetsu-lead__line {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-lead__line {
    max-width: 80%;
    padding: 0 7px 10px 7px;
  }
}
.shisetsu-lead__line::before, .shisetsu-lead__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.shisetsu-lead__line::after {
  background-color: #d75790;
  width: 100%;
  height: 49px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .shisetsu-lead__line::after {
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-lead__line::after {
    height: 24px;
  }
}

.shisetsu-box {
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  box-shadow: 0px 0px 15px -5px #ccc;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box {
    padding: 16px;
    margin-bottom: 20px;
  }
}
.shisetsu-box__img {
  width: 50%;
  margin-left: 25px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__img {
    width: 100%;
    margin-left: 0;
  }
}
.shisetsu-box__img img {
  width: 100%;
}
.shisetsu-box__data {
  width: calc(50% - 25px);
  position: relative;
  z-index: 0;
  padding: 44px 36px 44px 36px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data {
    width: 100%;
    padding: 20px 20px 36px 36px;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data {
    padding: 16px 16px 26px 16px;
  }
}
.shisetsu-box__data::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 270px 270px 0 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data::before {
    border-width: 160px 160px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data::before {
    border-width: 120px 120px 0 0;
  }
}
.shisetsu-box__data.shisetsu01::before {
  border-color: #dcf5d6 transparent transparent transparent;
}
.shisetsu-box__data.shisetsu02::before {
  border-color: #feeace transparent transparent transparent;
}
.shisetsu-box__data.shisetsu03::before {
  border-color: #ddf2fd transparent transparent transparent;
}
.shisetsu-box__data.shisetsu04::before {
  border-color: #fee7f8 transparent transparent transparent;
}
.shisetsu-box.revers {
  flex-direction: row-reverse;
}
.shisetsu-box.revers .shisetsu-box__img {
  margin-left: 0;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box.revers .shisetsu-box__img {
    margin-right: 0;
  }
}

.shisetsu-box__data__copy {
  margin-bottom: 38px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data__copy {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data__copy {
    margin-bottom: 10px;
  }
}
.shisetsu-box__data__copy.shisetsu01 {
  max-width: 344px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data__copy.shisetsu01 {
    max-width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data__copy.shisetsu01 {
    max-width: 100%;
  }
}
.shisetsu-box__data__copy.shisetsu02 {
  max-width: 462px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data__copy.shisetsu02 {
    max-width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data__copy.shisetsu02 {
    max-width: 80%;
  }
}
.shisetsu-box__data__copy.shisetsu03 {
  max-width: 344px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data__copy.shisetsu03 {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data__copy.shisetsu03 {
    max-width: 100%;
  }
}
.shisetsu-box__data__copy.shisetsu04 {
  max-width: 430px;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data__copy.shisetsu04 {
    max-width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data__copy.shisetsu04 {
    max-width: 72%;
  }
}

.shisetsu-box__data__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.994;
}
@media screen and (max-width: 1024px) {
  .shisetsu-box__data__text {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .shisetsu-box__data__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.contact__inner__text {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .contact__inner__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__text {
    font-size: 14px;
    line-height: 1.8;
    padding: 16px 0 0 0;
  }
}
.contact__inner__text__caution {
  padding-left: 1em;
  color: #ff0;
  text-indent: -1em;
  display: block;
}
.contact__inner__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .contact__inner__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list {
    margin: 0 -25px 20px;
  }
}
.contact__inner__list__item {
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .contact__inner__list__item {
    padding: 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item {
    padding: 20px 25px 25px;
    flex-wrap: wrap;
  }
}
.contact__inner__list__item:first-child {
  border-top: 1px dotted #fff;
}
.contact__inner__list__item__title {
  padding-left: 30px;
  width: 230px;
  font-size: 20px;
  line-height: 58px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  position: relative;
}
.contact__inner__list__item__title::before {
  content: "";
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 6px solid #ff0;
  border-radius: 2px;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .contact__inner__list__item__title {
    padding-left: 25px;
    width: 200px;
    font-size: 18px;
  }
  .contact__inner__list__item__title::before {
    content: "";
    top: 21px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__title {
    margin-bottom: 15px;
    padding-left: 23px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1;
    height: auto;
  }
  .contact__inner__list__item__title::before {
    content: "";
    top: 0;
    width: 16px;
    height: 16px;
    border: 5px solid #ff0;
  }
}
.contact__inner__list__item__form {
  width: calc(100% - 230px);
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .contact__inner__list__item__form {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form {
    width: 100%;
  }
}
.contact__inner__list__item__form__post {
  margin-right: 5px;
  width: 140px;
}
.contact__inner__list__item__form__address {
  width: calc(100% - 140px - 5px);
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form__address {
    margin-top: 5px;
    width: 100%;
  }
}
.contact__inner__list__item__form__caution {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form__caution {
    font-size: 14px;
  }
}
.contact__inner__list__item__form__text {
  padding: 15px 0;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .contact__inner__list__item__form__text {
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
.contact__inner__list__item__form__text .link {
  color: #ff0;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .contact__inner__list__item__form__text .link:hover {
    text-decoration: none;
  }
}
.contact__inner__btn-wrapper {
  position: relative;
}
.contact__inner__btn-wrapper__btn {
  margin: 0 auto;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 100%;
  max-width: 320px;
  height: 80px;
  font-size: 18px;
  line-height: 78px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #ffc700;
  border: none;
  display: block;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn {
    padding-right: 0;
    padding-bottom: 3px;
    height: 70px;
    font-size: 16px;
    line-height: 68px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.contact__inner__btn-wrapper__btn::before {
  content: "";
  top: calc(50% - 11px);
  right: 23px;
  width: 22px;
  height: 22px;
  background-color: #01a1c9;
  border-radius: 50%;
  position: absolute;
  transition: 0.1s;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn::before {
    top: calc(50% - 9px);
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.contact__inner__btn-wrapper__btn::after {
  content: "";
  top: calc(50% - 4px);
  right: 29px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn::after {
    top: calc(50% - 3px);
    right: 26px;
    border-width: 3px 0 3px 5px;
  }
}
@media screen and (min-width: 1025px) {
  .contact__inner__btn-wrapper__btn:hover {
    color: #fff;
    background-color: #000;
    box-shadow: none;
    transform: translateY(3px);
  }
}
.contact__inner__btn-wrapper__btn--revision {
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 0;
  max-width: 170px;
  color: #fff;
  background-color: #9ab;
  border: none;
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn--revision {
    top: auto;
    left: auto;
    margin-top: 10px;
    padding-left: 0;
    height: 70px;
    max-width: 320px;
    position: relative;
  }
}
.contact__inner__btn-wrapper__btn--revision::before {
  right: auto;
  left: 23px;
  background-color: #789;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn--revision::before {
    top: calc(50% - 9px);
    left: 20px;
    width: 18px;
    height: 18px;
  }
}
.contact__inner__btn-wrapper__btn--revision::after {
  right: auto;
  left: 29px;
  border-width: 4px 7px 4px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 599px) {
  .contact__inner__btn-wrapper__btn--revision::after {
    left: 26px;
    border-width: 3px 5px 3px 0;
  }
}
.contact__inner__tel-title {
  margin: 80px auto 30px;
  padding-top: 130px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-image: url(../img/tel_ill.svg);
  background-repeat: no-repeat;
  background-size: 110px auto;
  background-position: 50% 0;
}
@media screen and (max-width: 1024px) {
  .contact__inner__tel-title {
    margin-top: 60px;
    padding-top: 115px;
    font-size: 32px;
    background-size: 100px auto;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-title {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-top: 105px;
    font-size: 28px;
    background-size: 90px auto;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__tel-title {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-top: 80px;
    font-size: 6vw;
    background-size: 70px auto;
  }
}
.contact__inner__tel-box {
  padding: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box {
    padding: 20px;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box {
    padding: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__tel-box {
    padding: 20px 0;
  }
}
.contact__inner__tel-box__item {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box__item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item {
    margin-left: 0;
    width: 100%;
  }
}
.contact__inner__tel-box__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item:first-child {
    margin-bottom: 10px;
  }
}
.contact__inner__tel-box__item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: auto;
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item__link {
    justify-content: center;
  }
}
.contact__inner__tel-box__item__link__title {
  margin-right: 10px;
  width: 110px;
  height: 30px;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #88cc33;
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box__item__link__title {
    margin-right: 5px;
    width: 80px;
    height: 22px;
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item__link__title {
    margin-right: 10px;
  }
}
.contact__inner__tel-box__item__link__title.blue {
  background-color: #00aae3;
}
.contact__inner__tel-box__item__link__number {
  font-size: 42px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 900px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 680px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 42px;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner__tel-box__item__link__number {
    font-size: 7vw;
  }
}

.contact-wrap01 {
  background-color: #c4ecf8;
  padding: 100px 0px 60px 0px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .contact-wrap01 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap01 {
    padding: 70px 0px 30px 0px;
  }
}
.contact-wrap01::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #01a1c9;
  width: 100%;
  height: 20%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .contact-wrap01::before {
    height: 20%;
  }
}
.contact-wrap01.conf {
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .contact-wrap01.conf {
    padding-top: 30px;
  }
}
.contact-wrap01.conf .contact-lead__text02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .contact-wrap01.conf .contact-lead__text02 {
    margin-bottom: 20px;
  }
}
.contact-wrap01__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 900px) {
  .contact-wrap01__inner {
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap01__inner {
    padding: 0 20px 0 20px;
  }
}

.contact-lead__conf-text {
  padding: 0 20px 40px 20px;
  text-align: center;
}

.contact-lead {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .contact-lead {
    padding: 0 20px 0 20px;
  }
}
.contact-lead__text01 {
  margin: 0 auto 29px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact-lead__text01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-lead__text01 {
    margin-bottom: 10px;
  }
}
.contact-lead__text01__line {
  position: relative;
  z-index: 0;
  max-width: 948px;
  width: 100%;
  padding: 0 17px 20px 17px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .contact-lead__text01__line {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .contact-lead__text01__line {
    max-width: 100%;
    padding: 0 7px 10px 7px;
  }
}
.contact-lead__text01__line::before, .contact-lead__text01__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-lead__text01__line::before {
  background-image: url(../img/funeco_sencho.svg);
  background-size: 122px 177px;
  width: 122px;
  height: 177px;
  top: -198px;
}
@media screen and (max-width: 900px) {
  .contact-lead__text01__line::before {
    background-size: 97.6px 141.6px;
    width: 97.6px;
    height: 141.6px;
    top: -158.4px;
  }
}
@media screen and (max-width: 599px) {
  .contact-lead__text01__line::before {
    background-size: 54.9px 79.65px;
    width: 54.9px;
    height: 79.65px;
    top: -89.1px;
  }
}
.contact-lead__text01__line::after {
  background-color: #7bd1ea;
  width: 100%;
  height: 49px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .contact-lead__text01__line::after {
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .contact-lead__text01__line::after {
    height: 24px;
  }
}
.contact-lead__text02 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contact-lead__text02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-lead__text02 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.contact-lead__text02__line {
  position: relative;
  z-index: 0;
  padding: 0 24px 16px 24px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .contact-lead__text02__line {
    padding: 0 16px 10px 16px;
  }
}
.contact-lead__text02__line::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #7bd1ea;
  width: 100%;
  height: 26px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 599px) {
  .contact-lead__text02__line::before {
    height: 16px;
  }
}

.contact-title {
  background-color: #0198be;
  padding: 0 20px 0 20px;
}
.contact-title__data {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 0 58px 40px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px) {
  .contact-title__data {
    padding: 46px 0 48px 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-title__data {
    padding: 26px 0 30px 20px;
    font-size: 2rem;
    font-weight: 600;
  }
}
.contact-title__data::before, .contact-title__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.contact-title__data::before {
  width: 1px;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .contact-title__data::before {
    height: 90px;
  }
}
@media screen and (max-width: 599px) {
  .contact-title__data::before {
    height: 40px;
  }
}
.contact-title__data::after {
  width: 3px;
  height: 68px;
  top: 36px;
}
@media screen and (max-width: 900px) {
  .contact-title__data::after {
    height: 58px;
    top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .contact-title__data::after {
    height: 30px;
    top: 24px;
  }
}

.contact-wrap02 {
  background-color: #01a1c9;
  padding: 0 40px 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .contact-wrap02 {
    padding: 0 20px 40px 20px;
  }
}
.contact-wrap02__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.contact-box01.tel {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .contact-box01.tel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01.tel {
    margin-top: 30px;
  }
}
.contact-box01__title {
  background-color: #01a1c9;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 800;
  font-size: 4rem;
  text-align: center;
  padding: 40px 20px 40px 20px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 900px) {
  .contact-box01__title {
    font-size: 3.2rem;
    padding: 30px 20px 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__title {
    font-size: 2rem;
    padding: 24px 16px 24px 16px;
  }
}
.contact-box01__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
}
.contact-box01__title.tel {
  background-color: #0185a6;
  padding: 20px 20px 20px 20px;
  font-size: 3.2rem;
}
@media screen and (max-width: 900px) {
  .contact-box01__title.tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__title.tel {
    font-size: 1.8rem;
    padding: 16px 5px 16px 16px;
  }
}
.contact-box01__title.tel::before {
  background-image: url(../img/funeco_sencho_sp.svg);
  background-size: 99px 131px;
  width: 99px;
  height: 131px;
  top: 32px;
  left: 30px;
}
@media screen and (max-width: 900px) {
  .contact-box01__title.tel::before {
    background-size: 79.2px 104.8px;
    width: 79.2px;
    height: 104.8px;
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__title.tel::before {
    background-size: 49.5px 65.5px;
    width: 49.5px;
    height: 65.5px;
    top: 20px;
    left: -12px;
  }
}
.contact-box01__title.web::before {
  background-image: url(../img/funeco_table_pc.svg);
  background-size: 176px 96px;
  width: 176px;
  height: 96px;
  top: 54px;
  right: 28px;
}
@media screen and (max-width: 900px) {
  .contact-box01__title.web::before {
    background-size: 140.8px 76.8px;
    width: 140.8px;
    height: 76.8px;
    top: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__title.web::before {
    background-size: 79.2px 43.2px;
    width: 79.2px;
    height: 43.2px;
    top: 40px;
    right: -8px;
  }
}
.contact-box01__data {
  background-color: #0185a6;
  padding: 50px 50px 60px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact-box01__data {
    padding: 40px 50px 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__data {
    padding: 10px 20px 26px 20px;
  }
}
.contact-box01__data.tel {
  background-color: #fff;
  padding: 30px 50px 40px;
}
@media screen and (max-width: 900px) {
  .contact-box01__data.tel {
    padding: 20px 50px 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__data.tel {
    padding: 16px 50px 16px;
  }
}
.contact-box01__data__tel-title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 800;
  color: #0185a6;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: 5px;
  background-color: #daf0f7;
  padding: 5px 10px 8px 14px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .contact-box01__data__tel-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__data__tel-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
    padding: 3px 10px 6px 14px;
  }
}
.contact-box01__tel {
  font-family: "Roboto", sans-serif !important;
  font-size: 5.6rem;
  font-weight: 800;
  color: #0185a6;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 900px) {
  .contact-box01__tel {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-box01__tel {
    font-size: 2.8rem;
  }
}
.contact-box01__tel__notes {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .contact-box01__tel__notes {
    font-size: 1.4rem;
  }
}

input {
  padding-left: 15px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  input {
    height: 50px;
  }
}
input:focus {
  outline: none;
}

select {
  padding-left: 15px;
  padding-right: 40px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  background-image: url(../img/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 0 top 0;
  border: none;
  overflow: hidden;
  border-radius: 0;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}
select:focus {
  outline: none;
}
@media screen and (max-width: 599px) {
  select {
    height: 50px;
  }
}

textarea {
  padding: 20px 15px;
  width: 100%;
  height: 240px;
  font-size: 16px;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 599px) {
  textarea {
    height: 180px;
  }
}
textarea:focus {
  outline: none;
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input::placeholder {
  color: #abc;
}

/* IE */
input:-ms-input-placeholder {
  color: #abc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #abc;
}

textarea::placeholder {
  color: #abc;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #abc;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #abc;
}

/*エラー*/
.errors-message {
  padding: 20px;
  font-size: 18px;
  line-height: 1.6em;
  color: #ff0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ff0;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
  }
}

.errors-text {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
  color: #ff0;
}
@media screen and (max-width: 900px) {
  .errors-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .errors-text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.errors-box {
  background-color: #ffb;
}

/*確認*/
.confirm-text {
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .confirm-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 23px;
    font-size: 14px;
  }
}

/*完了*/
.complete-copy {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 26px;
  line-height: 1.3;
  color: #ff0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ff0;
}
@media screen and (max-width: 599px) {
  .complete-copy {
    margin: 0 0 15px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }
}

.complete-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
  .complete-text br {
    display: none;
  }
}

.cf-turnstile__block {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cf-turnstile__block {
    margin-bottom: 20px;
  }
}

.contact-lead__conf-text {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
}

.confirmation-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .confirmation-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.han9f-about {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.han9f-about__data {
  padding: 100px 60px 100px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .han9f-about__data {
    padding: 80px 60px 100px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .han9f-about__data {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .han9f-about__data {
    padding: 30px 25px 25px;
  }
}
.han9f-about__data__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.han9f-about__logo {
  max-width: 485px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1200px) {
  .han9f-about__logo {
    max-width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .han9f-about__logo {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 599px) {
  .han9f-about__logo {
    max-width: 220px;
    margin-bottom: 16px;
  }
}

.han9f-about__copy {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 800;
  color: #115eb3;
  line-height: 1.643;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .han9f-about__copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .han9f-about__copy {
    font-size: 1.8rem;
  }
}

.han9f-about__list__item {
  line-height: 1.75;
  margin-bottom: 24px;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .han9f-about__list__item {
    margin-bottom: 20px;
  }
}
.han9f-about__list__item::before {
  content: "";
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 4px solid #4cacbf;
  border-radius: 2px;
  position: absolute;
}

.han9f-about__em-text {
  color: #e60012;
}
.han9f-about__em-text a {
  color: #e60012;
  text-decoration: underline;
}
.han9f-about__em-text a:hover {
  text-decoration: none;
}

.han9f-about__photo {
  width: 50%;
  background-image: url(../img/footer-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1200px) {
  .han9f-about__photo {
    width: 100%;
    height: 45vw;
    background-position: left 50% top 55%;
  }
}

.footer {
  background-color: #115eb3;
  text-align: center;
  padding: 68px 60px 10px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 48px 60px 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 28px 20px 10px;
  }
}

.footer-text01 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.786;
  margin-bottom: 16px;
}

.footer-logo {
  max-width: 220px;
  width: 100%;
  margin: 0 auto 36px;
}
@media screen and (max-width: 599px) {
  .footer-logo {
    max-width: 160px;
    margin-bottom: 24px;
  }
}

.copyright02 {
  text-align: center;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}

.copyright {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #115eb3;
}
@media screen and (max-width: 599px) {
  .copyright {
    padding-bottom: 120px;
  }
}

.kaiketsu-sec {
  background-color: #58cbcf;
  position: relative;
  padding: 100px 0 100px 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .kaiketsu-sec {
    padding: 50px 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-sec {
    padding-top: 100px;
  }
}
.kaiketsu-sec::before, .kaiketsu-sec::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  margin: auto;
}
.kaiketsu-sec::before {
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  border-style: solid;
  border-width: 100px 134px 0 134px;
  border-color: #c4ecf8 transparent transparent transparent;
}
@media screen and (max-width: 1024px) {
  .kaiketsu-sec::before {
    border-width: 50px 80px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-sec::before {
    border-width: 30px 60px 0 60px;
  }
}
.kaiketsu-sec__inner {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .kaiketsu-sec__inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .kaiketsu-sec__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1300px) {
  .kaiketsu-sec__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .kaiketsu-sec__inner {
    max-width: 86%;
  }
}
.kaiketsu-sec__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  background-image: url(../img/funeco_sencho.svg);
  background-size: 328px 460px;
  width: 328px;
  height: 460px;
  top: -80px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .kaiketsu-sec__inner::before {
    background-size: 229.6px 322px;
    width: 229.6px;
    height: 322px;
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .kaiketsu-sec__inner::before {
    background-size: 164px 230px;
    width: 164px;
    height: 230px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-sec__inner::before {
    background-size: 65.6px 92px;
    width: 65.6px;
    height: 92px;
    left: -20px;
    right: 0;
    top: -60px;
  }
}

.kaiketsu-sec__title__wrap {
  margin: 0 0 50px 380px;
  padding: 0 0px 16px 20px;
  max-width: 795px;
  width: 100%;
  position: relative;
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .kaiketsu-sec__title__wrap {
    margin-left: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .kaiketsu-sec__title__wrap {
    max-width: 680px;
  }
}
@media screen and (max-width: 1024px) {
  .kaiketsu-sec__title__wrap {
    margin-left: 140px;
    max-width: calc(100% - 100px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-sec__title__wrap {
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 0 8px 5px 8px;
  }
}
.kaiketsu-sec__title__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #039cae;
  width: calc(100% - 30px);
  height: 49px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .kaiketsu-sec__title__wrap::before {
    height: 24px;
    width: calc(100% - 20px);
  }
}

.kaiketsu-list__item__inner {
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 1500px) {
  .kaiketsu-list__item__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .kaiketsu-list__item__inner {
    padding: 30px 20px 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__item__inner {
    padding: 20px 10px 10px 10px;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.kaiketsu-list__copy01 {
  line-height: 1.4;
  text-align: center;
  padding: 0px 0 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3.2rem;
  font-weight: 600;
  position: relative;
  z-index: 0;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .kaiketsu-list__copy01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01 {
    font-size: 1.8rem;
    padding: 0px 0 16px;
    margin-bottom: 0;
  }
}
.kaiketsu-list__copy01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #e4e6ed;
  font-size: 3.2rem;
  height: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01::before {
    height: 60px;
  }
}
.kaiketsu-list__copy01.kaiketsu01::before {
  background-image: url(../img/kaiketsu01.svg);
  background-size: 87px 87px;
  width: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu01::before {
    background-size: 60px 60px;
    width: 60px;
  }
}
.kaiketsu-list__copy01.kaiketsu02::before {
  background-image: url(../img/kaiketsu02.svg);
  background-size: 87px 87px;
  width: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu02::before {
    background-size: 60px 60px;
    width: 60px;
  }
}
.kaiketsu-list__copy01.kaiketsu03 {
  font-size: 2.3rem;
  line-height: 1.565;
  padding: 10px 0 10px;
}
@media screen and (max-width: 1400px) {
  .kaiketsu-list__copy01.kaiketsu03 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu03 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.kaiketsu-list__copy01.kaiketsu03::before {
  background-image: url(../img/kaiketsu03.svg);
  background-size: 87px 87px;
  width: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu03::before {
    background-size: 60px 60px;
    width: 60px;
  }
}
.kaiketsu-list__copy01.kaiketsu04 {
  font-size: 2.3rem;
  line-height: 1.565;
  padding: 10px 0 10px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu04 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.kaiketsu-list__copy01.kaiketsu04::before {
  background-image: url(../img/kaiketsu04.svg);
  background-size: 87px 87px;
  width: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu04::before {
    background-size: 60px 60px;
    width: 60px;
  }
}
.kaiketsu-list__copy01.kaiketsu05 {
  font-size: 2.3rem;
  line-height: 1.565;
  padding: 10px 0 10px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu05 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.kaiketsu-list__copy01.kaiketsu05::before {
  background-image: url(../img/kaiketsu05.svg);
  background-size: 87px 87px;
  width: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu05::before {
    background-size: 60px 60px;
    width: 60px;
  }
}
.kaiketsu-list__copy01.kaiketsu06 {
  font-size: 2.3rem;
  line-height: 1.565;
  padding: 10px 0 10px;
}
@media screen and (max-width: 1400px) {
  .kaiketsu-list__copy01.kaiketsu06 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu06 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.kaiketsu-list__copy01.kaiketsu06::before {
  background-image: url(../img/kaiketsu06.svg);
  background-size: 87px 87px;
  width: 87px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy01.kaiketsu06::before {
    background-size: 60px 60px;
    width: 60px;
  }
}

.kaiketsu-list__img {
  display: flex;
  align-items: center;
  height: 145px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img {
    height: 100px;
    margin-bottom: 10px;
  }
}
.kaiketsu-list__img.kaiketsu01 {
  width: 198px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu01 {
    width: 118.8px;
  }
}
.kaiketsu-list__img.kaiketsu02 {
  width: 180px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu02 {
    width: 108px;
  }
}
.kaiketsu-list__img.kaiketsu03 {
  width: 249px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu03 {
    width: 149.4px;
  }
}
.kaiketsu-list__img.kaiketsu04 {
  width: 134px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu04 {
    width: 80.4px;
  }
}
.kaiketsu-list__img.kaiketsu05 {
  width: 233px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu05 {
    width: 139.8px;
  }
}
.kaiketsu-list__img.kaiketsu06 {
  width: 217px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu06 {
    width: 130.2px;
  }
}
.kaiketsu-list__img.kaiketsu07 {
  width: 90px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu07 {
    width: 54px;
  }
}
.kaiketsu-list__img.kaiketsu08 {
  width: 217px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__img.kaiketsu08 {
    width: 130.2px;
  }
}

.kaiketsu-list__copy02 {
  background-color: #013c88;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 20px 40px 20px 40px;
  color: #fff;
  min-height: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .kaiketsu-list__copy02 {
    padding: 20px;
    font-size: 1.8rem;
    min-height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .kaiketsu-list__copy02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy02 {
    padding: 16px 20px 16px 20px;
    font-size: 1.6rem;
    min-height: 100px;
  }
}
.kaiketsu-list__copy02::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #013c88 transparent transparent transparent;
}
@media screen and (max-width: 1024px) {
  .kaiketsu-list__copy02::before {
    border-width: 25px 25px 0 25px;
    bottom: -25px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy02::before {
    border-width: 16px 16px 0 16px;
    bottom: -16px;
  }
}

.kaiketsu-list__copy03 {
  color: #cb0111;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3.4rem;
  font-weight: 800;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .kaiketsu-list__copy03 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .kaiketsu-list__copy03 {
    font-size: 2.5rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy03 {
    font-size: 2rem;
  }
}
.kaiketsu-list__copy03::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  margin: auto;
  background-image: url(../img/icon-em01.svg);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__copy03::before {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    left: 0px;
  }
}

.kaiketsu-list__text {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.647;
}
@media screen and (max-width: 1400px) {
  .kaiketsu-list__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__text {
    font-size: 1.5rem;
  }
}
.kaiketsu-list__text .em {
  color: #013c88;
  position: relative;
  background-color: #d4def6;
  box-decoration-break: clone;
}

.kaiketsu-list__schedule {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__schedule {
    margin-top: 20px;
  }
}
.kaiketsu-list__schedule__title {
  background-color: #1a529c;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 5px 5px 5px 5px;
}
@media screen and (max-width: 599px) {
  .kaiketsu-list__schedule__title {
    font-size: 1.5rem;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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";
  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");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 81px;
  height: 163px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media screen and (max-width: 1500px) {
  .slick-prev,
  .slick-next {
    width: 64.8px;
    height: 130.4px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 40.5px;
    height: 81.5px;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev,
  .slick-next {
    width: 24.3px;
    height: 48.9px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  padding: auto;
  width: 81px;
  height: 163px;
}
@media screen and (max-width: 1500px) {
  .slick-prev:before,
  .slick-next:before {
    width: 64.8px;
    height: 130.4px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev:before,
  .slick-next:before {
    width: 40.5px;
    height: 81.5px;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev:before,
  .slick-next:before {
    width: 24.3px;
    height: 48.9px;
  }
}

.slick-prev {
  left: -123px;
}
@media screen and (max-width: 1500px) {
  .slick-prev {
    left: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: -45px;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev {
    left: -20px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -123px;
}
@media screen and (max-width: 1500px) {
  [dir=rtl] .slick-prev {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  [dir=rtl] .slick-prev {
    right: -45px;
  }
}
@media screen and (max-width: 599px) {
  [dir=rtl] .slick-prev {
    right: -20px;
  }
}
.slick-prev:before {
  background-image: url(../img/arrow-prev.svg);
  background-size: 81px 163px;
}
@media screen and (max-width: 1500px) {
  .slick-prev:before {
    background-size: 64.8px 130.4px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-prev:before {
    background-size: 40.5px 81.5px;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev:before {
    background-size: 24.3px 48.9px;
  }
}
[dir=rtl] .slick-prev:before {
  background-image: url(../img/arrow-next.svg);
}

.slick-next {
  right: -123px;
}
@media screen and (max-width: 1500px) {
  .slick-next {
    right: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: -45px;
  }
}
@media screen and (max-width: 599px) {
  .slick-next {
    right: -20px;
  }
}
[dir=rtl] .slick-next {
  left: -123px;
  right: auto;
}
@media screen and (max-width: 1500px) {
  [dir=rtl] .slick-next {
    left: -80px;
  }
}
@media screen and (max-width: 1024px) {
  [dir=rtl] .slick-next {
    left: -45px;
  }
}
@media screen and (max-width: 599px) {
  [dir=rtl] .slick-next {
    left: -20px;
  }
}
.slick-next:before {
  background-image: url(../img/arrow-next.svg);
  background-size: 81px 163px;
}
@media screen and (max-width: 1500px) {
  .slick-next:before {
    background-size: 64.8px 130.4px;
  }
}
@media screen and (max-width: 1024px) {
  .slick-next:before {
    background-size: 40.5px 81.5px;
  }
}
@media screen and (max-width: 599px) {
  .slick-next:before {
    background-size: 24.3px 48.9px;
  }
}
[dir=rtl] .slick-next:before {
  background-image: url(../img/arrow-prev.svg);
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.sec-title {
  background-color: #0198be;
  padding: 0 20px 0 20px;
}
.sec-title__data {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 0 58px 40px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 900px) {
  .sec-title__data {
    padding: 46px 0 48px 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title__data {
    padding: 26px 0 30px 20px;
    font-size: 2rem;
    font-weight: 600;
  }
}
.sec-title__data::before, .sec-title__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.sec-title__data::before {
  width: 1px;
  height: 100px;
}
@media screen and (max-width: 900px) {
  .sec-title__data::before {
    height: 90px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title__data::before {
    height: 40px;
  }
}
.sec-title__data::after {
  width: 3px;
  height: 68px;
  top: 36px;
}
@media screen and (max-width: 900px) {
  .sec-title__data::after {
    height: 58px;
    top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .sec-title__data::after {
    height: 30px;
    top: 24px;
  }
}

.floting {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 250px;
  height: 250px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .floting {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .floting {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 599px) {
  .floting {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.floting .floting-btn {
  background-image: url(../img/florting-btn.png);
  background-size: 100% auto;
  display: block;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 1600px) {
  .floting .floting-btn {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .floting .floting-btn {
    width: 160px;
    height: 160px;
  }
}
.floting .floting-btn:hover {
  background-image: url(../img/florting-btn-ov.png);
  transition: 0.3s;
}

.room-wrap {
  background-color: #c4ecf8;
  padding: 100px 40px 60px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .room-wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .room-wrap {
    padding: 70px 0px 30px 0px;
  }
}
.room-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #89d9f0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .room-wrap::before {
    display: none;
  }
}
.room-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.room-lead {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .room-lead {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .room-lead {
    padding: 0 20px 0 20px;
  }
}
.room-lead.line01 {
  max-width: 802px;
  position: relative;
  margin-bottom: 10px;
}
.room-lead.line01::before, .room-lead.line01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.room-lead.line01::before {
  background-image: url(../img/funeco_fune01.png);
  background-size: 154px 188px;
  width: 154px;
  height: 188px;
  top: -216px;
}
@media screen and (max-width: 900px) {
  .room-lead.line01::before {
    background-size: 107.8px 131.6px;
    width: 107.8px;
    height: 131.6px;
    top: -151.2px;
  }
}
@media screen and (max-width: 599px) {
  .room-lead.line01::before {
    background-size: 69.3px 84.6px;
    width: 69.3px;
    height: 84.6px;
    top: -97.2px;
  }
}
.room-lead.line02 {
  max-width: 670px;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .room-lead.line02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .room-lead.line02 {
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.room-lead__line {
  position: relative;
  z-index: 0;
  max-width: 948px;
  width: 100%;
  padding: 0 17px 20px 17px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .room-lead__line {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .room-lead__line {
    max-width: 100%;
    padding: 0 7px 10px 7px;
  }
}
.room-lead__line::before, .room-lead__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.room-lead__line::after {
  background-color: #7bd1ea;
  width: 100%;
  height: 49px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .room-lead__line::after {
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .room-lead__line::after {
    height: 24px;
  }
}

.room-photo {
  background-color: #fff;
  padding: 25px 25px 25px 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .room-photo {
    padding: 10px;
  }
}
.room-photo__box01 {
  width: calc((100% - 24px) / 2);
}
.room-photo__box01:not(:nth-child(2n)) {
  margin-right: 24px;
}
@media screen and (max-width: 599px) {
  .room-photo__box01 {
    width: calc((100% - 5px) / 2);
  }
  .room-photo__box01:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.room-photo__title {
  line-height: 1;
  padding: 40px 20px;
  position: relative;
  font-size: 3.8rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 2px 2px 0px rgb(7, 61, 96);
  background: #015f9d;
  background: -moz-linear-gradient(top, #1c99ec 1%, #015f9d 100%);
  background: -webkit-linear-gradient(top, #1c99ec 1%, #015f9d 100%);
  background: linear-gradient(to bottom, #1c99ec 1%, #015f9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c99ec', endColorstr='#015f9d', GradientType=0);
}
@media screen and (max-width: 1024px) {
  .room-photo__title {
    font-size: 2.8rem;
    margin-bottom: 40px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .room-photo__title {
    font-size: 1.6rem;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
.room-photo__title::before, .room-photo__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 45px 0 45px;
  border-color: #015f9d transparent transparent transparent;
}
@media screen and (max-width: 1024px) {
  .room-photo__title::before, .room-photo__title::after {
    border-width: 30px 25px 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .room-photo__title::before, .room-photo__title::after {
    border-width: 15px 15px 0 15px;
  }
}
.room-photo__title::before {
  left: 77px;
  bottom: -50px;
}
@media screen and (max-width: 1024px) {
  .room-photo__title::before {
    left: 25px;
    bottom: -30px;
  }
}
@media screen and (max-width: 599px) {
  .room-photo__title::before {
    left: 0;
    right: 0;
    bottom: -15px;
  }
}
.room-photo__title::after {
  right: 77px;
  bottom: -50px;
}
@media screen and (max-width: 1024px) {
  .room-photo__title::after {
    right: 25px;
    bottom: -30px;
  }
}
@media screen and (max-width: 599px) {
  .room-photo__title::after {
    display: none;
  }
}
.room-photo__title.kobe {
  text-shadow: 2px 2px 0px rgb(176, 74, 6);
  background: #fc8f01;
  background: -moz-linear-gradient(top, #fc8f01 1%, #fc6501 100%);
  background: -webkit-linear-gradient(top, #fc8f01 1%, #fc6501 100%);
  background: linear-gradient(to bottom, #fc8f01 1%, #fc6501 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8f01', endColorstr='#fc6501', GradientType=0);
}
.room-photo__title.kobe::before, .room-photo__title.kobe::after {
  border-color: #fc6501 transparent transparent transparent;
}

.room-photo__data01 {
  display: flex;
  flex-wrap: wrap;
}
.room-photo__data01__item {
  max-width: calc((100% - 23px) / 2);
  margin-bottom: 26px;
}
.room-photo__data01__item:not(:nth-child(2n)) {
  margin-right: 23px;
}
@media screen and (max-width: 1024px) {
  .room-photo__data01__item {
    max-width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
  .room-photo__data01__item:not(:nth-child(2n)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 599px) {
  .room-photo__data01__item {
    max-width: calc((100% - 5px) / 2);
    margin-bottom: 16px;
  }
  .room-photo__data01__item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}
.room-photo__data01__item figcaption {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  margin: 18px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .room-photo__data01__item figcaption {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .room-photo__data01__item figcaption {
    font-size: 1.5rem;
  }
}

.room-photo__box02 {
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .room-photo__box02 {
    margin-bottom: 16px;
  }
}

.room-photo__data02 {
  display: flex;
  flex-wrap: wrap;
}
.room-photo__data02__item {
  width: calc((100% - 24px) / 2);
}
.room-photo__data02__item:not(:nth-child(2n)) {
  margin-right: 24px;
}
@media screen and (max-width: 599px) {
  .room-photo__data02__item {
    width: calc((100% - 5px) / 2);
  }
  .room-photo__data02__item:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}
.room-photo__data02__caption {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  margin: 18px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .room-photo__data02__caption {
    font-size: 1.6rem;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .room-photo__data02__caption {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.access-wrap {
  background-color: #58cbcf;
  padding: 100px 40px 100px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .access-wrap {
    padding: 100px 40px 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .access-wrap {
    padding: 75px 10px 30px 10px;
  }
}
.access-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #beebed;
  width: 100%;
  height: 50%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .access-wrap::before {
    height: 20%;
  }
}
.access-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.access-lead {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .access-lead {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .access-lead {
    padding: 0 0px 0 0px;
  }
}
.access-lead.line01 {
  max-width: 850px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .access-lead.line01 {
    max-width: 100%;
  }
}
.access-lead.line01::before, .access-lead.line01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.access-lead.line01::before {
  background-image: url(../img/funeco_hashiru.png);
  background-size: 208px 174px;
  width: 208px;
  height: 174px;
  top: -212px;
}
@media screen and (max-width: 1024px) {
  .access-lead.line01::before {
    background-size: 135.2px 113.1px;
    width: 135.2px;
    height: 113.1px;
    top: -128.7px;
  }
}
@media screen and (max-width: 599px) {
  .access-lead.line01::before {
    background-size: 93.6px 78.3px;
    width: 93.6px;
    height: 78.3px;
    top: -89.1px;
  }
}
.access-lead.line02 {
  max-width: 796px;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .access-lead.line02 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 599px) {
  .access-lead.line02 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.access-lead__line {
  position: relative;
  z-index: 0;
  max-width: 948px;
  width: 100%;
  padding: 0 17px 20px 17px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .access-lead__line {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .access-lead__line {
    max-width: 100%;
    padding: 0 7px 10px 7px;
  }
}
.access-lead__line::before, .access-lead__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.access-lead__line::after {
  background-color: #039cae;
  width: 100%;
  height: 49px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .access-lead__line::after {
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .access-lead__line::after {
    height: 24px;
  }
}

.access-box01 {
  background-color: #fff;
  padding: 25px;
}
@media screen and (max-width: 599px) {
  .access-box01 {
    padding: 16px;
  }
}

.access-box01__title {
  border: 15px solid #039cae;
  line-height: 1;
  padding: 24px 20px 20px 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  color: #018e9f;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .access-box01__title {
    font-size: 3.2rem;
    border: 8px solid #039cae;
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .access-box01__title {
    font-size: 2rem;
    border: 5px solid #039cae;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }
}

.access-box01__data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .access-box01__data {
    margin-bottom: 30px;
  }
}

.access-box01__data__port {
  width: 90px;
  background-color: #02a7ba;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3rem;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1rem;
  margin-right: 52px;
  padding: 30px 10px 20px;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__port {
    padding: 20px 10px 20px;
    font-size: 2.4rem;
    width: 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .access-box01__data__port {
    padding: 10px 5px 10px;
    font-size: 2rem;
    width: 40px;
    margin-right: 20px;
  }
}

.access-box01__data__root {
  width: calc(100% - 90px - 52px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root {
    width: calc(100% - 60px - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root {
    width: calc(100% - 40px - 20px);
  }
}
.access-box01__data__root__list {
  width: 100%;
}
.access-box01__data__root__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.access-box01__data__root__list__item:not(:last-child) {
  margin-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.access-box01__data__root__range {
  width: 38%;
  margin-right: 52px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  padding: 0px 0 40px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root__range {
    font-size: 2.2rem;
    width: 40%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__range {
    font-size: 1.6rem;
    margin-right: 20px;
    padding-bottom: 10px;
  }
}
.access-box01__data__root__range span {
  border-bottom: 20px solid #02a7ba;
  position: relative;
  display: block;
  padding-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root__range span {
    border-bottom: 15px solid #02a7ba;
  }
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__range span {
    border-bottom: 8px solid #02a7ba;
  }
}
.access-box01__data__root__range span::before, .access-box01__data__root__range span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.access-box01__data__root__range span::before {
  border-width: 28px 50px 28px 0;
  border-color: transparent #02a7ba transparent transparent;
  left: -22px;
  bottom: -38px;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root__range span::before {
    border-width: 20px 40px 20px 0;
    bottom: -28px;
  }
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__range span::before {
    border-width: 10px 20px 10px 0;
    bottom: -14px;
    left: -16px;
  }
}
.access-box01__data__root__range span::after {
  border-width: 28px 0 28px 50px;
  border-color: transparent transparent transparent #02a7ba;
  right: -22px;
  bottom: -38px;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root__range span::after {
    border-width: 20px 0 20px 40px;
    bottom: -28px;
  }
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__range span::after {
    border-width: 10px 0 10px 20px;
    bottom: -14px;
    right: -16px;
  }
}
.access-box01__data__root__path {
  width: calc(62% - 52px);
  background-color: #daf3f4;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .access-box01__data__root__path {
    font-size: 1.8rem;
    padding: 16px 16px;
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__path {
    font-size: 1.5rem;
    padding: 10px 10px;
    width: calc(60% - 20px);
  }
}
.access-box01__data__root__path.line01 {
  padding: 50px 20px;
}
@media screen and (max-width: 599px) {
  .access-box01__data__root__path.line01 {
    padding: 30px 10px;
  }
}

.bus-wrap {
  background-color: #fff;
  padding: 100px 40px 100px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .bus-wrap {
    padding: 100px 40px 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .bus-wrap {
    padding: 70px 0px 30px 0px;
  }
}
.bus-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #daebbe;
  width: 100%;
  height: 75%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .bus-wrap::before {
    display: none;
  }
}
.bus-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.bus-lead {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .bus-lead {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .bus-lead {
    padding: 0 20px 0 20px;
  }
}
.bus-lead.line01 {
  max-width: 722px;
  position: relative;
  margin-bottom: 10px;
}
.bus-lead.line01::before, .bus-lead.line01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.bus-lead.line01::before {
  background-image: url(../img/funeco_fune02.png);
  background-size: 196px 135px;
  width: 196px;
  height: 135px;
  top: -169px;
}
@media screen and (max-width: 1024px) {
  .bus-lead.line01::before {
    background-size: 156.8px 108px;
    width: 156.8px;
    height: 108px;
    top: -135.2px;
  }
}
@media screen and (max-width: 599px) {
  .bus-lead.line01::before {
    background-size: 88.2px 60.75px;
    width: 88.2px;
    height: 60.75px;
    top: -76.05px;
  }
}
.bus-lead.line02 {
  max-width: 693px;
  margin-bottom: 10px;
}
.bus-lead.line03 {
  max-width: 700px;
  margin-bottom: 47px;
}
@media screen and (max-width: 599px) {
  .bus-lead.line03 {
    max-width: 90%;
    margin-bottom: 10px;
  }
}
.bus-lead__line {
  position: relative;
  z-index: 0;
  max-width: 948px;
  width: 100%;
  padding: 0 17px 20px 17px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .bus-lead__line {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .bus-lead__line {
    max-width: 100%;
    padding: 0 7px 10px 7px;
  }
}
.bus-lead__line::before, .bus-lead__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.bus-lead__line::after {
  background-color: #daebbe;
  width: 100%;
  height: 49px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .bus-lead__line::after {
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .bus-lead__line::after {
    height: 24px;
  }
}

.bus-box {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .bus-box {
    padding: 16px;
    margin-bottom: 0px;
  }
}

.bus-box__title {
  border: 15px solid #1a529c;
  line-height: 1;
  padding: 24px 20px 20px 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  color: #003c88;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .bus-box__title {
    font-size: 2.6rem;
    border: 8px solid #1a529c;
  }
}
@media screen and (max-width: 599px) {
  .bus-box__title {
    font-size: 1.8rem;
    border: 5px solid #1a529c;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }
}

.bus-box__notes {
  color: #003c88;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  text-align: right;
  margin: 14px 0 18px 0;
}
@media screen and (max-width: 599px) {
  .bus-box__notes {
    font-size: 1.4rem;
  }
}

.bus-schedule {
  display: block;
  background-color: #1a529c;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 40px 40px 40px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bus-schedule {
    font-size: 2rem;
    padding: 30px;
    max-width: 640px;
  }
}
@media screen and (max-width: 599px) {
  .bus-schedule {
    max-width: 90%;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.bus-schedule::before, .bus-schedule::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bus-schedule::after {
  width: 20px;
  height: 20px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 40px;
}
@media screen and (max-width: 599px) {
  .bus-schedule::after {
    right: 20px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.bus-schedule:hover {
  background-color: #0198be;
}

.plan-wrap {
  background-color: #c4ecf8;
  padding: 100px 0px 0px 0px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .plan-wrap {
    padding-top: 80px;
  }
}
.plan-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.plan-lead {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .plan-lead {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .plan-lead {
    padding: 0 20px 0 20px;
  }
}
.plan-lead.line01 {
  max-width: 875px;
  position: relative;
  margin-bottom: 10px;
}
.plan-lead.line01::before, .plan-lead.line01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.plan-lead.line01::before {
  background-image: url(../img/funeco_smile.png);
  background-size: 140px 178px;
  width: 140px;
  height: 178px;
  top: -212px;
}
@media screen and (max-width: 900px) {
  .plan-lead.line01::before {
    background-size: 98px 124.6px;
    width: 98px;
    height: 124.6px;
    top: -127.2px;
  }
}
@media screen and (max-width: 599px) {
  .plan-lead.line01::before {
    background-size: 63px 80.1px;
    width: 63px;
    height: 80.1px;
    top: -95.4px;
  }
}
.plan-lead.line02 {
  max-width: 803px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .plan-lead.line02 {
    max-width: 94%;
  }
}
.plan-lead.line03 {
  max-width: 545px;
  margin-bottom: 52px;
}
@media screen and (max-width: 599px) {
  .plan-lead.line03 {
    max-width: 66%;
    margin-bottom: 30px;
  }
}
.plan-lead__line {
  position: relative;
  z-index: 0;
  max-width: 948px;
  width: 100%;
  padding: 0 17px 20px 17px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .plan-lead__line {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .plan-lead__line {
    max-width: 100%;
    padding: 0 7px 10px 7px;
  }
}
.plan-lead__line::before, .plan-lead__line::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.plan-lead__line::after {
  background-color: #7bd1ea;
  width: 100%;
  height: 49px;
  z-index: -1;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .plan-lead__line::after {
    height: 42px;
  }
}
@media screen and (max-width: 599px) {
  .plan-lead__line::after {
    height: 24px;
  }
}

.plan-course {
  background-color: #2d85c4;
  position: relative;
  z-index: 0;
  padding-bottom: 76px;
}
@media screen and (max-width: 599px) {
  .plan-course {
    padding-bottom: 40px;
  }
}
.plan-course::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: #c4ecf8;
  width: 100%;
  height: 86px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .plan-course::before {
    height: 40px;
  }
}
.plan-course.type02 {
  background-color: #66c093;
}
.plan-course.type02::before {
  background-color: #2d85c4;
}

.plan-course__title {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  border-radius: 90px 90px 0 0;
  background-color: #2d85c4;
  padding: 62px 20px 60px 20px;
}
.plan-course__title.type02 {
  background-color: #66c093;
}
@media screen and (max-width: 1024px) {
  .plan-course__title {
    max-width: 460px;
    border-radius: 60px 60px 0 0;
    padding: 42px 20px 40px 20px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__title {
    max-width: 260px;
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 20px 20px;
  }
}
.plan-course__title img {
  display: block;
  max-width: 309px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .plan-course__title img {
    max-width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__title img {
    max-width: 140px;
  }
}

.plan-course__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .plan-course__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .plan-course__inner {
    padding: 0 60px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__inner {
    padding: 0 24px 0 24px;
  }
}

.plan-course__list__item {
  background-color: #fff;
  padding: 25px 25px 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .plan-course__list__item {
    padding: 10px 10px 20px;
  }
}
.plan-course__list__item .plan-course__icon {
  background-color: #e62c22;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding: 50px 10px 0px 10px;
  width: 130px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 64px;
}
@media screen and (max-width: 1024px) {
  .plan-course__list__item .plan-course__icon {
    padding: 25px 10px 0px 10px;
    font-size: 2.2rem;
    width: 100px;
    height: 100px;
    right: 44px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__list__item .plan-course__icon {
    font-size: 1.4rem;
    width: 60px;
    height: 60px;
    right: 5px;
    padding: 18px 5px 0px 5px;
  }
}
.plan-course__list__item .plan-course__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 25px 65px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 1024px) {
  .plan-course__list__item .plan-course__icon::before {
    border-width: 0 50px 20px 50px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__list__item .plan-course__icon::before {
    border-width: 0 30px 10px 30px;
  }
}

.plan-course__title02 {
  border: 15px solid #3187c5;
  line-height: 1;
  padding: 24px 20px 20px 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  color: #015693;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .plan-course__title02 {
    border: 8px solid #3187c5;
    font-size: 2.6rem;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__title02 {
    font-size: 1.8rem;
    border: 5px solid #3187c5;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }
}
.plan-course__title02.type02 {
  border: 15px solid #37a46d;
  color: #0b8146;
}
@media screen and (max-width: 1024px) {
  .plan-course__title02.type02 {
    border: 8px solid #37a46d;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__title02.type02 {
    border: 5px solid #37a46d;
  }
}

.plan-course__lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .plan-course__lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__lead {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}

.plan-course__photo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .plan-course__photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.plan-course__photo__item {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .plan-course__photo__item {
    width: 100%;
  }
}
.plan-course__photo__caption {
  background-color: #fff;
  width: auto;
  height: 38px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1024px) {
  .plan-course__photo__caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__photo__caption {
    font-size: 1.4rem;
    line-height: 28px;
    height: 28px;
  }
}

.plan-course__btn {
  display: block;
  background-color: #016ebc;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 40px 40px 40px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .plan-course__btn {
    padding: 30px 30px 30px 30px;
    font-size: 2rem;
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  .plan-course__btn {
    max-width: 100%;
    padding: 16px;
    font-size: 1.6rem;
  }
}
.plan-course__btn.type02 {
  background-color: #279b61;
}
.plan-course__btn::before, .plan-course__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.plan-course__btn::before {
  background-image: url(../img/icon-pdf.svg);
  background-size: 40px 49px;
  width: 40px;
  height: 49px;
  left: 74px;
}
@media screen and (max-width: 599px) {
  .plan-course__btn::before {
    left: 30px;
    background-size: 24px 29.4px;
    width: 24px;
    height: 29.4px;
  }
}
.plan-course__btn::after {
  width: 20px;
  height: 20px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 40px;
}
@media screen and (max-width: 599px) {
  .plan-course__btn::after {
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.plan-course__btn:hover {
  background-color: #0198be;
}/*# sourceMappingURL=style.css.map */