@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@100..900&display=swap");
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #1B1B1B;
  font-size: 1.5em;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
body.admin-bar {
  position: relative;
}

select,
input,
button,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  max-width: 100%;
}

#pagetop {
  background: url(../images/common/pagetop2.png);
  background-size: contain;
  position: fixed;
  right: 8px;
  text-indent: -9999px;
  outline: none;
  opacity: 0.7;
  z-index: 10;
}
@media (min-width: 560px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 820.9px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

a {
  text-decoration: none;
  color: #e55959;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #C48686;
}

/**************
Layout Set
**************/
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }
  .wrap.w1300 {
    max-width: 1300px;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.middlewrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .middlewrap {
    width: 88%;
  }
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .shortwrap {
    width: 88%;
  }
}

.page_section {
  padding: 80px 0 0;
}
@media (max-width: 559.9px) {
  .page_section {
    padding: 40px 0 0;
  }
}
.page_section__white {
  background-color: #fff;
}
.page_section__gray {
  background-color: #B3B1B9;
}
.page_section__black {
  background-color: #1B1B1B;
}
.page_section__bgBlue {
  background-color: #F1F6FA;
}
.page_section__lightGray {
  background-color: #F5F5F5;
}
.page_section__darkGray {
  background-color: #444444;
}
.page_section.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .page_section.pb80 {
    padding-bottom: 40px;
  }
}

/**************
Header
**************/
#header {
  width: 100%;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: white;
  position: relative;
}

.header_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: url(../images/common/header_stamp.png) left top no-repeat;
  background-size: 300px;
  padding: 16px 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .header_upper {
    padding: 16px 0;
  }
}
@media (max-width: 559.9px) {
  .header_upper {
    display: none;
  }
}
.header_upper .logo_GOOD_DESIGN {
  width: 240px;
  padding-top: 80px;
}
.header_upper .header_logo {
  text-align: center;
  margin: 0 auto;
}
.header_upper .header_logo .logo_header {
  display: block;
  width: 320px;
  margin: 20px auto 0;
}
.header_upper .header_instagram {
  text-align: center;
}
.header_upper .header_instagram .logo_instagram {
  display: block;
  width: 96px;
  margin: 16px auto 0;
}
.header_upper .header_instagram .header_instagram_txt1 {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}
.header_upper .header_instagram .header_instagram_txt2 {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: bold;
}

.header_upper_sp {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: url(../images/common/header_stamp.png) right center no-repeat;
  background-size: 170px;
  padding: 20px 0 40px;
}
@media (min-width: 560px) {
  .header_upper_sp {
    display: none;
  }
}
.header_upper_sp .logo_GOOD_DESIGN {
  width: 120px;
  margin: 0 0 10px 40px;
}
.header_upper_sp .header_logo {
  text-align: center;
  margin: 0 auto 10px;
}
.header_upper_sp .header_logo .logo_header {
  display: block;
  width: 320px;
  margin: 20px auto 0;
}
.header_upper_sp .header_instagram {
  text-align: center;
}
.header_upper_sp .header_instagram .logo_instagram {
  display: block;
  width: 50px;
  margin: 10px auto 0;
}
.header_upper_sp .header_instagram .header_instagram_txt1 {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}
.header_upper_sp .header_instagram .header_instagram_txt2 {
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .global_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-left: auto;
    background-color: rgb(244, 78, 44);
    z-index: 10;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .global_navi.fixed_navi {
    position: fixed;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    top: -120px;
    left: 0;
    transition: all 0.8s ease;
  }
  .global_navi.fixed_navi.fixed {
    top: 0;
  }
}
@media (max-width: 1199.9px) {
  .global_navi {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow: auto;
    z-index: 11;
    background-color: #FFFFFF;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (max-width: 559.9px) {
  .global_navi {
    width: 100vw;
    left: 100%;
    top: 0;
    height: 100vh;
    padding-top: 96px;
  }
}

@media (min-width: 821px) and (max-width: 1199.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (max-width: 559.9px) {
  .opened .global_navi {
    left: 0;
  }
}

.navi_ul {
  position: relative;
}
@media (min-width: 1200px) {
  .navi_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1199.9px) {
  .navi_ul {
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .navi_ul {
    margin-top: 120px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .navi_ul {
    margin-top: 120px;
  }
}
@media (max-width: 559.9px) {
  .navi_ul {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .navi_ul > li {
    position: relative;
    height: 100%;
  }
}
.navi_ul > li.toggle {
  position: relative;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .navi_ul > li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
  }
}

.header-nav-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-size: 1.5rem;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header-nav-item {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: bold;
    padding: 0 9px;
    cursor: pointer;
    color: white;
  }
  .header-nav-item:hover {
    background-color: #b06510;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
  }
}
@media (max-width: 1199.9px) {
  .header-nav-item {
    padding: 10px 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #1B1B1B;
    position: relative;
  }
  .header-nav-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1B1B1B;
    display: block;
    bottom: 10px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center bottom;
    transition: all 0.4s ease;
  }
  .header-nav-item:hover {
    color: #1B1B1B;
  }
  .header-nav-item:hover::after {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
}

@media (min-width: 1200px) {
  .megamenu {
    transition: all 0.6s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 160px;
    z-index: 4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    background-color: #444444;
    border-radius: 4px;
  }
  .megamenu.w200 {
    width: 200px;
  }
  .megamenu.w240 {
    width: 240px;
  }
}
@media (max-width: 1199.9px) {
  .megamenu {
    display: none;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .megamenu .inner_ul {
    padding: 3px 0 0;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul {
    padding: 0 24px 12px;
  }
}
.megamenu .inner_ul li {
  padding: 3px 0 0;
}
.megamenu .inner_ul li a {
  letter-spacing: 0.04em;
  padding-bottom: 4px;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul li a {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding: 5px 0 5px;
    color: #1B1B1B;
  }
}
.megamenu .inner_ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: all 0.3s ease;
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a::after {
    background-color: #1B1B1B;
  }
}
.megamenu .inner_ul li a:hover::after {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul .less-spc {
    display: none;
  }
}
.menuBtn {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 7px;
  top: 7px;
  z-index: 21;
  background-color: rgb(244, 78, 44);
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .menuBtn {
    display: none;
    transition: all 0.4s ease;
    opacity: 0;
  }
  .menuBtn.fixed {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out 0.2s;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .menuBtn {
    width: 72px;
    height: 72px;
    right: 8px;
    top: 4px;
    border-radius: 4px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .menuBtn {
    right: 30px;
    top: 16px;
  }
}
@media (max-width: 559.9px) {
  .menuBtn {
    top: 20px;
    right: 7px;
  }
}
@media (max-width: 559.9px) {
  .fixed .menuBtn {
    top: 7px;
    right: 0;
  }
}
.menuBtn .nav-open {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.menuBtn .nav-open span,
.menuBtn .nav-open span:before,
.menuBtn .nav-open span:after {
  position: absolute;
  background: #FFFFFF;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 2px;
  width: 20px;
  border-radius: 1px;
}
.menuBtn .nav-open span::before {
  bottom: 8px;
}
.menuBtn .nav-open span::after {
  bottom: -8px;
}
.menuBtn.menu-open {
  -webkit-animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  right: 16px;
  top: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: fixed;
}
@media (max-width: 559.9px) {
  .menuBtn.menu-open {
    right: 16px;
    top: 16px;
  }
}
.menuBtn.menu-open .nav-open span {
  background-color: transparent;
}
.menuBtn.menu-open .nav-open span::before, .menuBtn.menu-open .nav-open span::after {
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
}
.menuBtn.menu-open .nav-open span::before {
  transform: rotate(45deg);
}
.menuBtn.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.hiddenMenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: auto;
  background-color: #FFF0F0;
  z-index: 20;
  top: 0;
  padding: 40px;
  display: none;
}
@media (max-width: 559.9px) {
  .hiddenMenu {
    padding: 24px;
  }
}
.hiddenMenu .logo_header {
  display: block;
  width: 240px;
  margin: 0 auto 40px;
}
.hiddenMenu .hidden_navi_ul {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 4%;
  border-top: 1px rgb(244, 78, 44) dashed;
}
@media (max-width: 559.9px) {
  .hiddenMenu .hidden_navi_ul {
    flex-direction: column;
  }
}
.hiddenMenu .hidden_navi_ul > li {
  width: 48%;
  border-bottom: 1px rgb(244, 78, 44) dashed;
}
@media (max-width: 559.9px) {
  .hiddenMenu .hidden_navi_ul > li {
    width: 100%;
  }
}
.hiddenMenu .hidden_navi_ul > li a {
  display: block;
  font-size: 2rem;
  position: relative;
  padding: 24px 0 24px 64px;
}
@media (max-width: 559.9px) {
  .hiddenMenu .hidden_navi_ul > li a {
    padding: 16px 0 16px 48px;
    font-size: 1.7rem;
  }
}
.hiddenMenu .hidden_navi_ul > li a::before {
  background: url(../images/common/arrow-bg01.png) no-repeat;
  background-size: cover;
  content: "";
  width: 44px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 559.9px) {
  .hiddenMenu .hidden_navi_ul > li a::before {
    width: 32px;
    height: 33px;
  }
}
.hiddenMenu .hidden_navi_ul > li a::after {
  background: url(../images/common/w-arrow.png) no-repeat;
  background-size: cover;
  content: "";
  width: 17px;
  height: 16px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .hiddenMenu .hidden_navi_ul > li a::after {
    width: 12px;
    height: 11px;
    left: 10px;
  }
}

/**************
WordPressログイン時
**************/
@media (min-width: 560px) {
  .admin-bar #header {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .fixed-header .megamenu {
    top: 108px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .megamenu {
    top: 152px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .fixed .megamenu {
    top: 126px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .admin-bar .menuBtn {
    top: 40px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .admin-bar .menuBtn {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .global_navi.fixed_navi.fixed {
    top: 32px;
  }
}

/**************
Footer
**************/
#footer {
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .footer_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    background-color: rgb(240, 74, 41);
  }
}
@media (max-width: 1199.9px) {
  .footer_navi {
    display: none;
  }
}

.footer_navi_ul {
  position: relative;
}
@media (min-width: 1200px) {
  .footer_navi_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
  }
  .footer_navi_ul::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 1199.9px) {
  .footer_navi_ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer_navi_ul > li {
    position: relative;
    height: 100%;
  }
  .footer_navi_ul > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.footer-nav-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .footer-nav-item {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: bold;
    padding: 0 12px;
    cursor: pointer;
    color: white;
  }
  .footer-nav-item:hover {
    background-color: rgb(217, 51, 17);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white;
  }
}

.footer-bottom {
  background-color: rgb(137, 127, 127);
  padding: 40px 0 100px;
  width: 100%;
}
@media (max-width: 559.9px) {
  .footer-bottom {
    padding: 40px 0;
  }
}
.footer-bottom .footer_inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .footer-bottom .footer_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-bottom .footer_inner .logo_side {
  width: 240px;
}
.footer-bottom .footer_inner .co_side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-bottom .footer_inner .co_side .co_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.footer-bottom .footer_inner .co_side .co_info p {
  color: white;
  font-size: 1.3rem;
}
.footer-bottom .footer_inner .co_side .co_info .asahi_logo {
  display: block;
  width: 200px;
}

.copyright {
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  color: white;
}
@media (max-width: 820.9px) {
  .copyright {
    font-size: 1.1rem;
    margin-top: 30px;
  }
}

/**************
Common Parts
**************/
/* Titles */
.title1 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title1 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title2 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding-bottom: 16px;
}
.title2::before, .title2::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title2::before {
  width: 100%;
  background-color: #e5e5e5;
}
.title2::after {
  width: 160px;
  background-color: #003C97;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .title2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 820.9px) {
  .title2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px #ccc solid;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title3 {
    font-size: 1.7rem;
  }
}
.title3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 90%;
  background-color: #003C97;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 5%;
}

.title4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666;
  position: relative;
  padding: 4px 0 4px 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.title4::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #003C97;
  position: absolute;
  left: 0;
  top: 10%;
}

.dot-liner_title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  color: rgb(244, 78, 44);
  letter-spacing: 0.6rem;
  border-bottom: 6px dotted rgb(244, 78, 44);
  padding-bottom: 10px;
}
@media (max-width: 559.9px) {
  .dot-liner_title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
}

.dot-liner_title2 {
  border-bottom: 6px dotted rgb(244, 78, 44);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 559.9px) {
  .dot-liner_title2 {
    margin-bottom: 10px;
  }
}
.dot-liner_title2 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(244, 78, 44);
  letter-spacing: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .dot-liner_title2 .inner {
    margin: 0 auto;
  }
}
.dot-liner_title2 .inner .speech {
  font-size: 2.4rem;
}
@media (max-width: 559.9px) {
  .dot-liner_title2 .inner .speech {
    font-size: 1.6rem;
  }
}
.dot-liner_title2 .inner .title {
  font-size: 4rem;
}
@media (max-width: 559.9px) {
  .dot-liner_title2 .inner .title {
    font-size: 2rem;
  }
}

.graydot-liner_title {
  border-bottom: 4px dotted #2b2b2b;
  margin-bottom: 30px;
}
@media (max-width: 559.9px) {
  .graydot-liner_title {
    margin-bottom: 10px;
  }
}
.graydot-liner_title .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(244, 78, 44);
  letter-spacing: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .graydot-liner_title .inner {
    margin: 0 auto;
  }
}
.graydot-liner_title .inner .speech {
  font-size: 2.4rem;
}
@media (max-width: 559.9px) {
  .graydot-liner_title .inner .speech {
    font-size: 1.8rem;
  }
}
.graydot-liner_title .inner .title {
  font-size: 4.6rem;
}
@media (max-width: 559.9px) {
  .graydot-liner_title .inner .title {
    font-size: 2rem;
  }
}

.graydot-liner_title_wancoro {
  border-bottom: 4px dotted #2b2b2b;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .graydot-liner_title_wancoro {
    margin-bottom: 10px;
    position: relative;
    padding: 30px 0 5px 0;
  }
}
.graydot-liner_title_wancoro .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(244, 78, 44);
  letter-spacing: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .graydot-liner_title_wancoro .inner {
    margin: 0 auto;
  }
}
.graydot-liner_title_wancoro .inner .speech {
  font-size: 2.4rem;
}
@media (max-width: 559.9px) {
  .graydot-liner_title_wancoro .inner .speech {
    font-size: 1.8rem;
  }
}
.graydot-liner_title_wancoro .inner .title {
  font-size: 4.6rem;
}
@media (max-width: 559.9px) {
  .graydot-liner_title_wancoro .inner .title {
    font-size: 2rem;
  }
}
.graydot-liner_title_wancoro .wancoro_img {
  width: 240px;
}
@media (max-width: 559.9px) {
  .graydot-liner_title_wancoro .wancoro_img {
    position: absolute;
    width: 120px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.wancoro_title {
  border-bottom: 4px dotted #2b2b2b;
  padding: 0 10px 10px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 559.9px) {
  .wancoro_title {
    margin-bottom: 10px;
    position: relative;
    padding: 30px 0 5px 0;
  }
}
.wancoro_title .title {
  color: rgb(244, 78, 44);
  letter-spacing: 0.6rem;
  font-size: min(4rem, 3.8vw);
}
.wancoro_title .title.small {
  font-size: min(3.6rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .wancoro_title .title {
    font-size: 2rem;
    margin: 0 auto;
  }
}
.wancoro_title .title_img {
  width: 300px;
  margin: 0 auto;
}
.wancoro_title .wancoro_img {
  width: 240px;
}
@media (max-width: 559.9px) {
  .wancoro_title .wancoro_img {
    position: absolute;
    width: 120px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.small-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .small-title {
    margin-bottom: 20px;
  }
}
.small-title .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(6.8rem, 6.4vw);
  letter-spacing: 0.8rem;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .small-title .eng {
    font-size: 3.2rem;
  }
}
.small-title .jp {
  font-size: min(2rem, 2vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .small-title .jp {
    font-size: 1.6rem;
  }
}

.big-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .big-title {
    margin-bottom: 20px;
  }
}
.big-title .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  font-size: min(9rem, 7vw);
  letter-spacing: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
  }
}
.big-title .jp {
  font-size: min(2rem, 2vw);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}
@media (max-width: 559.9px) {
  .big-title .jp {
    font-size: 1.6rem;
  }
}

.title01 { /***上jp下eng***/
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 559.9px) {
  .title01 {
    padding-bottom: 30px;
  }
}
.title01 .jp {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 559.9px) {
  .title01 .jp {
    font-size: 2.2rem;
  }
}
.title01 .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .title01 .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
}
.title01.small .jp {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .title01.small .jp {
    font-size: 2.2rem;
  }
}

.underLine-title {
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.underLine-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  display: block;
  left: 0;
  bottom: 20px;
}
.underLine-title .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  font-size: min(12rem, 10vw);
  line-height: 1;
}
@media (max-width: 559.9px) {
  .underLine-title .eng {
    font-size: 4rem;
  }
}
.underLine-title .jp {
  display: inline-block;
  font-size: 2.4rem;
  background-color: #F1F6FA;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .underLine-title .jp {
    font-size: 1.8rem;
  }
}

.leftLine-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.6rem, 2.6vw);
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #444444;
}
@media (max-width: 559.9px) {
  .leftLine-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.leftLine-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  background-color: rgb(239, 209, 209);
  width: 20px;
  height: 2px;
}
.leftLine-title.small {
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .leftLine-title.small {
    font-size: 1.8rem;
  }
}
.leftLine-title.middle {
  font-size: min(2.8rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .leftLine-title.middle {
    font-size: 1.8rem;
  }
}

.leftSquare-title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (max-width: 559.9px) {
  .leftSquare-title {
    font-size: 2rem;
    margin-bottom: 12px;
    padding-left: 25px;
  }
}
.leftSquare-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #1B1B1B;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
@media (max-width: 559.9px) {
  .leftSquare-title::before {
    width: 15px;
    height: 15px;
  }
}
.leftSquare-title.small {
  font-size: min(1.8rem, 2.8vw);
}
.leftSquare-title.small::before {
  width: 10px;
  height: 10px;
}
@media (max-width: 559.9px) {
  .leftSquare-title.small {
    font-size: 1.8rem;
  }
}
.leftSquare-title.middle {
  font-size: min(2.8rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .leftSquare-title.middle {
    font-size: 1.8rem;
  }
}

.topSquare-title {
  font-size: 3.2rem;
  text-align: center;
  margin: 23px 0 40px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 559.9px) {
  .topSquare-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.topSquare-title::before {
  position: absolute;
  top: -18px;
  left: 50.2%;
  content: "";
  display: inline-block;
  border: 1px #FFFFFF solid;
  background-color: #1B1B1B;
  width: 14px;
  height: 14px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .topSquare-title::before {
    left: 50.4%;
  }
}
.topSquare-title::after {
  position: absolute;
  top: -23px;
  left: 49.8%;
  content: "";
  display: inline-block;
  border: 2px #1B1B1B solid;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .topSquare-title::after {
    left: 49.6%;
  }
}
.topSquare-title.small {
  font-size: min(1.8rem, 2.8vw);
}
.topSquare-title.small::before {
  width: 10px;
  height: 10px;
}
@media (max-width: 559.9px) {
  .topSquare-title.small {
    font-size: 1.8rem;
  }
}
.topSquare-title.middle {
  font-size: min(2.8rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .topSquare-title.middle {
    font-size: 1.8rem;
  }
}
.topSquare-title.beaf-none {
  margin-top: 0;
}
.topSquare-title.beaf-none::before {
  display: none;
}
.topSquare-title.beaf-none::after {
  display: none;
}
.topSquare-title.mb85 {
  margin-bottom: 85px;
}
@media (max-width: 559.9px) {
  .topSquare-title.mb85 {
    margin-bottom: 50px;
  }
}
.topSquare-title .fa-microphone-alt {
  position: absolute;
  color: #F4DF35;
  font-size: 25px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 560px) {
  .horizontal_tit {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (min-width: 560px) {
  .horizontal_tit.end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-left: auto;
  }
}
.horizontal_tit .jp {
  position: relative;
  color: #1B1B1B;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  top: 2px;
}
@media (max-width: 559.9px) {
  .horizontal_tit .jp {
    display: block;
    font-size: 2.1rem;
  }
}
.horizontal_tit .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #95a9bb;
  position: relative;
  line-height: 1;
}
@media (min-width: 560px) {
  .horizontal_tit .eng {
    margin-left: 20px;
    padding-left: 20px;
    top: 12px;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit .eng {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
@media (min-width: 560px) {
  .horizontal_tit .eng::before {
    width: 2px;
    height: 24px;
    content: "";
    display: block;
    background-color: #95a9bb;
    position: absolute;
    left: 0;
    top: -4px;
  }
}

.center-title {
  font-size: 2.2rem;
  text-align: center;
  margin: 50px 0 30px;
  font-weight: bold;
}
.center-title span {
  color: #003C97;
}
@media (max-width: 820.9px) {
  .center-title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.center-title .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.center-title.white {
  color: #fff;
}
.center-title.white::after {
  background-color: #fff;
}

.center-title2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .center-title2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.center-title2.red {
  color: #BE241F;
}
.center-title2.text30 {
  font-size: 3rem;
}
@media (max-width: 820.9px) {
  .center-title2.text30 {
    font-size: 2.8rem;
  }
}
.center-title2.mb85 {
  margin-bottom: 85px;
}
@media (max-width: 559.9px) {
  .center-title2.mb85 {
    margin-bottom: 50px;
  }
}

.blue-title {
  background-color: #003C97;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .blue-title {
    font-size: 2rem;
  }
}
@media (max-width: 820.9px) {
  .blue-title {
    font-size: 1.8rem;
  }
}

.lined_title {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 3px;
  margin-bottom: 32px;
  color: #444444;
}
.lined_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  background-color: #B3B1B9;
}
.lined_title span {
  display: inline-block;
  padding: 0 16px 8px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #BE241F;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #BE241F;
}

.grad-title {
  position: relative;
  padding-left: 80px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .grad-title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 56px;
  }
}
.grad-title::before {
  content: attr(data-number);
  position: absolute;
  top: -35px;
  left: 0;
  color: rgba(201, 63, 63, 0.3);
  font-size: 6rem;
}
@media (max-width: 559.9px) {
  .grad-title::before {
    font-size: 3.2rem;
    top: -38%;
  }
}
.grad-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #d99e9e 0px, #b48383 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 10px 10px;
  z-index: 1;
}

.tit_404 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #003C97;
}

.centerline-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.centerline-title .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
  font-weight: 600;
  font-size: min(4.2rem, 3vw);
  line-height: 1;
  padding-right: 30px;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .centerline-title .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media (max-width: 559.9px) {
  .centerline-title .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    padding-right: 15px;
  }
}
.centerline-title .eng::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #1B1B1B;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.centerline-title .jp {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 30px;
}
@media (max-width: 559.9px) {
  .centerline-title .jp {
    margin-left: 15px;
  }
}

.ontheline-title {
  position: relative;
  text-align: center;
}
.ontheline-title::after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #1B1B1B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ontheline-title .jp {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #F5F5F5;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ontheline-title .jp.white {
  background-color: #FFFFFF;
}
.ontheline-title .jp.f3 {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .ontheline-title .jp.f3 {
    font-size: 2.2rem;
  }
}

.number-line-title {
  color: #003C97;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 559.9px) {
  .number-line-title {
    margin-bottom: 20px;
  }
}
.number-line-title .num {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  font-size: min(6rem, 6vw);
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 559.9px) {
  .number-line-title .num {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    line-height: 1;
  }
}
.number-line-title .eng_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.number-line-title .eng_box::after {
  content: "";
  width: calc(100% + 140px);
  height: 2px;
  background-color: #003C97;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .number-line-title .eng_box::after {
    width: calc(100% + 80px);
  }
}
.number-line-title .eng_box .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  font-weight: 500;
  background-color: #FFFFFF;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 560px) {
  .number-line-title .eng_box .eng br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .number-line-title .eng_box .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    padding: 0 15px;
  }
}
.number-line-title .jp {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .number-line-title .jp {
    font-size: 3rem;
  }
}

.number-title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
@media (max-width: 559.9px) {
  .number-title {
    padding-bottom: 20px;
  }
}
.number-title .num {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
.number-title .num::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #444444;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.number-title .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .number-title .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
  }
}
.number-title .jp {
  font-size: 1.8rem;
  font-weight: 700;
}
.number-title_red .num {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  line-height: 1.1;
}
.number-title_red .num::after {
  background-color: #BE241F;
  width: 35px;
}
.number-title_red .eng {
  color: #BE241F;
}
.number-title_red .jp {
  color: #BE241F;
}

.title-with-sideline {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .title-with-sideline {
    font-size: 1.8rem;
  }
}
.title-with-sideline::before, .title-with-sideline::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #0f2cb1;
}
@media (max-width: 559.9px) {
  .title-with-sideline::before, .title-with-sideline::after {
    height: 32px;
    height: auto;
  }
}
.title-with-sideline::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
@media (max-width: 559.9px) {
  .title-with-sideline::before {
    margin-right: 12px;
    transform: rotate(-24deg);
  }
}
.title-with-sideline::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
@media (max-width: 559.9px) {
  .title-with-sideline::after {
    margin-left: 12px;
    transform: rotate(24deg);
  }
}

/* Buttons */
.btn_box-mt70 {
  margin-top: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn_box-mt50 {
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .btn_box-mt50 {
    margin-top: 20px;
  }
}

.btn_box-mt30 {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .btn_box-mt30 {
    margin-top: 20px;
  }
}

.btn_box-mt20 {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btnFlex_box-mt50 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw 3%;
}
@media (max-width: 559.9px) {
  .btnFlex_box-mt50 {
    margin-top: 20px;
    flex-direction: column;
  }
}

.btn_box-right {
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-arrow-box-white {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow-box-white i {
  color: #444444;
  font-size: 1.2rem;
}

.btn-arrow-box-black {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow-box-black i {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.btn-arrow-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.btn-arrow-box i {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.btn-orange {
  width: 230px;
  height: 50px;
  background-color: rgb(244, 78, 44);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.btn-orange.w310 {
  width: 310px;
}
@media (max-width: 1199.9px) {
  .btn-orange.w310 {
    width: 225px;
  }
}
.btn-orange .text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #1B1B1B;
}
.btn-orange .jp {
  font-size: 1.5rem;
  font-weight: 700;
}
.btn-orange i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.btn-orange:hover {
  background-color: rgba(244, 78, 44, 0.6);
}

.btn-orange-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.btn-orange-bg .orange-bg {
  width: 50px;
  height: 50px;
  position: relative;
}
.btn-orange-bg .orange-bg img {
  width: 100%;
}
.btn-orange-bg .orange-bg i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 2rem;
}
.btn-orange-bg .jp {
  color: #e55959;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn-orange-bg:hover .jp {
  opacity: 0.6;
}

.btn-01 {
  width: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.btn-01 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 56px);
  height: 56px;
  font-weight: bold;
}
.btn-01 .arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BE241F;
  transition: all 0.3s ease;
}
.btn-01 .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.btn-01.gr .txt {
  background-color: #F5F5F5;
}
.btn-01.wr .txt {
  background-color: #FFFFFF;
}
.btn-01:hover .arrow {
  background-color: #F4DF35;
}
.btn-01:hover .arrow i {
  transform: scale(1.5);
}

.btn-02 {
  width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.btn-02 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 40px;
  font-weight: bold;
}
.btn-02 .arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003C97;
  transition: all 0.3s ease;
}
.btn-02 .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.btn-02.gr .txt {
  background-color: #F5F5F5;
}
.btn-02.wh .txt {
  background-color: #FFFFFF;
}
.btn-02:hover .arrow {
  background-color: #F4DF35;
}
.btn-02:hover .arrow i {
  transform: scale(1.5);
}

.btn-black {
  width: 280px;
  height: 60px;
  border: 2px #1B1B1B solid;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #1B1B1B;
  transition: all 0.4s ease;
}
.btn-black.w300 {
  width: 300px;
}
.btn-black.w350 {
  width: 350px;
}
@media (max-width: 559.9px) {
  .btn-black.w350 {
    width: 320px;
  }
}
.btn-black.bg_white {
  background-color: #fff;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .btn-black.bg_white {
    width: 200px;
    line-height: 1.2;
  }
}
.btn-black.qa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border: 2px #1B1B1B solid;
}
@media (min-width: 560px) {
  .btn-black.qa br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .btn-black.qa:nth-child(n+2) {
    margin-top: 10px;
  }
}
.btn-black.qa .txt {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 50px 10px 20px;
  line-height: 1.2;
}
@media (max-width: 559.9px) {
  .btn-black {
    height: 50px;
  }
}
.btn-black .txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 64px 0 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .btn-black .txt {
    font-size: 1.4rem;
    padding: 0 30px 0 15px;
  }
}
.btn-black i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 559.9px) {
  .btn-black i {
    right: 12px;
  }
}
.btn-black:hover {
  background-color: #1B1B1B;
  color: white;
}

