@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}

/*
フォント
*/
/*---------------------------------------------------*/
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url("../font/Noto_Serif_JP/NotoSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url("../font/Noto_Serif_JP/NotoSerifJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url("../font/Noto_Serif_JP/NotoSerifJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");
}

/* 共通 */
/*---------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
}

body, input, select, textarea {
  font-family: "NotoSansJP-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.7;
  font-size: 16px;
  width: 100%;
  color: #333333;
}

@media screen and (max-width: 767px) {
  body, input, select, textarea {
    font-size: 14px;
    line-height: 1.4;
  }
}

.body-wrap {
  margin: 0 auto;
  overflow-x: hidden;
  background-image: url(../img/bg-01.png), url(../img/bg-02.png);
  background-position: left top, right top;
}

@media screen and (max-width: 767px) {
  .body-wrap {
    background-image: url(../img/sp-bg-01.png), url(../img/sp-bg-02.png);
    background-size: 7px auto, 7px auto;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

a.v-underline {
  text-decoration: underline;
}

a.v-underline:hover {
  text-decoration: none;
}

.wrap-l {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .wrap-l {
    padding: 0 20px;
  }
}

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap-m {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .wrap-m {
    padding: 0 20px;
  }
  .wrap-m.sp-pdg-none {
    padding: 0;
  }
}

.wrap-s {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .wrap-s {
    padding: 0 20px;
  }
  .wrap-s.sp-pdg-none {
    padding: 0;
  }
}

.section {
  padding: 120px 0;
}

.section .section {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .section .section {
    padding: 30px 0 0;
  }
}

.section-inner {
  padding: 120px 0;
}

.section-inner.v-01 {
  margin-right: calc((100% - 1280px) / 2);
  padding-left: calc((100% - 1280px) / 2);
  background-color: #F6F6F6;
}

.section-inner.v-02 {
  margin-left: calc((100% - 1280px) / 2);
  padding-right: calc((100% - 1280px) / 2);
  background-color: #EAEFF5;
}

.section-inner.v-03 {
  background-color: #054289;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 60px 0;
  }
  .section-inner.v-01 {
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .section-inner.v-02 {
    margin-left: 20px;
    padding-right: 40px;
    padding-left: 20px;
  }
}

/* テキスト */
/*---------------------------------------------------*/
.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-justify {
  text-align: justify !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.big {
  font-size: 1.20em;
}

.small {
  font-size: 0.80em;
}

.txt-center-left {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left !important;
  }
}

.txt-left-center {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .txt-left-center {
    text-align: center !important;
  }
}

.text-normal {
  font-family: "NotoSansJP-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif !important;
}

.text-bold {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif !important;
}

.text-block-01 {
  line-height: 2;
}

.text-block-01 > * + * {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .text-block-01 {
    line-height: 1.66;
  }
  .text-block-01 > * + * {
    margin: 20px 0 0 0;
  }
}

/* 余白 */
/*---------------------------------------------------*/
.mgn-t0 {
  margin-top: 0px !important;
}

.mgn-t5 {
  margin-top: 5px !important;
}

.mgn-t10 {
  margin-top: 10px !important;
}

.mgn-t15 {
  margin-top: 15px !important;
}

.mgn-t20 {
  margin-top: 20px !important;
}

.mgn-t30 {
  margin-top: 30px !important;
}

.mgn-t40 {
  margin-top: 40px !important;
}

.mgn-t50 {
  margin-top: 50px !important;
}

.mgn-t60 {
  margin-top: 60px !important;
}

.mgn-t70 {
  margin-top: 70px !important;
}

.mgn-t80 {
  margin-top: 80px !important;
}

.mgn-t90 {
  margin-top: 90px !important;
}

.mgn-t100 {
  margin-top: 100px !important;
}

.mgn-t110 {
  margin-top: 110px !important;
}

.mgn-t120 {
  margin-top: 120px !important;
}

.mgn-t130 {
  margin-top: 130px !important;
}

.mgn-t140 {
  margin-top: 140px !important;
}

.mgn-t150 {
  margin-top: 150px !important;
}

.mgn-t200 {
  margin-top: 200px !important;
}

.mgn-t250 {
  margin-top: 250px !important;
}

.mgn-b0 {
  margin-bottom: 0px !important;
}

.mgn-b5 {
  margin-bottom: 5px !important;
}

.mgn-b10 {
  margin-bottom: 10px !important;
}

.mgn-b15 {
  margin-bottom: 15px !important;
}

.mgn-b20 {
  margin-bottom: 20px !important;
}

.mgn-b30 {
  margin-bottom: 30px !important;
}

.mgn-b40 {
  margin-bottom: 40px !important;
}

.mgn-b50 {
  margin-bottom: 50px !important;
}

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

.mgn-b70 {
  margin-bottom: 70px !important;
}

.mgn-b80 {
  margin-bottom: 80px !important;
}

.mgn-b90 {
  margin-bottom: 90px !important;
}

.mgn-b100 {
  margin-bottom: 100px !important;
}

.mgn-b110 {
  margin-bottom: 110px !important;
}

.mgn-b120 {
  margin-bottom: 120px !important;
}

.mgn-b130 {
  margin-bottom: 130px !important;
}

.mgn-b140 {
  margin-bottom: 140px !important;
}

.mgn-b150 {
  margin-bottom: 150px !important;
}

.mgn-b200 {
  margin-bottom: 200px !important;
}

.mgn-b250 {
  margin-bottom: 250px !important;
}

.mgn-l0 {
  margin-left: 0px !important;
}

.mgn-l5 {
  margin-left: 5px !important;
}

.mgn-l10 {
  margin-left: 10px !important;
}

.mgn-l15 {
  margin-left: 15px !important;
}

.mgn-l20 {
  margin-left: 20px !important;
}

.mgn-l30 {
  margin-left: 30px !important;
}

.mgn-l40 {
  margin-left: 40px !important;
}

.mgn-l50 {
  margin-left: 50px !important;
}

.mgn-l60 {
  margin-left: 60px !important;
}

.mgn-l70 {
  margin-left: 70px !important;
}

.mgn-l80 {
  margin-left: 80px !important;
}

.mgn-l90 {
  margin-left: 90px !important;
}

.mgn-l100 {
  margin-left: 100px !important;
}

.mgn-l110 {
  margin-left: 110px !important;
}

.mgn-l120 {
  margin-left: 120px !important;
}

.mgn-l130 {
  margin-left: 130px !important;
}

.mgn-l140 {
  margin-left: 140px !important;
}

.mgn-l150 {
  margin-left: 150px !important;
}

.mgn-l200 {
  margin-left: 200px !important;
}

.mgn-l250 {
  margin-left: 250px !important;
}

.mgn-r0 {
  margin-right: 0px !important;
}

.mgn-r5 {
  margin-right: 5px !important;
}

.mgn-r10 {
  margin-right: 10px !important;
}

.mgn-r15 {
  margin-right: 15px !important;
}

.mgn-r20 {
  margin-right: 20px !important;
}

.mgn-r30 {
  margin-right: 30px !important;
}

.mgn-r40 {
  margin-right: 40px !important;
}

.mgn-r50 {
  margin-right: 50px !important;
}

.mgn-r60 {
  margin-right: 60px !important;
}

.mgn-r70 {
  margin-right: 70px !important;
}

.mgn-r80 {
  margin-right: 80px !important;
}

.mgn-r90 {
  margin-right: 90px !important;
}

.mgn-r100 {
  margin-right: 100px !important;
}

.mgn-r110 {
  margin-right: 110px !important;
}

.mgn-r120 {
  margin-right: 120px !important;
}

.mgn-r130 {
  margin-right: 130px !important;
}

