/* Sass Document */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
  line-break: strict;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
  }
}

a {
  overflow-wrap: anywhere;
}

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

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

/* base
---------------------------------------------------------------------------- */
html {
  font-size: 0.7163323782vw;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666666vw;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 1.5rem;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  /* text-decoration: none; */
}

a:focus {
  outline: auto;
  outline-color: #283666; 
}

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

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    max-width: inherit;
  }
}
input,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

.main_content {
  padding-top: 20.9rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .main_content {
    padding-block: 9rem;
  }
}
.main_content .sns {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .main_content .sns {
    margin-top: 6rem;
  }
}

.content_inner {
  max-width: 112rem;
  margin-inline: auto;
  padding-inline: 2rem;
  box-sizing: content-box;
}

.content_ttl {
  font-size: 5rem;
  line-height: 1.45;
  font-weight: 700;
  color: #283666;
}
@media screen and (max-width: 767px) {
  .content_ttl {
    font-size: 3rem;
  }
}

div[id],
section[id],
h2[id],
h3[id] {
  scroll-margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  div[id],
section[id],
h2[id],
h3[id] {
    scroll-margin-top: 5rem;
  }
}

.sns_list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .sns_list {
    flex-direction: column;
    row-gap: 6rem;
  }
}
.sns_list a {
  width: auto;
  height: 5rem;
  display: block;
}
@media (any-hover: hover) {
  .sns_list a {
    transition: 0.3s opacity;
  }
  .sns_list a:hover, .sns_list a:focus {
    opacity: 0.7;
  }
}
.sns_list a img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

.note{
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .note{
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/
#header {
  position: fixed;
  padding-top: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  top: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    padding-top: 0;
    height: 5.4rem;
  }
}
#header::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 15px -5px #777777;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #header::after {
    display: none;
  }
}

.header_inner {
  max-width: 132rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_inner {
    height: 100%;
  }
}

.header_upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .header_upper {
    display: block;
    padding-bottom: 0;
    position: relative;
    z-index: 5;
  }
}

.header_left {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .header_left {
    width: 100%;
    padding: 1.5rem;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    height: 5.4rem;
    position: relative;
    background-color: #fff;
    padding-right: 5.4rem;
  }
}

.hamburger_wrapper {
  height: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  position: absolute;
  right: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger_wrapper {
    display: block;
  }
}

.hamburger {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #D5EEF5;
  position: relative;
}
.hamburger.is-cross .h_line:first-of-type {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.hamburger.is-cross .h_line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-cross .h_line:last-of-type {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.hamburger .h_line {
  position: absolute;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  width: 2rem;
  margin-inline: auto;
  transition: 0.3s top, 0.3s transform;
}
.hamburger .h_line:first-of-type {
  top: calc(50% - 0.6rem);
}
.hamburger .h_line:first-of-type(2) {
  top: calc(50% - 1px);
}
.hamburger .h_line:last-of-type {
  top: calc(50% + 0.6rem);
}

.language {
  display: flex;
  padding-left: 1.9rem;
  position: absolute;
  top: 1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .language {
    position: relative;
    top: 0;
    right: auto;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.language::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icn_language.svg) no-repeat center center/100% 100%;
}
.language li {
  font-size: 1.4rem;
  line-height: 1.45;
  color: #8D8D8D;
  font-weight: 700;
  padding-inline: 1rem;
}
.language li:last-of-type {
  padding-right: 0;
}
.language li:not(:last-of-type) {
  position: relative;
}
.language li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 1px;
  height: 1em;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8D8D8D;
}
.language a {
  text-decoration: none;
  color: currentColor;
  position: relative;
  padding-bottom: 0.2rem;
}
@media (any-hover: hover) {
  .language a {
    transition: 0.3s opacity;
  }
  .language a:hover, .language a:focus {
    opacity: 0.7;
  }
}
.language a.current {
  color: #283666;
}
.language a.current::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #283666;
  margin-inline: auto;
  width: 82%;
}

.ifc a {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .ifc a {
    transition: 0.3s opacity;
  }
  .ifc a:hover, .ifc a:focus {
    opacity: 0.7;
  }
}