.btn-default {
  width: 240px;
  height: 54px;
  background-color: transparent;
  color: #003C97;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  padding-right: 16px;
  border: 1px #003C97 solid;
}
@media (min-width: 560px) {
  .btn-default {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .btn-default {
    max-width: 100%;
  }
}
.btn-default.eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
.btn-default i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-default:hover {
  color: white;
  background-color: #003C97;
}
.btn-default.white {
  color: white;
  border: 1px white solid;
}
.btn-default.white:hover {
  color: #003C97;
  background-color: white;
}

/* Tables */
.table-row {
  width: 100%;
}
.table-row th {
  padding: 12px 24px;
  text-align: left;
}
@media (min-width: 560px) {
  .table-row th {
    border-bottom: 1px #FFB9B9 solid;
    width: 200px;
  }
}
@media (max-width: 559.9px) {
  .table-row th {
    width: 100%;
    display: block;
    background-color: #f3f3f3;
    padding: 8px;
  }
}
.table-row td {
  padding: 12px 24px;
}
@media (min-width: 560px) {
  .table-row td {
    border-bottom: 1px #ddd solid;
  }
}
@media (max-width: 559.9px) {
  .table-row td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

.table-fixform {
  width: 100%;
  margin: 0 auto;
}
.table-fixform th {
  width: 25%;
  font-weight: 700;
  border-bottom: #C48686 1px solid;
  padding: 20px 5px;
}
@media (max-width: 820.9px) {
  .table-fixform th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table-fixform th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.table-fixform td {
  padding: 20px 24px;
  border-bottom: #d3d3d3 1px solid;
  gap: 0 60px;
}
.table-fixform td.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .table-fixform td.flex {
    display: block;
  }
}
.table-fixform td.flex .table-img {
  width: 200px;
}
@media (max-width: 559.9px) {
  .table-fixform td.flex .table-img {
    margin-top: 10px;
  }
}
@media (max-width: 820.9px) {
  .table-fixform td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table-fixform td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table-fixform td dl {
  margin-bottom: 20px;
}
.table-fixform td dl:last-child {
  margin-bottom: 0;
}
.table-fixform td dl dt {
  align-items: center;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 820.9px) {
  .table-fixform td dl dt {
    display: block;
    padding-left: 15px;
  }
}
.table-fixform td dl dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  display: inline-flex;
  background-color: #aa8924;
  border-radius: 4px;
}
@media (max-width: 820.9px) {
  .table-fixform td dl dt::before {
    width: 10px;
    height: 10px;
  }
}
.table-fixform td dl dd {
  margin-left: calc(1rem + 15px);
}
.table-fixform td dl .link_btn {
  margin-top: 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  font-weight: 700;
  background-color: #003C97;
  color: #FFFFFF;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.table-fixform td dl .link_btn i {
  margin-left: 20px;
}
.table-fixform td dl .link_btn:hover, .table-fixform td dl .link_btn :active {
  background-color: #95a9bb;
}

.table-f {
  width: 100%;
  min-width: 740px;
  font-feature-settings: "palt";
}
@media (max-width: 820.9px) {
  .table-f {
    font-size: 1.4rem;
  }
}
.table-f tr th {
  width: 180px;
  padding: 12px 20px;
  background-color: #444444;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .table-f tr th {
    padding: 5px 10px;
  }
}
.table-f tr td {
  border-bottom: 1px #444444 solid;
  text-align: left;
  padding: 12px 15px;
}
@media (max-width: 1199.9px) {
  .table-f tr td {
    padding: 5px 10px;
  }
}
.table-f tr td:last-child {
  text-align: center;
}
.table-f tr:nth-child(odd) td {
  background-color: #F5F5F5;
}

.table-f2 {
  width: 90%;
  margin: 50px auto 0;
  position: relative;
  z-index: 3;
  min-width: 800px;
}
@media (max-width: 559.9px) {
  .table-f2 {
    margin-top: 20px;
  }
}
.table-f2 tr th {
  color: #003C97;
  border-bottom: 2px #BE241F solid;
  padding: 6px 5px;
}
@media (max-width: 820.9px) {
  .table-f2 tr th {
    font-size: 1.4rem;
    padding: 4px 5px;
  }
}
.table-f2 tr td {
  border-bottom: 1px #B3B1B9 solid;
  padding: 6px 5px;
  text-align: center;
}
@media (max-width: 820.9px) {
  .table-f2 tr td {
    font-size: 1.3rem;
    padding: 4px 5px;
  }
}

.table_content {
  background-color: #FFFFFF;
  padding: 30px;
}
.table_content .table-bgcolor {
  width: 100%;
}
.table_content .table-bgcolor th {
  width: 25%;
  font-weight: 700;
  border-bottom: #0f2cb1 1px solid;
  padding: 20px 5px;
}
@media (max-width: 820.9px) {
  .table_content .table-bgcolor th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
  }
}
.table_content .table-bgcolor td {
  padding: 20px 24px;
  border-bottom: #d3d3d3 1px solid;
  gap: 0 60px;
}
.table_content .table-bgcolor td.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor td.flex {
    display: block;
  }
}
.table_content .table-bgcolor td.flex .table-img {
  width: 200px;
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor td.flex .table-img {
    margin-top: 10px;
  }
}
@media (max-width: 820.9px) {
  .table_content .table-bgcolor td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table_content .table-bgcolor td dl { /***消さない***/
  margin-bottom: 20px;
}
.table_content .table-bgcolor td dl:last-child {
  margin-bottom: 0;
}
.table_content .table-bgcolor td dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.table_content .table-bgcolor td dl dt .circleNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 1px #1B1B1B solid;
  line-height: 1;
  margin-right: 8px;
}
.table_content .table-bgcolor td dl dd {
  padding-left: 26px;
}
.table_content .table-bgcolor td ul li {
  margin-left: 26px;
  list-style: disc;
}

.table-a {
  width: 85%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 15px;
}
@media (max-width: 820.9px) {
  .table-a {
    width: 100%;
    border-spacing: 10px 10px;
  }
}
.table-a tr th {
  padding: 8px 0;
}
.table-a tr td {
  padding: 8px 0;
}

/* Parts */
.sq1, .sq_black {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
.sq1::before, .sq_black::before {
  width: 10px;
  height: 10px;
  background-color: #F4DF35;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.sq_white {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: white;
}
.sq_white::before {
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Lists */
.list-disc {
  margin-left: 15px;
}
.list-disc li {
  list-style: disc;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .list-disc li {
    font-size: 1.6rem;
  }
}
.list-disc li b {
  display: inline-block;
  margin-right: 10px;
}

.list_box {
  padding-left: 45px;
}
@media (max-width: 559.9px) {
  .list_box {
    padding-left: 13px;
  }
}

.list-decimal {
  margin-left: 25px;
}
@media (max-width: 559.9px) {
  .list-decimal {
    margin-left: 20px;
  }
}
.list-decimal li {
  list-style: decimal;
  padding-left: 10px;
}
@media (max-width: 559.9px) {
  .list-decimal li {
    padding-left: 0;
  }
}
.list-decimal li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal_circle {
  margin: 0;
  padding: 0;
}
.list-decimal_circle li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2rem;
}

.list-decimal02 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-decimal02 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .list-decimal02 li {
    font-size: 1.5rem;
    padding: 0.5em 0.5em 0.5em 30px;
  }
}
.list-decimal02 li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #000000;
  border: 1px #000000 solid;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  line-height: 25px;
  text-align: center;
  top: 24px;
  transform: translateY(-50%);
}
@media (max-width: 559.9px) {
  .list-decimal02 li::before {
    width: 20px;
    height: 20px;
    top: 19px;
  }
}

.dl_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.dl_flex dt {
  white-space: nowrap;
}

.list-check li {
  position: relative;
  padding: 2px 0 2px 28px;
}
.list-check li::before {
  content: "";
  display: block;
  background: url(../images/common/icon_check_black.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.list-check li span {
  font-weight: bold;
  color: #003C97;
}

/* Boxes */
.borderBox {
  background-color: #fff6f9;
  border: #ccc solid 1px;
  padding: 24px 40px;
}
@media (max-width: 820.9px) {
  .borderBox {
    padding: 16px;
  }
}

.blueBox {
  background-color: #F1F6FA;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 820.9px) {
  .blueBox {
    padding: 16px;
  }
}

.br12 {
  border-radius: 12px;
  overflow: hidden;
}

.br32 {
  border-radius: 32px;
  overflow: hidden;
}

.br12_box {
  border-radius: 4px;
  background-color: #BE241F;
  height: 27px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.br12_box .br12_box_jp {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.br12_box .br12_box_jp span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 8px;
}

/* Texts */
@media (min-width: 1200px) {
  .strong_text {
    font-size: 1.8rem;
    text-align: center;
  }
}

.sub-title {
  font-size: 2.5rem;
  font-weight: 700;
  font-size: min(2.5rem, 2vw);
  color: #FFFFFF;
  margin-bottom: 3vw;
}
@media (max-width: 559.9px) {
  .sub-title {
    font-size: 1.8rem;
  }
}

.under-text500 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2rem;
}

.under-text400 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2rem;
}

.page_top_text {
  text-align: center;
  font-size: 1.7rem;
}
.page_top_text.lot {
  margin-top: 30px;
}
@media (max-width: 820.9px) {
  .page_top_text {
    text-align: left;
    font-size: 1.7rem;
  }
}
@media (max-width: 559.9px) {
  .page_top_text br {
    display: none;
  }
}

.white {
  color: white;
}

.black {
  color: #1B1B1B;
}

.orange {
  color: rgb(244, 78, 44);
}

.red {
  color: #BE241F;
}

.blue {
  color: #0f2cb1;
}

.gold {
  color: #aa8924;
}

.text15 {
  font-size: 1.5rem;
}

.text16 {
  font-size: 1.6rem;
}

.text22 {
  font-size: 2.2rem;
}

.text32 {
  font-size: 3.2rem;
}

.text20 {
  font-size: 2rem;
}

.bold {
  font-weight: 700;
}

.textMedium {
  font-weight: 500;
}

.mb80 {
  margin-bottom: 80px;
}

.center {
  text-align: center;
}

.bicolor-num {
  font-family: DM Sans;
}
.bicolor-num span {
  color: #BE241F;
}

.mt20 {
  margin-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

/* Others */
.mauto {
  margin-left: auto;
  margin-right: auto;
}

.mright {
  margin-left: auto;
  margin-right: 0;
}

.anchor {
  padding-top: 80px;
  margin-top: -80px;
}
@media (max-width: 820.9px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.sp-scroll {
  width: 100%;
  overflow-x: auto;
}

.underconst {
  background-color: #fff;
  text-align: center;
  margin: 50px auto;
  padding: 80px 0;
  border: 1px #ddd solid;
  border-radius: 5px;
}

@media (max-width: 559.9px) {
  .sp_none {
    display: none;
  }
}

@media (max-width: 820.9px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

.float_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* Animations */
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/**************
HOME
**************/
#main_wrap {
  width: 100%;
  position: relative;
}

#mainVisual {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  position: relative;
}
#mainVisual .top_head_text {
  text-align: center;
  font-size: 3.2rem;
  color: #0f2cb1;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 24px;
}
@media (max-width: 559.9px) {
  #mainVisual .top_head_text {
    font-size: 1.9rem;
  }
}

.mainVisual_inner {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
@media (max-width: 559.9px) {
  .mainVisual_inner {
    aspect-ratio: auto;
  }
}

.top_main_slider {
  width: 100%;
  height: 100%;
}
.top_main_slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.top_main_slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.top_main_slider .swiper-wrapper .swiper-slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-wrapper .swiper-slide .slide_img {
    position: inherit;
  }
}
.top_main_slider .swiper-wrapper .swiper-slide .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-wrapper .swiper-slide .slide_img img {
    position: inherit;
  }
}
.top_main_slider .swiper-wrapper .swiper-slide .main_inner_text {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-wrapper .swiper-slide .main_inner_text {
    position: inherit;
    background-color: #fffde8;
  }
}
.top_main_slider .swiper-wrapper .swiper-slide .main_inner_text > p {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-wrapper .swiper-slide .main_inner_text > p {
    text-align: center;
    font-size: 1.6rem;
  }
}
.top_main_slider .swiper-pagination {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -10px !important;
}
@media (min-width: 560px) {
  .top_main_slider .swiper-pagination {
    width: 180px !important;
    height: 2px;
  }
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-pagination {
    bottom: 80px !important;
  }
}
.top_main_slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
}
.top_main_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(244, 78, 44);
}

