@charset "UTF-8";
/* --------------------------------------
BASE
-------------------------------------- */
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../fonts/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  src: url("../fonts/Montserrat-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-BoldItalic";
  src: url("../fonts/Montserrat-BoldItalic.ttf");
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansJP-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}

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

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.display_sp, .br_sp {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .display_sp, .br_sp {
    display: none;
  }
}

.display_pc, .br_pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .display_pc, .br_pc {
    display: none;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .br_tab {
    display: inline-block;
  }
}

em {
  font-style: normal;
}

.js_fadeup {
  transform: translateY(20px);
  opacity: 0;
}

/* ----------------------------------------------------------------------
 HEADER
---------------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.3s;
  background: #000;
}
header .hd_logo {
  position: relative;
  z-index: 300;
  display: inline-block;
}
header .hd_logo img {
  width: 100%;
  height: auto;
}
header .btn_menu {
  display: none;
}
header nav a {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1281px) {
  header {
    padding: 17px 20px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  header .hd_logo {
    width: 100px;
  }
  header .hd_nav_inner {
    position: relative;
  }
  header nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: -6px;
  }
  header nav ul {
    display: flex;
    margin-right: 180px;
  }
  header nav ul li {
    margin-right: 38px;
  }
  header nav ul li a {
    position: relative;
    white-space: nowrap;
    font-size: 14px;
  }
  header nav ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.3s;
  }
  header nav ul li a:hover {
    opacity: 0.7;
  }
  header nav ul li a:hover:before {
    width: 100%;
  }
  header nav a {
    position: relative;
    transition: 0.3s;
    position: relative;
  }
  header nav .ht_btn {
    width: 156px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    overflow: hidden;
  }
  header nav .ht_btn span {
    position: relative;
  }
  header nav .ht_btn:before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(#328dc9 0%, #325bc9 100%);
    transition: transform 0.6s ease;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 0;
  }
  header nav .ht_btn:hover {
    color: #fff;
    border-color: #328dc9;
  }
  header nav .ht_btn:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 1280px) {
  header {
    padding: 10px 20px;
    height: 50px;
  }
  header .hd_logo {
    width: 67px;
  }
  header .hd_logo img {
    width: 67px;
    height: auto;
  }
  header .btn_menu {
    line-height: 0;
    position: absolute;
    z-index: 101;
    top: 0;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
  }
  header .btn_menu span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 1px;
    transition: 0.3s;
    border-radius: 4px;
    background: #fff;
  }
  header .btn_menu span:nth-child(1) {
    top: 17px;
  }
  header .btn_menu span:nth-child(2) {
    top: 25px;
  }
  header .btn_menu span:nth-child(3) {
    bottom: 17px;
  }
  .js_open header .btn_menu {
    z-index: 1000;
  }
  .js_open header .btn_menu span {
    box-shadow: none;
  }
  .js_open header .btn_menu span:nth-child(1) {
    top: 4px;
    transform: translateY(20px) rotate(-30deg);
  }
  .js_open header .btn_menu span:nth-child(2) {
    opacity: 0;
  }
  .js_open header .btn_menu span:nth-child(3) {
    bottom: 4px;
    transform: translateY(-21px) rotate(30deg);
  }
  .js_open header .ht_btn {
    width: 260px;
    margin: 40px auto 0;
    display: block;
  }
  header .hd_nav {
    position: fixed;
    z-index: 99;
    top: 50px;
    left: 20px;
    display: none;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    padding: 30px 0;
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, 0.3);
  }
  header .hd_nav_wrap {
    position: relative;
    display: table;
    width: calc(100% - 40px);
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    padding: 70px 0 100px;
  }
  header .hd_nav_inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  header nav {
    max-width: 500px;
    margin: 0 autp 20px;
  }
  header nav li {
    border-bottom: 1px solid #fff;
  }
  header nav li a {
    font-size: 16px;
    display: block;
    text-align: left;
    padding: 15px 10px 15px 15px;
    position: relative;
    text-align: center;
  }
  header .ht_btn {
    text-align: center;
    width: 260px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-top: 50px;
    line-height: 48px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 570px) {
  header .btn_menu {
    top: 0;
  }
  header .hd_nav_inner {
    vertical-align: bottom;
  }
}

.js_open {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
 FOOTER
---------------------------------------------------------------------- */
footer {
  background: #000008;
}
footer .content {
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(#328dc9 0%, #2c7bb0 9.36%, #0c1030 68.47%, #000007 100%);
  color: #fff;
  position: relative;
}
footer:before {
  content: "";
  height: 100%;
  background: #000008;
  position: absolute;
  bottom: 0;
  left: -10%;
  z-index: -1;
}
@media screen and (min-width: 1281px) {
  footer .content {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 70px 0 100px;
  }
  footer .l_inner > .l_flex {
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  footer .content {
    padding: 60px 0 80px;
  }
  footer .l_inner > .l_flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .content {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 0;
  }
  footer .l_inner > .l_flex {
    display: block;
  }
}

.ft_info p + p {
  margin-top: 5px;
}
@media screen and (min-width: 1281px) {
  .ft_info .ft_logo {
    width: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ft_info .ft_logo {
    width: 90px;
  }
}
@media screen and (min-width: 769px) {
  .ft_info {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ft_info .ft_logo {
    width: 70px;
  }
}

.ft_list_nav {
  display: flex;
}
.ft_list_nav a {
  transition: 0.3s;
}
@media screen and (min-width: 1281px) {
  .ft_list_nav li + li {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ft_list_nav {
    margin-top: 20px;
  }
  .ft_list_nav li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ft_list_nav {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .ft_list_nav a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .ft_list_nav {
    display: none;
  }
}

.ft_list_sub_nav {
  display: flex;
}
.ft_list_sub_nav a, .ft_list_sub_nav p {
  font-size: 12px;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .ft_list_sub_nav {
    position: absolute;
    bottom: -70px;
    right: 0;
  }
  .ft_list_sub_nav .copyright {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .ft_list_sub_nav {
    bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .ft_list_sub_nav {
    margin-top: 30px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .ft_list_sub_nav a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .ft_list_sub_nav {
    justify-content: space-between;
    margin-top: 30px;
    bottom: 10px;
  }
}

/* --------------------------------------
LAYOUT
-------------------------------------- */
@media screen and (min-width: 1281px) {
  .l_main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .l_main {
    padding-top: 50px;
  }
}

.l_flex {
  display: flex;
}

.l_flex_reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .l_page_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .l_page_flex .l_page_side {
    width: 200px;
  }
  .l_page_flex .l_page_main {
    max-width: 900px;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 768px) {
  .l_page_flex {
    display: block;
  }
  .l_page_flex .l_page_side {
    margin-top: 70px;
  }
}

.l_inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l_inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_inner {
    padding: 0 20px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l_inner_l {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_inner_l {
    padding: 0 20px;
  }
}

.l_inner_m {
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l_inner_m {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_inner_m {
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.l_inner_s {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l_inner_s {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_inner_s {
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}

.l_inner_ss {
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l_inner_ss {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l_inner_ss {
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l_sec {
    padding: 130px 0;
  }
}
@media screen and (max-width: 768px) {
  .l_sec {
    padding: 85px 0;
  }
}

/* --------------------------------------
TEXT
-------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: "NotoSansJP-SemiBold", sans-serif;
}

.txt_en {
  font-family: "Montserrat-Medium";
}

.title_en {
  font-family: "Montserrat-SemiBold";
  line-height: 1.2;
}

.title_en_s {
  font-family: "Montserrat-SemiBold";
  line-height: 1.2;
}

.title_en_l {
  font-family: "Montserrat-SemiBold";
  line-height: 1.2;
}
@media screen and (min-width: 1281px) {
  .title_en_l {
    font-size: 83px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .title_en_l {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .title_en_l {
    font-size: 40px;
  }
}

.title_border_wrap {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.title_border_wrap .title_wrap {
  display: inline-block;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .title_border_wrap {
    margin-bottom: 60px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .title_border_wrap {
    margin-bottom: 20px;
    text-align: center;
    padding: 0 0 10px;
  }
}

.title_center_wrap {
  text-align: center;
}
.title_center_wrap .title_wrap {
  display: inline-block;
  text-align: right;
}

.title_wrap_s.js_show .title_en_l span, .title_wrap_s.js_show .title_en_s span, .title_wrap_s.js_show .title_en span {
  opacity: 1;
  transform: translateY(0);
}
.title_wrap_s .title_wrap {
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .title_wrap_s {
    text-align: center;
  }
}

.title_page_wrap {
  position: relative;
}
.title_page_wrap .title_wrap {
  display: inline-block;
  text-align: left;
}
.title_page_wrap .title_wrap.js_show .title_en_l span, .title_page_wrap .title_wrap.js_show .title_en_s span, .title_page_wrap .title_wrap.js_show .title_en span {
  opacity: 1;
  transform: translateY(0);
}
.title_page_wrap .title_ja {
  font-size: 14px;
  text-align: right;
}
.title_page_wrap .title_en {
  text-transform: capitalize;
  line-height: 1.2;
  overflow: hidden;
}
.title_page_wrap .title_en span {
  display: block;
  opacity: 0;
  transform: translateY(2em);
  transition: 0.8s;
  transition-delay: 0.1s;
}
.title_page_wrap:before {
  content: "";
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1281px) {
  .title_page_wrap .title_en {
    font-size: 103px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .title_page_wrap .title_en {
    font-size: 80px;
  }
}
@media screen and (min-width: 769px) {
  .title_page_wrap {
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .title_page_wrap:before {
    width: calc(100% - 80px);
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .title_page_wrap {
    padding-bottom: 170px;
  }
  .title_page_wrap .title_en {
    font-size: 60px;
  }
  .title_page_wrap:before {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.title_sec {
  font-family: "NotoSansJP-SemiBold";
}
.title_sec em {
  display: inline-block;
  margin: 0 2px;
}
@media screen and (min-width: 1281px) {
  .title_sec {
    font-size: 30px;
  }
  .title_sec em {
    font-size: 42px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .title_sec {
    font-size: 25px;
  }
  .title_sec em {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .title_sec {
    font-size: 20px;
  }
  .title_sec em {
    font-size: 26px;
  }
}

.title_sec_center {
  text-align: center;
}

.title_sec_wrap .title_wrap {
  display: inline-block;
}
.title_sec_wrap .title_wrap.js_show .title_en_l span, .title_sec_wrap .title_wrap.js_show .title_en_s span, .title_sec_wrap .title_wrap.js_show .title_en span {
  opacity: 1;
  transform: translateY(0);
}
.title_sec_wrap .title_en {
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  .title_sec_wrap .title_en {
    font-size: 63px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .title_sec_wrap .title_en {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .title_sec_wrap .title_en {
    font-size: 50px;
  }
}
.title_sec_wrap .title_en span {
  display: block;
  opacity: 0;
  transform: translateY(2em);
  transition: 0.8s;
  transition-delay: 0.1s;
}
.title_sec_wrap .title_en_l {
  overflow: hidden;
}
.title_sec_wrap .title_en_l span {
  display: block;
  opacity: 0;
  transform: translateY(2em);
  transition: 0.8s;
  transition-delay: 0.1s;
}
@media screen and (min-width: 1281px) {
  .title_sec_wrap .title_en_s {
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .title_sec_wrap .title_en_s {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .title_sec_wrap .title_en_s {
    font-size: 40px;
  }
}

/* --------------------------------------
LINK
-------------------------------------- */
.btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
}

.btn_border {
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  display: block;
}

.btn_border_w {
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0 40px 0 20px;
}
.btn_border_w:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background: url(../../assets/img/common/co_arrow_w.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}
.btn_border_w:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#328dc9 0%, #325bc9 100%);
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 0;
}
.btn_border_w:hover {
  color: #fff;
  border-color: #328dc9;
}
.btn_border_w:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_border_w:hover:after {
  background: url(../../assets/img/common/co_arrow_w.svg) no-repeat center center;
  right: 18px;
}
.btn_border_w span {
  position: relative;
}

.btn_border_b {
  border: 1px solid #333;
  position: relative;
  color: #333;
  padding: 0 40px 0 20px;
  overflow: hidden;
}
.btn_border_b:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  background: url(../../assets/img/common/co_arrow_b.svg) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}
.btn_border_b:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#328dc9 0%, #325bc9 100%);
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 0;
}
.btn_border_b:hover {
  color: #fff;
  border-color: #328dc9;
}
.btn_border_b:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_border_b:hover:after {
  background: url(../../assets/img/common/co_arrow_w.svg) no-repeat center center;
  right: 18px;
}
.btn_border_b span {
  position: relative;
}

/* --------------------------------------
LIST
-------------------------------------- */
.list_breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.list_breadcrumb li {
  font-size: 12px;
}
.list_breadcrumb li + li {
  padding-left: 22px;
  margin-left: 13px;
  position: relative;
}
.list_breadcrumb li + li:before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
}
.list_breadcrumb li a {
  font-size: 12px;
  transition: 0.3s;
}
.list_breadcrumb li a:hover {
  color: #328dc9;
}
@media screen and (max-width: 768px) {
  .list_breadcrumb {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

.head_page_dark .list_breadcrumb li {
  color: #fff;
}
.head_page_dark .list_breadcrumb a {
  color: #fff;
}

/* --------------------------------------
NEWS
-------------------------------------- */
.list_news {
  border-top: 1px solid #ccc;
}

.article_news {
  border-bottom: 1px solid #ccc;
}
.article_news a {
  width: 100%;
}
.article_news .info {
  display: flex;
  align-items: center;
}
.article_news .date + .cat {
  margin-left: 20px;
}
.article_news .cat {
  font-size: 12px;
  background: #328DC9;
  color: #fff;
  height: 20px;
  padding: 0 13px;
  border-radius: 10px;
  line-height: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 1281px) {
  .article_news a {
    display: flex;
    padding: 25px 0;
  }
  .article_news .title {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1280px) {
  .article_news a {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .article_news a {
    align-items: center;
    padding: 20px 0;
  }
  .article_news .info {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .article_news a {
    padding: 10px 0;
  }
  .article_news .title {
    margin-top: 3px;
  }
}

/* --------------------------------------
PARTS
-------------------------------------- */
.sec_dark {
  color: #fff;
}

.vertical_line {
  position: absolute;
  height: 100%;
  top: 0;
  border-left: 1px solid #E7E7E7;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  .vertical_line {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .vertical_line {
    max-width: calc(100% - 80px);
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .vertical_line {
    max-width: calc(100% - 40px);
    left: 20px;
  }
}
.vertical_line:before {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  position: absolute;
  top: 0;
  left: 25%;
}
.vertical_line:after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  position: absolute;
  top: 0;
  right: 0;
}

.js-parallax {
  width: 100%;
}

.img_radius {
  overflow: hidden;
}
.img_radius img {
  border-radius: 10px;
}
.img_radius .simpleParallax {
  border-radius: 10px;
}

.box_em {
  border-radius: 10px;
  background: transparent;
  border: 1px solid #328dc9;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
  box-shadow: inset 0 0 15px 0 #328dc9;
}

/* --------------------------------------
PAGE
-------------------------------------- */
.head_page {
  position: relative;
}
@media screen and (min-width: 769px) {
  .head_page {
    padding-top: 34px;
    background: #f6f7f8 url(../../assets/img/common/title_bg_01.webp) no-repeat bottom right;
  }
}
@media screen and (max-width: 768px) {
  .head_page {
    padding-top: 50px;
    background: #f6f7f8 url(../../assets/img/common/title_bg_01_sp.webp) no-repeat top right;
    background-size: contain;
  }
}

.head_page_dark {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .head_page_dark {
    padding-top: 34px;
    background: #000007 url(../../assets/img/common/title_bg_01.webp) no-repeat bottom right;
  }
}
@media screen and (max-width: 768px) {
  .head_page_dark {
    padding-top: 50px;
    background: #000007 url(../../assets/img/common/title_bg_01_sp.webp) no-repeat top right;
    background-size: contain;
  }
}

/* --------------------------------------
SECTION
-------------------------------------- */
/* ------------------------------
 SEC_ITEM_S
------------------------------ */
#sec_item_s {
  color: #333;
}
#sec_item_s .content {
  margin-top: 60px;
}
#sec_item_s .title_wrap {
  display: flex;
  justify-content: space-between;
}
#sec_item_s .list_item_s_wrap {
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  #sec_item_s .title_wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec_item_s .title_wrap h3 {
    font-size: 18px;
  }
  #sec_item_s .list_item_s_wrap {
    margin-top: 10px;
    overflow-x: scroll;
  }
}

.list_item_s {
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  table-layout: fixed;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: initial;
}
.list_item_s tr:first-child th {
  font-size: 20px;
}
.list_item_s tr th:first-child,
.list_item_s tr td:first-child {
  border-left: 1px solid #ccc;
}
.list_item_s tr:first th:first-child {
  border-radius: 10px 0 0 0;
}
.list_item_s tr:first th:last-child {
  border-radius: 0 10px 0 0;
}
.list_item_s tr:last-child th {
  border-bottom: 1px solid #ccc;
}
.list_item_s tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.list_item_s tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.list_item_s tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.list_item_s td,
.list_item_s th {
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  border-collapse: collapse;
  text-align: center;
}
.list_item_s th {
  white-space: no-wrap;
  text-align: center;
  padding: 15px 10px;
}
.list_item_s td {
  padding: 28px 10px;
}
.list_item_s td small {
  display: block;
  font-size: 12px;
  text-align: center;
}
.list_item_s td img {
  max-width: 188px;
  margin-bottom: 15px;
}
.list_item_s tr:first-child th:first-child {
  width: 128px;
  border-radius: 10px 0 0 0;
}
.list_item_s tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
.list_item_s tr:first-child th:nth-child(n+2) {
  width: 270px !important;
}
.list_item_s tr:nth-child(n+2) th {
  width: 128px;
  vertical-align: middle;
}

#sec_contact {
  background: url(../../assets/img/common/co_bg_01.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
#sec_contact .note {
  font-size: 12px;
}
#sec_contact .btn {
  max-width: 260px;
  margin: 20px auto 0;
}
#sec_contact h3 {
  background: url(../../assets/img/index/co_bg_03.webp) no-repeat center center;
}
@media screen and (min-width: 1281px) {
  #sec_contact {
    padding: 135px 0;
  }
  #sec_contact .l_inner > .l_flex {
    align-items: flex-start;
    justify-content: space-between;
  }
  #sec_contact .box_em {
    width: 380px;
  }
  #sec_contact .box_em + .box_em {
    margin-left: 40px;
  }
  #sec_contact .txt_wrap {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #sec_contact {
    padding: 100px 0;
  }
  #sec_contact .txt_wrap {
    justify-content: space-between;
  }
  #sec_contact .box_em {
    width: 48%;
  }
}
@media screen and (max-width: 1280px) {
  #sec_contact .l_inner > .l_flex {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #sec_contact .title_en_l {
    margin-bottom: 23px;
  }
  #sec_contact .txt_wrap {
    display: flex;
    margin-top: 20px;
  }
  #sec_contact .box_em {
    padding: 30px 20px 40px;
  }
  #sec_contact .telnum {
    font-size: 32px;
    font-family: "NotoSansJP-Bold";
  }
}
@media screen and (max-width: 768px) {
  #sec_contact {
    padding: 65px 0;
  }
  #sec_contact .title_wrap_s {
    text-align: left;
  }
  #sec_contact .title_wrap_s p {
    margin-top: 15px;
  }
  #sec_contact .txt_wrap {
    margin-top: 55px;
  }
  #sec_contact .box_em {
    padding: 30px 20px;
  }
  #sec_contact .box_em + .box_em {
    margin-top: 40px;
  }
  #sec_contact .telnum {
    font-size: 28px;
    font-family: "NotoSansJP-Bold";
  }
}/*# sourceMappingURL=common.css.map */