.ifc_inner {
  display: flex;
  align-items: center;
}
.ifc_inner .logo {
  display: block;
  width: 3.5rem;
  height: 2.5rem;
  position: relative;
  padding-right: 1.6rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .ifc_inner .logo {
    width: 2.1rem;
    height: 1.8rem;
    padding-right: 0.6rem;
  }
}
.ifc_inner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ifc_inner p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  padding-left: 1.6rem;
  position: relative;
  width: 12.2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .ifc_inner p {
    font-size: 0.9rem;
    padding-left: 0.6rem;
    width: 7.4rem;
  }
}
.ifc_inner p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3.2rem;
  width: 1px;
  background-color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .ifc_inner p::before {
    height: 2rem;
  }
}

.sz {
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sz {
    padding-left: 0.6rem;
  }
}
.sz::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3.2rem;
  width: 1px;
  background-color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .sz::before {
    height: 2rem;
  }
}
.sz a {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .sz a {
    transition: 0.3s opacity;
  }
  .sz a:hover, .sz a:focus {
    opacity: 0.7;
  }
}
.sz p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  width: 11.2rem;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .sz p {
    font-size: 0.9rem;
    width: 8.7rem;
  }
}
.sz .txtsize-small {
  font-size: 0.9rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sz .txtsize-small {
    font-size: 0.7rem;
  }
}

.jw {
  width: 5.6rem;
  height: 3.1rem;
  padding-left: 1.6rem;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .jw {
    padding-left: 0.6rem;
    width: 3.4rem;
    height: 1.8rem;
  }
}
.jw::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3.2rem;
  width: 1px;
  background-color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .jw::before {
    height: 2rem;
  }
}
.jw a {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .jw a {
    transition: 0.3s opacity;
  }
  .jw a:hover, .jw a:focus {
    opacity: 0.7;
  }
}
.jw img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.no-anim * {
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

@media screen and (max-width: 767px) {
  .header_botton {
    background-color: #D5EEF5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 3rem 3rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    max-height: calc(100svh - 5.4rem);
    transform: translateY(-102%);
    pointer-events: none;
  }
  .header_botton.is-open {
    transform: translateY(0);
    pointer-events: auto;
  }
}

.header_list {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .header_list {
    display: block;
    font-size: 1.8rem;
    padding-top: 0.6rem;
  }
}

@media (any-hover: hover) {
  .header_item:hover > a,
.header_item:hover > span, .header_item:focus > a,
.header_item:focus > span {
    background-color: #283666;
    color: #fff;
  }
}
.header_item > a,
.header_item > span {
  text-decoration: none;
  display: block;
  padding: 1.6rem 3rem;
  transition: 0.3s background-color, 0.3s color;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header_item > a,
.header_item > span {
    color: #283666;
    padding-block: 0.6rem;
  }
}

.has_subnav {
  position: relative;
}

.header_sub {
  position: absolute;
  left: 0;
  right: auto;
  background-color: #fff;
  min-width: 21.9rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity;
  box-shadow: 0px 5px 15px -5px #777777;
  visibility: hidden;
}
.header_sub.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .header_sub {
    position: static;
    background-color: transparent;
    transform: translateX(0);
    left: 0;
    font-size: 1.6rem;
    width: auto;
    text-align: left;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    visibility: visible;
  }
}
.header_sub a {
  width: 100%;
  padding: 2rem 1rem;
  display: block;
  text-decoration: none;
  transition: 0.3s background-color;
}
@media screen and (max-width: 767px) {
  .header_sub a {
    color: #283666;
    padding: 0.7rem 1rem 0.7rem 5rem;
  }
}
@media (any-hover: hover) {
  .header_sub a:hover, .header_sub a:focus {
    background-color: #C2D9EF;
  }
}

.header_sub_item a.disabled-link{
  pointer-events: none;
  cursor: default;
}