.mgn-r140 {
  margin-right: 140px !important;
}

.mgn-r150 {
  margin-right: 150px !important;
}

.mgn-r200 {
  margin-right: 200px !important;
}

.mgn-r250 {
  margin-right: 250px !important;
}

.pdg-t0 {
  padding-top: 0px !important;
}

.pdg-t5 {
  padding-top: 5px !important;
}

.pdg-t10 {
  padding-top: 10px !important;
}

.pdg-t15 {
  padding-top: 15px !important;
}

.pdg-t20 {
  padding-top: 20px !important;
}

.pdg-t30 {
  padding-top: 30px !important;
}

.pdg-t40 {
  padding-top: 40px !important;
}

.pdg-t50 {
  padding-top: 50px !important;
}

.pdg-t60 {
  padding-top: 60px !important;
}

.pdg-t70 {
  padding-top: 70px !important;
}

.pdg-t80 {
  padding-top: 80px !important;
}

.pdg-t90 {
  padding-top: 90px !important;
}

.pdg-t100 {
  padding-top: 100px !important;
}

.pdg-t110 {
  padding-top: 110px !important;
}

.pdg-t120 {
  padding-top: 120px !important;
}

.pdg-t130 {
  padding-top: 130px !important;
}

.pdg-t140 {
  padding-top: 140px !important;
}

.pdg-t150 {
  padding-top: 150px !important;
}

.pdg-t200 {
  padding-top: 200px !important;
}

.pdg-t250 {
  padding-top: 250px !important;
}

.pdg-b0 {
  padding-bottom: 0px !important;
}

.pdg-b5 {
  padding-bottom: 5px !important;
}

.pdg-b10 {
  padding-bottom: 10px !important;
}

.pdg-b15 {
  padding-bottom: 15px !important;
}

.pdg-b20 {
  padding-bottom: 20px !important;
}

.pdg-b30 {
  padding-bottom: 30px !important;
}

.pdg-b40 {
  padding-bottom: 40px !important;
}

.pdg-b50 {
  padding-bottom: 50px !important;
}

.pdg-b60 {
  padding-bottom: 60px !important;
}

.pdg-b70 {
  padding-bottom: 70px !important;
}

.pdg-b80 {
  padding-bottom: 80px !important;
}

.pdg-b90 {
  padding-bottom: 90px !important;
}

.pdg-b100 {
  padding-bottom: 100px !important;
}

.pdg-b110 {
  padding-bottom: 110px !important;
}

.pdg-b120 {
  padding-bottom: 120px !important;
}

.pdg-b130 {
  padding-bottom: 130px !important;
}

.pdg-b140 {
  padding-bottom: 140px !important;
}

.pdg-b150 {
  padding-bottom: 150px !important;
}

.pdg-b200 {
  padding-bottom: 200px !important;
}

.pdg-b250 {
  padding-bottom: 250px !important;
}

.pdg-l0 {
  padding-left: 0px !important;
}

.pdg-l5 {
  padding-left: 5px !important;
}

.pdg-l10 {
  padding-left: 10px !important;
}

.pdg-l15 {
  padding-left: 15px !important;
}

.pdg-l20 {
  padding-left: 20px !important;
}

.pdg-l30 {
  padding-left: 30px !important;
}

.pdg-l40 {
  padding-left: 40px !important;
}

.pdg-l50 {
  padding-left: 50px !important;
}

.pdg-l60 {
  padding-left: 60px !important;
}

.pdg-l70 {
  padding-left: 70px !important;
}

.pdg-l80 {
  padding-left: 80px !important;
}

.pdg-l90 {
  padding-left: 90px !important;
}

.pdg-l100 {
  padding-left: 100px !important;
}

.pdg-l110 {
  padding-left: 110px !important;
}

.pdg-l120 {
  padding-left: 120px !important;
}

.pdg-l130 {
  padding-left: 130px !important;
}

.pdg-l140 {
  padding-left: 140px !important;
}

.pdg-l150 {
  padding-left: 150px !important;
}

.pdg-l200 {
  padding-left: 200px !important;
}

.pdg-l250 {
  padding-left: 250px !important;
}

.pdg-r0 {
  padding-right: 0px !important;
}

.pdg-r5 {
  padding-right: 5px !important;
}

.pdg-r10 {
  padding-right: 10px !important;
}

.pdg-r15 {
  padding-right: 15px !important;
}

.pdg-r20 {
  padding-right: 20px !important;
}

.pdg-r30 {
  padding-right: 30px !important;
}

.pdg-r40 {
  padding-right: 40px !important;
}

.pdg-r50 {
  padding-right: 50px !important;
}

.pdg-r60 {
  padding-right: 60px !important;
}

.pdg-r70 {
  padding-right: 70px !important;
}

.pdg-r80 {
  padding-right: 80px !important;
}

.pdg-r90 {
  padding-right: 90px !important;
}

.pdg-r100 {
  padding-right: 100px !important;
}

.pdg-r110 {
  padding-right: 110px !important;
}

.pdg-r120 {
  padding-right: 120px !important;
}

.pdg-r130 {
  padding-right: 130px !important;
}

.pdg-r140 {
  padding-right: 140px !important;
}

.pdg-r150 {
  padding-right: 150px !important;
}

.pdg-r200 {
  padding-right: 200px !important;
}

.pdg-r250 {
  padding-right: 250px !important;
}

.mgn-top-l {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-l {
    margin-top: 50px !important;
  }
}

.mgn-top-m {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-m {
    margin-top: 40px !important;
  }
}

.mgn-top-s {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-s {
    margin-top: 30px !important;
  }
}

.mgn-top-ss {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mgn-top-ss {
    margin-top: 20px !important;
  }
}

.mgn-bottom-l {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mgn-bottom-l {
    margin-bottom: 50px !important;
  }
}

.mgn-bottom-m {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mgn-bottom-m {
    margin-bottom: 40px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mgn-bottom-s {
    margin-bottom: 30px !important;
  }
}

.pdg-top-l {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .pdg-top-l {
    padding-top: 50px !important;
  }
}

.pdg-top-m {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .pdg-top-m {
    padding-top: 40px !important;
  }
}

.pdg-top-s {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .pdg-top-s {
    padding-top: 30px !important;
  }
}

.pdg-bottom-l {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .pdg-bottom-l {
    padding-bottom: 50px !important;
  }
}

.pdg-bottom-m {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .pdg-bottom-m {
    padding-bottom: 40px !important;
  }
}

.pdg-bottom-s {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .pdg-bottom-s {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

/* 下層 ページ見出し */
/*---------------------------------------------------*/
.kv-block-under {
  background-image: url(../img/kv-under-01.png);
  background-position: center top;
  height: 250px;
  text-align: center;
  padding: 70px 0 0 0;
}

.kv-block-under .e-heading {
  font-size: 28px;
  font-family: "NotoSerifJP-Bold";
}

.kv-block-under .e-text {
  font-size: 14px;
  color: #78A0D8;
}

@media screen and (max-width: 767px) {
  .kv-block-under {
    background-image: url(../img/sp-kv-under-01.png);
    background-size: 100% auto;
    height: 110px;
    padding: 20px 0 0 0;
  }
  .kv-block-under .e-heading {
    font-size: 24px;
  }
  .kv-block-under .e-text {
    font-size: 11px;
  }
}

/* 見出し */
/*---------------------------------------------------*/
.heading-01 {
  text-align: center;
  margin: 0 0 50px 0;
}

.heading-01 .e-ja {
  font-size: 28px;
  font-family: "NotoSerifJP-Bold";
}

.heading-01 .e-en {
  font-size: 14px;
  color: #78A0D8;
}

@media screen and (max-width: 767px) {
  .heading-01 {
    margin: 0 0 30px 0;
  }
  .heading-01 .e-ja {
    font-size: 24px;
  }
  .heading-01 .e-en {
    font-size: 11px;
  }
}

.heading-02 {
  text-align: center;
  margin: 0 0 40px 0;
}

.heading-02 .e-ja {
  font-size: 20px;
  font-family: "NotoSerifJP-Bold";
}

@media screen and (max-width: 767px) {
  .heading-02 {
    margin: 0 0 20px 0;
  }
  .heading-02 .e-ja {
    font-size: 16px;
  }
}

.heading-03 {
  font-size: 20px;
  font-family: "NotoSerifJP-Bold";
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

.heading-03::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #0A50A1;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .heading-03 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .heading-03::before {
    width: 14px;
    height: 2px;
    margin: 0 8px 0 0;
  }
}

.heading-04 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .heading-04 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
}

/* リンクリスト */
/*---------------------------------------------------*/
.link-list-01 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  padding: 80px 0;
}

