@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

section > div[class$=Inner], .headerInner, .mainImgInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

section > div.narrow {
  max-width: 960px;
}

section > div.narrow2 {
  max-width: 800px;
}

@media screen and (max-width:1024px) and (min-width:640px) {
  section {
    margin-top: 56px;
    margin-bottom: 84px;
  }
}
@media screen and (min-width:1025px) {
  section {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section {
    margin-top: 56px;
    margin-bottom: 84px;
  }
}
section.section-fill {
  background: #1d3761;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
section.section-fill h3, section.section-fill h4, section.section-fill h5, section.section-fill h6 {
  color: #fff;
}
@media screen and (min-width:640px) {
  section.section-fill {
    padding-top: 64px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width:1025px) {
  section.section-fill {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:639px) {
  section.section-fill {
    padding-top: 40px;
    padding-bottom: 36px;
  }
}
section.section-fill.light {
  background: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  color: #1d3761;
}
section.section-fill.light h3, section.section-fill.light h4, section.section-fill.light h5, section.section-fill.light h6 {
  color: #1d3761;
}
section .narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
section .narrow2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #1d3761;
  font-size: clamp(14.5px, 1.9047619048vw, 17px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 180%;
  margin: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body * {
  box-sizing: border-box;
}

body {
  background-color: #f6f6f6;
}

h1 {
  margin-bottom: 0;
}

::-moz-selection {
  background: #efefef;
}

::selection {
  background: #efefef;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: clamp(12.5px, 1.5476190476vw, 14px);
}

.header, footer, section, .mainImg {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header, footer, section, .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header, footer, section, .mainImg {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.header {
  background-color: #fff;
}
.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .headerInner {
    height: 64px;
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    height: 108px;
    max-width: 1280px;
  }
}
.headerRight {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.headerRight .sns {
  display: flex;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .headerRight .sns {
    margin-right: 48px;
  }
}
@media screen and (min-width:1025px) {
  .headerRight .sns {
    justify-content: flex-end;
  }
}
@media screen and (max-width:639px) {
  .headerRight .sns {
    position: fixed;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(29, 55, 97, 0.12);
  }
}
@media screen and (max-width:639px) and (min-width:640px) {
  .headerRight .sns {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width:639px) and (min-width:1025px) {
  .headerRight .sns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.headerRight .sns a {
  color: #1d3761;
  text-decoration: none;
  font-size: clamp(12.5px, 1.5476190476vw, 14px);
  letter-spacing: 5%;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .headerRight .sns a {
    font-size: clamp(10px, 2.2916666667vw, 12px);
  }
}
@media screen and (min-width:640px) {
  .headerRight .sns a:first-child {
    padding-right: 16px;
  }
}
@media screen and (max-width:639px) {
  .headerRight .sns a:first-child {
    padding-right: clamp(6px, 3.75vw, 58px);
  }
}
.headerRight .sns a:first-child:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #1d3761;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (min-width:640px) {
  .headerRight .sns a:first-child:after {
    margin-left: 16px;
  }
}
@media screen and (max-width:639px) {
  .headerRight .sns a:first-child:after {
    margin-left: clamp(6px, 3.75vw, 58px);
  }
}
.headerRight .sns a:before {
  margin-right: 4px;
  content: url(../img/cmn/ico_ig.svg);
  position: relative;
  top: 5px;
}
@media screen and (max-width:1024px) {
  .headerEnd {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .header h1 a {
    display: flex;
    align-items: center;
    height: 64px;
  }
}
@media screen and (max-width:1024px) {
  .header h1 img {
    width: auto;
  }
}
@media screen and (min-width:640px) {
  .header h1 img {
    max-height: 80%;
  }
}
@media screen and (max-width:639px) {
  .header h1 img {
    max-height: 70%;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.footer {
  background-color: #181717;
  color: #fff;
}
@media screen and (max-width:639px) {
  .footer {
    margin-bottom: 56px;
  }
}
.footerCenter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .footerCenter {
    padding: 32px 0;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footerCenter {
    padding: 40px 0;
  }
}
@media screen and (min-width:1025px) {
  .footerCenter {
    padding: 64px 0 48px 0;
  }
}
@media screen and (max-width:639px) {
  .footerCenter {
    flex-direction: column;
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footerCenter {
    font-size: 13px;
  }
}
.footerCenter > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:640px) {
  .footerCenter > div {
    width: 50%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .footerCenter > div {
    padding: 0 24px;
  }
}
@media screen and (min-width:640px) {
  .footerCenter > div {
    border-left: 1px solid #555;
  }
}
@media screen and (max-width:639px) {
  .footerCenter > div.myway {
    padding-bottom: 16px;
  }
}
@media screen and (min-width:640px) {
  .footerCenter > div.oak {
    border-right: 1px solid #555;
  }
}
@media screen and (max-width:639px) {
  .footerCenter > div.oak {
    padding-top: 32px;
    border-top: 1px solid #555;
  }
}
.footerCenter > div {
  text-align: center;
  font-weight: 300;
  font-size: 17px;
}
@media screen and (max-width:639px) {
  .footerCenter > div {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .footerCenter > div .img_wrap {
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.footerCenter > div img {
  display: block;
  margin-top: 12px;
}
@media screen and (max-width:639px) {
  .footerCenter > div img {
    margin-bottom: 28px;
  }
}
.footerCenter p {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width:640px) {
  .footerCenter p {
    margin-top: 12px;
  }
}
@media screen and (max-width:639px) {
  .footerCenter p {
    margin-top: 8px;
    font-size: 14px;
  }
}
.footerCenter .link-map {
  margin-bottom: 24px;
}
@media screen and (min-width:640px) {
  .footerCenter .link-map {
    margin-bottom: 16px;
  }
}
.footerHorizon {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footerHorizon > * {
  margin-left: auto;
  margin-right: auto;
}
.footerHorizon > * {
  max-width: 1200px;
}

.footer {
  margin-top: 120px;
}
.footer-copyrignt {
  display: block;
  text-align: center;
  color: #888;
  padding-bottom: 32px;
  font-size: 12px;
}
.footer-copyrignt a {
  color: #888;
  text-decoration: underline;
}
.footer-copyrignt a:hover {
  text-decoration: underline;
}
.footerNav {
  display: none;
}
@media screen and (min-width:1025px) {
  .footerNav {
    display: block;
    background-color: #fff;
  }
}
.footerNav ul {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}
.footerNav ul li a {
  margin-left: clamp(24px, 3.3333333333vw, 32px);
  text-decoration: none;
  color: #1d3761;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  left: 0;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width:1024px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    position: relative;
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
    justify-content: space-between;
  }
}
.gnav a {
  color: #1d3761;
  text-decoration: none;
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
  }
  .gnav ul.nav-list {
    background-color: #fff;
    padding-top: 64px;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid #dde0e4;
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    border-bottom: 1px solid #dde0e4;
  }
  .gnav ul.nav-list li a {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
  }
  .gnav ul.nav-list li a:after {
    content: url(../../assets/img/cmn/ico_arrow_clP.svg);
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width:1024px) {
  .gnav ul.nav-list .gnavBtn-a img, .gnav ul.nav-list .gnavBtn-b img {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    overflow: hidden;
  }
  .gnav ul.nav-list li {
    margin-left: clamp(24px, 2.3076923077vw, 48px);
  }
  .gnav ul.nav-list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: clamp(15px, 1.2307692308vw, 17px);
  }
}
.btn-burger {
  background-color: #1d3761;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .btn-burger {
    width: 64px;
    height: 64px;
  }
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 6px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -6px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #1d3761;
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #1d3761;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #1d3761;
  transform: rotate(45deg);
  top: 0;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

html a[class^=btn] {
  box-sizing: content-box;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: clamp(14px, 1.7261904762vw, 15px);
  border-radius: 0;
  padding: 7.5px 32px;
  letter-spacing: 0.05em;
  color: #d19c4c;
  border: 1px solid #d19c4c;
}
html a[class^=btn]:hover {
  text-decoration: none;
}
html a[class^=btn]:after {
  content: url(../../assets/img/cmn/ico_arrow.svg);
  padding-left: 4px;
  position: relative;
  top: 2.8px;
}
html a[class^=btn].back:before {
  content: url(../../assets/img/cmn/ico_arrow.svg);
  padding-left: 4px;
  position: relative;
  top: 3px;
  display: inline-block;
  transform: scale(-1, 1);
}
html a[class^=btn].back:after {
  display: none;
}
html a[class^=btn]:hover {
  opacity: 0.8;
}
html a[class^=btn].fill {
  background-color: #d19c4c;
  color: #fff;
}
html a[class^=btn].fill:after {
  filter: brightness(100);
}
html a[class^=btn].fill:before {
  filter: brightness(100);
}
html a[class^=btn].white {
  color: #fff;
  border: 1px solid #fff;
}
html a[class^=btn].large {
  font-size: clamp(21px, 2.6785714286vw, 24px);
  padding: 24px 100px;
}
html a[class^=btn] span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html a[class^=btn] span small {
  display: block;
}
html a[class^=btn] span {
  font-size: 14px;
  margin-bottom: 17px;
  margin-top: -3px;
  display: block;
}
html a[class^=btn] small {
  font-size: 14px;
  margin-top: 17px;
  margin-bottom: -3px;
  display: block;
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #d19c4c;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

h2,
h3,
h4 {
  line-height: 140%;
}

.heading01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  letter-spacing: 0.15em;
  letter-spacing: 140%;
  font-weight: 500;
  font-size: clamp(20.8px, 3.7142857143vw, 26px);
  margin-bottom: clamp(39.6px, 7.0714285714vw, 66px);
}
.heading01 small {
  font-size: clamp(14px, 1.7261904762vw, 15px);
  line-height: 24px;
  color: #d19c4c;
  font-family: "Abhaya Libre", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

.heading02 {
  color: #1d3761;
  font-size: clamp(24px, 2.9761904762vw, 26px);
  margin-bottom: clamp(40px, 5.2380952381vw, 48px);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.heading02 span {
  padding-bottom: 16px;
  border-bottom: 1px solid #d19c4c;
}

h3 {
  letter-spacing: 0.15em;
  letter-spacing: 130%;
}

.heading03 {
  color: #1d3761;
  text-align: center;
  font-size: clamp(20px, 2.5vw, 22px);
  margin-bottom: clamp(40px, 5.2380952381vw, 48px);
  font-weight: 500;
  text-transform: uppercase;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  max-width: 680px;
  border-collapse: separate;
  border-spacing: 16px;
  margin: 0.5em auto;
}
.table-style th {
  color: #1d3761;
  padding: 0 0 16px;
  border-bottom: solid 1px #dde0e4;
  min-width: 5em;
  vertical-align: top;
}
.table-style td {
  padding: 0 0 16px;
  border-bottom: solid 1px #dde0e4;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.table-full-width {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px;
  margin: 0.5em auto;
}
.table-full-width th {
  display: block;
  color: #1d3761;
  background: #f6f6f6;
  padding: 16px;
  margin-bottom: 8px;
  width: 100%;
}
.table-full-width td {
  display: block;
  width: 100%;
  padding: 0 0 16px;
}
.table-full-width .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-full-width th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-full-width td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #1d3761;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}
.listNormal.annotation li {
  font-size: clamp(12.5px, 1.5476190476vw, 14px);
  line-height: 1.3;
  color: #74839b;
}
.listNormal.annotation li:before {
  content: "※";
  width: 1em;
  height: 1em;
  border-radius: 0;
  background-color: transparent;
  top: 0.4em;
}

ol {
  list-style: none;
  counter-reset: number;
}
ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  font-size: 1.2em;
  color: #d19c4c;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover:not(.btn) {
  opacity: 0.8;
  text-decoration: none;
}
a:hover:not(.btn) img {
  opacity: 0.8;
}

a.link-text {
  color: #1d3761;
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1d3761;
  border-right: 2px solid #1d3761;
  transform: rotate(45deg);
}

.link-map {
  font-size: 14px;
  display: flex;
  gap: 8px;
}
.link-map:before {
  content: "[";
}
.link-map:after {
  content: "]";
}
.link-map a {
  color: #fff;
}
.link-map a:before {
  content: url(../img/cmn/ico_map_white.svg);
  text-decoration: underline;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.tab-area {
  display: flex;
  cursor: pointer;
}

.tab {
  width: 33.3333333333%;
  padding: 5px;
  text-align: center;
}

.tab.active {
  background-color: #1d3761;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  overflow-y: scroll;
  text-align: center;
}

.attention {
  color: #b54444;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.bg-s {
  background-color: #d19c4c;
}

.bg-w {
  background-color: #fff;
}

br.sp {
  display: none;
}
@media screen and (max-width:639px) {
  br.sp {
    display: block;
  }
}

br.tb {
  display: none;
}
@media screen and (min-width:640px) {
  br.tb {
    display: block;
  }
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtArea {
  margin-bottom: 0;
}
.txtArea > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .txtArea p {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .txtArea p {
    font-size: 18px;
  }
}
@media screen and (min-width:1025px) {
  .txtArea p {
    font-size: 24px;
  }
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #fff492 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #1d3761;
}

.red {
  color: #d44000;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.flex-between {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

section .narrow {
  max-width: 780px;
}

.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #eff2f7;
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 1px solid #dde0e4;
  padding: 24px;
  border-radius: 4px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 1px 0 0 0;
  border-top: 1px solid;
  border-color: #dde0e4;
  margin: 2em 0;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */