@charset "UTF-8";
/*//////////////////////////////////////////////////////////

CSS information
 file name  :  reset.css
 style info :  リセットファイル

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #323232;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #323232;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

#container_wrap {
  overflow: hidden;
  min-width: 1180px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 375px;
  }
}

.inner {
  max-width: 1180px;
  width: 90%;
  margin: auto;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  padding: 3em 0;
}

.section {
  margin: 0 0 3em;
  overflow: hidden;
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

header {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 15px;
  }
}

.header_box {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_ttl img.logo {
  width: 206px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 154px;
  }
}

#gnavi ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 130px;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    display: block;
    margin: 0;
  }
}
#gnavi ul li {
  margin: 0 0 0 3em;
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    margin: 0 0 2em;
  }
}
#gnavi ul li a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
}
#gnavi ul li a:hover {
  color: #e60012;
}

a.button_reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  background: url(../images/button.png) no-repeat center/cover;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  a.button_reserve {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  a.button_reserve:hover {
    opacity: 0.8;
  }
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
    background-color: #fff;
    position: fixed;
    width: 48px;
    height: 48px;
    right: 10px;
    top: 10px;
    z-index: 10;
    border: none;
    text-align: center;
    cursor: pointer;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #323232;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #323232;
  transition: all 0.3s;
}
.menu_line::before {
  top: -10px;
}
.menu_line::after {
  top: 10px;
}

.menu-trigger[aria-expanded=true] {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line {
  background: transparent;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  transform: rotate(45deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #overlay {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #overlay {
    display: none;
    width: 90%;
    height: calc(100% - 60px);
    padding: 150px 50px 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: url(../images/bg_12.png) no-repeat bottom 10px right 10px/312px #fff;
    overflow-y: scroll;
  }
}

.copy {
  color: #fff;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.5;
  padding: 1em;
  background-color: #323232;
}
@media screen and (max-width: 767px) {
  .copy {
    padding: 1em 0 75px;
  }
}

.main_img {
  position: relative;
}
.main_img_wrap {
  position: relative;
}
.main_img_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_01.svg) no-repeat bottom left/46%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .main_img_wrap::before {
    background: url(../images/bg_01_sp.svg) no-repeat bottom left/cover;
  }
}
.main_img_slide img {
  width: 100%;
}
.main_img_txt {
  max-width: 1180px;
  width: 90%;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .main_img_txt {
    bottom: 110px;
    transform: translateY(0);
  }
}
.main_img_txt p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.25em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.19em;
}
@media screen and (max-width: 767px) {
  .main_img_txt p {
    font-size: 2.625em;
  }
}
.main_img a.scroll {
  display: inline-block;
  width: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 0.87em;
  line-height: 1.75;
  writing-mode: vertical-rl;
  padding: 0 0 65px 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_img a.scroll {
    width: 20px;
    font-size: 0.7em;
    padding: 0 0 50px;
  }
}
.main_img a.scroll::after {
  content: "";
  width: 1px;
  height: 60px;
  border-right: 1px solid #323232;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_img a.scroll::after {
    height: 48px;
  }
}

.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding: 83% 0 0;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_gray {
  background: #ccc;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

a.button {
  display: block;
  max-width: 450px;
  padding: 1.5em;
  margin: auto;
  background: url(../images/arrow_right.svg) no-repeat center right 2em/66px 10px, url(../images/button.png) no-repeat center/cover;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.button {
    padding: 1em;
    background-size: 33px 5px, cover;
  }
}
a.button:hover {
  opacity: 0.8;
}

.section_01 {
  padding: 7.5em 0;
  background: url(../images/bg_03.jpg) no-repeat right/auto 100% #f1f3f2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_01 {
    padding: 4em 0;
    background: url(../images/bg_03_sp.jpg) no-repeat top/cover #fff;
  }
}
.section_01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.svg) no-repeat top left/56%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_01::before {
    background: url(../images/bg_02_sp.svg) no-repeat top left/cover;
  }
}
.section_01 .inner {
  position: relative;
}
.section_01_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 140px 0 0 75px;
  margin: 0 0 0.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_01_ttl {
    font-size: 1.56em;
    padding: 160px 0 0;
    margin: 0 0 1em;
  }
}
.section_01_ttl::before {
  content: "";
  width: 362px;
  height: 182px;
  background: url(../images/ttl_about.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -35px;
}
@media screen and (max-width: 767px) {
  .section_01_ttl::before {
    width: 290px;
    height: 145px;
    left: 0;
  }
}
.section_01_txt {
  max-width: 600px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.section_02 {
  padding: 7.5em 0;
  background-color: #2f2b2b;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_02 {
    padding: 4em 0 3em;
  }
}
.section_02::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #211e1e;
  -webkit-clip-path: polygon(65% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(65% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .section_02::before {
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 72%);
            clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 72%);
  }
}
.section_02 .inner {
  position: relative;
}
.section_02_ttl {
  text-align: center;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .section_02_ttl {
    width: 244px;
  }
}

.list_button_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin: 0 0 7.5em;
}
@media screen and (max-width: 767px) {
  .list_button_menu {
    display: none;
  }
}
.list_button_menu li {
  width: calc(33.3333333333% - 30px);
}
.list_button_menu li a {
  display: block;
  padding: 1.25em;
  margin: 0 0 55px;
  background: url(../images/button_gold.png) no-repeat center/cover #deb977;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.list_button_menu li a:hover {
  background-color: #e5c792;
}
.list_button_menu li a::before {
  content: "Read more";
  display: block;
  color: #deb977;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875em;
  font-weight: 500;
  padding: 16px 0 0;
  background: url(../images/mark_tri_gold.svg) no-repeat top/16px 16px;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}

.menu {
  padding: 5em;
  background: url(../images/bg_04.png) no-repeat top left, url(../images/bg_05.png) no-repeat bottom right #deb977;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 0;
    background: url(../images/button_gold.png) no-repeat top/100% #deb977;
  }
}
.menu:not(:last-child) {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .menu:not(:last-child) {
    margin: 0 0 2em;
  }
}
.menu_en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.75em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .menu_en {
    padding: 1em;
    margin: 0 0 80px;
    pointer-events: all;
    position: relative;
  }
  .menu_en.active {
    margin: 0;
  }
  .menu_en.active::before {
    content: none;
  }
  .menu_en::before {
    content: "Read more";
    display: block;
    color: #deb977;
    font-family: "Noto Serif JP", serif;
    font-size: 0.875em;
    font-weight: 500;
    padding: 16px 0 0;
    background: url(../images/mark_tri_gold.svg) no-repeat top/16px 16px;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
  }
}
.menu_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 3em;
  background: url(../images/bg_06.png) no-repeat bottom/178px;
}
@media screen and (max-width: 767px) {
  .menu_ttl {
    padding: 0 0 25px;
    margin: 0 0 2em;
  }
}
@media screen and (min-width: 768px) {
  .menu_contents {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .menu_contents {
    display: none;
    padding: 1em;
  }
}
.menu_txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .menu_txt {
    margin: 0 0 1em;
  }
}
.menu_note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu_note {
    line-height: 1.5;
    text-align: left;
  }
}
.menu_close {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_close {
    display: block;
    width: 100px;
    padding: 20px 0 0;
    margin: 2em auto 0;
    border: none;
    background: url(../images/mark_tri_up.svg) no-repeat top/18px 16px;
    color: #323232;
    font-family: "Noto Serif JP", serif;
    font-size: 0.875em;
    font-weight: 500;
  }
}

.list_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 50px;
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .list_menu {
    gap: 0;
    border-top: 1px solid #323232;
    margin: 0 0 1em;
  }
}
.list_menu li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .list_menu li {
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #323232;
  }
}
.list_menu dl {
  display: flex;
  justify-content: space-between;
  padding: 0 1em 1em;
  border-bottom: 1px solid #323232;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_menu dl {
    flex-wrap: wrap;
    padding: 0;
    border-bottom: none;
    flex-direction: column;
  }
  .list_menu dl > dd {
    text-align: right;
  }
}
.list_menu dl span {
  font-size: 0.875em;
}
.list_menu p {
  padding: 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_menu p {
    padding: 0.5em 0 0;
  }
}

.hide_text {
  display: none;
}

.readmore {
  display: block;
  width: 200px;
  padding: 1em;
  margin: 40px 0 0 auto;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .readmore {
    padding: 0.5em;
    margin: 30px auto 0;
  }
}
.readmore::after {
  content: "";
  width: 10px;
  height: 66px;
  background: url(../images/arrow_down.svg) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .readmore::after {
    width: 5px;
    height: 33px;
    bottom: -15px;
  }
}
.readmore.on-click::after {
  transform: rotate(180deg);
  top: -30px;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .readmore.on-click::after {
    top: -15px;
  }
}

.section_03 {
  padding: 7.5em 0;
  background: url(../images/bg_07.png) no-repeat top 2% left 2%, url(../images/bg_08.png) no-repeat bottom 2% right 2%;
}
@media screen and (max-width: 767px) {
  .section_03 {
    padding: 4em 0;
    background-position: top 5px left 5px, bottom 5px right 5px;
    background-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  .section_03_ttl {
    width: 244px;
    margin: 0 auto 2em;
  }
}
.section_03 .staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_03 .staff {
    display: block;
  }
}
.section_03 .staff:not(:last-child) {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .section_03 .staff:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section_03 .staff_01 {
  flex-direction: row-reverse;
}
.section_03 .staff_02 {
  max-width: 780px;
}
.section_03 .staff_img {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .section_03 .staff_img {
    width: 80%;
    margin: 0 auto 1.5em;
  }
}
.section_03 .staff_desc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .section_03 .staff_desc {
    display: block;
    width: 100%;
  }
}
.section_03 .staff_name {
  width: 100%;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 1.5em;
  padding: 0 0 25px;
  background: url(../images/bg_09.png) no-repeat bottom/276px;
}
@media screen and (max-width: 767px) {
  .section_03 .staff_name {
    margin: 0 0 1.5em;
    padding: 0 0 20px;
    background-size: 220px;
  }
}
.section_03 .staff_name span {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
}
.section_03 .staff_txt li {
  padding: 0 0 0 1.25em;
  position: relative;
}
.section_03 .staff_txt li::before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}

.section_04 {
  padding: 7.5em 0;
  background: url(../images/bg_10.png) no-repeat top 10% left 5%, url(../images/bg_11.png) no-repeat bottom 10% right 5% #2f2b2b;
}
@media screen and (max-width: 767px) {
  .section_04 {
    padding: 4em 0;
    background-size: 90%;
    background-position: top 10px left 10px, bottom 10px right 10px;
  }
}
.section_04_ttl {
  margin: 0 0 -1em;
}
@media screen and (max-width: 767px) {
  .section_04_ttl {
    max-width: 310px;
    margin: 0 auto 2em;
  }
}
.section_04 .school {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_04 .school_desc {
  width: 47%;
  color: #fff;
  padding: 0 0 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_04 .school_desc {
    width: 100%;
    padding: 0;
    margin: 0 0 3em;
  }
}
.section_04 .school_img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .section_04 .school_img {
    width: 100%;
  }
}
.section_04 .school_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_04 .school_ttl {
    font-size: 1.56em;
    text-align: center;
  }
}
.section_04 .school_txt {
  margin: 0 0 2em;
}
.section_04 .school .button_school {
  display: block;
  width: 100%;
  padding: 2em 1em;
  background-color: #fff;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_04 .school .button_school {
    padding: 1em;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .section_04 .school .button_school:hover {
    color: #e60012;
  }
}

.section_05 {
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .section_05 {
    padding: 4em 0;
  }
}
.section_05_ttl {
  text-align: center;
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  .section_05_ttl {
    width: 270px;
  }
}
.section_05 .access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.section_05 .access_desc {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_05 .access_desc {
    width: 100%;
    margin: 0 0 2em;
  }
}
.section_05 .access_desc .logo {
  max-width: 400px;
  margin: 0 auto 1.5em;
}
.section_05 .access_desc table {
  width: 100%;
  margin: 0 0 1em;
  border-top: 1px solid #323232;
}
.section_05 .access_desc table tr {
  border-bottom: 1px solid #323232;
}
.section_05 .access_desc table th {
  width: 8em;
  padding: 0.5em 0;
  font-weight: 400;
  text-align: center;
}
.section_05 .access_desc table td {
  padding: 0.5em 0;
}
.section_05 .access_desc .info {
  margin: 0 0 2em;
}
.section_05 .access_desc .jna {
  border-top: 1px solid #323232;
}
.section_05 .access_desc .jna_logo {
  margin: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_05 .access_desc .jna_logo {
    margin: 2em 0 1em;
  }
}
.section_05 .access_desc .jna_link {
  text-align: center;
}
.section_05 .access_desc .jna_link a {
  padding: 0 25px 0 0;
  text-decoration: underline;
  background: url(../images/icon_external.svg) no-repeat right/18px 18px;
}
@media screen and (min-width: 768px) {
  .section_05 .access_desc .jna_link a:hover {
    color: #e60012;
  }
}
.section_05 .access_map {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_05 .access_map {
    width: 100%;
    height: 380px;
  }
}
.section_05 .access_map iframe {
  width: 100%;
  height: 100%;
}

.section_06 {
  padding: 5em 0;
  background-color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .section_06 {
    padding: 3em 0;
  }
}

.list_banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 680px;
  margin: 0 auto 5em;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .list_banner {
    max-width: 200px;
    gap: 20px;
    margin: 0 auto 3em;
  }
}

.list_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .list_sns {
    gap: 24px;
  }
}
.list_sns li {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .list_sns li {
    width: 48px;
  }
}