/* ----------------------------------------------------------------------------------------------------
*	footer
* --------------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
}

.footer_upper {
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .footer_upper {
    padding-block: 3rem;
  }
}

.footer_nav a {
  text-decoration: none;
  min-height: 10rem;
  display: grid;
  place-content: center;
  padding-inline: 3rem;
}
@media (any-hover: hover) {
  .footer_nav a {
    transition: 0.3s opacity;
  }
  .footer_nav a:hover, .footer_nav a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav a {
    display: block;
    padding: 4rem 5rem;
  }
}

.footer_list {
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_list {
    display: block;
    font-size: 2rem;
  }
}

.footer_bottom {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    padding: 6rem 2rem;
  }
}

.footer_inner {
  max-width: 120.6rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    display: block;
  }
}
.footer_inner > * {
  position: relative;
}
.footer_inner > *::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #9A9A9A;
}
@media screen and (max-width: 767px) {
  .footer_inner > *::after {
    display: none;
  }
}
.footer_inner > *:last-child::after {
  display: none;
}

.footer_copyright {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    display: block;
  }
}
.footer_copyright .logo {
  display: block;
  width: 8.2rem;
}
@media (any-hover: hover) {
  .footer_copyright .logo a {
    transition: 0.3s opacity;
  }
  .footer_copyright .logo a:hover, .footer_copyright .logo a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer_copyright .logo {
    width: 5.2rem;
    margin: 0 auto 1rem;
  }
}

.copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 0.8rem;
  }
}

.japanweeks {
  display: block;
  width: 13.2rem;
  padding-inline: 3rem;
  box-sizing: content-box;
}
@media (any-hover: hover) {
  .japanweeks {
    transition: 0.3s opacity;
  }
  .japanweeks:hover, .japanweeks:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks {
    margin: 6rem auto 0;
    padding: 0;
    width: 9.3rem;
  }
}

.expo {
  display: block;
  width: 26.8rem;
  margin-left: 3rem;
}
@media (any-hover: hover) {
  .expo {
    transition: 0.3s opacity;
  }
  .expo:hover, .expo:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .expo {
    width: 19.2rem;
    margin: 6rem auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	TOP
* --------------------------------------------------------------------------------------------------*/
.kv_inner {
  width: 100;
  height: 100%;
  display: grid;
}

.kv_txt_wrapper {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  padding-top: 12.4rem;
}
@media screen and (max-width: 767px) {
  .kv_txt_wrapper {
    padding-top: 5.4rem;
  }
}

.kv_ttl {
  margin-top: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .kv_ttl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.kv_ttl span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .kv_ttl span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.kv_img {
  grid-row: 1;
  grid-column: 1;
  display: block;
  border-radius: 0 0 6rem 6rem;
  overflow: clip;
}
.kv_img img {
  width: 100%;
  height: 100%;
}

.section_ttl {
  text-align: center;
  color: #283666;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.section_ttl span {
  color: #004098;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.section_ttl + p {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .section_ttl + p {
    margin-top: 2.8rem;
  }
}

.heading_txt + .heading_txt {
  margin-top: 1.8em;
}

.message {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 6rem;
  }
}

.message_block {
  border-radius: 2rem;
  overflow: clip;
  display: flex;
  max-width: 107.8rem;
  position: relative;
  box-shadow: 4rem 4rem 0px 0 #D5EEF5;
  border-radius: 2rem;
  margin-block: 7rem 4rem;
}
@media screen and (max-width: 767px) {
  .message_block {
    display: block;
    margin-inline: -1rem;
    box-shadow: none;
    margin-block: 3rem 0;
  }
}

.message_img {
  width: 53rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message_img {
    width: 100%;
    aspect-ratio: 351/300;
  }
}
.message_img .txt_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 21, 49, 0.7);
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .message_img .txt_wrapper {
    padding: 1.5rem 1.2rem;
  }
}
.message_img .txt_wrapper p {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
.message_img .txt_wrapper a {
  color: currentColor;
}
@media (any-hover: hover) {
  .message_img .txt_wrapper a {
    transition: 0.3s opacity;
  }
  .message_img .txt_wrapper a:hover, .message_img .txt_wrapper a:focus {
    opacity: 0.7;
  }
}

.message_body {
  flex-grow: 1;
  background-color: #004098;
  color: #fff;
  display: grid;
  padding: 5rem;
  place-content: center;
}
.message_body p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .message_body p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
  }
}
.message_body p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .message_body p + p {
    margin-top: 1.8em;
  }
}
.message_body a {
  color: currentColor;
}
@media (any-hover: hover) {
  .message_body a {
    transition: 0.3s opacity;
  }
  .message_body a:hover, .message_body a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .message_body {
    padding: 4rem 2rem;
  }
}

.message_list {
  display: flex;
  max-width: 94.2rem;
  gap: 4rem 10rem;
  flex-wrap: wrap;
  margin: 11rem auto 0;
}
@media screen and (max-width: 767px) {
  .message_list {
    display: block;
    margin-top: 3rem;
  }
}

.message_item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message_item + .message_item {
    margin-top: 3rem;
  }
}
.message_item p {
  color: #283666;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.message_item.item01 .icn img {
  width: 11rem;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .message_item.item01 .icn img {
    width: 9rem;
    height: 9rem;
  }
}
.message_item .icn {
  width: 24.7rem;
  height: 24.7rem;
  border-radius: 100%;
  margin-inline: auto;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(213, 238, 245) 100%);
  display: grid;
  place-content: center;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .message_item .icn {
    width: 21rem;
    height: 21rem;
    margin-bottom: 1rem;
  }
}
.message_item .icn img {
  display: block;
  width: 13rem;
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .message_item .icn img {
    width: 11rem;
    height: 11rem;
  }
}

.summary {
  margin-top: 2rem;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .summary {
    margin-top: 2rem;
    padding-top: 6rem;
  }
}

.summary_heading {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .summary_heading {
    padding-inline: 1.5rem;
    padding-bottom: 3rem;
  }
}

.summary_body {
  background: url(../img/common/bg_summary.png) #283666 no-repeat top center/100% auto;
  padding-top: 32.8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .summary_body {
    background-image: url(../img/common/bg_summary_sp.png);
    padding-top: 17rem;
  }
}

.summary_item {
  background: linear-gradient(90deg, rgb(213, 238, 245) 0%, rgb(255, 255, 255) 25%);
  border-radius: 4rem;
  padding: 6rem 9.3rem 6rem 6rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
@media screen and (max-width: 767px) {
  .summary_item {
    display: block;
    padding: 6rem 1.5rem;
  }
}
.summary_item .icn {
  width: 14rem;
  height: 14rem;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .summary_item .icn {
    margin: 0 auto 3rem;
  }
}
.summary_item .icn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.summary_item .txt_wrapper {
  flex-grow: 1;
}
.summary_item .txt_wrapper p {
  line-break: strict;
}
.summary_item + .summary_item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .summary_item + .summary_item {
    margin-top: 3rem;
  }
}

.summary_ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #283666;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .summary_ttl {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}

.summary_aside {
  color: #fff;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .summary_aside {
    margin-top: 4rem;
    padding-inline: 2rem;
  }
}
.summary_aside .s_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .summary_aside .s_ttl {
    font-size: 2rem;
  }
}

.summary_links {
  margin-top: 3rem;
}
.summary_links li + li {
  margin-top: 3rem;
}
.summary_links .l_ttl {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  padding-left: 2.8rem;
  position: relative;
}
.summary_links .l_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 1.1rem;
  top: 1.1rem;
  background: url(../img/common/icn_link.svg) no-repeat center center/100% 100%;
}
.summary_links a {
  color: currentColor;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  word-break: break-all;
}
@media (any-hover: hover) {
  .summary_links a {
    transition: 0.3s opacity;
  }
  .summary_links a:hover, .summary_links a:focus {
    opacity: 0.7;
  }
}

.introduction {
  background: linear-gradient(90deg, rgb(213, 238, 245) 0%, rgb(255, 255, 255) 25%);
  position: relative;
  margin-top: -6rem;
  z-index: 10;
  border-radius: 6rem 6rem 0 0;
  padding-block: 8rem 31rem;
}
@media screen and (max-width: 767px) {
  .introduction {
    background: linear-gradient(180deg, rgb(213, 238, 245) 0%, rgb(255, 255, 255) 50rem);
    border-radius: 4rem 4rem 0 0;
    padding-block: 6rem 9rem;
  }
}
.introduction .sns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .introduction .sns {
    position: static;
    margin-top: 12rem;
  }
}
.introduction::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17.5rem;
  width: 13.7rem;
  height: 100%;
  background: url(../img/common/txt_introduction.svg) no-repeat top center/100% 100%;
}
@media screen and (max-width: 767px) {
  .introduction::before {
    display: none;
  }
}

.map {
  max-width: 107.8rem;
  margin: 5.6rem -2rem 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map {
    margin: 4rem 0 0;
  }
}
.map .img_map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map .img_map {
    display: none;
  }
}
.map .hokkaido {
  top: calc(50% - 51.8rem);
  left: calc(50% - 11.3rem);
}
.map .tokyo {
  top: calc(50% - 9rem);
  left: calc(50% + 25.7rem);
}
.map .osaka {
  top: calc(50% + 18.6rem);
  left: calc(50% - 0.3rem);
}
.map .fukuoka {
  top: calc(50% - 11rem);
  left: calc(50% - 53.8rem);
}

.introduction_block {
  position: absolute;
  width: 22.6rem;
  border-radius: 3rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .introduction_block {
    position: static;
    margin-inline: auto;
    border-radius: 2rem;
  }
}
.introduction_block a {
  text-decoration: none;
}
@media (any-hover: hover) {
  .introduction_block a:hover .introduction_inner .img_wrapper img, .introduction_block a:focus .introduction_inner .img_wrapper img {
    transform: scale(1.1);
  }
  .introduction_block a:hover .introduction_inner .place_name span::before, .introduction_block a:focus .introduction_inner .place_name span::before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .introduction_block + .introduction_block {
    margin-top: 3rem;
  }
}

