@charset "UTF-8";
@font-face {
  font-family: 'IBMPlexSans';
  font-style: normal;
  font-weight: 700;
  src: url("IBMPlexSans-Bold.eot") format("eot");
  src: url("font/IBMPlexSans-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 400;
  src: url("font/SourceHanSans-Regular.eot") format("eot");
  src: url("font/SourceHanSans-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 700;
  src: url("font/SourceHanSans-Bold.eot") format("eot");
  src: url("font/SourceHanSans-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Bebasneue';
  font-style: normal;
  font-weight: 700;
  src: url("font/bebas-neue-bold.eot") format("eot");
  src: url("font/bebas-neue-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Bebasneue';
  font-style: normal;
  font-weight: 400;
  src: url("font/bebas-neue-regular.eot") format("eot");
  src: url("font/bebas-neue-regular.woff") format("woff");
  font-display: swap;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  color: #3B4043;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "游ゴシック", YuGothic, "system-ui", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
}

a {
  color: #0000ff;
  text-decoration: none;
  outline: none;
}

a.a_reverse,
.a_reverse {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  a.a_reverse:hover,
  .a_reverse a:hover {
    text-decoration: underline;
  }
}

a[href^="http"],
a[href^="mailto:"] {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  max-width: 100%;
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
}

button {
  cursor: pointer;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.slick-slider * {
  outline: none;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* color
============================================================================================================ */
.bg_gray {
  background-color: #ccc;
}

.bg_light {
  background-color: #F5F5F5;
}

.bg_red {
  background-color: #93262C;
}

.bg_black {
  background-color: #000;
}

.c_red {
  color: #93262C;
}

/* display
============================================================================================================ */
.db {
  display: block;
}

.dib {
  display: inline-block;
}

/* position
============================================================================================================ */
.pos-r {
  position: relative;
}

/* font family
============================================================================================================ */
.ff_min {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.ff_en {
  font-family: futura-pt, sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}

.ff_en.medium {
  font-weight: 500;
}

.ff_en.light {
  font-weight: 400;
}

.en {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

/* font
============================================================================================================ */
.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.fz_l {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .fz_l {
    font-size: 1.6rem;
  }
}

/* hover
============================================================================================================ */
@media screen and (min-width: 769px) {
  a.hv_wh,
  button.hv_wh,
  a .hv_wh,
  .hv_wh a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
  }
  a.hv_wh::after,
  button.hv_wh::after,
  a .hv_wh::after,
  .hv_wh a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    z-index: 3;
  }
  a[href].hv_wh:hover::after,
  button.hv_wh:hover::after,
  a[href]:hover .hv_wh::after,
  .hv_wh a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
  a[href].hv_wh.a20:hover::after,
  button.hv_wh.a20:hover::after,
  a[href]:hover .hv_wh.a20::after,
  .hv_wh.a20 a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  a[href].hv_wh.a10:hover::after,
  button.hv_wh.a10:hover::after,
  a[href]:hover .hv_wh.a10::after,
  .hv_wh.a10 a[href]:hover::after {
    background-color: rgba(255, 255, 255, 0.1);
  }
  a[href] .hv_op {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  a[href].hv_op:hover,
  a[href]:hover .hv_op,
  button.hv_op:hover,
  .hv_op a[href]:hover {
    opacity: 0.7;
  }
  a[href].hv_op.a20:hover,
  a[href]:hover .hv_op.a20,
  .hv_op.a20 a[href]:hover {
    opacity: 0.8;
  }
  a[href].hv_op.a10:hover,
  a[href]:hover .hv_op.a10,
  .hv_op.a10 a[href]:hover {
    opacity: 0.9;
  }
  a[href].hv_op.a50:hover,
  a[href]:hover .hv_op.a50,
  .hv_op.a50 a[href]:hover {
    opacity: 0.5;
  }
}

a[href].hv_zoom,
a[href] .hv_zoom {
  position: relative;
  overflow: hidden;
}

a[href].hv_zoom > *,
a[href] .hv_zoom > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  a[href].hv_zoom > *,
  a[href] .hv_zoom > * {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  a[href].hv_zoom:hover > *,
  a[href]:hover .hv_zoom > * {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  a[href].hv_zoom:hover.z > *,
  a[href]:hover .hv_zoom.z > * {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 769px) {
  .sp,
  .sps {
    display: none !important;
  }
  .pc_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
  .pc_hidden {
    position: relative;
    overflow: hidden;
    display: block;
    height: 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp, span.sp, br.sp, em.sp, strong.sp {
    display: inline !important;
  }
  td.sp, th.sp {
    display: table-cell !important;
  }
  .sp_break {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 370px) {
  .sps {
    display: block !important;
  }
  img.sps, spsan.sps, br.sps, em.sps, strong.sps {
    display: inline !important;
  }
  .sps_non {
    display: none !important;
  }
}

/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
  *[data-label] img {
    display: none !important;
  }
  *[data-label]::before {
    content: attr(data-label);
  }
  *[data-label-r]::after {
    display: block;
    content: attr(data-label-r);
  }
}

@media screen and (min-width: 371px) {
  *[data-label-r].spl_r_inline::after {
    display: inline;
  }
}

/* target
============================================================================================================ */
.target {
  display: block;
  position: relative;
  width: 1px;
  top: -80px;
}

.target.pt {
  top: -100px;
}

@media screen and (max-width: 768px) {
  .target {
    top: -60px;
  }
  .target.pt {
    top: -80px;
  }
}

/* w
============================================================================================================ */
.w {
  position: relative;
}

@media screen and (min-width: 769px) {
  .w {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .w.x {
    max-width: 1200px;
  }
  .w.m {
    padding-left: 77px;
    padding-right: 77px;
  }
  .w .m {
    padding-left: 77px;
    padding-right: 77px;
  }
  /*
	.w::after {
		content: ""; display: table; clear: both;
	}
	*/
  .mw {
    min-width: 1280px;
  }
}

/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
  .sp_pd {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
  }
  .sp_full {
    margin-left: -7vw !important;
    margin-right: -7vw !important;
  }
  .sp_full_l {
    margin-left: -7vw !important;
  }
  .sp_full_r {
    margin-right: -7vw !important;
  }
}

/*
@media screen and (max-width: 370px) {
	.sp_pd {
		padding-left: $sp-pd/2 !important;
		padding-right: $sp-pd/2 !important;
	}
	.sp_full {
		margin-left: -$sp-pd/2 !important;
		margin-right: -$sp-pd/2 !important;
	}
	.sp_full_l {
		margin-left: -$sp-pd/2 !important;
	}
	.sp_full_r {
		margin-right: -$sp-pd/2 !important;
	}
}
*/
/* container
============================================================================================================ */
#container {
  position: relative;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #container {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 535px) {
  #container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 534px) {
  #container {
    padding-top: 15vw;
  }
}

/* .menu_block
======================================= */
.menu_block .name, .menu_block .english_name {
  text-align: center;
  color: #fff;
}

.menu_block .name {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .menu_block .name {
    font-size: 1.2rem;
  }
}

.menu_block .english_name {
  font-size: 0.78571em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .menu_block .english_name {
    font-size: 1rem;
  }
}

.menu_block .flex {
  margin-top: 50px;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .menu_block .flex {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .menu_block .box {
    margin: 0 25px;
  }
  .menu_block .box:first-of-type {
    margin-left: 0;
  }
  .menu_block .box:last-of-type {
    margin-right: 0;
  }
  .menu_block .box a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .menu_block .box:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.menu_block .subject, .menu_block a {
  color: #fff;
}

.menu_block .subject {
  font-weight: bold;
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .menu_block .subject {
    padding-left: 1em;
  }
}

.menu_block .subject::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .menu_block .subject::before {
    width: .5em;
    height: .5em;
  }
}

.menu_block .subject span {
  font-family: "Helvetica Neue", Helvetica, "IBMPlexSans",'IBM Plex Sans', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .menu_block .subject span {
    font-size: 1.4rem;
  }
}

.menu_block .subject small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .menu_block .subject small {
    font-size: 1.2rem;
  }
}

.menu_block ol {
  padding-left: 2em;
  list-style-type: disc;
  list-style-position: inside;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .menu_block ol {
    padding-left: 1em;
    font-size: 1rem;
  }
}

/* #header
======================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  max-height: 80px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  #header {
    height: 15vw;
  }
}

#header .header_inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#header .site_logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #header .site_logo {
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #header .site_logo {
    width: 70%;
    padding-right: 0 !important;
  }
}

#header .site_logo .logo {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  #header .site_logo .logo {
    width: 30vw;
    margin-right: 3vw;
  }
}

#header .site_logo a {
  width: 100%;
  height: 100%;
  display: block;
}

#header .english_title {
  color: #0A4397;
  font-family: "Bebasneue",'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  #header .english_title {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  #header .english_title {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

#header .right {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #header .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}

#header .sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #header .sns {
    height: 80px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #header .sns {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }
}

#header .sns .instagram {
  margin-right: 15px;
}

#header .sns a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .sns a:hover {
  opacity: 0.7;
}

#header .entry_btn a {
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  font-family: "Bebasneue",'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 5px;
  color: #fff;
  background-color: #93262C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #header .entry_btn a {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  #header .entry_btn a {
    right: 15vw;
    width: 15vw;
    height: 15vw;
  }
}

#header .entry_btn a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #header .entry_btn a::before {
    width: 1vw;
    height: 1vw;
  }
}

#header .entry_btn a:hover {
  background-color: #6a1c20;
}

#header .menu_wrap {
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #header .menu_wrap {
    width: 15vw;
    height: 15vw;
  }
}

#header .menu_wrap.is_act {
  z-index: 10;
}

#header .header_menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 38, 44, 0.9);
  z-index: 9;
}

@media screen and (min-width: 769px) {
  #header .header_menu {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  #header .header_menu {
    overflow-y: scroll;
  }
}

#header .header_menu .menu_block {
  position: relative;
}

@media screen and (min-width: 769px) {
  #header .header_menu .menu_block {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  #header .header_menu .menu_block {
    padding: 80px 0;
  }
}

#header .header_menu .menu_block .name {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #header .header_menu .menu_block .name {
    font-size: 1.3rem;
  }
}

#header .header_menu .menu_block .english_name {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #header .header_menu .menu_block .english_name {
    font-size: 1.2rem;
  }
}

#header .header_menu .menu_block .sns a {
  display: inline-block;
}

@media screen and (min-width: 769px) and (max-width: 1110px) {
  #header .header_menu .flex {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  #header .header_menu .flex .box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #header .header_menu .flex {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 20px;
  }
  #header .header_menu ol {
    display: none;
    font-size: 1.2rem;
  }
  #header .header_menu .box:nth-of-type(n+2) .subject::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header .header_menu .box.active .subject::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.75em;
  }
}

.menu_btn {
  display: block;
  max-width: 35px;
  width: 35px;
}

@media screen and (max-width: 768px) {
  .menu_btn {
    width: 9vw;
  }
}

.menu_btn::before, .menu_btn::after {
  background-color: #666;
  content: '';
  display: block;
  height: 2px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.menu_btn::before {
  box-shadow: 0 10px 0 #666;
  margin-bottom: 18px;
}

.menu_btn.active::before, .menu_btn.active::after {
  background-color: #fff;
}

.menu_btn.active::before {
  box-shadow: 0 0 0 #fff;
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.menu_btn.active::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

/* #footer
======================================= */
#footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #93262C;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }
}

@media screen and (min-width: 769px) {
  #footer .inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #footer .flex {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-fill: auto;
       -moz-column-fill: auto;
            column-fill: auto;
    height: 36em;
    margin-top: 30px;
  }
  #footer .box {
    width: 100%;
  }
}

#footer .copyright {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    margin-top: 6vw;
  }
}

#footer .copyright a {
  color: #fff;
}

/* .page_header
======================================= */
.page_header_basic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .page_header_basic {
    height: 150px;
  }
}

.page_header_basic.large {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .page_header_basic.large {
    height: 150px;
  }
}

.page_header_basic .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 430px;
  height: 150px;
  background-color: rgba(147, 38, 44, 0.9);
  color: #fff;
  font-size: 3rem;
  font-family: 'SourceHanSans', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page_header_basic .flex {
    width: 80vw;
    height: auto;
    font-size: 2rem;
    padding: 0.5em;
  }
}