.link-list-01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

.link-list-01.v-02 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .link-list-01 {
    padding: 20px;
  }
  .link-list-01 ul {
    gap: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .link-list-01 ul li {
    width: calc((100% - 15px) / 2);
  }
  .link-list-01.v-02 {
    padding: 20px;
  }
}

.link-list-02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-list-02 ul li {
  width: 50%;
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-list-02 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 124px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.link-list-02 ul li a dl {
  text-align: center;
}

.link-list-02 ul li a dl dt {
  font-size: 28px;
  font-family: "NotoSerifJP-Bold";
}

.link-list-02 ul li a dl dd {
  color: #78A0D8;
  font-size: 14px;
}

.link-list-02 ul li.e-link-01 {
  background-image: url(../img/home-bg-03.jpg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 160px 0 0;
}

.link-list-02 ul li.e-link-02 {
  background-image: url(../img/home-bg-04.jpg);
  padding: 0 0 0 160px;
}

@media screen and (max-width: 767px) {
  .link-list-02 ul {
    display: block;
  }
  .link-list-02 ul li {
    width: 100%;
    height: 225px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link-list-02 ul li a {
    width: 200px;
    height: 85px;
  }
  .link-list-02 ul li a dl dt {
    font-size: 24px;
  }
  .link-list-02 ul li a dl dd {
    font-size: 11px;
  }
  .link-list-02 ul li.e-link-01 {
    padding: 0;
  }
  .link-list-02 ul li.e-link-02 {
    padding: 0;
  }
}

.link-list-03 ul {
  margin: -32px 0 0 -32px;
}

.link-list-03 ul::after {
  content: "";
  display: block;
  clear: both;
}

.link-list-03 ul li {
  float: left;
  margin: 32px 0 0 32px;
  width: calc((100% - 128px) / 4);
}

.link-list-03.v-02 {
  padding: 20px 70px;
  background-color: #ffffff;
}

.link-list-03.v-02 ul li {
  border: 1px solid #0A50A1;
}

@media screen and (max-width: 767px) {
  .link-list-03 ul {
    margin: -15px 0 0 -15px;
  }
  .link-list-03 ul li {
    margin: 15px 0 0 15px;
    width: calc((100% - 30px) / 2);
  }
  .link-list-03.v-02 {
    padding: 20px 25px;
  }

  .link-list-03.v-02 ul li {
    text-align: center;
  }
  .link-list-03.v-02 ul li img {
    width: 100%;
  }
}

/* ニュースリスト */
/*---------------------------------------------------*/
.news-list-01 {
  border-bottom: 1px solid #C1C1C1;
}

.news-list-01 > ul > li {
  border-top: 1px solid #C1C1C1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding: 30px 0;
  line-height: 1.4;
}

.news-list-01 > ul > li .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.news-list-01 > ul > li .e-date {
  font-size: 18px;
}

.news-list-01 > ul > li .e-cate {
  border: 1px solid #0A50A1;
  width: 92px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #0A50A1;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  margin: 2px 0 0 0;
}

.news-list-01 > ul > li .e-title {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news-list-01 > ul > li {
    display: block;
    padding: 15px 0;
  }
  .news-list-01 > ul > li .l-inner {
    gap: 0 15px;
  }
  .news-list-01 > ul > li .e-date {
    font-size: 12px;
  }
  .news-list-01 > ul > li .e-cate {
    width: 70px;
    height: 20px;
    font-size: 10px;
    margin: 0;
  }
  .news-list-01 > ul > li .e-title {
    margin: 7px 0 0 0;
    font-size: 14px;
  }
}

.news-navi-01 {
  margin: 0 0 60px 0;
}

.news-navi-01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}

.news-navi-01 ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.news-navi-01 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0A50A1;
  width: 100%;
  height: 50px;
  color: #0A50A1;
}

.news-navi-01 ul li:hover a, .news-navi-01 ul li.current a {
  background-color: #0A50A1;
  color: #ffffff;
}

.news-navi-01 ul li:hover::before, .news-navi-01 ul li.current::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: 0 auto;
  border-top: 7px solid #0A50A1;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

@media screen and (max-width: 767px) {
  .news-navi-01 {
    margin: 0 0 30px 0;
  }
  .news-navi-01 ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 15px;
  }
  .news-navi-01 ul li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: calc((100% - 15px) / 2);
  }
  .news-navi-01 ul li a {
    height: 35px;
  }
  .news-navi-01 ul li:hover::before, .news-navi-01 ul li.current::before {
    bottom: -5px;
    border-top: 5px solid #0A50A1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}

/* 物件リスト */
/*---------------------------------------------------*/
.property-list-01 > ul {
  margin: -40px 0 0 -32px;
}

.property-list-01 > ul::after {
  content: "";
  display: block;
  clear: both;
}

.property-list-01 > ul > li {
  float: left;
  width: calc((100% - 96px) / 3);
  margin: 40px 0 0 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.property-list-01 > ul > li a {
  display: block;
}

.property-list-01 > ul > li a .e-img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-list-01 > ul > li a .e-text {
  padding: 15px;
}

.property-list-01 > ul > li a .e-text .m-cate {
  margin: -5px 0 0 -5px;
}

.property-list-01 > ul > li a .e-text .m-cate::after {
  content: "";
  display: block;
  clear: both;
}

.property-list-01 > ul > li a .e-text .m-cate li {
  float: left;
  line-height: 1;
  background-color: #EAEFF5;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  padding: 0 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 0 5px;
  color: #0A50A1;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.property-list-01 > ul > li a .e-text .m-info {
  margin: 10px 0 0 0;
}

.property-list-01 > ul > li a .e-text .m-info .s-date {
  font-size: 14px;
}

.property-list-01 > ul > li a .e-text .m-info .s-title {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.3;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 767px) {
  .property-list-01 > ul {
    margin: 0;
  }
  .property-list-01 > ul > li {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .property-list-01 > ul > li a .e-img {
    height: 200px;
  }
  .property-list-01 > ul > li a .e-text {
    padding: 12px 10px;
  }
  .property-list-01 > ul > li a .e-text .m-cate {
    margin: -3px 0 0 -3px;
  }
  .property-list-01 > ul > li a .e-text .m-cate li {
    font-size: 10px;
    height: 17px;
    margin: 3px 0 0 3px;
  }
  .property-list-01 > ul > li a .e-text .m-info {
    margin: 10px 0 0 0;
  }
  .property-list-01 > ul > li a .e-text .m-info .s-date {
    font-size: 12px;
  }
  .property-list-01 > ul > li a .e-text .m-info .s-title {
    margin: 3px 0 0 0;
  }
  .property-list-01.sp-pdg {
    padding: 0 20px;
  }
}

/* ボタン */
/*---------------------------------------------------*/
.btn {
  margin: 40px 0 0 0;
}

.btn a, .btn button, .btn input {
  width: 240px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  color: #ffffff;
  background-color: #0A50A1;
  background-image: url(../img/arrow-01.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.btn a:hover, .btn button:hover, .btn input:hover {
  background-color: #2879D6;
}

.btn a[name="submitBack"], .btn button[name="submitBack"], .btn input[name="submitBack"] {
  background-image: none;
  background-color: #666666;
}

.btn.v-left a, .btn.v-left button, .btn.v-left input {
  background-image: url(../img/arrow-02.svg);
  background-position: left 15px center;
}

.btn.v-center a, .btn.v-center button, .btn.v-center input {
  background-image: none;
}

.btn.v-white a, .btn.v-white button, .btn.v-white input {
  color: #0A50A1;
  background-color: #ffffff;
  width: 420px;
  height: 100px;
  font-size: 24px;
}

.btn.v-externallink a, .btn.v-externallink button, .btn.v-externallink input {
  margin-left: inherit;
  background-image: none;
}

.btn.v-externallink a img, .btn.v-externallink button img, .btn.v-externallink input img {
  margin: 0 0 0 10px;
}

.btn.v-top-large {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 30px 0 0 0;
  }
  .btn a, .btn button, .btn input {
    width: 200px;
    height: 35px;
    font-size: 14px;
    background-position: right 10px center;
    background-size: 20px auto;
  }
  .btn.v-white a, .btn.v-white button, .btn.v-white input {
    width: 200px;
    height: 35px;
    font-size: 14px;
  }
  .btn.v-top-large {
    margin: 40px 0 0 0;
  }
}

.btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  margin: 80px 0 0 0;
}

.btn-block > div {
  width: 240px;
}

.btn-block .btn {
  margin: 0;
}

.btn-block .btn a br {
  display: none;
}

.btn-block.v-02 > div {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .btn-block {
    margin: 40px 0 0 0;
    gap: 0 12px;
  }
  .btn-block .btn a {
    width: 115px;
    height: 55px;
    text-align: center;
    background-position: right 10px center;
    padding: 0 15px 0 0;
  }
  .btn-block .btn a br {
    display: block;
  }
  .btn-block .btn.v-left a {
    background-position: left 10px center;
    padding: 0 0 0 15px;
  }
  .btn-block .btn.v-center a {
    width: 80px;
    padding: 0;
  }
  .btn-block.v-02 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
}

/* テーブル */
/*---------------------------------------------------*/
.table-01 {
  font-size: 14px;
}

.table-01 table {
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
}

.table-01 table tr th {
  background-color: #EAEFF5;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  width: 140px;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.table-01 table tr td {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 15px 20px;
}

.table-01 table tr td strong {
  color: #0A50A1;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.table-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  font-size: 14px;
}

.table-02 .cell-01,
.table-02 .cell-02 {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-02 .cell-01.last {
  width: 100%;
}

.table-02 .cell-01 dt,
.table-02 .cell-02 dt {
  background-color: #EAEFF5;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  width: 140px;
  padding: 15px 20px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-02 .cell-01 dd,
.table-02 .cell-02 dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-02 .cell-01 dd strong,
.table-02 .cell-02 dd strong {
  color: #0A50A1;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.table-02 .cell-02 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table-02 {
    display: block;
    font-size: 12px;
  }
  .table-02 .cell-01,
  .table-02 .cell-02 {
    width: 100%;
  }
  .table-02 .cell-01 dt,
  .table-02 .cell-02 dt {
    width: 82px;
    padding: 10px;
  }
  .table-02 .cell-01 dd,
  .table-02 .cell-02 dd {
    padding: 10px;
  }
}

/* ページナビゲーション */
/*---------------------------------------------------*/
.navigation.pagination {
  margin: 100px 0 0 0;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}

.navigation.pagination .nav-links .page-numbers {
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-family: "Roboto-Regular";
  border-bottom: 1px solid #ffffff;
}

.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:hover {
  border-bottom: 1px solid #0A50A1;
}

.navigation.pagination .nav-links .page-numbers.dots {
  border: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navigation.pagination .nav-links .page-numbers.next {
  width: 34px;
  height: 45px;
  background-image: url(../img/arrow-06.svg);
  display: block;
  border: none;
  margin: 0 0 0 20px;
}

.navigation.pagination .nav-links .page-numbers.prev {
  width: 34px;
  height: 45px;
  background-image: url(../img/arrow-05.svg);
  display: block;
  border: none;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .navigation.pagination {
    margin: 50px 0 0 0;
  }
  .navigation.pagination .nav-links {
    gap: 0 20px;
  }
  .navigation.pagination .nav-links .page-numbers {
    width: 22px;
    font-size: 15px;
  }
  .navigation.pagination .nav-links .page-numbers.next {
    width: 25px;
    height: 35px;
    background-size: 25px auto;
    margin: 0 0 0 10px;
  }
  .navigation.pagination .nav-links .page-numbers.prev {
    width: 25px;
    height: 35px;
    background-size: 25px auto;
    margin: 0 10px 0 0;
  }
}

/* ヘッダー */
/*---------------------------------------------------*/
.header-wrap {
  background-color: #ffffff;
}

.g-header {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.g-header .l-inner {
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .g-header .l-inner {
    padding: 0 0 0 10px;
    height: auto;
  }
}

.g-header .l-inner-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

@media screen and (max-width: 767px) {
  .g-header .l-inner-02 {
    display: none;
  }
}

.g-header .e-logo img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .g-header .e-logo {
    width: 127px;
    line-height: 1;
  }
  .g-header .e-logo img {
    width: 100%;
  }
}

.g-header .e-info {
  line-height: 1;
}

.g-header .e-info > dt {
  font-size: 28px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-header .e-info .m-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
}

.g-header .e-info .m-text > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

.g-header .e-info .m-text > dl + dl {
  margin: 0 0 0 10px;
}

.g-header .e-info .m-text > dl > dt {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.g-header .e-info .m-text > dl > dd {
  margin: 0 0 0 5px;
}

.g-header .e-mail a {
  font-size: 18px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  background-color: #0A50A1;
  width: 180px;
  height: 60px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.g-header .e-mail a:hover {
  background-color: #2879D6;
}

.g-header .e-sp-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .g-header .e-sp-menu {
    display: block;
    width: 40px;
  }
}

.g-navi {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.g-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
}

.g-navi ul li {
  line-height: 1;
  font-size: 18px;
}

.g-navi ul li a {
  color: #333333;
  display: block;
  padding: 20px 0 0 0;
}

.g-navi ul li a::after {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: 2px;
  background-color: #ffffff;
  margin: 20px -10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.g-navi ul li a.current::after, .g-navi ul li a:hover::after {
  background-color: #EB3323;
}

@media screen and (max-width: 767px) {
  .g-navi {
    display: none;
  }
}

.sp-menu-block {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}

.sp-menu-block.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp-menu-block .e-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 0 10px;
}

.sp-menu-block .e-header .m-logo {
  width: 127px;
  line-height: 1;
}

.sp-menu-block .e-header .m-sp-menu {
  width: 40px;
}

.sp-menu-block .e-navi {
  text-align: center;
  margin: 25px 0 0 0;
}

.sp-menu-block .e-navi li {
  font-size: 16px;
}

.sp-menu-block .e-navi li + li {
  margin: 20px 0 0 0;
}

.sp-menu-block .e-card {
  background-color: #0A50A1;
  width: 300px;
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-align: center;
  margin: 40px 0 0 0;
}

.sp-menu-block .e-card a {
  color: #ffffff;
}

.sp-menu-block .e-card .m-text {
  line-height: 1;
}

.sp-menu-block .e-card .m-text dt {
  font-size: 20px;
  font-family: "NotoSerifJP-Bold";
}

.sp-menu-block .e-card .m-text dd {
  font-size: 12px;
  margin: 10px 0 0 0;
}

.sp-menu-block .e-card .m-info {
  line-height: 1;
  margin: 20px 0 0 0;
}

.sp-menu-block .e-card .m-info > dt {
  font-size: 24px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-menu-block .e-card .m-info > dt img {
  width: 22px;
  margin: 0 5px 0 0;
}

.sp-menu-block .e-card .m-info .s-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}

.sp-menu-block .e-card .m-info .s-text > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

.sp-menu-block .e-card .m-info .s-text > dl + dl {
  margin: 0 0 0 10px;
}

.sp-menu-block .e-card .m-info .s-text > dl > dt {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.sp-menu-block .e-card .m-info .s-text > dl > dd {
  margin: 0 0 0 5px;
}

.sp-menu-block .e-card .m-mail {
  margin: 20px 0 0 0;
}

.sp-menu-block .e-card .m-mail a {
  border: 1px solid #ffffff;
  width: 220px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp-menu-block .e-card .m-mail a:hover {
  background-color: #2879D6;
}

/* フッター */
/*---------------------------------------------------*/
.footer-wrap {
  padding: 240px 0 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-wrap {
    padding: 60px 0 0 0;
  }
}

.g-footer {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px 0 10px;
}

@media screen and (max-width: 767px) {
  .g-footer {
    padding: 225px 0 10px;
  }
}

.g-footer .l-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.g-footer .l-inner .e-logo img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-logo {
    width: 160px;
    margin: 0 auto;
  }
  .g-footer .l-inner .e-logo img {
    width: 100%;
  }
}

.g-footer .l-inner .e-navi {
  margin: 20px 0 0 0;
}

.g-footer .l-inner .e-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.g-footer .l-inner .e-navi ul li {
  font-size: 16px;
}

.g-footer .l-inner .e-navi ul li a {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-navi ul {
    display: block;
    text-align: center;
  }
  .g-footer .l-inner .e-navi ul li {
    font-size: 14px;
  }
  .g-footer .l-inner .e-navi ul li + li {
    margin: 15px 0 0 0;
  }
}

.g-footer .l-inner .e-bnr {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-bnr {
    margin: 20px auto 0;
    width: 250px;
  }
}

.g-footer .l-inner .e-copy {
  font-size: 10px;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-copy {
    text-align: center;
    margin: 20px 0 0 0;
  }
}

.g-footer .l-inner .e-card {
  position: absolute;
  right: 0;
  bottom: -10px;
  background-color: #0A50A1;
  width: 380px;
  height: 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-card {
    right: auto;
    bottom: auto;
    top: -250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    height: 210px;
  }
}

.g-footer .l-inner .e-card a {
  color: #ffffff;
}

.g-footer .l-inner .e-card .m-text {
  line-height: 1;
}

.g-footer .l-inner .e-card .m-text dt {
  font-size: 28px;
  font-family: "NotoSerifJP-Bold";
}

.g-footer .l-inner .e-card .m-text dd {
  font-size: 14px;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-card .m-text dt {
    font-size: 20px;
  }
  .g-footer .l-inner .e-card .m-text dd {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
}

.g-footer .l-inner .e-card .m-info {
  line-height: 1;
  margin: 20px 0 0 0;
}

.g-footer .l-inner .e-card .m-info > dt {
  font-size: 28px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-card .m-info > dt {
    font-size: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-footer .l-inner .e-card .m-info > dt img {
    width: 22px;
    margin: 0 5px 0 0;
  }
}

.g-footer .l-inner .e-card .m-info .s-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}

.g-footer .l-inner .e-card .m-info .s-text > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
}

.g-footer .l-inner .e-card .m-info .s-text > dl + dl {
  margin: 0 0 0 10px;
}

.g-footer .l-inner .e-card .m-info .s-text > dl > dt {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.g-footer .l-inner .e-card .m-info .s-text > dl > dd {
  margin: 0 0 0 5px;
}

.g-footer .l-inner .e-card .m-mail {
  margin: 20px 0 0 0;
}

.g-footer .l-inner .e-card .m-mail a {
  border: 1px solid #ffffff;
  width: 216px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.g-footer .l-inner .e-card .m-mail a:hover {
  background-color: #2879D6;
}

@media screen and (max-width: 767px) {
  .g-footer .l-inner .e-card .m-mail a {
    width: 220px;
    height: 37px;
    gap: 0 7px;
  }
}

.map-block-01 iframe {
  width: 100%;
  height: 600px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .map-block-01 iframe {
    height: 300px;
  }
}

.page-top {
  position: absolute;
  top: 60px;
  right: 220px;
}

@media screen and (max-width: 767px) {
  .page-top {
    display: none;
  }
}

/* サイド */
/*---------------------------------------------------*/
/* 物件情報 */
/*---------------------------------------------------*/
.property-post-block-01 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 {
    padding-top: 30px;
  }
}

.property-post-block-01 .e-info-01 {
  border-bottom: 2px solid #0A50A1;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-01 {
    border-bottom: 1px solid #0A50A1;
    margin: 0 0 15px 0;
  }
}

.property-post-block-01 .e-info-01 .m-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.property-post-block-01 .e-info-01 .m-info dt {
  font-size: 14px;
}

.property-post-block-01 .e-info-01 .m-info dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.property-post-block-01 .e-info-01 .m-info dd div {
  background-color: #EAEFF5;
  font-size: 12px;
  padding: 5px;
  margin: 0 0 0 5px;
  color: #0A50A1;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-01 .m-info dt {
    font-size: 12px;
  }
  .property-post-block-01 .e-info-01 .m-info dd div {
    font-size: 10px;
    padding: 3px;
    margin: 0 0 0 3px;
  }
}

.property-post-block-01 .e-info-01 .m-title {
  font-size: 24px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.3;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-01 .m-title {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
}

.property-post-block-01 .e-info-02 {
  background-color: #EAEFF5;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-02 {
    padding: 10px;
  }
}

.property-post-block-01 .e-info-02 .m-text-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-02 .m-text-01 li {
    font-size: 12px;
  }
}

.property-post-block-01 .e-info-02 .m-text-01 li span {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.property-post-block-01 .e-info-02 .m-text-01 li strong {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-size: 24px;
  color: #0A50A1;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-02 .m-text-01 li strong {
    font-size: 17px;
  }
}

.property-post-block-01 .e-info-02 .m-text-01 li + li::before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}

.property-post-block-01 .e-info-02 .m-text-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-info-02 .m-text-02 li {
    font-size: 12px;
  }
}

.property-post-block-01 .e-info-02 .m-text-02 li + li::before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}

.property-post-block-01 .e-img {
  margin: 30px 0 0 0;
}

.property-post-block-01 .e-img .swiper-button-prev:after,
.property-post-block-01 .e-img .swiper-button-next:after {
  display: none;
}

.property-post-block-01 .e-img .swiper-button-prev {
  background-image: url(../img/arrow-03.svg);
  width: 30px;
  height: 40px;
  left: 0;
}

.property-post-block-01 .e-img .swiper-button-next {
  background-image: url(../img/arrow-04.svg);
  width: 30px;
  height: 40px;
  right: 0;
}

.property-post-block-01 .e-img.swiper-main .swiper-slide img {
  /*width: 100%;
  height: 667px;*/
  width: 80%;
  height: 600px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-post-block-01 .e-img.swiper-thumb {
  background-color: #E8E8E8;
  padding: 10px 40px;
  margin: 20px 0 0 0;
}

.property-post-block-01 .e-img.swiper-thumb .swiper-slide img {
  width: 100%;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-post-block-01 .e-img.swiper-thumb .swiper-slide-visible {
  border: 2px solid #E8E8E8;
  cursor: pointer;
}

.property-post-block-01 .e-img.swiper-thumb .swiper-slide-thumb-active {
  border: 2px solid #0A50A1;
}

@media screen and (max-width: 767px) {
  .property-post-block-01 .e-img {
    margin: 25px 0 0 0;
  }
  .property-post-block-01 .e-img .swiper-button-prev {
    background-size: 20px auto;
    width: 20px;
    height: 27px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .property-post-block-01 .e-img .swiper-button-next {
    background-size: 20px auto;
    width: 20px;
    height: 24px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .property-post-block-01 .e-img.swiper-main .swiper-slide img {
    height: 224px;
  }
  .property-post-block-01 .e-img.swiper-thumb {
    padding: 4px 28px;
    margin: 10px 0 0 0;
  }
  .property-post-block-01 .e-img.swiper-thumb .swiper-slide img {
    height: 32px;
  }
  .property-post-block-01 .e-img.swiper-thumb .swiper-slide-visible {
    border: 1px solid #E8E8E8;
  }
  .property-post-block-01 .e-img.swiper-thumb .swiper-slide-thumb-active {
    border: 1px solid #0A50A1;
  }
}

.swiper-main.v-slide-none .swiper-button-prev,
.swiper-main.v-slide-none .swiper-button-next {
  display: none;
}

.google-map {
  max-width: 1000px;
  margin: 50px auto 0;
}

/* お知らせ */
/*---------------------------------------------------*/
.post-block-01 .e-info {
  border-bottom: 1px solid #C1C1C1;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}

.post-block-01 .e-info .m-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}

.post-block-01 .e-info .m-info dt {
  border: 1px solid #0A50A1;
  line-height: 1;
  padding: 5px 20px;
  color: #0A50A1;
  font-size: 12px;
}

.post-block-01 .e-info .m-title {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-size: 24px;
  margin: 20px 0 0 0;
}

.post-block-01 .e-content > * + * {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .post-block-01 .e-info {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  .post-block-01 .e-info .m-info {
    gap: 0 20px;
  }
  .post-block-01 .e-info .m-info dt {
    padding: 5px 20px;
    font-size: 10px;
  }
  .post-block-01 .e-info .m-title {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  .post-block-01 .e-content > * + * {
    margin: 20px 0 0 0;
  }
}

/* 物件情報 */
/*---------------------------------------------------*/
.property-navi-01,
.group-navi-01 {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
  .property-navi-01,
  .group-navi-01 {
    margin: 40px 0 0 0;
  }
}

.property-navi-01 .l-inner,
.group-navi-01 .l-inner {
  position: relative;
  z-index: 1;
}

.property-navi-01::after,
.group-navi-01::after {
  margin: -160px 0 0 0;
  display: block;
  content: '';
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#0A50A1), to(#097096));
  background: -webkit-linear-gradient(left, #0A50A1, #097096);
  background: linear-gradient(to right, #0A50A1, #097096);
}

@media screen and (max-width: 767px) {
  .property-navi-01::after,
  .group-navi-01::after {
    margin: -140px 0 0 0;
    height: 170px;
  }
}

.property-list-block-01 {
  position: relative;
  padding-top: 60px;
  min-height: 1000px;
}

.property-list-block-01 .l-inner {
  position: relative;
  z-index: 1;
}

.property-list-block-01 .e-deco-01 {
  position: absolute;
  right: 0;
  top: 230px;
  width: 73%;
  height: 670px;
  background-color: #EAEFF5;
}

@media screen and (max-width: 767px) {
  .property-list-block-01 {
    padding-top: 30px;
  }
  .property-list-block-01 .e-deco-01 {
    top: 120px;
    width: 300px;
    height: 800px;
  }
}

/* 契約の流れ */
/*---------------------------------------------------*/
.flow-block-01 {
  margin: 100px 0 0 0;
  background-image: url(../img/flow-bg-01.png);
  background-position: left 50px top 50px;
}

.flow-block-01 > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}

.flow-block-01 > dl + dl {
  margin: 60px 0 0 0;
}

.flow-block-01 > dl > dt {
  width: 100px;
}

.flow-block-01 > dl > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 0 0 0;
  line-height: 1.9;
}

.flow-block-01 > dl > dd .e-heading {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.flow-block-01 > dl > dd .e-link dt {
  margin: 20px 0 0 0;
}

.flow-block-01 > dl > dd .e-link dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  width: 500px;
  margin: 10px 0 0 0;
}

.flow-block-01 > dl > dd .e-link dd div a {
  background-color: #0A50A1;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  width: 240px;
  height: 48px;
}

.flow-block-01 > dl:last-child dt {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .flow-block-01 {
    margin: 30px 0 0 0;
    background-position: left 25px top 25px;
  }
  .flow-block-01 > dl {
    gap: 0 10px;
  }
  .flow-block-01 > dl + dl {
    margin: 30px 0 0 0;
  }
  .flow-block-01 > dl > dt {
    width: 50px;
  }
  .flow-block-01 > dl > dd {
    padding: 13px 0 0 0;
    line-height: 1.5;
  }
  .flow-block-01 > dl > dd .e-heading {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .flow-block-01 > dl > dd .e-link dd {
    display: block;
    width: 100%;
  }
  .flow-block-01 > dl > dd .e-link dd div a {
    gap: 0 8px;
    width: 100%;
    height: 40px;
  }
  .flow-block-01 > dl > dd .e-link dd div a img {
    width: 16px;
  }
  .flow-block-01 > dl > dd .e-link dd div + div {
    margin: 10px 0 0 0;
  }
}

.document-block-01 {
  margin: 70px 0 0 0;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.document-block-01 > div {
  border: 1px solid #0A50A1;
  padding: 30px 50px;
  width: 405px;
  position: relative;
}

.document-block-01 > div .e-img {
  position: absolute;
  left: -50px;
  top: -50px;
}

.document-block-01 > div > dl dt {
  font-size: 22px;
  margin: 0 0 10px 0;
}

.document-block-01 > div > dl dd {
  border-bottom: 1px solid #CAD8E7;
  background-image: url(../img/icon-check-01.svg);
  background-position: left 7px top 18px;
  padding: 10px 0 10px 35px;
}

.document-block-01 > div > dl dd:last-child {
  border: none;
}

.document-block-01 > div > dl dd div {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .document-block-01 {
    margin: 35px 0 0 0;
    padding: 0 25px;
    display: block;
  }
  .document-block-01 > div {
    padding: 15px 25px;
    width: 100%;
  }
  .document-block-01 > div + div {
    margin: 45px 0 0 0;
  }
  .document-block-01 > div .e-img {
    width: 50px;
    height: auto;
    left: -25px;
    top: -25px;
  }
  .document-block-01 > div > dl dt {
    font-size: 15px;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .document-block-01 > div > dl dd {
    background-position: left 11px top 18px;
    background-size: 9px auto;
    padding: 8px 0 8px 30px;
  }
  .document-block-01 > div > dl dd div {
    font-size: 12px;
  }
}

/* 会社案内 */
/*---------------------------------------------------*/
.company-text-01 {
  text-align: center;
  margin: 80px 0 0 0;
}

.company-text-01 + .company-text-01 {
  margin: 60px 0 0 0;
}

.company-text-01 .e-heading {
  color: #0A50A1;
  font-size: 30px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.company-text-01 dl dt {
  font-size: 40px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.company-text-01 dl dt .quote-01 {
  vertical-align: text-top;
  margin: 0 10px 0 0;
}

.company-text-01 dl dd {
  font-size: 24px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.company-text-01 dl dd::before, .company-text-01 dl dd::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #CAD8E7;
  vertical-align: middle;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .company-text-01 {
    margin: 50px 0 0 0;
  }
  .company-text-01 + .company-text-01 {
    margin: 30px 0 0 0;
  }
  .company-text-01 .e-heading {
    font-size: 18px;
  }
  .company-text-01 dl {
    margin: 5px 0 0 0;
  }
  .company-text-01 dl dt {
    font-size: 20px;
  }
  .company-text-01 dl dt img {
    width: 20px;
  }
  .company-text-01 dl dd {
    font-size: 15px;
    margin: 5px 0 0 0;
  }
  .company-text-01 dl dd::before, .company-text-01 dl dd::after {
    width: 15px;
    height: 1px;
    margin: 0 15px;
  }
}

.guidelines-block-01 {
  background-image: url(../img/about-img-01.jpg);
  background-position: center top;
  padding: 180px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guidelines-block-01 {
    background-image: url(../img/sp-about-img-01.jpg);
    background-size: 100% auto;
    padding: 70px 20px 0;
  }
}

.company-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-info-block .e-info {
  width: 650px;
  margin: 0 70px 0 0;
}

.company-info-block .e-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  padding: 20px 0;
}

.company-info-block .e-info dl dt {
  width: 200px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  padding: 0 0 0 5px;
}

.company-info-block .e-info dl dd {
  font-size: 14px;
}

.company-info-block .e-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 2;
}

.company-info-block .e-img dl {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .company-info-block {
    display: block;
  }
  .company-info-block .e-info {
    width: 100%;
    margin: 0;
  }
  .company-info-block .e-info dl {
    display: block;
    padding: 15px 0;
  }
  .company-info-block .e-info dl dt {
    width: 100%;
    padding: 0;
  }
  .company-info-block .e-info dl dd {
    margin: 5px 0 0 0;
  }
  .company-info-block .e-img {
    line-height: 1.87;
    margin: 30px 0 0 0;
    text-align: center;
  }
  .company-info-block .e-img img {
    width: 175px;
  }
  .company-info-block .e-img dl {
    margin: 15px 0 0 0;
    display: inline-block;
    text-align: left;
  }
}

/* 関連事業所 */
/*---------------------------------------------------*/
.group-navi-01 .l-inner {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .group-navi-01 {
    padding: 0 20px;
  }
  .group-navi-01::after {
    width: calc(100% + 40px);
    height: 350px;
    margin: -320px -20px 0;
  }
  .group-navi-01 .l-inner {
    width: 100%;
  }
}

.group-block-01 {
  margin: 80px 0 0 0;
  border: 1px solid #0A50A1;
  padding: 0 70px 0 0;
  position: relative;
}

.group-block-01 + .group-block-01 {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .group-block-01 {
    margin: 40px 0 0 0;
    padding: 0 20px 0 0;
  }
  .group-block-01 + .group-block-01 {
    margin: 30px 0 0 0;
  }
}

.group-block-01::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #0A50A1;
  border-bottom: 1px solid #0A50A1;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .group-block-01::after {
    width: 10px;
    height: 10px;
    right: 5px;
    bottom: 5px;
  }
}

.group-block-01 .e-heading {
  font-size: 24px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  border-bottom: 6px solid #0A50A1;
  padding: 20px 30px;
}

.group-block-01 .e-heading img {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .group-block-01 .e-heading {
    font-size: 16px;
    border-bottom: 3px solid #0A50A1;
    padding: 10px 20px;
  }
  .group-block-01 .e-heading img {
    margin: 0 10px 0 0;
    width: 20px;
  }
}

.group-block-01 .e-content {
  border-top: 1px solid #0A50A1;
}

.group-block-01 .e-content > dl {
  padding: 20px 0 20px 30px;
}

@media screen and (max-width: 767px) {
  .group-block-01 .e-content > dl {
    padding: 10px 0 10px 20px;
  }
}

.group-block-01 .e-content > dl > dt {
  font-size: 20px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  background-image: url(../img/arrow-07.svg);
  background-position: left top 5px;
  padding: 0 0 0 40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .group-block-01 .e-content > dl > dt {
    font-size: 14px;
    background-position: left top 2px;
    background-size: 9px auto;
    padding: 0 0 0 20px;
  }
}

.group-block-01 .e-content > dl > dd {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 60px;
  padding: 20px 0 0 40px;
}

.group-block-01 .e-content > dl > dd .m-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.group-block-01 .e-content > dl > dd .m-text .s-text {
  margin: 0 0 20px 0;
}

.group-block-01 .e-content > dl > dd .m-text .s-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D5D5D5;
  width: 400px;
  padding: 10px 0;
}

.group-block-01 .e-content > dl > dd .m-text .s-info dt {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  width: 60px;
}

.group-block-01 .e-content > dl > dd .m-text .s-btn {
  margin: 20px 0 0 0;
}

.group-block-01 .e-content > dl > dd .m-img {
  width: 300px;
}

.group-block-01 .e-content > dl > dd .m-img .s-btn {
  display: none;
}

.group-block-01 .e-content > dl > dd.v-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .group-block-01 .e-content > dl > dd {
    display: none;
    padding: 20px 0 5px 0;
  }
  .group-block-01 .e-content > dl > dd .m-text .s-text {
    margin: 0 0 15px 0;
  }
  .group-block-01 .e-content > dl > dd .m-text .s-info {
    width: 100%;
    padding: 5px 0;
  }
  .group-block-01 .e-content > dl > dd .m-text .s-info dt {
    width: 50px;
  }
  .group-block-01 .e-content > dl > dd .m-text .s-btn {
    display: none;
  }
  .group-block-01 .e-content > dl > dd .m-img {
    width: 240px;
    margin: 15px auto 0;
  }
  .group-block-01 .e-content > dl > dd .m-img .s-btn {
    display: block;
    margin: 15px 0 0 0;
  }
  .group-block-01 .e-content > dl > dd .m-img .s-btn a {
    margin-left: auto;
    margin-right: auto;
  }
  .group-block-01 .e-content > dl > dd.v-open {
    display: block;
  }
}

/* 採用情報 */
/*---------------------------------------------------*/
.message-block-01 {
  position: relative;
  background-color: #F6F6F6;
  padding: 30px 60px 40px 640px;
  margin: 40px 0 0 0;
}

.message-block-01 dl dt {
  font-size: 24px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.message-block-01 dl dd {
  margin: 20px 0 0 0;
  line-height: 1.9;
}

.message-block-01 .e-img {
  position: absolute;
  left: 40px;
  top: -40px;
}

@media screen and (max-width: 767px) {
  .message-block-01 {
    padding: 110px 20px 20px;
    margin: 75px -20px 0;
    width: calc(100% + 40px);
  }
  .message-block-01 dl dt {
    font-size: 15px;
  }
  .message-block-01 dl dd {
    margin: 15px 0 0 0;
    line-height: 1.66;
  }
  .message-block-01 .e-img {
    width: 275px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -95px;
  }
}

.recruit-navi-01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}

.recruit-navi-01 ul li {
  background-image: url(../img/arrow-09.svg);
  background-position: left top 7px;
  padding: 0 0 0 30px;
  font-size: 20px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .recruit-navi-01 {
    padding: 0 0 0 20px;
  }
  .recruit-navi-01 ul {
    display: block;
  }
  .recruit-navi-01 ul li {
    background-size: 15px auto;
    background-position: left top 4px;
    padding: 0 0 0 25px;
    font-size: 16px;
  }
  .recruit-navi-01 ul li + li {
    margin: 20px 0 0 0;
  }
}

.recruit-info-01 {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .recruit-info-01 {
    margin: 30px 0 0 0;
  }
}

.recruit-info-01 .e-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C1C1C1;
  padding: 0 0 15px 20px;
  margin-top: 60px;
}

.recruit-info-01 .e-heading div {
  border: 1px solid #0A50A1;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 42px;
  color: #0A50A1;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.recruit-info-01 .e-heading h3 {
  font-size: 20px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .recruit-info-01 .e-heading {
    display: block;
    padding: 0 0 15px 0;
    margin-top: 30px;
  }
  .recruit-info-01 .e-heading div {
    width: 75px;
    height: 30px;
    font-size: 12px;
  }
  .recruit-info-01 .e-heading h3 {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}

.recruit-info-01 .e-info {
  border-bottom: 1px solid #C1C1C1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.recruit-info-01 .e-info dt {
  font-size: 14px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  width: 220px;
  padding: 0 0 0 40px;
}

.recruit-info-01 .e-info dd {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .recruit-info-01 .e-info {
    display: block;
    padding: 15px 0;
  }
  .recruit-info-01 .e-info dt {
    width: 100%;
    padding: 0;
  }
  .recruit-info-01 .e-info dd {
    margin: 10px 0 0 0;
  }
}

.recruit-entry {
  margin-top: 100px;
  margin-right: calc((100% - 1280px) / 2);
  padding-left: calc((100% - 1280px) / 2);
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#097096), to(#0A50A1));
  background: -webkit-linear-gradient(left, #097096, #0A50A1);
  background: linear-gradient(to right, #097096, #0A50A1);
  text-align: center;
  color: #ffffff;
}

.recruit-entry .e-text {
  font-size: 28px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .recruit-entry {
    margin-top: 50px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recruit-entry .e-text {
    font-size: 14px;
  }
}

/* エントリー */
/*---------------------------------------------------*/
.entry-text {
  text-align: center;
  font-size: 18px;
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 2;
}

.entry-text span {
  color: #EB3323;
}

@media screen and (max-width: 767px) {
  .entry-text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .entry-text span {
    text-align: center;
  }
}

.entry-status {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-status {
    margin: 40px 0 0 0;
  }
}

.entry-status ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .entry-status ol {
    display: block;
  }
}

.entry-status ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
  margin: 0 0 0 25px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .entry-status ol li {
    font-size: 16px;
    margin: 0;
  }
}

.entry-status ol li::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #AAAAAA;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-status ol li::before {
    display: none;
  }
}

.entry-status ol li > span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-status ol li > span::after {
    margin: 10px 0 0 0;
  }
}

.entry-status ol li > span > span {
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 767px) {
  .entry-status ol li > span > span {
    margin: 0 0 0 10px;
  }
}

.entry-status ol li.current > span::after {
  background-color: #0A50A1;
}

.entry-status ol li:first-child::before {
  display: none;
}

.entry-form {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-form {
    margin: 40px 0 0 0;
  }
}

.entry-form input[type="text"],
.entry-form textarea {
  border: 1px solid #D5D5D5;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .entry-form input[type="text"],
  .entry-form textarea {
    padding: 5px 10px;
  }
}

.entry-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

@media screen and (max-width: 767px) {
  .entry-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
}

.entry-form textarea {
  min-height: 340px;
}

@media screen and (max-width: 767px) {
  .entry-form textarea {
    min-height: 200px;
  }
}

.entry-form .e-item + .e-item {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-form .e-item + .e-item {
    margin: 20px 0 0 0;
  }
}

.entry-form .e-item dt {
  font-size: 18px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  margin: 0 0 10px 0;
}

.entry-form .e-item dt strong {
  display: inline-block;
  color: #EB3323;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
  .entry-form .e-item dt {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}

.entry-form .e-item .m-post-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  font-size: 20px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  margin: 0 0 20px 0;
}

.entry-form .e-item .m-post-code input[type="text"] {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .entry-form .e-item .m-post-code {
    font-size: 16px;
    gap: 0 10px;
    margin: 0 0 10px 0;
  }
}

.entry-form .e-item .m-birth-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.entry-form .e-item .m-birth-date span {
  margin: 0 25px 0 15px;
}

.entry-form .e-item .m-birth-date input[type="text"] {
  width: 70px;
}

.entry-form .e-item .m-birth-date input[type="text"].s-year {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .entry-form .e-item .m-birth-date {
    font-size: 16px;
  }
  .entry-form .e-item .m-birth-date span {
    margin: 0 15px 0 5px;
  }
  .entry-form .e-item .m-birth-date input[type="text"] {
    width: 50px;
  }
  .entry-form .e-item .m-birth-date input[type="text"].s-year {
    width: 80px;
  }
}

.entry-form .e-item .error {
  display: block;
  font-size: 14px;
  font-family: "NotoSansJP-Regular", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-form .e-item .error {
    font-size: 12px;
  }
}

.entry-form .e-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: "NotoSansJP-Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  margin: 50px 0 0 0;
}

.entry-form .e-consent label {
  cursor: pointer;
}

.entry-form .e-consent input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.entry-form .e-consent strong {
  display: inline-block;
  color: #EB3323;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
  .entry-form .e-consent {
    font-size: 14px;
    margin: 30px 0 0 0;
  }
  .entry-form .e-consent input[type="checkbox"] {
    margin: 0 5px 0 0;
  }
}

.entry-comp {
  margin: 80px auto 0;
  max-width: 700px;
}

.entry-comp dt {
  font-family: "NotoSansJP-Bold", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  text-align: center;
  font-size: 20px;
  margin: 0 0 40px 0;
}

.entry-comp dd {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-comp {
    margin: 40px 0 0 0;
  }
  .entry-comp dt {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .entry-comp dd {
    margin: 15px 0 0 0;
  }
}

/* HOME */
/*---------------------------------------------------*/
.kv-block-home {
  background-image: url(../img/kv-01.png);
  background-position: center top;
  height: 880px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.kv-block-home .e-text {
  position: absolute;
  top: 45px;
  left: 5%;
  font-size: 28px;
  font-family: "NotoSerifJP-Medium";
  letter-spacing: 0.04em;
}

.kv-block-home .e-scroll {
  position: absolute;
  left: 16.6%;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kv-block-home {
    background-image: url(../img/sp-kv-01.png);
    background-size: 100% auto;
    height: 380px;
  }
  .kv-block-home .e-text {
    top: 24px;
    font-size: 14px;
  }
  .kv-block-home .e-scroll {
    left: 15px;
    bottom: -25px;
    line-height: 1;
  }
  .kv-block-home .e-scroll svg {
    width: 8px;
    height: auto;
  }
}

.home-section-01 {
  background-image: url(../img/home-bg-01.png);
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  .home-section-01 {
    background-image: url(../img/sp-home-bg-01.png);
    background-size: 100% 170px;
    padding-bottom: 35px;
  }
}

.home-section-03 {
  padding-bottom: 220px;
  background-image: url(../img/home-bg-02.jpg);
  background-position: left bottom;
}

@media screen and (max-width: 767px) {
  .home-section-03 {
    padding-bottom: 120px;
    background-image: url(../img/sp-home-bg-02.jpg);
    background-size: calc(100% - 20px) 350px;
  }
}

.home-section-03 .e-link-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}

@media screen and (max-width: 767px) {
  .home-section-03 .e-link-01 {
    display: block;
  }
  .home-section-03 .e-link-01 > div + div {
    margin: 20px 0 0 0;
  }
}

.home-section-05 {
  background-image: url(../img/home-bg-05.png);
  background-position: right bottom;
}

@media screen and (max-width: 767px) {
  .home-section-05 {
    background-image: url(../img/sp-home-bg-05.png);
    background-size: calc(100% - 20px) 350px;
  }
}
/*# sourceMappingURL=style.css.map */