.introduction_inner .img_wrapper {
  height: 18rem;
  width: 100%;
}
.introduction_inner .img_wrapper img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction_inner .txt_wrapper {
  min-height: 7rem;
  text-align: center;
  padding: 1rem;
  display: grid;
  place-content: center;
  background: radial-gradient(ellipse 60% 40%, #fff, rgb(213, 238, 245));
}
.introduction_inner .txt_wrapper .place_name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #283666;
}
.introduction_inner .txt_wrapper .place_name span {
  position: relative;
  display: inline-block;
  padding-right: 2.8rem;
}
.introduction_inner .txt_wrapper .place_name span::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 2px;
  background-color: #283666;
  left: 0;
  width: calc(100% - 2.8rem);
  display: none;
}
.introduction_inner .txt_wrapper .place_name.short_line span::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 2px;
  background-color: #283666;
  left: 43%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: calc(100% - 8rem);
  display: none;
}
.introduction_inner .txt_wrapper .place_name span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icn_arrow.svg) no-repeat center center/100% 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	Osaka coming soon
* --------------------------------------------------------------------------------------------------*/

.cs{
  position: relative;
  z-index: 1;
}
/* Coming Soon text on top page*/
.cs_txt1::before{
  content: 'Coming Soon';
  display: block;
  position: absolute;
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}

/* Coming Soon text on sz page*/
.cs_txt2::before{
  content: 'Coming Soon';
  display: block;
  position: absolute;
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}

/* Coming Soon text on top page*/
.cs_txt1_jp::before{
  content: '準備中';
  display: block;
  position: absolute;
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}

/* Coming Soon text on sz page*/
.cs_txt2_jp::before{
  content: '準備中';
  display: block;
  position: absolute;
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  white-space: nowrap;
}

/* Coming Soon bgcolor*/
.cs::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(102, 102, 102, 0.5) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

/* ----------------------------------------------------------------------------------------------------
*	subpage
* --------------------------------------------------------------------------------------------------*/
.content {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 4rem;
  }
}
.content > *:first-child {
  margin-top: 0 !important;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-block: 2.4em 1.75em;
  color: #283666;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-block: 2em 1em;
  }
}
.content h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.45;
  color: #283666;
}
.content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 2.4rem;
  }
}
.content h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .content h3 {
    font-size: 2.2rem;
  }
}
.content h4 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .content h4 {
    font-size: 2rem;
  }
}
.content h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .content h5 {
    font-size: 1.8rem;
  }
}
.content h6 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .content h6 {
    font-size: 1.6rem;
  }
}
.content p {
  text-indent: 1em;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
  }
}
.content ol,
.content ul {
  margin: 3rem;
}
.content ul li {
  list-style: disc;
}
.content ol li {
  list-style: decimal;
}
.content li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
.content li + li {
  margin-top: 0.2em;
}
.content blockquote {
  margin: 3em;
  padding: 2em;
  background-color: #e5e5e5;
}
.content .img_wrapper {
  margin-block: 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
}

.content .img_wrapper--large{
  display: block !important;
  aspect-ratio: 1120/361;
}
@media screen and (max-width: 767px) {
  .content .img_wrapper {
    margin-block: 4rem;
    display: block;
  }
}

.content .img_wrapper figure {
  width: 47.6785714286%;
  border-radius: 2rem;
  overflow: clip;
}
.content .img_wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .img_wrapper--large figure{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content .img_wrapper figure {
    width: 100%;
  }
  .content .img_wrapper figure + figure {
    margin-top: 2rem;
  }
}
.content .img_wrapper.col--1, .content .img_wrapper.main_img {
  display: block;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .content .img_wrapper.col--1, .content .img_wrapper.main_img {
    margin-bottom: 4rem;
  }
}
.content .img_wrapper.col--1 figure, .content .img_wrapper.main_img figure {
  width: 100%;
  height: 100%;
}
.content .main_img {
  aspect-ratio: 1120/610;
}
@media screen and (max-width: 767px) {
  .content .main_img {
    aspect-ratio: 1.6/1;
  }
}