.page_header_none_image {
  background-color: #93262C;
  height: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.page_header_none_image h1 {
  font-family: 'SourceHanSans', sans-serif;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page_header_none_image {
    height: 80px;
  }
  .page_header_none_image h1 {
    font-size: 2.2rem;
  }
}

/* #contents
======================================= */
#contents {
  padding-top: 110px;
}

#contents > section {
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 10vw;
  }
  #contents > section {
    padding-bottom: 10vw;
  }
}

/* .full
======================================= */
@media screen and (min-width: 769px) {
  .full_contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .full_contents > div {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .full_ph {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.full_ph > div, .full_ph > a {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .full_ph > div img, .full_ph > a img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .full_ph > div, .full_ph > a {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .full_ph div + div {
    margin-top: 10px;
  }
}

.full_ph > a {
  display: block;
}

/* .flex
======================================= */
@media screen and (min-width: 769px) {
  .flex {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .flex.fsp {
    display: -webkit-box;
    display: flex;
  }
}

.flex.fw {
  flex-wrap: wrap;
}

.flex.photo_column {
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}

.flex.photo_column > div {
  width: 31.5%;
}

.flex.photo_column > div img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flex.photo_column {
    margin: 20px auto;
  }
  .flex.photo_column > div {
    width: 100%;
  }
  .flex.photo_column > div img {
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex.photo_column div:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

/* color-style
======================================= */
.red {
  color: #93262C;
}

.bg_red {
  background-color: #93262C;
}

/* header-style
======================================= */
.title_basic {
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .title_basic {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.title_underline {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #93262C;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .title_underline {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.title_underline::before {
  content: "";
  width: 113px;
  height: 6px;
  background: #93262C;
  position: absolute;
  left: 0;
  bottom: -4px;
}

@media screen and (max-width: 768px) {
  .title_underline::before {
    height: 5px;
    bottom: -3px;
  }
}

.title_underline.subject {
  color: #93262C;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .title_underline.subject {
    font-size: 1.5rem;
  }
}

.title_basic_bg {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  background: #93262C;
  padding: 13px;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .title_basic_bg {
    font-size: 2rem;
  }
}

.subject_basic {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.66667em;
}

@media screen and (max-width: 768px) {
  .subject_basic {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.subject_basic_large {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #93262C;
}

@media screen and (max-width: 768px) {
  .subject_basic_large {
    font-size: 1.6rem;
  }
}

.subject_underline {
  font-size: 2.3rem;
  color: #93262C;
  line-height: 1;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .subject_underline {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}

.subject_underline::after {
  content: "";
  width: 43px;
  height: 1px;
  background: #93262C;
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .subject_underline::after {
    margin-top: 15px;
  }
}

/* .note
======================================= */
.note {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .note {
    font-size: 1rem;
  }
}

/* .border_block
======================================= */
.border_block {
  border: 1px solid #93262C;
  padding: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .border_block {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}

.border_block span {
  color: #93262C;
}

/* table-style
======================================= */
.table_basic {
  width: 100%;
  margin-bottom: 25px;
}

.table_basic tr {
  border-bottom: 1px solid #bebdbd;
}

.table_basic tr:first-of-type {
  border-top: 1px solid #bebdbd;
}

.table_basic th, .table_basic td {
  padding: 30px;
}

.table_basic th {
  background: #eeeeee;
  color: #000;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #bebdbd;
  width: 20%;
}

.table_basic td {
  background: #FBFBFB;
}

.table_basic td.text_indent h3 {
  font-weight: bold;
}

.table_basic td.text_indent p {
  padding-left: 1em;
}

.table_basic td.text_indent p + h3 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .table_basic {
    margin-bottom: 25px;
  }
  .table_basic th, .table_basic td {
    padding: 15px;
    width: 100%;
    display: block;
  }
  .table_basic th {
    border-right: 0;
    border-bottom: 1px solid #bebdbd;
    font-size: 1.4rem;
  }
  .table_basic td.text_indent p + h3 {
    margin-top: 15px;
  }
}

/* #voice_nav
======================================= */
#voice_nav h2 {
  font-size: 6rem;
  text-align: center;
  color: #93262C;
  line-height: 1;
  margin-bottom: 35px;
  font-family: "Helvetica Neue", Helvetica, "IBMPlexSans",'IBM Plex Sans', sans-serif;
}

@media screen and (max-width: 768px) {
  #voice_nav h2 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

#voice_nav h2 + p {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #voice_nav h2 + p {
    font-size: 1.8rem;
  }
}

#voice_nav nav {
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#voice_nav .box {
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #voice_nav .box {
    width: 100%;
    max-width: 362px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: voice-animation-out 0.3s ease-out forwards;
            animation: voice-animation-out 0.3s ease-out forwards;
  }
  #voice_nav .box::after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #93262C;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice_nav .box:hover {
    -webkit-animation: voice-animation-hover 0.3s ease-out forwards;
            animation: voice-animation-hover 0.3s ease-out forwards;
  }
  #voice_nav .box img {
    width: 100%;
  }
}

#voice_nav .box _:-ms-lang(x), #voice_nav .box:hover::after {
  top: 15px;
  bottom: -15px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  #voice_nav .box {
    margin-left: auto;
    margin-right: auto;
  }
}

#voice_nav .box a {
  text-decoration: none;
  color: #3B4043;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #voice_nav .box a {
    font-size: 1.3rem;
  }
}