.overlay {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(72, 72, 72, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: plus-darker;
}
@media (max-width: 559.9px) {
  .overlay {
    background: linear-gradient(180deg, rgba(72, 72, 72, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  }
}

.top_section {
  padding: 100px 0 0;
}
@media (max-width: 559.9px) {
  .top_section {
    padding: 50px 0 0;
  }
}
.top_section .gd-award_content {
  background-image: repeating-linear-gradient(90deg, #cd7a22, #cd7a22 9px, transparent 9px, transparent 13px), repeating-linear-gradient(180deg, #cd7a22, #cd7a22 9px, transparent 9px, transparent 13px), repeating-linear-gradient(90deg, #cd7a22, #cd7a22 9px, transparent 9px, transparent 13px), repeating-linear-gradient(180deg, #cd7a22, #cd7a22 9px, transparent 9px, transparent 13px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, 0.6));
  border-radius: 5px;
  padding: 50px 30px;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content {
    padding: 20px 10px;
  }
}
.top_section .gd-award_content .gd-award_top .dg-award_title_img {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 820.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img {
    width: 100%;
  }
}
.top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title {
  color: #aa8924;
  font-size: min(4.2rem, 3.8vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
@media (max-width: 820.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title {
    font-size: 3.2rem;
  }
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title {
    font-size: 1.7rem;
  }
}
.top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title > span {
  font-size: min(3rem, 2.4vw);
}
@media (max-width: 820.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title > span {
    font-size: 2.2rem;
  }
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title > span {
    font-size: 1.5rem;
  }
}
@media (min-width: 560px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .gd-award_title > span br {
    display: none;
  }
}
.top_section .gd-award_content .gd-award_top .dg-award_title_img .pop {
  width: 10vw;
  position: absolute;
  left: -10%;
  top: 100%;
}
@media (max-width: 820.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .pop {
    width: 12vw;
    left: 0;
  }
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_top .dg-award_title_img .pop {
    width: 13vw;
    top: 100%;
    left: 0;
  }
}
.top_section .gd-award_content .gd-award_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_middle {
    padding: 50px 0;
  }
}
.top_section .gd-award_content .gd-award_middle .doog-design_img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 10px;
  border-radius: 3px;
  width: 300px;
  position: relative;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_middle .doog-design_img {
    width: 220px;
  }
}
.top_section .gd-award_content .gd-award_middle .gd-award_img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 10px;
  border-radius: 3px;
  width: 350px;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_middle .gd-award_img {
    width: 260px;
  }
}
.top_section .gd-award_content .gd-award_bottom {
  padding: 0 30px;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_bottom {
    padding: 0;
  }
}
.top_section .gd-award_content .gd-award_bottom .list-decimal02 li::before {
  color: #aa8924;
  border: 1px #aa8924 solid;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_bottom .text22 {
    font-size: 1.5rem;
  }
}
.top_section .gd-award_content .gd-award_bottom .gd-award_bottom_text {
  color: #aa8924;
  text-align: center;
  font-size: 3.2rem;
  margin-top: 30px;
  line-height: 1.7;
}
@media (max-width: 559.9px) {
  .top_section .gd-award_content .gd-award_bottom .gd-award_bottom_text {
    font-size: 2rem;
    margin-top: 20px;
  }
}
@media (min-width: 560px) {
  .top_section .gd-award_content .gd-award_bottom .gd-award_bottom_text br {
    display: none;
  }
}

.banner_rakuten {
  width: 500px;
  margin: 0 auto 60px;
}
@media (max-width: 559.9px) {
  .banner_rakuten {
    width: 330px;
    margin: 0 auto 30px;
  }
}

.banner_rakutenBox {
  margin-top: 80px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .banner_rakutenBox {
    margin-top: 50px;
  }
}
@media (max-width: 559.9px) {
  .banner_rakutenBox {
    margin-top: 30px;
  }
}

.top_news_section {
  padding: 80px 0 0;
}
@media (max-width: 559.9px) {
  .top_news_section {
    padding: 40px 0 0;
  }
}

.instafeedArea {
  margin-top: 24px;
}

.top_news_list > a .top_news {
  padding: 20px 0;
  border-bottom: 2px dashed #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3vw;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .top_news_list > a .top_news {
    display: block;
    padding: 20px 30px 20px 0;
  }
}
.top_news_list > a .top_news .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  width: 130px;
  color: #1B1B1B;
}
@media (max-width: 559.9px) {
  .top_news_list > a .top_news .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
  }
}
.top_news_list > a .top_news dd {
  font-size: 2rem;
  color: #1B1B1B;
  font-weight: 400;
}
@media (max-width: 559.9px) {
  .top_news_list > a .top_news dd {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
.top_news_list > a .top_news > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: rgb(244, 78, 44);
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .top_news_list > a .top_news > i {
    font-size: 2rem;
    top: inherit;
    bottom: 8%;
    right: 0;
  }
}
.top_news_list > a:hover .top_news {
  opacity: 0.6;
}

.top_news {
  padding: 20px 0;
  border-bottom: 2px dashed #1B1B1B;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3vw;
  position: relative;
}
@media (max-width: 559.9px) {
  .top_news {
    padding: 10px 0;
    display: block;
  }
}
.top_news .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  width: 130px;
  color: #1B1B1B;
  transition: all 0.3s ease;
  line-height: 1.6;
}
@media (max-width: 559.9px) {
  .top_news .eng {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
  }
}
.top_news > p {
  font-size: 2rem;
  color: #1B1B1B;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .top_news > p {
    font-size: 1.5rem;
  }
}

.top_introduction_section {
  padding: 80px 0 0;
}
@media (max-width: 559.9px) {
  .top_introduction_section {
    padding: 40px 0 0;
  }
}
.top_introduction_section .top_introduction_movies {
  width: 100%;
}
.top_introduction_section .top_introduction_movies video {
  width: 100%;
}
.top_introduction_section .top_introduction_navi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3vw 6%;
  flex-wrap: wrap;
  margin: 60px auto;
  width: 70%;
}
@media (max-width: 820.9px) {
  .top_introduction_section .top_introduction_navi {
    width: 90%;
  }
}
@media (max-width: 559.9px) {
  .top_introduction_section .top_introduction_navi {
    width: 100%;
    gap: 2vw 2%;
    margin: 30px auto;
  }
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item {
  max-width: 400px;
  width: 47%;
}
@media (max-width: 559.9px) {
  .top_introduction_section .top_introduction_navi .top_introduction_navi_item {
    width: 48%;
  }
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link {
  width: 100%;
  aspect-ratio: 389/120;
  border-radius: 10px;
  background-color: rgb(244, 78, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link .text {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 559.9px) {
  .top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link .text {
    font-size: 1.8rem;
  }
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link .text.small {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media (max-width: 559.9px) {
  .top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link .text.small {
    font-size: 1.6rem;
  }
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_link:hover .text {
  transform: scale(1.1);
}
.top_introduction_section .top_introduction_navi .top_introduction_navi_item .top_introduction_navi_text {
  text-align: center;
  margin-top: 5px;
}
.top_introduction_section .scene_banner {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 820.9px) {
  .top_introduction_section .scene_banner {
    width: 90%;
  }
}
@media (max-width: 559.9px) {
  .top_introduction_section .scene_banner {
    width: 100%;
  }
}

.top-comment_section {
  padding: 80px 0 0;
}
@media (max-width: 559.9px) {
  .top-comment_section {
    padding: 40px 0 0;
  }
}
@media (max-width: 559.9px) {
  .top-comment_section .middlewrap {
    width: 100%;
  }
}
.top-comment_section .top_comment_bg {
  position: relative;
}
.top-comment_section .top_comment_bg .top_comment_img {
  display: block;
  width: 100%;
}
.top-comment_section .top_comment_bg .top_comment_text_area {
  color: #5e6b6a;
  font-size: 1.8rem;
  background: url(../images/top/top_ceo_comment_bg.jpg) repeat-y;
  background-size: contain;
  padding: 24px 13%;
  line-height: 2;
}
@media (max-width: 559.9px) {
  .top-comment_section .top_comment_bg .top_comment_text_area {
    top: 10%;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.top-comment_section .top_comment_bg .top_comment_text_area .indent1 {
  margin-top: 20px;
}
.top-comment_section .top_comment_bg .top_comment_text_area .indent1.mt0 {
  margin-top: 0;
}
.top-comment_section .top_comment_bg .top_comment_text_area .bold {
  color: #d68137;
}

.top_information_section {
  padding: 80px 0 0;
}
@media (max-width: 820.9px) {
  .top_information_section {
    padding: 40px 0 0;
  }
}

.top_week-post_section {
  padding: 80px 0 0;
}
@media (max-width: 820.9px) {
  .top_week-post_section {
    padding: 40px 0;
  }
}
.top_week-post_section .week_post_bg {
  background: url(../images/top/top_post.png) no-repeat center;
  background-size: cover;
  max-width: 1300px;
  width: 100%;
  aspect-ratio: 784/1080;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 559.9px) {
  .top_week-post_section .week_post_bg {
    background: none;
  }
}
.top_week-post_section .week_post_bg .week_post_inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25vw;
}
.top_week-post_section .week_post_bg .week_post_inner .top_week-post_title {
  font-size: min(3rem, 3vw);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 559.9px) {
  .top_week-post_section .week_post_bg .week_post_inner .top_week-post_title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.top_week-post_section .week_post_bg .this-week_post {
  position: absolute;
  top: 4vw;
  right: 8vw;
  width: 22vw;
  transform: rotate(12deg);
}
@media (max-width: 559.9px) {
  .top_week-post_section .week_post_bg .this-week_post {
    top: 0;
    right: 16vw;
    width: 26vw;
  }
}

.top_infomation {
  width: 100%;
  max-width: 860px;
  aspect-ratio: 840/565;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 6px dashed rgb(219, 78, 23);
  background-color: #fffbf3;
  border-radius: 10px;
}
@media (max-width: 820.9px) {
  .top_infomation {
    padding: 40px 0 20px;
  }
}
@media (max-width: 559.9px) {
  .top_infomation {
    background: none;
    padding: 0;
  }
}
.top_infomation .info_title {
  color: rgb(244, 78, 44);
  font-size: min(3.8rem, 3.6vw);
  text-align: center;
}
@media (max-width: 820.9px) {
  .top_infomation .info_title {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .top_infomation .info_title {
    font-size: 2rem;
  }
}
.top_infomation .info_flexBox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 25px auto;
}
.top_infomation .info_flexBox .info_flexBox_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4vw;
  margin-bottom: 10px;
}
.top_infomation .info_flexBox .info_flexBox_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .top_infomation .info_flexBox .info_flexBox_item {
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
  }
}
.top_infomation .info_flexBox .info_flexBox_item .info_flexBox_left {
  width: 80px;
}
@media (max-width: 1199.9px) {
  .top_infomation .info_flexBox .info_flexBox_item .info_flexBox_left {
    width: 60px;
  }
}
@media (max-width: 559.9px) {
  .top_infomation .info_flexBox .info_flexBox_item .info_flexBox_left {
    width: 60px;
  }
}
.top_infomation .info_flexBox .info_flexBox_item .info_flexBox_right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_infomation .info_flexBox .info_flexBox_item .info_flexBox_right .text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 559.9px) {
  .top_infomation .info_flexBox .info_flexBox_item .info_flexBox_right .text {
    font-size: 1.6rem;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_infomation .info_flexBox .info_flexBox_item .info_flexBox_right .text .none {
    display: none;
  }
}
.top_infomation .top_infomation_text {
  margin-bottom: 10px;
}
.top_infomation .mail_cont {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .top_infomation .mail_cont {
    width: 100%;
  }
}
.top_infomation .mail_cont .contact_table {
  width: 100%;
}
.top_infomation .mail_cont .contact_table tr {
  border: 1px #000 solid;
}
.top_infomation .mail_cont .contact_table tr th {
  padding: 18px 24px;
  width: 170px;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .top_infomation .mail_cont .contact_table tr th {
    display: block;
    padding: 5px 5px 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 559.9px) {
  .top_infomation .mail_cont .contact_table tr th {
    padding: 8px 5px;
    font-size: 1.4rem;
    border-collapse: collapse;
    border: 0;
  }
}
.top_infomation .mail_cont .contact_table tr td {
  padding: 18px 10px;
}
@media (max-width: 1199.9px) {
  .top_infomation .mail_cont .contact_table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    border-top: 0;
  }
}
@media (max-width: 559.9px) {
  .top_infomation .mail_cont .contact_table tr td {
    padding: 0 5px 5px;
    font-size: 1.4rem;
    border: 0;
  }
}
.top_infomation .mail_cont .contact_table tr td .c-input {
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
}
.top_infomation .mail_cont .contact_table tr td .c-input {
  height: 40px;
  padding: 2px 10px;
}
@media (max-width: 1199.9px) {
  .top_infomation .mail_cont .contact_table tr td .c-input {
    height: auto;
    padding: 3px 4%;
    box-sizing: border-box;
  }
}

/**************
説明書・解説動画
**************/
.flex_content_c {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6vw;
}
@media (max-width: 559.9px) {
  .flex_content_c {
    flex-direction: column;
  }
}

.namual_top {
  width: 50%;
  color: #0f2cb1;
  font-size: min(2.6rem, 3vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .namual_top {
    width: 100%;
    font-size: 2rem;
  }
}

.instruction_content {
  margin-top: 80px;
}
@media (max-width: 559.9px) {
  .instruction_content {
    margin-top: 30px;
  }
}

.manual_movies {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .manual_movies {
    margin-top: 10px;
  }
}
.manual_movies video {
  width: 100%;
}

.manual_list:last-child {
  margin-top: 20px;
}
.manual_list .head {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .manual_list .head {
    font-size: 1.8rem;
  }
}

.instruction_flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw 5%;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .instruction_flexBox {
    flex-direction: column;
  }
}
.instruction_flexBox .link_instruction {
  width: 25%;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .instruction_flexBox .link_instruction {
    width: 100%;
  }
}
@media (max-width: 559.9px) {
  .instruction_flexBox .link_instruction .link_instruction_img {
    width: 60%;
    margin: 0 auto;
  }
}
.instruction_flexBox .link_instruction .link_text {
  text-align: center;
}
.instruction_flexBox .link_instruction:hover {
  opacity: 0.7;
}
.instruction_flexBox .svg_orange_arrow {
  width: 10%;
}
@media (max-width: 559.9px) {
  .instruction_flexBox .svg_orange_arrow {
    width: 20%;
  }
}
.instruction_flexBox .svg_orange_arrow path {
  fill: rgb(244, 78, 44);
}
.instruction_flexBox .link_instruction_text {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2vw;
}
@media (max-width: 559.9px) {
  .instruction_flexBox .link_instruction_text {
    width: 100%;
  }
}
.instruction_flexBox .link_instruction_text .text01 {
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 559.9px) {
  .instruction_flexBox .link_instruction_text .text01 {
    font-size: 1.8rem;
  }
}
.instruction_flexBox .link_instruction_text .text02 {
  font-size: 2.2rem;
}
@media (max-width: 559.9px) {
  .instruction_flexBox .link_instruction_text .text02 {
    font-size: 1.8rem;
  }
}

/**************
製品情報
**************/
.products_top {
  width: 100%;
  aspect-ratio: 108/211;
  background: url(../images/page/products/products_top.png) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 559.9px) {
  .products_top {
    display: none;
  }
}
.products_top .products_top_01 {
  padding-top: 15vw;
  text-align: center;
}
.products_top .products_top_01 .products_top_emphasis01 {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  color: rgb(244, 102, 24);
  font-size: min(5.6rem, 5.2vw);
  margin: 0 auto 20px;
}
.products_top .products_top_01 .products_top01_text {
  font-size: min(2.2rem, 1.8vw);
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
}
.products_top .products_top_02 {
  position: absolute;
  right: 90px;
  bottom: 490px;
  transform: rotate(-9deg);
}
@media (max-width: 1199.9px) {
  .products_top .products_top_02 {
    right: 6%;
    bottom: 22%;
  }
}
.products_top .products_top_02 .products_top_emphasis02 {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  color: rgb(244, 102, 24);
  font-size: min(5rem, 4vw);
}
.products_top .products_top_02 .products_top_emphasis03 {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  color: rgb(244, 102, 24);
  font-size: min(5rem, 4vw);
}
.products_top .products_top_patent {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  border: 1px #000000 solid;
  background-color: rgba(255, 255, 255, 0.8);
  width: 85%;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 1199.9px) {
  .products_top .products_top_patent {
    width: 90%;
    padding: 10px;
  }
}
.products_top .products_top_patent .products_top_patent_text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.products_top .products_top_patent .products_top_patent_text:last-child {
  margin-top: 16px;
}
@media (max-width: 1199.9px) {
  .products_top .products_top_patent .products_top_patent_text {
    font-size: 1.6rem;
  }
}

@media (min-width: 560px) {
  .products_top-sp {
    display: none;
  }
}
.products_top-sp .products_top_emphasis01-sp {
  color: #BE241F;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 0;
}
.products_top-sp .products_top01_text-sp {
  font-size: 1.8rem;
  font-weight: 700;
}
.products_top-sp .products_top-sp_img01 {
  width: 100%;
  margin-top: 20px;
}
.products_top-sp .products_top_patent-sp {
  border: 1px #000000 solid;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.products_top-sp .products_top_patent-sp .products_top_patent_text-sp {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.products_top-sp .products_top_patent-sp .products_top_patent_text-sp:last-child {
  margin-top: 16px;
}
@media (max-width: 1199.9px) {
  .products_top-sp .products_top_patent-sp .products_top_patent_text-sp {
    font-size: 1.6rem;
  }
}
.products_top-sp .products_top-sp_img02 {
  margin-top: 20px;
  width: 100%;
}

.products_season {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .products_season {
    width: 100%;
  }
}
.products_season .products_season_imgtext01 {
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 500;
  position: absolute;
  top: 38%;
  left: 15%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .products_season .products_season_imgtext01 {
    font-size: 1.4rem;
    top: 37%;
    left: 10%;
  }
}
.products_season .products_season_imgtext02 {
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 500;
  position: absolute;
  top: 37%;
  right: 15%;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .products_season .products_season_imgtext02 {
    font-size: 1.4rem;
    top: 35%;
    right: 9%;
  }
}

.orange_frame {
  max-width: 760px;
  width: 80%;
  aspect-ratio: 657/143;
  background: url(../images/common/orange-frame.png) no-repeat center;
  background-size: cover;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .orange_frame {
    width: 100%;
    margin-top: 10px;
  }
}
.orange_frame .text {
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .orange_frame .text {
    font-size: 1.8rem;
  }
}

.products_measurement_content {
  border-bottom: dotted 4px #2b2b2b;
  padding: 0 40px 50px;
  position: relative;
}
@media (max-width: 559.9px) {
  .products_measurement_content {
    padding: 0 0 30px;
  }
}
.products_measurement_content .dog-footprints_measurement {
  position: absolute;
  width: 6vw;
  bottom: -10%;
  right: 4%;
  transform: rotate(-65deg);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .products_measurement_content .dog-footprints_measurement {
    width: 10vw;
    bottom: -15%;
    right: 11%;
  }
}

.bold_titile {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .bold_titile {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.products_measurement {
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1199.9px) {
  .products_measurement {
    margin: 0;
  }
}
@media (max-width: 559.9px) {
  .products_measurement {
    width: 100%;
  }
}
.products_measurement .products_measurement_imgtext {
  position: absolute;
  top: 55%;
  left: 55%;
  font-size: 2rem;
  width: 45%;
}
@media (max-width: 1199.9px) {
  .products_measurement .products_measurement_imgtext {
    top: 44%;
    left: 68%;
  }
}
@media (max-width: 559.9px) {
  .products_measurement .products_measurement_imgtext {
    position: inherit;
    font-size: 1.6rem;
    width: 100%;
    top: 0;
    left: 0;
  }
}

.products_point_text {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 559.9px) {
  .products_point_text {
    font-size: 2rem;
  }
}
.products_point_text a {
  color: rgb(244, 78, 44);
  border-bottom: 1px solid rgb(244, 78, 44);
  transition: all 0.3s ease;
}
.products_point_text a:hover {
  opacity: 0.7;
}

.products_adjustment_sub {
  color: #BE241F;
  font-size: min(4.6rem, 4vw);
  font-weight: 700;
  border-bottom: 2px solid #BE241F;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .products_adjustment_sub {
    font-size: 2.2rem;
  }
}

.products_adjustment {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 4vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 559.9px) {
  .products_adjustment {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-top: 20px;
  }
}
.products_adjustment .products_adjustment_text2 {
  grid-column: span 2;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .products_adjustment .products_adjustment_text2 {
    font-size: 1.8rem;
  }
}
.products_adjustment .products_adjustment_item_text {
  margin: 20px 10px;
  background-color: rgb(244, 78, 44);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: min(2rem, 2vw);
  font-weight: 700;
  padding: 5px 0;
}
@media (max-width: 559.9px) {
  .products_adjustment .products_adjustment_item_text {
    margin: 10px 0;
    font-size: 1.5rem;
  }
}

.products_adjustment_content {
  border-bottom: dotted 4px #2b2b2b;
  padding: 50px 40px;
  position: relative;
}
@media (max-width: 559.9px) {
  .products_adjustment_content {
    padding: 30px 0px;
  }
}
.products_adjustment_content .dog-footprints_adjustment {
  position: absolute;
  width: 6vw;
  bottom: 0;
  right: 3%;
  transform: rotate(-70deg);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .products_adjustment_content .dog-footprints_adjustment {
    width: 9vw;
    bottom: -39px;
    right: 11%;
  }
}

.products_color-pattern_content {
  padding: 50px 40px;
  position: relative;
}
@media (max-width: 559.9px) {
  .products_color-pattern_content {
    padding: 30px 0px;
  }
}
.products_color-pattern_content .dog-footprints_color-pattern {
  position: absolute;
  width: 6vw;
  bottom: -6%;
  left: 6%;
  transform: rotate(47deg);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .products_color-pattern_content .dog-footprints_color-pattern {
    width: 10vw;
    bottom: -1%;
    left: 7%;
  }
}

.products_color-pattern {
  margin: 40px 0 20px;
  gap: 4vw 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .products_color-pattern {
    margin: 20px 0 0;
  }
}
.products_color-pattern .products_color-pattern_item {
  max-width: 379px;
  width: 48%;
}
@media (max-width: 559.9px) {
  .products_color-pattern .products_color-pattern_item {
    width: 100%;
  }
}

.kome {
  color: #5d5d5d;
  padding-left: 1em;
  text-indent: -1em;
}
.kome.red {
  color: #BE241F;
}

.products_color-pattern_text {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 559.9px) {
  .products_color-pattern_text {
    font-size: 2rem;
  }
}

.link_btn_box {
  background-color: rgb(244, 122, 20);
  border: rgb(244, 78, 44) solid 8px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  aspect-ratio: 6/1.2;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .link_btn_box {
    font-size: 2rem;
  }
}
.link_btn_box:hover {
  opacity: 0.7;
  color: #FFFFFF;
}

/**************
ご購入の流れ
**************/
.buy-content {
  padding: 0 40px 40px;
  margin-bottom: 60px;
}
.buy-content.dot-liner {
  border-bottom: 4px dotted #2b2b2b;
}
.buy-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 820.9px) {
  .buy-content {
    padding: 0 0 40px;
  }
}
@media (max-width: 559.9px) {
  .buy-content {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
}

.c-number_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .c-number_title {
    margin-bottom: 20px;
  }
}
.c-number_title .circle {
  border: 2px #1B1B1B solid;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .c-number_title .circle {
    width: 30px;
  }
}
.c-number_title .circle .num {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .c-number_title .circle .num {
    font-size: 2rem;
  }
}
.c-number_title > h3 {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .c-number_title > h3 {
    font-size: 2rem;
  }
}

.buy_top_img {
  width: 80%;
  max-width: 990px;
  margin: 0 auto 40px;
}
@media (max-width: 559.9px) {
  .buy_top_img {
    display: none;
  }
}

.buy_top_img-sp {
  width: 100%;
}
@media (min-width: 560px) {
  .buy_top_img-sp {
    display: none;
  }
}
.buy_top_img-sp .buy-top-sp_largeText {
  color: #BE241F;
  font-size: 3rem;
  text-align: center;
  border-bottom: 2px solid #BE241F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.3;
}
.buy_top_img-sp .buy-top-sp_text {
  color: #BE241F;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0 20px;
}

.explanation_text {
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .explanation_text {
    font-size: 1.8rem;
  }
}

.explanation_box {
  border-radius: 8px;
  border: 4px solid rgb(244, 78, 44);
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
@media (max-width: 559.9px) {
  .explanation_box {
    padding: 20px;
    margin: 10px auto 0;
  }
}

.explanation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .explanation {
    font-size: 2rem;
    flex-direction: column;
  }
}

.kome_red {
  color: #BE241F;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2rem;
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .kome_red {
    font-size: 1.8rem;
  }
}

.buy_orange {
  width: 80%;
  margin: 60px auto 40px;
  background-color: rgb(244, 78, 44);
  border-radius: 10px;
  padding: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 559.9px) {
  .buy_orange {
    width: 100%;
    padding: 20px;
    margin: 30px auto 20x;
  }
}
.buy_orange .text {
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 559.9px) {
  .buy_orange .text {
    font-size: 2rem;
  }
}

.example_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media (max-width: 559.9px) {
  .example_box {
    margin: 0 auto 20px;
  }
}
.example_box .example_text {
  font-size: min(3.2rem, 3vw);
}
@media (max-width: 559.9px) {
  .example_box .example_text {
    font-size: 1.4rem;
  }
}

.subject_content {
  margin: 0 auto;
  margin-bottom: 30px;
}

.subject_title {
  font-size: 4rem;
  font-weight: 700;
  color: rgb(244, 78, 44);
  text-align: center;
}
@media (max-width: 559.9px) {
  .subject_title {
    font-size: 2.2rem;
  }
}

.subject_box {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8; /*線の外側*/
  border: dashed 2px #ffb03f; /*破線*/
  border-radius: 9px;
  margin: 30px auto;
  padding: 30px 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 559.9px) {
  .subject_box {
    padding: 20px;
    margin: 10px auto;
  }
}
.subject_box li {
  font-size: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 559.9px) {
  .subject_box li {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.subject_box li::before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background-color: #fffde8;
  border-radius: 50%;
  border: #1B1B1B 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 559.9px) {
  .subject_box li::before {
    width: 10px;
    height: 10px;
  }
}
.subject_box li.etc {
  text-align: right;
  width: 100%;
}
.subject_box li.etc::before {
  display: none;
}

.orange_arrow {
  width: 40px;
  margin: 0 auto;
}

.subject_text {
  color: rgb(244, 78, 44);
  font-size: 2.2rem;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 559.9px) {
  .subject_text {
    font-size: 2rem;
  }
}

.buy_orange_frame {
  border-radius: 16px;
  border: 4px rgb(244, 78, 44) solid;
}
.buy_orange_frame.large {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 820.9px) {
  .buy_orange_frame.large {
    width: 100%;
  }
}
.buy_orange_frame .buy_orange_frame_head {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgb(244, 78, 44);
  padding: 10px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8%;
  color: #FFFFFF;
}
@media (max-width: 1199.9px) {
  .buy_orange_frame .buy_orange_frame_head {
    padding: 10px;
  }
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_head {
    flex-direction: column;
    align-items: center;
  }
}
.buy_orange_frame .buy_orange_frame_head .frame_head_inner {
  text-align: center;
}
.buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text {
  font-size: min(3.2rem, 3vw);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text {
    font-size: 2.2rem;
  }
}
.buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text .small {
  font-size: min(2.4rem, 2.2vw);
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text .small {
    font-size: 1.7rem;
  }
}
.buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text_small {
  font-size: 2rem;
}
@media (min-width: 560px) {
  .buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text_small br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_head .frame_head_inner .frame_head_text_small {
    font-size: 1.7rem;
  }
}
.buy_orange_frame .buy_orange_frame_head .price {
  font-size: min(3.4rem, 3vw);
  font-weight: 500;
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_head .price {
    font-size: 2.2rem;
  }
}
.buy_orange_frame .buy_orange_frame_head .price .jp {
  font-size: min(2rem, 2vw);
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_head .price .jp {
    font-size: 1.8rem;
  }
}
.buy_orange_frame .buy_orange_frame_inner {
  padding: 3vw;
}
.buy_orange_frame .buy_orange_frame_inner .head {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
.buy_orange_frame .buy_orange_frame_inner .head::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1B1B1B;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 4px;
}
.buy_orange_frame .buy_orange_frame_inner .head span {
  font-size: 1.8rem;
}
.buy_orange_frame .buy_orange_frame_inner .buy-set-Main-body {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.buy_orange_frame .buy_orange_frame_inner .buy-color-pattern {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4vw 4%;
  flex-wrap: wrap;
}
.buy_orange_frame .buy_orange_frame_inner .buy-color-pattern .buy-color-pattern-img {
  max-width: 379px;
  width: 48%;
}
@media (max-width: 559.9px) {
  .buy_orange_frame .buy_orange_frame_inner .buy-color-pattern .buy-color-pattern-img {
    width: 100%;
  }
}
.buy_orange_frame .buy_orange_frame_inner .buy-color-pattern .buy-color-pattern-img .water-repellent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.buy_orange_frame .buy_orange_frame_inner .buy-color-pattern .buy-color-pattern-img .water-repellent > img {
  width: 100px;
}
.buy_orange_frame .buy_orange_frame_inner .buy-color-pattern .buy-color-pattern-img .water-repellent > p {
  font-size: 2rem;
}

.orange_grad {
  width: 100%;
  aspect-ratio: 1130/203;
  background: url(../images/page/buy/orange-grad.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.orange_grad .orange_grad_text {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #FFFFFF;
}
.orange_grad .orange_grad_text .large {
  font-size: 3rem;
}

.buy_flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .buy_flex {
    margin-top: 10px;
    flex-direction: column;
  }
}
.buy_flex .buy-set-protector {
  width: 50%;
}
@media (max-width: 559.9px) {
  .buy_flex .buy-set-protector {
    width: 100%;
  }
}
.buy_flex .buy_flex_right {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 559.9px) {
  .buy_flex .buy_flex_right {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.buy_flex .buy_flex_right .buy_flex_text {
  margin-top: 10px;
}

.buy_single_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 4%;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .buy_single_box {
    flex-direction: column;
    width: 100%;
  }
}
.buy_single_box .buy_orange_frame {
  width: 48%;
}
@media (max-width: 559.9px) {
  .buy_single_box .buy_orange_frame {
    width: 100%;
  }
}
.buy_single_box .img_box {
  padding: 3vw;
}

.buy_orange_frame_head_block {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: rgb(244, 78, 44);
  padding: 10px 30px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1199.9px) {
  .buy_orange_frame_head_block {
    padding: 10px;
  }
}
.buy_orange_frame_head_block .frame_head_block_text {
  font-size: min(3.2rem, 3vw);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .buy_orange_frame_head_block .frame_head_block_text {
    font-size: 2.2rem;
  }
}
.buy_orange_frame_head_block .frame_head_block_text .small {
  font-size: min(2.4rem, 2.2vw);
}
@media (max-width: 559.9px) {
  .buy_orange_frame_head_block .frame_head_block_text .small {
    font-size: 1.7rem;
  }
}
.buy_orange_frame_head_block .price {
  font-size: min(3.4rem, 2.6vw);
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media (max-width: 559.9px) {
  .buy_orange_frame_head_block .price {
    font-size: 2.2rem;
  }
}
.buy_orange_frame_head_block .price .jp {
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .buy_orange_frame_head_block .price .jp {
    font-size: 1.8rem;
  }
}

/**************
ギャラリー
**************/
.movies_top_text {
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 559.9px) {
  .movies_top_text {
    font-size: 1.8rem;
  }
}

.stripe_frame {
  background: repeating-linear-gradient(45deg, #fff, #fff 5px, #fff3db 5px, #fff3db 10px);
  max-width: 700px;
  width: 100%;
  margin: 100px auto 0;
  border-radius: 40px;
  padding: 5vw 4vw 4vw;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .stripe_frame {
    padding-top: 8vw;
  }
}
@media (max-width: 559.9px) {
  .stripe_frame {
    margin: 70px auto 0;
    border-radius: 25px;
    padding: 48px 4vw 4vw;
  }
}
.stripe_frame .m_movies {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}
.stripe_frame .m_movies video {
  width: 100%;
}
.stripe_frame .movies_text {
  text-align: center;
  font-weight: 400;
  color: rgb(219, 78, 23);
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 559.9px) {
  .stripe_frame .movies_text {
    font-size: 1.6rem;
  }
}
.stripe_frame .wancoro_logo {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 559.9px) {
  .stripe_frame .wancoro_logo {
    top: -36px;
  }
}
.stripe_frame .wancoro_logo > p {
  font-size: 2rem;
  color: rgb(219, 78, 23);
}
.stripe_frame .wancoro_logo img {
  width: 240px;
}
.stripe_frame .main_caption {
  text-align: center;
  font-weight: 400;
  color: rgb(219, 78, 23);
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 559.9px) {
  .stripe_frame .main_caption {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
.stripe_frame .sub_caption {
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
}
.stripe_frame .image_two {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 559.9px) {
  .stripe_frame .image_two {
    margin-top: 24px;
  }
}
.stripe_frame .image_two > li {
  width: calc(50% - 8px);
}
.stripe_frame .image_two > li img {
  display: block;
  width: auto;
  height: auto;
}
.stripe_frame .image_two > li video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.icon-nikukyu {
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon-nikukyu.png) no-repeat;
  background-size: contain;
  display: block;
}

.voice_list {
  margin-top: 32px;
}
@media (max-width: 559.9px) {
  .voice_list {
    margin-top: 24px;
  }
}
.voice_list dt {
  background-color: #aa8924;
  color: white;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
}
.voice_list dt .icon-nikukyu {
  position: relative;
  top: 4px;
}
.voice_list dd {
  margin-top: 12px;
}

/**************
お問い合わせ
**************/
.customer_head {
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .customer_head {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.faq_box {
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 559.9px) {
  .faq_box {
    width: 100%;
  }
}
.faq_box .faq_item .question_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.faq_box .faq_item .question_box .q {
  color: rgb(219, 78, 23);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  width: 32px;
}
@media (max-width: 559.9px) {
  .faq_box .faq_item .question_box .q {
    font-size: 2rem;
    width: 24px;
  }
}
.faq_box .faq_item .question_box .question {
  color: rgb(219, 78, 23);
  font-size: 2.2rem;
  width: calc(100% - 42px);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .faq_box .faq_item .question_box .question {
    font-size: 1.8rem;
    width: calc(100% - 34px);
  }
}
.faq_box .faq_item .answer_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 559.9px) {
  .faq_box .faq_item .answer_box {
    margin-top: 0;
  }
}
.faq_box .faq_item .answer_box .a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  width: 32px;
}
@media (max-width: 559.9px) {
  .faq_box .faq_item .answer_box .a {
    font-size: 2rem;
    width: 24px;
  }
}
.faq_box .faq_item .answer_box .question {
  font-size: 1.8rem;
  width: calc(100% - 42px);
}
@media (max-width: 559.9px) {
  .faq_box .faq_item .answer_box .question {
    font-size: 1.6rem;
    width: calc(100% - 34px);
  }
}
.faq_box .faq_item .answer_box .question a {
  border-bottom: 1px #e55959 solid;
}

.dog {
  background: url(../images/common/dog-foot-liner.png) center;
  background-size: contain;
  width: 100%;
  height: 13px;
  margin: 40px 0;
}
@media (max-width: 559.9px) {
  .dog {
    margin: 20px 0;
  }
}

.contact_form_box {
  width: 70%;
  max-width: 660px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .contact_form_box {
    width: 100%;
  }
}

.contact_form {
  width: 100%;
  background-color: rgb(244, 193, 173);
  border-radius: 30px;
  margin-top: 10px;
}
@media (max-width: 559.9px) {
  .contact_form {
    border-radius: 20px;
  }
}
.contact_form tr th {
  display: block;
  text-align: left;
  padding: 30px 30px 8px;
}
@media (max-width: 559.9px) {
  .contact_form tr th {
    padding: 20px 20px 5px;
  }
}
.contact_form tr th .hissu_cell {
  position: relative;
  color: #444444;
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .contact_form tr th .hissu_cell {
    font-size: 1.6rem;
  }
}
.contact_form tr th .hissu_cell .hissu {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 11px;
  position: absolute;
  right: 2%;
  color: #FFFFFF;
  background-color: rgb(244, 78, 44);
}
.contact_form tr th .kome {
  font-size: 1.6rem;
}
.contact_form tr td {
  display: block;
  padding: 0 30px;
}
@media (max-width: 559.9px) {
  .contact_form tr td {
    padding: 0 20px;
  }
}
.contact_form tr:last-child td {
  padding-bottom: 30px;
}
@media (max-width: 559.9px) {
  .contact_form tr:last-child td {
    padding-bottom: 20px;
  }
}

.btn-confirm, #btn_confirm {
  display: block;
  border: 2px #BE241F solid;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  font-size: 1.6rem;
  margin: 20px auto 0;
  background-color: #BE241F;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}
.btn-confirm.hoverOn, .hoverOn#btn_confirm {
  border: 1px solid #5d3fff;
  background-color: #fff;
  color: #5d3fff;
  cursor: pointer;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-submit {
  border: 2px #003C97 solid;
  background-color: #003C97;
  font-size: 1.8rem;
}

.c-submit:hover {
  opacity: 0.6;
}

.wpcf7-list-item {
  white-space: nowrap;
}

.telfax_head {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 559.9px) {
  .telfax_head {
    font-size: 2rem;
  }
}

.telfax_outside {
  margin-top: 20px;
  background-color: #ffeecc;
  padding: 30px 0 20px;
  border-radius: 20px;
}
@media (max-width: 559.9px) {
  .telfax_outside {
    margin-top: 10px;
  }
}
.telfax_outside .telfax_text {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 559.9px) {
  .telfax_outside .telfax_text {
    font-size: 2rem;
  }
}
.telfax_outside .telfax_time {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .telfax_outside .telfax_time {
    font-size: 1.6rem;
    padding: 0 20px;
  }
}

.telfax_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 559.9px) {
  .telfax_box {
    width: 100%;
    row-gap: 20px;
    padding: 20px;
  }
}

.contact_box {
  width: 50%;
  border-right: 2px #FFFFFF solid;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .contact_box.first {
    padding-bottom: 20px;
  }
}
.contact_box.last {
  border-right: 0 #FFFFFF solid;
}
@media (max-width: 559.9px) {
  .contact_box {
    width: 100%;
    border-right: 0 #FFFFFF solid;
    border-bottom: 2px #FFFFFF solid;
    padding: 0;
  }
  .contact_box.last {
    border-bottom: 0 #FFFFFF solid;
  }
}
.contact_box .tel {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  color: rgb(219, 78, 23);
}
.contact_box .numBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.contact_box .numBox i {
  font-size: min(4rem, 3.2vw);
  color: rgb(219, 78, 23);
}
@media (max-width: 559.9px) {
  .contact_box .numBox i {
    font-size: 2.4rem;
  }
}
.contact_box .numBox .num {
  font-size: min(4rem, 3.2vw);
  font-weight: 700;
  color: rgb(244, 78, 44);
}
@media (max-width: 559.9px) {
  .contact_box .numBox .num {
    font-size: 2.8rem;
  }
}

/**************
本体の交換申し込み
**************/
.support_top {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
  color: #0f2cb1;
  font-size: min(2.6rem, 3vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .support_top {
    width: 100%;
    font-size: 2rem;
    margin: 0 auto 20px;
  }
}

.support_precautions .list-disc {
  margin-left: 50px;
}
@media (max-width: 559.9px) {
  .support_precautions .list-disc {
    margin-left: 21px;
  }
}
.support_precautions .list-disc a {
  border-bottom: #e55959 solid 1px;
}

.subheadline {
  font-size: 2rem;
  font-weight: 700;
  margin-left: -20px;
}

.delivery_box {
  margin-top: 50px;
}
@media (max-width: 559.9px) {
  .delivery_box {
    margin-top: 30px;
  }
}
.delivery_box .support-img {
  max-width: 500px;
  width: 100%;
  margin-left: 50px;
}
@media (max-width: 559.9px) {
  .delivery_box .support-img {
    margin-left: 0;
  }
}
.delivery_box .support-img .kome {
  margin-top: 20px;
  text-align: right;
}

/**************
お取引希望の小売店
**************/
.partner_top_img {
  margin-bottom: 50px;
}
@media (max-width: 559.9px) {
  .partner_top_img {
    margin-bottom: 20px;
  }
}

.partner_head {
  font-size: 3.8rem;
  color: #0f2cb1;
  text-align: center;
}
@media (max-width: 559.9px) {
  .partner_head {
    font-size: 2rem;
  }
}

.partner_top_text_box {
  margin-top: 40px;
}
@media (max-width: 559.9px) {
  .partner_top_text_box {
    margin-top: 20px;
  }
}
.partner_top_text_box .partner_top_text {
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .partner_top_text_box .partner_top_text {
    font-size: 1.8rem;
  }
}

.partner_benefits {
  margin: 50px auto 0;
  position: relative;
}
@media (max-width: 559.9px) {
  .partner_benefits {
    margin: 30px auto 0;
  }
}
.partner_benefits .partner_benefits_head {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgb(244, 78, 44);
}
@media (max-width: 559.9px) {
  .partner_benefits .partner_benefits_head {
    font-size: 2rem;
  }
}
.partner_benefits .list-decimal02 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 559.9px) {
  .partner_benefits .list-decimal02 {
    width: 100%;
  }
}
.partner_benefits .wancoro-logo-img {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(8deg);
  z-index: 1;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .partner_benefits .wancoro-logo-img {
    width: 150px;
  }
}
@media (max-width: 559.9px) {
  .partner_benefits .wancoro-logo-img {
    width: 90px;
    bottom: -19%;
  }
}

.partner_text {
  text-align: center;
  font-size: 2rem;
  color: rgb(244, 78, 44);
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 559.9px) {
  .partner_text br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .partner_text {
    margin-top: 70px;
  }
}

.pamphlet_content {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
}
@media (max-width: 559.9px) {
  .pamphlet_content {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
  }
}
.pamphlet_content .left_item .pamphlet_head {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .pamphlet_content .left_item .pamphlet_head {
    font-size: 2rem;
  }
}
.pamphlet_content .left_item > p {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .pamphlet_content .left_item > p {
    font-size: 1.6rem;
  }
}
.pamphlet_content .right_item {
  width: 30%;
  position: relative;
}
@media (max-width: 559.9px) {
  .pamphlet_content .right_item {
    width: 70%;
  }
}
.pamphlet_content .right_item img {
  width: 100%;
  transition: all 0.3s ease;
}
.pamphlet_content .right_item i {
  position: absolute;
  top: 90%;
  left: -17%;
  font-size: 4rem;
  transform: rotate(46deg);
}
@media (max-width: 559.9px) {
  .pamphlet_content .right_item i {
    left: -20%;
  }
}
.pamphlet_content .right_item:hover img {
  opacity: 0.7;
}

/**************
新着情報
**************/
.news_container {
  width: 100%;
  display: flex;
}
@media (min-width: 821px) {
  .news_container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 820.9px) {
  .news_container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .news_container .rightColumn {
    width: calc(100% - 300px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .news_container .rightColumn {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .news_container .leftColumn {
    width: 220px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .leftColumn {
    width: 22%;
  }
}
@media (max-width: 820.9px) {
  .news_container .leftColumn {
    margin-top: 50px;
    width: 100%;
  }
}

.side_title {
  padding: 8px 12px;
  font-weight: bold;
  background-color: #fce6ba;
  border-radius: 4px;
}
@media (max-width: 820.9px) {
  .side_title {
    margin-bottom: 12px;
  }
}

@media (max-width: 820.9px) {
  .side_links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 821px) {
  .side_links li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-bottom: 2px #fce6ba solid;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .side_links li {
    display: block;
    width: 32%;
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .side_links li {
    display: block;
    width: 49.4%;
    margin-bottom: 4px;
  }
}
.side_links li a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 12px 0 12px 18px;
  position: relative;
  color: #1B1B1B;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .side_links li a {
    border: 1px #1B1B1B solid;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px 0 16px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: white;
  }
}
@media (max-width: 559.9px) {
  .side_links li a {
    font-size: 3vw;
    height: 40px;
  }
}
.side_links li a::before {
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  position: absolute;
  right: 5px;
  top: 22px;
}
@media (max-width: 820.9px) {
  .side_links li a::before {
    top: 50%;
  }
}
.side_links li a:hover {
  background-color: #fafafa;
}
@media (min-width: 560px) {
  .side_links li.active a {
    color: #333;
  }
  .side_links li.active a::before {
    background-color: #ACCFE7;
  }
}

.news_archive {
  width: 100%;
}
.news_archive .news_item {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 2px dashed #d0d0d0;
  display: inline-block;
  padding-left: 8px;
}
.news_archive .news_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .news_archive .news_item {
    padding-left: 0;
    padding-right: 30px;
  }
}
.news_archive .news_item .news_item_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.news_archive .news_item .news_item_head .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #1B1B1B;
  transition: all 0.3s ease;
}
.news_archive .news_item .news_item_head .news_item_cat_tags {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px 3px;
}
.news_archive .news_item .news_item_head .news_item_cat_tags .cat_tag_item {
  font-size: 1.2rem;
  border: 2px rgb(219, 78, 23) solid;
  font-weight: bold;
  border-radius: 4px;
  padding: 0 16px;
  height: 27px;
  color: rgb(219, 78, 23);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.news_archive .news_item .news_title {
  margin: 16px 0;
  font-size: 1.8rem;
  color: #1B1B1B;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_title {
    font-size: 1.6rem;
  }
}
.news_archive .news_item > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: rgb(219, 78, 23);
  font-size: 3rem;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .news_archive .news_item > i {
    font-size: 2rem;
    top: inherit;
    bottom: 8%;
    right: 0;
  }
}
.news_archive .news_item:hover .news_item_head .eng {
  opacity: 0.6;
}
.news_archive .news_item:hover .news_item_head .news_item_cat_tags .cat_tag_item {
  opacity: 0.6;
}
.news_archive .news_item:hover .news_title {
  opacity: 0.6;
}
.news_archive .news_item:hover > i {
  opacity: 0.6;
}

.news_single {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;
  border: dashed 2px #ffb03f;
  border-radius: 9px;
  padding: 40px 64px 64px;
  margin-bottom: 50px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .news_single {
    padding: 40px;
  }
}
@media (max-width: 559.9px) {
  .news_single {
    margin-bottom: 50px;
    padding: 30px;
  }
}

.post_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_data .news_date {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .post_data .news_date {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
  }
}
.post_data .single_cat_tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.post_data .single_cat_tag .single_cat_tag_item {
  background-color: #FFFFFF;
  border: 2px rgb(219, 78, 23) solid;
  font-weight: bold;
  border-radius: 4px;
  padding: 0 16px;
  height: 30px;
  color: rgb(219, 78, 23);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 24px;
}
@media (max-width: 820.9px) {
  .single_title {
    font-size: 1.6rem;
  }
}

.single_icatch {
  width: 100%;
  background-color: #1B1B1B;
  position: relative;
  margin-top: 40px;
}
.single_icatch img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_content {
  padding: 24px 0;
  line-height: 1.8;
}
@media (max-width: 559.9px) {
  .single_content {
    padding: 20px 0;
  }
}
.single_content *:first-child {
  margin-top: 0;
}
.single_content img {
  max-width: 100% !important;
  height: auto;
}
.single_content .auto {
  margin: 15px 0;
}
.single_content h1 {
  font-size: 3rem;
  margin-top: 56px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 820.9px) {
  .single_content h1 {
    font-size: 2.1rem;
    margin: 30px 0 12px;
  }
}
.single_content h2 {
  font-size: 2.4rem;
  font-weight: 700 !important;
  margin: 40px 0 24px;
  border-radius: 4px;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 820.9px) {
  .single_content h2 {
    font-size: 1.9rem;
    margin: 30px 0 12px;
  }
}
.single_content h3 {
  font-size: 2rem;
  color: #444;
  margin: 40px 0 20px;
  font-weight: 700 !important;
}
@media (max-width: 820.9px) {
  .single_content h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
}
.single_content h4 {
  font-size: 1.8rem;
  margin: 40px 0 16px;
}
@media (max-width: 820.9px) {
  .single_content h4 {
    font-size: 1.7rem;
    margin: 20px 0 16px;
  }
}
.single_content h5 {
  position: relative;
  margin: 40px 0 16px;
  font-size: 1.7rem;
  padding-left: 15px;
}
@media (max-width: 820.9px) {
  .single_content h5 {
    font-size: 1.6rem;
    margin: 32px 0 16px;
  }
}
.single_content h5::before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #07afbf;
  content: "";
  display: block;
}
.single_content h6 {
  font-size: 1.6rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin: 40px 0 16px;
}
@media (max-width: 820.9px) {
  .single_content h6 {
    margin: 32px 0 16px;
  }
}
.single_content h6::before {
  background: #3875a1;
  width: 5px;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
}
.single_content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
.single_content table th,
.single_content table td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #ddd;
  margin: 0;
}
.single_content table th {
  text-align: center;
  background: #eee;
  font-weight: bold;
}
.single_content blockquote {
  position: relative;
  box-sizing: border-box;
  padding: 45px 20px 45px 30px;
  margin: 0 0 30px;
  font-weight: 400;
  color: #444;
  background-color: #f3f3f3;
  border: 1px #ddd solid;
}
@media (max-width: 820.9px) {
  .single_content blockquote {
    padding: 20px 5%;
  }
}
.single_content pre {
  padding: 20px;
  margin: 20px;
  background: #eee;
  border-radius: 5px;
  font-size: 1.5rem;
  white-space: pre-line;
}
.single_content code {
  word-wrap: break-word;
  font-size: 1.5rem;
}
.single_content .word-set {
  display: inline-table;
  position: relative;
  vertical-align: baseline;
  white-space: initial;
}
.single_content .aligncenter {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.single_content .alignright {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
.single_content img {
  height: auto;
}
.single_content ul {
  list-style: inherit;
}
.single_content ul li {
  list-style-type: inherit;
  list-style-position: inside;
}
.single_content ol {
  list-style: inherit;
}
.single_content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.single_content p {
  margin-top: 10px;
}

.single_page_navi {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 8px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820.9px) {
  .single_page_navi {
    padding: 16px;
    margin-top: 36px;
    border-radius: 8px;
  }
}
.single_page_navi a {
  color: #666;
}
.single_page_navi a:nth-child(2) {
  margin: 0 72px;
}
@media (max-width: 820.9px) {
  .single_page_navi a:nth-child(2) {
    margin: 0 24px;
  }
}
.single_page_navi a img {
  display: block;
  width: 22px;
}

@media (max-width: 820.9px) {
  .single_info {
    margin-top: 25px;
    padding-top: 15px;
  }
}

/**************
Under PageTitle
**************/
.pageTitle {
  display: block;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 450px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .pageTitle {
    height: 50vh;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle {
    height: 650px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle {
    height: 240px;
    margin: 0 auto;
    padding: 3vw 3vw 0 3vw;
  }
}
.pageTitle .title_inner {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F1F6FA;
}
@media (max-width: 559.9px) {
  .pageTitle .title_inner {
    border-radius: 16px;
  }
}
.pageTitle .title_inner::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 559.9px) {
  .pageTitle .title_inner::after {
    width: 90%;
  }
}
.pageTitle .title_inner .overlay-underPage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(104deg, #284B7D 0.35%, #595757 60.16%);
}
@media (max-width: 559.9px) {
  .pageTitle .title_inner .overlay-underPage {
    background: linear-gradient(104deg, #284B7D 0.35%, #595757 60.16%);
  }
}
.pageTitle .textArea {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  top: 56%;
  left: 5vw;
  color: #FFFFFF;
  letter-spacing: 0.3rem;
}
@media (max-width: 559.9px) {
  .pageTitle .textArea {
    padding-left: 6vw;
    top: 146px;
  }
}
.pageTitle .textArea .jp {
  line-height: 1.4;
  font-size: min(3.8rem, 3.6vw);
  font-weight: 700;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle .textArea .jp {
    font-size: 3.2rem;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .textArea .jp {
    font-size: 2rem;
  }
}
.pageTitle .textArea .eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  font-size: min(2.4rem, 2vw);
  letter-spacing: 0.3rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle .textArea .eng {
    font-size: 1.8rem;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .textArea .eng {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.pageTitle .logo-big-underPage {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.pageTitle .logo-big-underPage .underPage-logo {
  width: 500px;
}
.pageTitle .imgArea {
  height: 100%;
  width: 100%;
  position: relative;
}
.pageTitle .imgArea img, .pageTitle .imgArea video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 560px) {
  .pageTitle.single_page {
    height: 200px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle.single_page {
    height: 200px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle.single_page {
    height: 120px;
  }
}
@media (min-width: 821px) {
  .pageTitle.single_page .textArea {
    opacity: 1;
    padding-top: 120px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle.single_page .textArea {
    padding-top: 64px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle.single_page .textArea {
    padding-top: 48px;
  }
}
@media (min-width: 821px) {
  .pageTitle.single_page .textArea .jp {
    display: none;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 33px;
  right: 33px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  font-size: 1.2rem;
  padding: 0 30px;
}
@media (max-width: 559.9px) {
  .breadcrumbs {
    bottom: -16px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0 16px;
    color: white;
    font-size: 1.1rem;
  }
}
.breadcrumbs a {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: normal;
  font-weight: 500;
  transition: all 0.4s ease;
  color: #BE241F;
}
@media (max-width: 559.9px) {
  .breadcrumbs a {
    color: #C48686;
    font-size: 1.1rem;
  }
}
.breadcrumbs:hover a {
  opacity: 0.6;
}

.flex_content {
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 560px) {
  .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content.start {
    align-items: flex-start;
  }
  .flex_content.mt70 {
    margin-top: 70px;
  }
}
@media (min-width: 560px) and (max-width: 1199.9px) {
  .flex_content.mb40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 559.9px) {
  .flex_content {
    margin-bottom: 40px;
  }
}
@media (min-width: 560px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
@media (max-width: 559.9px) {
  .flex_content > .item {
    width: 100%;
  }
  .flex_content > .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 560px) {
  .flex_content .item_1 {
    width: 12%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_2 {
    width: 21%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_3 {
    width: 33%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_35 {
    width: 38%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_4 {
    width: 47.5%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_45 {
    width: 56%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_5 {
    width: 62%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_6 {
    width: 73%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_7 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .leftColumn {
    width: 230px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .leftColumn {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .rightColumn {
    width: calc(100% - 340px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .rightColumn {
    margin-top: 40px;
  }
}

.c_container {
  width: 100%;
}
@media (min-width: 560px) {
  .c_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .c_container {
    padding: 0 4%;
  }
}
@media (min-width: 560px) {
  .c_container .leftColumn {
    background-color: #f3f3f3;
  }
}

.divider-full {
  margin: 35px 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px #aaa dotted;
}
@media (max-width: 820.9px) {
  .divider-full {
    margin: 20px 0;
  }
}

.sticky_content {
  width: 100%;
}
@media (min-width: 821px) {
  .sticky_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/**************
Sidebar
**************/
@media (min-width: 821px) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 35px;
  }
  .admin-bar .sidebar-sticky {
    top: 132px;
  }
}

.sidebar_title {
  background-color: #ACCFE7;
  padding: 16px 18px;
}
@media (max-width: 820.9px) {
  .sidebar_title {
    display: none;
  }
}
.sidebar_title.mt35 {
  margin-top: 35px;
}
.sidebar_title .jp {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .sidebar_title .jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 820.9px) {
  .sidebar_title .jp {
    font-size: 1.6rem;
  }
  .sidebar_title .jp br {
    display: none;
  }
}
.sidebar_title .eng {
  color: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  line-height: 1;
}

.sidebar_title02 {
  line-height: 1.4;
  padding: 0 15px;
  border-left: #1B1B1B 4px solid;
  margin-bottom: 12px;
}
.sidebar_title02.mt35 {
  margin-top: 35px;
}
.sidebar_title02 .jp {
  font-size: 1.5rem;
  color: #1B1B1B;
  font-weight: 600;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .sidebar_title02 .jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 820.9px) {
  .sidebar_title02 .jp {
    font-size: 1.6rem;
  }
  .sidebar_title02 .jp br {
    display: none;
  }
}
.sidebar_title02 .eng {
  color: #b2b2b2;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  line-height: 1;
}

@media (max-width: 820.9px) {
  .side_links02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.side_links02 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  background-color: #f3f3f3;
  margin-bottom: 1px;
}
@media (max-width: 820.9px) {
  .side_links02 li {
    display: block;
    width: 49.4%;
    margin-bottom: 4px;
  }
}
.side_links02 li .link_text {
  color: #1B1B1B;
  font-size: 1.4rem;
  padding: 13px 0 13px 10px;
}
.side_links02 li a {
  display: flex;
  align-items: center;
  padding: 6.4px 0 6.4px 18px;
  position: relative;
  color: #999;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .side_links02 li a {
    border: 1px #003C97 solid;
    font-size: 3vw;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #003C97;
  }
}
@media (min-width: 560px) {
  .side_links02 li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 15px;
  }
}
@media (min-width: 560px) {
  .side_links02 li.active a {
    color: #333;
  }
  .side_links02 li.active a::before {
    background-color: #ACCFE7;
  }
}

/**************
会社情報
**************/
.overview {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .overview {
    padding-bottom: 10px;
  }
}

.history {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .history {
    padding-bottom: 10px;
  }
}

.table-history {
  width: 100%;
}
.table-history tbody tr th {
  padding: 12px 20px;
  width: 160px;
  text-align: left;
}
@media (max-width: 559.9px) {
  .table-history tbody tr th {
    display: block;
    width: 100%;
    padding: 12px 20px 0;
  }
}
.table-history tbody tr td {
  padding: 12px 20px;
  width: calc(100% - 160px);
}
@media (max-width: 559.9px) {
  .table-history tbody tr td {
    display: block;
    width: 100%;
    padding: 2px 20px 12px;
  }
}
.table-history tbody tr:nth-child(odd) th, .table-history tbody tr:nth-child(odd) td {
  background-color: #FFF0F0;
}
.table-history tbody tr:nth-child(even) th, .table-history tbody tr:nth-child(even) td {
  background-color: #fffbfb;
}

.access {
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .access {
    padding-bottom: 56px;
  }
}

.access_img {
  width: 100%;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 559.9px) {
  .access_img {
    margin-bottom: 30px;
  }
}
.access_img .access_img_img {
  border-radius: 32px;
}
@media (max-width: 559.9px) {
  .access_img .access_img_img {
    border-radius: 16px;
  }
}

.access_title {
  width: 230px;
  height: 80px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom-right-radius: 32px;
}
@media (max-width: 559.9px) {
  .access_title {
    width: 160px;
    height: 40px;
    border-bottom-right-radius: 16px;
  }
}
.access_title .top-corner_top {
  position: absolute;
  top: 0px;
  right: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .access_title .top-corner_top {
    width: 16px;
    height: auto;
    right: -16px;
  }
}
.access_title .top-corner_left {
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .access_title .top-corner_left {
    top: 40px;
    width: 16px;
  }
}
.access_title h3 {
  font-size: 2rem;
  text-align: left;
  padding: 0 16px;
}
@media (max-width: 559.9px) {
  .access_title h3 {
    font-size: 1.8rem;
    padding: 0 8px;
  }
}
.access_title h3.eng {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .access_title h3.eng {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.access_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4vw 3%;
  flex-wrap: wrap;
}
.access_box .left_item {
  width: 40%;
}
@media (max-width: 559.9px) {
  .access_box .left_item {
    width: 100%;
  }
}
.access_box .left_item .com-info .com-info-inner {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 1vw 2%;
}
.access_box .left_item .com-info .com-info-inner .info-head {
  background-color: #1B1B1B;
  padding: 3px 0;
  width: 102px;
  border-radius: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
.access_box .left_item .com-info .com-info-inner .com-info-text {
  font-size: 1.7rem;
  position: relative;
  top: -5px;
  flex: 1;
}
@media (max-width: 559.9px) {
  .access_box .left_item .com-info .com-info-inner .com-info-text {
    font-size: 1.5rem;
  }
}
.access_box .left_item .access_info_box {
  background-color: #FFF0F0;
  margin-top: 20px;
  padding: 24px 30px;
  display: inline-block;
}
@media (max-width: 820.9px) {
  .access_box .left_item .access_info_box {
    padding: 20px;
  }
}
.access_box .left_item .access-info {
  margin-bottom: 10px;
}
.access_box .left_item .access-info:last-child {
  margin-bottom: 0;
}
.access_box .left_item .access-info .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.access_box .left_item .access-info .head i {
  font-size: 2rem;
  color: #C48686;
}
.access_box .left_item .access-info .head .text {
  font-weight: 700;
  font-size: 1.7rem;
}
@media (max-width: 820.9px) {
  .access_box .left_item .access-info .head .text {
    font-size: 1.6rem;
  }
}
.access_box .right_item {
  width: 56%;
}
@media (max-width: 559.9px) {
  .access_box .right_item {
    width: 100%;
  }
}

.map {
  width: 100%;
  aspect-ratio: 16/10.5;
}
@media (max-width: 559.9px) {
  .map {
    aspect-ratio: 1/1;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

/**************
新着情報
**************/
.news_page_archive {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 24px;
}
.news_page_archive .news_item {
  background-color: #FFF0F0;
  padding: 16px;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 560px) {
  .news_page_archive .news_item {
    width: calc(33.33% - 16px);
  }
}
.news_page_archive .news_item .news_img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.news_page_archive .news_item .news_img img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.news_page_archive .news_item .news_inner {
  padding: 12px 8px 0;
}
.news_page_archive .news_item .news_inner .news_item_head .date {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
.news_page_archive .news_item .news_inner .news_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.3rem;
  color: #444444;
}
.news_page_archive .news_item:hover .news_img img {
  transform: scale(1.1);
}

.side_list li a {
  border-bottom: 1px #ccc solid;
  display: block;
  padding: 8px;
  color: #666;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 560px) {
  .side_list li a {
    transition: all 0.3s ease;
  }
  .side_list li a:hover {
    background-color: #f3f3f3;
  }
}
.side_list li a i {
  margin-right: 4px;
}

.side_column_list li {
  border-bottom: 1px #ddd solid;
}
.side_column_list li a {
  width: 100%;
  padding: 12px 0;
  display: block;
  transition: all 0.3s ease;
}
.side_column_list li a:hover {
  background-color: #f3f3f3;
}
.side_column_list li a .inner {
  width: 100%;
}
.side_column_list li a .inner .date {
  color: #666;
  font-size: 1.2rem;
}
.side_column_list li a .inner .tit {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_column_list li a .inner .tit {
    -webkit-line-clamp: 2;
  }
}

.side_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  width: 100%;
  padding: 0 16px;
  background: linear-gradient(0deg, #003C97 0 50%, #0b39af 50% 100%);
  color: #fff;
  margin-top: 8px;
  line-height: 1.6;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_btn {
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
@media (min-width: 560px) {
  .side_btn {
    transition: all 0.3s ease;
  }
  .side_btn:hover {
    opacity: 0.8;
    color: white;
  }
}
.side_btn i {
  font-size: 2.4rem;
  margin-right: 16px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_btn i {
    font-size: 1.8rem;
    margin-right: 12px;
  }
}

.single_info {
  padding-bottom: 16px;
  border-bottom: #ddd 1px solid;
  margin-bottom: 24px;
}
@media (min-width: 560px) {
  .single_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single_info .date {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

/* ------------
PAGENATION
------------- */
.wp-pagenavi {
  padding: 12px 5px;
  border-radius: 4px;
  font-size: 100%;
  text-align: center;
  margin-top: 30px;
}

.all_seminar .wp-pagenavi {
  margin: 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 5px 7px !important;
  border-radius: 3px;
}

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  background: #fff;
}

.wp-pagenavi .current {
  background: #fce6ba;
  color: #1B1B1B;
}

/**************
お問い合わせ
**************/
.contact-kome {
  margin-top: 15px;
  color: #777777;
  font-size: 1.4rem;
}

.contact_nums {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .contact_nums + .textCenter {
    font-size: 1.3rem;
    text-align: left;
  }
}

.con02_text {
  font-size: 1em;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .con02_text {
    font-size: 0.9em;
    margin-bottom: 8px;
  }
}

.privacy_head {
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
}
.privacy_head::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #1B1B1B;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}

.privacy_cont {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 559.9px) {
  .privacy_cont {
    margin-top: 30px;
  }
}

.privacy-title {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
}

.privacy_policy {
  margin-top: 10px;
  height: 400px;
  padding: 10px 30px;
  border: 1px #444444 solid;
  overflow-y: scroll;
}
@media (max-width: 559.9px) {
  .privacy_policy {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
  }
}
@media (min-width: 560px) {
  .privacy_policy .privacy_policy_box {
    padding: 0 24px;
  }
}
.privacy_policy .privacy_policy_box *:first-child {
  margin-top: 0;
}
.privacy_policy .privacy_policy_box ul {
  margin-top: 10px;
}
.privacy_policy .privacy_policy_box p {
  margin-top: 10px;
}
.privacy_policy .privacy_policy_box h3 {
  font-size: 110%;
  margin-top: 24px;
  margin-bottom: 8px;
}
.privacy_policy .privacy_policy_box h4 {
  font-size: 105%;
  margin-top: 20px;
}
.privacy_policy .privacy_policy_box h5 {
  margin-top: 15px;
}

.privacyCheck {
  margin: 24px 0;
  display: flex;
  align-items: cente;
  justify-content: space-between;
}
@media (max-width: 1199.9px) {
  .privacyCheck {
    margin: 10px 0;
  }
}
.privacyCheck p {
  margin: 10px 0 0;
}
.privacyCheck .accept label {
  font-weight: bold;
  text-decoration: underline;
}

.c-input,
.c-select,
.c-textarea {
  background: #fff;
  border: 1px solid #878484;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 40px;
  padding: 2px 10px;
}
@media (max-width: 1199.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}

@media (min-width: 560px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 820.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}
.c-radio-list__item {
  margin: 0 0 5px 0;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item {
    text-align: left;
  }
}
.c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item label {
    margin-right: 10px;
  }
}

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
}
@media (max-width: 1199.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.c-submit,
.c-confirm,
.c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-submit,
.c-confirm,
.c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1199.9px) {
  .c-submit,
.c-confirm,
.c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-confirm,
.c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover,
.c-back:hover {
  background-color: #eee;
}

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .btns .btn {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.wpcf7cp-btns {
  margin-top: 30px;
  text-align: center;
}
.wpcf7cp-btns button {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .wpcf7cp-btns button {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b;
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888;
}
.btn-conta:hover {
  background-color: #555;
  border-bottom: 3px solid #999;
}

.btns .btn-primary {
  background-color: #81c320;
  border-color: #a2d400;
  border-bottom: 3px solid #679b1b;
}
.btns .btn-primary:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}

.btn-info {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
}
.btn-info:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio,
.c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.alert-block {
  border: 2px tomato solid;
  padding: 24px;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.wpcf7-response-output {
  background-color: #fff0f0;
  text-align: center;
  color: red;
  padding: 24px !important;
  border-radius: 4px;
  border: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  margin-top: 3px !important;
}

/**************
よくある質問
**************/
.faq_list .faq_item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.faq_list .faq_item:not(:last-child) {
  margin-bottom: 24px;
}
.faq_list .faq_item .box .inner-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 24px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .inner-flex {
    padding: 20px;
  }
}
.faq_list .faq_item .box .alpha {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  color: white;
  border-radius: 40px;
  margin-right: 24px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .alpha {
    width: 32px;
    height: 32px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 16px;
  }
}
.faq_list .faq_item .box .inner {
  width: calc(100% - 80px);
  padding-top: 12px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .inner {
    width: calc(100% - 48px);
    padding-top: 2px;
  }
}
.faq_list .faq_item .box.q-box {
  background-color: white;
}
.faq_list .faq_item .box.q-box .alpha {
  background-color: #BE241F;
}
.faq_list .faq_item .box.q-box .inner {
  font-weight: bold;
  font-size: 110%;
  padding-right: 80px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box.q-box .inner {
    font-size: 100%;
    padding-right: 48px;
  }
}
.faq_list .faq_item .box.a-box {
  display: none;
  background-color: #FFF0F0;
  padding-bottom: 8px;
}
.faq_list .faq_item .box.a-box .head {
  font-size: 110%;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box.a-box .head {
    font-size: 100%;
  }
}
.faq_list .faq_item .box.a-box .alpha {
  background-color: #95a9bb;
  color: white;
}
.faq_list .faq_item .q-box {
  cursor: pointer;
}
.faq_list .faq_item .q-box .faq-open {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #f8fafa;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08), -5px -5px 5px #fff;
  transform: translateY(-50%);
  transition: 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box .faq-open {
    width: 32px;
    height: 32px;
    right: 16px;
  }
}
.faq_list .faq_item .q-box .faq-open::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #BE241F;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq_list .faq_item .q-box .faq-open span {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.faq_list .faq_item .q-box .faq-open span::after, .faq_list .faq_item .q-box .faq-open span::before {
  position: absolute;
  background: #BE241F;
  display: block;
  content: "";
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 2px;
  width: 20px;
  border-radius: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box .faq-open span::after, .faq_list .faq_item .q-box .faq-open span::before {
    width: 16px;
  }
}
.faq_list .faq_item .q-box .faq-open span::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq_list .faq_item .q-box .faq-open span::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_list .faq_item .q-box.opened .faq-open span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq_list .faq_item .q-box.opened .faq-open span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq_list .faq_item .q-box:hover .faq-open::after {
  width: 48px;
  height: 48px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box:hover .faq-open::after {
    width: 32px;
    height: 32px;
  }
}
.faq_list .faq_item .q-box:hover .faq-open span::after, .faq_list .faq_item .q-box:hover .faq-open span::before {
  background: white;
}

/**************
プライバシーポリシー
**************/
.sq_black::before {
  background-color: black;
}

.privacy {
  background-color: #fff;
}
@media (min-width: 560px) {
  .privacy {
    padding: 0 24px;
  }
}
.privacy *:first-child {
  margin-top: 0;
}
.privacy ul {
  margin-top: 10px;
}
.privacy ul li {
  margin-top: 5px;
}
.privacy p {
  margin-top: 24px;
}
.privacy h3 {
  font-size: 110%;
  margin-top: 24px;
  margin-bottom: 8px;
}
.privacy h4 {
  font-size: 105%;
  margin-top: 20px;
}
.privacy h5 {
  margin-top: 15px;
}
/*# sourceMappingURL=styles.css.map */