.person {
  margin-top: 7rem;
}
.person h1, .person h2, .person h3, .person h4, .person h5, .person h6 {
  color: #283666;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.person h2 {
  margin-top: 0;
}
.person h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.45;
  color: #283666;
}
.person h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .person h2 {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}
.person h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .person h3 {
    font-size: 2.2rem;
  }
}
.person h4 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .person h4 {
    font-size: 2rem;
  }
}
.person h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .person h5 {
    font-size: 1.8rem;
  }
}
.person h6 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .person h6 {
    font-size: 1.6rem;
  }
}
.person figure {
  border-radius: 2rem;
  overflow: clip;
}
.person .person__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .person .person__list {
    display: block;
  }
}
.person .person__list.col--1 {
  justify-content: center;
}
.person .person__list li {
  width: 47.6785714286%;
}
@media screen and (max-width: 767px) {
  .person .person__list li {
    width: 100%;
  }
  .person .person__list li + li {
    margin-top: 3rem;
  }
}
.person p {
  text-indent: 0;
}

.person__body {
  padding-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .person__body {
    padding-top: 1rem;
  }
}
.person__body .position {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .person__body .position {
    font-size: 1.7rem;
  }
}

.inquiry {
  margin-top: 7.2rem;
}
.inquiry h1, .inquiry h2, .inquiry h3, .inquiry h4, .inquiry h5, .inquiry h6 {
  color: #283666;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.inquiry h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.45;
  color: #283666;
}
.inquiry h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 2em;
}

.inquiry + .note{
  margin-top: 7.2rem
}
@media screen and (max-width: 767px) {
  .inquiry h2 {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}
.inquiry h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .inquiry h3 {
    font-size: 2.2rem;
  }
}
.inquiry h4 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .inquiry h4 {
    font-size: 2rem;
  }
}
.inquiry h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .inquiry h5 {
    font-size: 1.8rem;
  }
}
.inquiry h6 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .inquiry h6 {
    font-size: 1.6rem;
  }
}
.inquiry .contact_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #283666;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .inquiry .contact_ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.inquiry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .inquiry_list {
    display: block;
    margin-top: 2rem;
  }
}

.inquiry_item {
  background-color: #D5EEF5;
  border-radius: 2rem;
  width: 47.6785714286%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .inquiry_item {
    width: 100%;
    padding: 2rem;
  }
  .inquiry_item + .inquiry_item {
    margin-top: 2rem;
  }
}

.contact_list {
  margin-top: auto;
}

.contact_item + .contact_item {
  margin-top: 0.9rem;
}
.contact_item a {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #283666;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact_item a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }
}
.contact_item a span {
  transition: 0.3s opacity;
  display: inline-block;
}
@media (any-hover: hover) {
  .contact_item a:hover span, .contact_item a:focus span {
    opacity: 0.7;
  }
}
.contact_item .tel {
  padding-left: 3.9rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact_item .tel {
    padding-left: 3rem;
  }
}
.contact_item .tel::before {
  top: 0.5rem;
  content: "";
  position: absolute;
  background: url(../img/common/icn_tel.svg) no-repeat center center/100% 100%;
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
}
.contact_item .mail {
  padding-left: 3.9rem;
}
@media screen and (max-width: 767px) {
  .contact_item .mail {
    padding-left: 3rem;
  }
}
.contact_item .mail span {
  /* text-decoration: underline; */
  display: inline;
  background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.2rem), rgb(40, 54, 102) calc(100% - 0.2rem), rgb(40, 54, 102) 100%);
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .contact_item .mail span {
    background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.1rem), rgb(40, 54, 102) calc(100% - 0.1rem), rgb(40, 54, 102) 100%);
  }
}
.contact_item .mail::before {
  top: 0.8rem;
  content: "";
  position: absolute;
  background: url(../img/common/icn_mail.svg) no-repeat center center/100% 100%;
  width: 1.8rem;
  height: 1.4rem;
  left: 0;
}
.contact_item .website {
  padding-left: 3.9rem;
}
@media screen and (max-width: 767px) {
  .contact_item .website {
    padding-left: 3rem;
  }
}
.contact_item .website span {
  /* text-decoration: underline; */
  display: inline;
  background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.2rem), rgb(40, 54, 102) calc(100% - 0.2rem), rgb(40, 54, 102) 100%);
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .contact_item .website span {
    background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.1rem), rgb(40, 54, 102) calc(100% - 0.1rem), rgb(40, 54, 102) 100%);
  }
}
.contact_item .website::before {
  top: 0.6rem;
  content: "";
  position: absolute;
  background: url(../img/common/icn_website.svg) no-repeat center center/100% 100%;
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
}