#voice_nav .box .btm {
  padding: 30px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #voice_nav .box .btm {
    padding: 15px 20px;
  }
}

#voice_nav .box .btm::before, #voice_nav .box .btm::after {
  content: "";
  position: absolute;
}

#voice_nav .box .btm::before {
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  bottom: 10px;
  right: 12px;
}

#voice_nav .box .btm::after {
  background: #93262C;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}

#voice_nav .box .icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #93262C;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.8em 1em;
}

@media screen and (max-width: 768px) {
  #voice_nav .box .icon {
    font-size: 1.4rem;
  }
}

#voice_nav .box .name {
  font-size: 1.3rem;
  color: #93262C;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #voice_nav .box .name {
    font-size: 1.2rem;
  }
}

#voice_nav .box .name span {
  font-size: 2rem;
  color: #000;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  #voice_nav .box .name span {
    font-size: 1.7rem;
  }
}

#voice_nav .box .name + p {
  color: #000;
}

@-webkit-keyframes voice-animation-hover {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -10px;
    left: -10px;
    -webkit-filter: drop-shadow(15px 15px 0 #93262c);
            filter: drop-shadow(15px 15px 0 #93262c);
  }
}

@keyframes voice-animation-hover {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: -10px;
    left: -10px;
    -webkit-filter: drop-shadow(15px 15px 0 #93262c);
            filter: drop-shadow(15px 15px 0 #93262c);
  }
}

@-webkit-keyframes voice-animation-out {
  0% {
    top: -10px;
    left: -10px;
    -webkit-filter: drop-shadow(15px 15px 0 #93262c);
            filter: drop-shadow(15px 15px 0 #93262c);
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes voice-animation-out {
  0% {
    top: -10px;
    left: -10px;
    -webkit-filter: drop-shadow(15px 15px 0 #93262c);
            filter: drop-shadow(15px 15px 0 #93262c);
  }
  100% {
    top: 0;
    left: 0;
  }
}

/* .effect
======================================= */
.effect {
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.effect.on_effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect.fadein {
  opacity: 0;
}

.effect.fadein.on_effect {
  opacity: 1;
}

.effect.btmin {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}

.effect.btmin.on_effect {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect.leftin {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

.effect.leftin.on_effect {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.effect.rightin {
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}

.effect.rightin.on_effect {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delay100 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay400 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay500 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay700 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay800 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.delay1100 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay1200 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay1300 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay1400 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