.official_site_content a {
  text-decoration: none;
}
@media (any-hover: hover) {
  .official_site_content a:hover .bnr img, .official_site_content a:focus .bnr img {
    transform: scale(1.1);
  }
  .official_site_content a:hover .site_name, .official_site_content a:focus .site_name {
    background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.3rem), rgb(40, 54, 102) calc(100% - 0.3rem), rgb(40, 54, 102) 100%);
  }
  .official_site_content a:hover .site_link_txt span::before, .official_site_content a:focus .site_link_txt span::before {
    opacity: 1;
  }
}

.official_site {
  background-color: #D5EEF5;
  padding-block: 7rem;
  margin-top: 7rem;
  display: block;
  text-decoration: none;
}

a.official_site {
  transition: 0.3s background-color;
}
@media (any-hover: hover) {
  a.official_site:hover, a.official_site:focus {
    background-color: #283666;
  }
  a.official_site:hover .site_name, a.official_site:focus .site_name {
    color: #fff;
  }
  a.official_site:hover .bnr img, a.official_site:focus .bnr img {
    transform: scale(1.1);
  }
}

.official_site_inner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .official_site_inner {
    display: block;
    padding-inline: 2rem;
  }
}
.official_site_inner .bnr {
  height: 15.6rem;
  width: auto;
  flex-shrink: 0;
  aspect-ratio: 380/222;
  border-radius: 2rem;
  overflow: clip;
  display: block;
}
@media screen and (max-width: 767px) {
  .official_site_inner .bnr {
    margin-inline: auto;
    height: auto;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.official_site_inner .bnr img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site_name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #283666;
  display: inline;
  padding-bottom: 0.3rem;
  transition: 0.3s color;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .site_name {
    font-size: 2rem;
    background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.2rem), rgb(40, 54, 102) calc(100% - 0.2rem), rgb(40, 54, 102) 100%);
    padding-bottom: 0.2rem;
    margin-bottom: 0;
  }
}

.official_site_detail {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .official_site_detail {
    display: block;
  }
}
.official_site_detail a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.site_link_txt {
  background-color: #fff;
  border-radius: 1rem;
  min-width: 20rem;
  padding: 1rem;
  min-height: 6rem;
  display: grid;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #283666;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .site_link_txt {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
}
.site_link_txt span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .site_link_txt span {
    padding-right: 0;
  }
}
.site_link_txt span::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.2rem);
  height: 0.2rem;
  background-color: #283666;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .site_link_txt span::before {
    opacity: 1;
  }
}
.site_link_txt span::after {
  content: "";
  position: absolute;
  right: -1rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_arrow.svg) no-repeat center center/100% 100%;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .site_link_txt span::after {
    right: -3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	fukuoka logo image (test)
* --------------------------------------------------------------------------------------------------*/
.content .logo_wrapper{
  margin-block: 7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  gap: 0;
  margin-bottom: 2rem;
}
.content .logo_wrapper figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ----------------------------------------------------------------------------------------------------
*	links
* --------------------------------------------------------------------------------------------------*/
.anchor {
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    margin-top: 2rem;
  }
}

.anchor_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .anchor_list {
    justify-content: space-between;
    gap: 1.2rem 0;
  }
}

.anchor_item {
  min-width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .anchor_item {
    width: 48%;
    min-width: inherit;
  }
}
.anchor_item a {
  display: grid;
  align-items: center;
  color: #283666;
  background-color: #D5EEF5;
  min-height: 10rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 1rem;
  width: 100%;
}
.anchor_item_en a{
  padding: 0 1.8rem !important
}

@media (any-hover: hover) {
  .anchor_item a {
    transition: 0.3s opacity;
  }
  .anchor_item a:hover, .anchor_item a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .anchor_item a {
    font-size: 1.5rem;
    min-height: 7rem;
  }
}
.anchor_item a span {
  position: relative;
  display: inline-block;
  padding-right: 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .anchor_item a span {
    padding-right: 2.1rem;
  }
}
.anchor_item a span::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-bottom: 0.3rem solid #1D1B20;
  border-right: 0.3rem solid #1D1B20;
  display: block;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .anchor_item a span::after {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.2rem;
    top: 45%;
  }
}

.outer_block {
  padding-top: 10rem;
}

.pref_block {
  padding-block: 10rem 7rem;
  border-top: 1px solid #ACACAC;
}
.pref_block:first-of-type {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .pref_block {
    padding-block: 4rem;
  }
}
.pref_block:first-of-type {
  border-top: none;
}

.ttl {
  color: #283666;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 2.4rem;
  }
}

.link_list {
  margin-top: 6.9rem;
}

.link_item a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  .link_item a:hover .link_bnr img, .link_item a:focus .link_bnr img {
    transform: scale(1.1);
  }
}
.link_item + .link_item {
  margin-top: 7rem;
}

.link_inner {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 2rem 5.7rem;
  grid-template-areas: "ttl ttl" "bnr body";
}
@media screen and (max-width: 767px) {
  .link_inner {
    display: block;
  }
}

.link_ttl {
  grid-area: ttl;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #283666;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .link_ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.link_bnr {
  grid-area: bnr;
  width: 38rem;
  aspect-ratio: 380/222;
  overflow: clip;
  border: 1px solid #283666;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .link_bnr {
    width: 100%;
    margin-top: 1rem;
  }
}
.link_bnr img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link_body {
  grid-area: body;
  padding-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .link_body {
    padding-top: 1rem;
  }
}
.link_body p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .link_body p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
  }
}
.link_body p + .link_txt {
  margin-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .link_body p + .link_txt {
    margin-top: 2rem;
  }
}
.link_body .link_txt {
  display: inline-block;
  color: #283666;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  transition: 0.3s opacity;
}
.link_body .link_txt a {
  text-decoration: none;
  color: currentColor;
  padding-bottom: 0.2rem;
}
@media (any-hover: hover) {
  .link_body .link_txt a {
    transition: 0.3s opacity;
  }
  .link_body .link_txt a:hover, .link_body .link_txt a:focus {
    opacity: 0.7;
  }
}

.link_body .link_txt span {
  text-decoration: underline;
  text-decoration-color: rgb(40, 54, 102);
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}
.link_body .link_txt span::after{
  content: "";
  display: inline-block;
  background-image: url(../img/link/icon_external.svg);
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.4rem;
}
@media screen and (max-width: 767px) {
  .link_body .link_txt {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
  }
  .link_body .link_txt span::after{

  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.4rem;
}
}

.other_place {
  padding-top: 10rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .other_place {
    padding-top: 4rem;
  }
}

.place_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .place_list {
    display: block;
    margin-top: 4rem;
  }
}

.place_item {
  width: 26.6071428571%;
  box-sizing: content-box;
  border-right: 1px solid #ACACAC;
}
@media screen and (max-width: 767px) {
  .place_item {
    width: auto;
    border: none;
  }
  .place_item + .place_item {
    margin-top: 4rem;
    border-top: 1px solid #ACACAC;
    padding-top: 4rem;
  }
}
.place_item a {
  text-decoration: none;
  color: currentColor;
}
@media (any-hover: hover) {
  .place_item a:hover .dept span, .place_item a:focus .dept span {
    background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.2rem), rgb(40, 54, 102) calc(100% - 0.2rem), rgb(40, 54, 102) 100%);
  }
  .place_item a:hover .place_img img, .place_item a:focus .place_img img {
    transform: scale(1.1);
  }
}
.place_item:last-of-type {
  border-right: none;
}
.place_item:nth-child(3n+1) {
  padding-right: calc(5.6rem - 1px);
}
@media screen and (max-width: 767px) {
  .place_item:nth-child(3n+1) {
    padding-right: 0;
  }
}
.place_item:nth-child(3n+2) {
  padding-inline: calc(5.6rem - 1px);
}
@media screen and (max-width: 767px) {
  .place_item:nth-child(3n+2) {
    padding-inline: 0;
  }
}
.place_item:nth-child(3n) {
  padding-left: calc(5.6rem - 1px);
  border-right: none;
}
@media screen and (max-width: 767px) {
  .place_item:nth-child(3n) {
    padding-left: 0;
  }
}

.pref_name {
  color: #283666;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pref_name {
    font-size: 2.7rem;
  }
}

.dept {
  color: #283666;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .dept {
    margin-top: 1rem;
  }
}
.dept span {
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .dept span {
    background: linear-gradient(180deg, rgba(40, 54, 102, 0) calc(100% - 0.2rem), rgb(40, 54, 102) calc(100% - 0.2rem), rgb(40, 54, 102) 100%);
  }
}

.place_img {
  aspect-ratio: 298/242;
  overflow: clip;
  border-radius: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .place_img {
    margin-top: 2rem;
    aspect-ratio: 1.6/1;
  }
}
.place_img img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */