/* GLOBAL STYLES
-------------------------------------------------- */
body {
	background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #29397F;
	transition: all .25s ease-out;
}
a:hover, a:focus {
  color: #000;
}

button {
	transition: all .25s ease-out;
}

span, path {
	transition: all .25s ease-out;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* delighter */
.delighter {
  transition: all .5s ease-out;
  transform: translateY(20px);
  opacity: 0;
}
.delighter.started {
  transform: none;
  opacity: 1;
}


/* common
---------------------------------------------------------------------------------------------------- */
/* margin */
.mgt0	{
	margin-top: 0px !important;
}
.mgt10	{
	margin-top: 10px !important;
}
.mgt20	{
	margin-top: 20px !important;
}
.mgt30	{
	margin-top: 30px !important;
}
.mgt40	{
	margin-top: 40px !important;
}
.mgt50	{
	margin-top: 50px !important;
}
.mgb0	{
	margin-bottom: 0px !important;
}
.mgb10	{
	margin-bottom: 10px !important;
}
.mgb20	{
	margin-bottom: 20px !important;
}
.mgb30	{
	margin-bottom: 30px !important;
}
.mgb40	{
	margin-bottom: 40px !important;
}
.mgb50	{
	margin-bottom: 50px !important;
}
.mgb60	{
	margin-bottom: 60px !important;
}
.mgb70	{
	margin-bottom: 70px !important;
}
.mgb80	{
	margin-bottom: 80px !important;
}
.mgb90	{
	margin-bottom: 90px !important;
}
.mgb100	{
	margin-bottom: 100px !important;
}

/* link */
a.text_link {
  color: #000;
  text-decoration: none;
}
a.text_link svg {
  margin-left: 6px;
  margin-right: 6px;
}
a.text_link:hover, a.text_link:focus {
  color: #29397F;
}
a.text_link:hover svg path, a.text_link:focus svg path {
  stroke: #29397F;
}


/* button */
.btn_wrp.center {
  text-align: center;
}
.btn_wrp.right {
  text-align: right;
}
.btn_wrp.center .btn {
  margin-left: auto;
  margin-right: auto;
}
.btn_wrp.horizontal {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.btn_wrp.horizontal .btn:first-child {
  margin-right: 15px;
}
.btn {
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.12);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  height: 50px;
  width: 230px;
  transition-duration: .4s;
  z-index: 2;
  margin-bottom: 15px;
}
.btn.sm {
  height: 40px;
  width: auto;
  font-size: 14px;
  padding: 0 1em;
}
.btn.primary {
  background: #29397F !important;
  border-color: #29397F!important;
  color: #fff;
}
.btn.secondary {
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn.default {
  background: #fff;
  border: 1px solid #707070;
  color: #000;
}
.btn:hover {
  transform: scale(1.02);
}

.btn.arrow {
  justify-content: space-between;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.btn.primary.arrow svg path, 
.btn.secondary.arrow svg path {
  stroke: #fff;
}

.btn_contact {
  justify-content: space-between;
  font-size: 16px;
}
.btn_contact span {
  display: flex;
  justify-content: center;
  width: calc(100% - 37px);
}
.btn_contact svg {
  margin-right: 15px;
}
.btn_contact::after {
  background: #29397F;
}
.btn_contact:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 599px) {
  .btn.sm {
    font-size: 12px;
  }
}

.select_wrp {
  position: relative;
  width: 250px;
}
.select_wrp select {
  appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.select_wrp::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(45deg);
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h3.title {
  font-size: 1.2em;
  font-weight: 500;
}
h4.title {
  font-size: 1.1em;
  font-weight: 500;
}
h5.title {
  font-size: 1em;
  font-weight: 500;
}
.btm_line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}
.btm_line::before {
  content: "";
  border-bottom: 2px solid #0078BF;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.text {
  font-size: 1em;
  line-height: 1.8;
  margin: 0 0 1.5em;
}
.text.md, .md, .list.md li {
  font-size: 0.9em;
  line-height: 1.6;
}
.text.sm, .sm, .list.sm li {
  font-size: 0.75em;
  line-height: 1.6;
}
.text.ic {
  display: flex;
  align-items: center;
}
.text.ic svg {
  margin-right: 0.5em;
}

.ic_PDF {
  background: url("../images/ic_PDF.png") no-repeat right 50%;
  background-size: 20px 20px;
  padding-right: 30px;
}

strong, .bold {
  font-weight: 600;
}
.red {
  color: #CA0000;
}
.en {
  font-family: "Inter";
}
.center {
  text-align: center;
}

.breadcrumb {
  padding: 1em 0;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumb ul li {
  font-size: 13px;
  padding-right: 16px;
  margin-right: 10px;
  position: relative;
  line-height: 1;
}
.breadcrumb ul li::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}
.breadcrumb ul li span {
  font-weight: 400;
}


/* structure
---------------------------------------------------------------------------------------------------- */
.main {
  /*overflow: hidden;*/
}
.container {
  box-sizing: border-box !important;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.container-fluid {
  box-sizing: border-box !important;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 30px);
}
.container.page_content {
  padding-bottom: 70px;
}
.container.page_content.has_aside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sidebar {
  position: sticky;
  top: 70px;
  height: fit-content;
  transition: all 0.3s ease;
  padding-top: 70px;
  width: 330px;
}
.has_aside .main_content {
  position: relative;
  width: calc(100% - 350px);
}
.main_content_flex {
  display: flex;
  justify-content: space-between;
}
.main_content_flex_block {
  width: calc(50% - 20px);
}
@media (max-width: 1060px) {
  .container, .container-fluid {
    padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
}
@media (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 15px;
		padding-right: 15px;
	}
  .container.page_content {
    flex-direction: column;
  }
  .sidebar {
    position: static;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .main_content, .has_aside .main_content {
    width: 100%;
  }
  .main_content_flex {
    display: block;
  }
  .main_content_flex_block {
    width: 100%;
  }
}


/* header
-------------------------------------------------- */
#header {
  background: transparent;
  text-align: center;
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#header .header_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
  transition: all .25s ease-out;
}
@media (max-width: 1000px) {
  #header .header_menu {
    padding-right: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #header .header_menu {
    padding-right: 20px;
  }
}

.header_menu .logo {
  position: absolute;
  left: 15px;
  top: 20px;
}
.header_menu .logo img {
  content: url("../images/logo_white.png");
}
.header_menu .logo span {
  position: absolute;
  left: 64px;
  top: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.5px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .header_menu .logo {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .header_menu .logo {
    left: 10px;
    top: 12px;
    width: 200px;
  }
  .header_menu .logo a {
    display: block;
    height: 33px;
    width: 200px;
    background: url("../images/logo.png") no-repeat;
    background-size: 200px 33px;
  }
  .header_menu .logo a img {
    display: none;
  }
  .header_menu .logo a span {
    top: 35px;
    left: 52px;
    color: #29397F;
    font-size: 12px;
    letter-spacing: 1.6px;
  }
}

/* gnav */
.gnav {
  margin-right: 40px;
}
.gnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gnav ul.menu {
  display: flex;
  gap: 40px;
}
.gnav ul.menu > li {
  position: relative;
}
.gnav ul.menu a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
  position: relative;
}
.gnav ul.menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.gnav ul.menu a:hover::before {
  transform: scaleX(1);
}

@media (max-width: 1350px) {
  .gnav {
    display: none;
  }
}

.menu-trigger {
  position: relative;
}
.menu-trigger::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.submenu {
  position: absolute;
  top: 150%;
  left: 0;
  min-width: 180px;
  background: rgba(0,0,0,0.6);
  padding: 10px 0 !important;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
}
.submenu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid rgba(0,0,0,0.6);
  position: absolute;
  top: -8px;
  left: 40px;
}
.submenu li {
  display: block;
  padding: 0 1em 0.5em 1em;
  text-align: left;
}
.submenu li a {
  display: inline-block;
  padding: .5em 0 0;
  text-shadow: none;
}
.has-submenu.is-open .submenu {
  display: block;
  animation: dropdown 0.3s ease forwards;
}

@keyframes dropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header_menu .btn_contact {
  width: 200px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header_menu .btn_contact {
    display: none;
  }
}

ul.top_menu {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  float: right;
}
ul.top_menu li {
  padding: 0 20px;
}
ul.top_menu li a {
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
  position: relative;
}
ul.top_menu li a svg {
  margin-left: 8px;  
}
ul.top_menu li a:hover {
  color: #fff;
}
ul.top_menu li a:hover svg path {
  stroke: #fff;
}
ul.top_menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
ul.top_menu li a:hover::before {
  transform: scaleX(1);
}
ul.top_menu li a svg {
  margin-left: 8px;  
}
@media (max-width: 1000px) {
  ul.top_menu {
    display: none;
  }
}

/* humberger buttnon */
.hamburger {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.bar, .bar::before, .bar::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
  position: relative;
  z-index: 100;
}
.bar::before {
  position: absolute;
  top: -7px;
}
.bar::after {
  position: absolute;
  top: 7px;
}
.hamburger.open .bar {
  opacity: 1;
  background: #fff;
}
.hamburger.open .bar::before {
  transform: translateY(7px) rotate(45deg);
  opacity: 1;
}
.hamburger.open .bar::after {
  transform: translateY(-7px) rotate(-45deg);
  opacity: 1;
}
@media (max-width: 1000px) {
  .hamburger {
    display: flex;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: 10px;
  }
}

/* menu overlay */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.05);
  transition: opacity .4s ease, transform .4s ease;
  z-index: 10;
}
.menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.menu-overlay nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-overlay nav ul li a {
  color: #000;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 20px 0;
  padding: 10px 0;
  transition: color .2s ease;
}
.menu-overlay nav ul li a:hover {
  color: #0078BF;
}
.menu-overlay nav ul li .menu-overlay_btn {
  font-size: 1.2rem;
  font-weight: 300;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.menu-overlay nav ul li > ul {
  display: none;
}
.menu-overlay_submenu li a {
  font-size: 1em !important;
  margin: 10px 0 !important;
  padding-left: 1.5em !important;
}
.menu-overlay nav ul.menu-overlay_sub {
  border-top: 1px solid #e9e9e9;
}
.menu-overlay nav ul.menu-overlay_sub li a {
  font-size: 1rem !important;
  padding: 8px 0;
}
.menu-overlay nav ul.menu-overlay_sub li a svg {
  margin-left: 10px;
  margin-right: 0;
}
.menu-overlay nav .btn_contact {
  font-size: 16px;
}

/* no scroll background */
body.no-scroll {
  overflow: hidden;
  height: 100%;
}


/* fixed header */
#header.fixed {
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  padding-bottom: 15px;
  min-height: 55px;
}
#header.fixed .logo {
  top: 7px;
}
#header.fixed .logo a img {
  content: url("../images/logo.png");
}
#header.fixed .logo span {
  color: #29397F;
  top: 43px;
}
#header.fixed .header_menu {
  padding-top: 10px;
  padding-right: 50px;
  margin-bottom: 0px;
}
#header.fixed .gnav {
  display: none;
}
#header.fixed ul.top_menu {
  display: none;
}
#header.fixed .hamburger {
  display: flex;
}
@media (max-width: 1000px) {
  #header.fixed .header_menu {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #header.fixed .header_menu {
    padding-right: 20px;
  }
  #header.fixed .logo span {
    top: 35px;
  }
}

/* inner page header */
.page-inner #header {
  background: rgba(255,255,255,0.75);
  min-height: 75px;
}
.page-inner #header.fixed {
  background: rgba(255,255,255,1);
  min-height: 55px;
}
.page-inner .logo a img {
  content: url("../images/logo.png");
}
.page-inner .logo span {
  color: #29397F;
}
@media (max-width: 1000px) {
  .page-inner .header_menu .logo {
    top: 7px;
  }
  .page-inner .header_menu .logo a span {
    top: 43px;
  }
}
@media (max-width: 767px) {
  .page-inner #header {
    min-height: 70px;
  }
  .page-inner .header_menu .logo a span {
    top: 35px;
  }
}
.page-inner .gnav ul.menu a {
  color: #000;
  text-shadow: none;
}
.page-inner .gnav ul.menu a::before {
  background-color: #000;
}
.page-inner .menu-trigger::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-inner .submenu li a {
  color: #fff !important;
}
.page-inner .gnav ul.menu .submenu li a::before {
  background-color: #fff;
}
.page-inner ul.top_menu {
  margin: 10px 0 10px;
}
.page-inner ul.top_menu li a {
  color: #000 !important;
  text-shadow: none;
}
.page-inner ul.top_menu li a:hover {
  color: #000 !important;
}
.page-inner ul.top_menu li a svg path {
  stroke: #000 !important;
}
.page-inner ul.top_menu li a::before {
  background-color: #000;
}


/* footer
-------------------------------------------------- */
#footer {
	background: #000;
	padding-top: 70px;
}
.footer_logo {
  margin-bottom: 50px;
}
.footer_link {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer_link .footer_link_block {
  margin-bottom: 50px;
  width: 30%;
}
.footer_link_title {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer_link_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_link_block ul li a {
  color: rgba(255,255,255,0.8);
  display: block;
  font-size: 14px;
  padding: 7px 0;
  text-decoration: none;
}
.footer_link_block ul li a:hover {
  color: #fff;
}
.footer_link_block ul li ul li a {
  font-size: 13px;
  text-indent: 1em;
}
.footer_link_block ul li.banner_img img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  border-radius: 4px;
  margin-top: 10px;
}
ul.footer_link_infos {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: 15px !important;
  padding-top: 15px !important;
}
ul.footer_link_infos li a {
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer_link {
    display: block;
  }
  .footer_link .footer_link_block {
    width: 100%;
  }
}

#footer .copyright {
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 0.7em;
  margin: 30px 0 0;
  padding: 20px;
  text-align: center;
  color: #fff;
}


/* home page
---------------------------------------------------------------------------------------------------- */

/* main_slider
-------------------------------------------------- */
.main_slider {
  position: relative;
}
.scroll-indicator {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 30px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 8px;
}
.scroll-line {
  position: relative;
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.scroll-line::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scrollLine 3s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 450px) {
  .scroll-indicator {
    display: none;
  }
}
.main_slider_contents {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 50px;
}
@media (max-width: 1000px) {
  .main_slider_contents {
    background: transparent;
    display: block;
    padding: 0;
  }
}
.main_slider_catch {
  padding-left: 70px;
}
.main_slider_catch .en {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 10px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.main_slider_catch .ja {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
@media (max-width: 1000px) {
  .main_slider_catch {
    padding-left: 0;
    padding-bottom: 70px;
    text-align: center;
  }
  .main_slider_catch .en {
    font-size: 3vw;
  }
  .main_slider_catch .ja {
    font-size: 10vw;
    margin-left: 6vw;
  }
}
@media (max-width: 767px) {
  .main_slider_catch {
    padding-bottom: 80px;
  }
}

.main_slider_news {
  color: #fff;
  width: 400px;
}
.main_slider_news h2 {
  font-size: 24px;
  margin: 0 0 0.5em;
}
.main_slider_news_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_slider_news_list ul li {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 0.75em 0;
  position: relative;
}
.main_slider_news_list ul li::before {
  background: rgba(255,255,255,0.8);
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.main_slider_news_list ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.main_slider_news_list ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.main_slider_news_list ul li a:hover {
  color: #fff;
}
.main_slider_news_list ul li .date {
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 0 0 0.25em;
}
.main_slider_news a.text_link {
  color: #fff;
  float: right;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 1em 0;
  position: relative;
  transition: all .25s ease-out;
}
.main_slider_news a.text_link svg {
  margin-right: 0;
  margin-left: 1em;
}
.main_slider_news a.text_link:hover {
  margin-right: -10px;
}
.main_slider_news a.text_link:hover svg path {
  stroke: #fff;
}
@media (max-width: 1000px) {
  .main_slider_news {
    background: rgba(0,0,0,0.3);
    border-radius: 8px 0 0 0;
    padding: 30px 30px 10px;
    float: right;
  }
}
@media (max-width: 599px) {
  .main_slider_news {
    width: auto;
  }
  .main_slider_news h2 {
    font-size: 20px;
  }
  .main_slider_news_list ul li a {
    font-size: 12px;
  }
  .main_slider_news a.text_link {
    font-size: 12px;
  }
}

.main_slider .slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.main_slider .slider img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s ease;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.animation {
  animation: zoom 4s 0s forwards;
}
.slider-controls {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.slick-prev,
.slick-next {
  position: static;
  transform: none;
  background: transparent;
  border: 0px;
  height: 22px;
  width: 22px;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-prev {
  background: url("../images/ic_arrow_left.svg") no-repeat left 50%;
}
.slick-next {
  background: url("../images/ic_arrow_right.svg") no-repeat right 50%;
}
ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.slick-dots li {
  padding: 0 5px;
}
ul.slick-dots li button {
  background: transparent;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}
ul.slick-dots li button:after {
  content: "";
  background: rgba(0,0,0,0.05);
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 3px;
  top: 3px;
}
ul.slick-dots li.slick-active button {
  border: 1px solid rgba(0,0,0,0.2);
}
ul.slick-dots li.slick-active button:after {
  background: #29397F;
}


/* caution
-------------------------------------------------- */
.caution {
  padding: 100px;
  outline: 5px solid #FFE95C;
  outline-offset: -40px;
}
.caution .sub_header {
  text-align: center;
}
.caution .sub_header_en {
  background-image: none;
  background-color: #FFE95C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 130px;
  height: 30px;
  padding: 0;
  border-radius: 15px;
}
.caution .sub_header_en svg {
  margin-right: 10px;
}
.caution .sub_header h2 {
  font-weight: 600;
}
.caution .sub_header + .text {
  font-weight: 400;
  text-align: center;
}
.caution_list ul {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.caution_list ul li {
  background: #FFE95C url("../images/caution_check_mark.png") no-repeat 20px 20px;
  background-size: 40px 40px;
  border-radius: 8px;
  padding: 20px 20px 20px 80px;
}
.caution_list ul li h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.caution_list ul li .text {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .caution {
    padding: 100px 40px;
  }
}
@media (max-width: 767px) {
  .caution {
    padding: 60px 30px;
    outline: 5px solid #FFE95C;
    outline-offset: -20px;
  }
  .caution_list ul {
    grid-template-columns: 1fr;
  }
}


/* sub_header
-------------------------------------------------- */
.sub_header {
}
.sub_header_ja {
  background: url("../images/ic_cessna.png") no-repeat 0 3px;
  background-size: 45px 16px;
  color: #0078BF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 0 55px;
  display: inline-block;
}
.sub_header h2, .sub_header h1  {
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 30px;
}
.sub_header_text {
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .sub_header_ja {
    font-size: 13px;
  }
  .sub_header h2, .sub_header h1 {
    font-size: 32px;
  }
}


/* campaign
-------------------------------------------------- */
.campaign {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.campaign::after {
  content: "";
  display: block;
  height: 100%;
  width: 70%;
  background: rgba(41,57,127,0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.campaign > .container .sub_header {
  position: absolute;
}
.campaign .campaign_list {
  float: right;
  width: 60%;
  overflow: hidden;
}
.campaign .campaign_list .slick-slider {
  overflow: visible;
}
.campaign .campaign_list .slick-track {
  display: flex;
  align-items: stretch;
}
.campaign .campaign_list .slick-slide {
  height: auto;
  padding-right: 20px;
}
.campaign .campaign_list .slick-slide > div {
  height: 100%;
}
.campaign_list .slide-item {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  margin-right: 200px;
  height: 100%;
  box-sizing: border-box;
}
.campaign_list_slider_arrows {
  margin-top: 20px;
}
.campaign_list_slider_arrows .slick-next {
  margin-left: 30px;
}
.campaign_list .slide-item .new {
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  height: 28px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.campaign_list .slide-item img {
  border-radius: 4px;
  width: 100%;
}
.campaign_list .slide-item h3 {
  margin: 10px 0;
}
.campaign_list .slide-item p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1000px) {
  .campaign > .container .sub_header {
    position: relative;
  }
  .campaign .campaign_list {
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
  }
  .campaign .campaign_list ul {
    gap: 20px;
  }
}


/* access
-------------------------------------------------- */
.access {
  background: url("../images/access_map.png") no-repeat right top;
  background-size: 650px 700px;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  clear: both;
}
.access .btn_wrp {
  margin-top: 40px;
  position: relative;
  z-index: 4;
}
.access .access_map {
  display: none;
}
@media (max-width: 767px) {
  .access {
    background: none;
    min-height: none;
    display: block;
    padding-top: 50px;
  }
  .access .btn_wrp {
    margin-bottom: 40px;
  }
  .access .access_map {
    display: block;
  }
}


/* service
-------------------------------------------------- */
.service {
  background: url("../images/service_bg.jpg") no-repeat center center / cover;
  padding: 70px 100px;
  position: relative;
  z-index: 1;
}
.service .sub_header {
  text-align: center;
}
.service .sub_header_ja {
  background-image: url("../images/ic_cessna_white.png");
  color: #fff;
  display: inline-block;
}
.service .sub_header h2 {
  color: #fff;
}
.service .sub_header + .text {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.service_list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.service_list li {
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 20px;
  position: relative;
}
.service_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service_list_img img {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.service_list h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 15px 0 0;
  text-align: center;
}
.service_list h3 span {
  display: block;
  font-size: 16px;
}
.service_list li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 10px;
}
.service_list li .btn_wrp {
  margin: 0 10px;
}
.service_list li .btn_wrp .btn {
  border: 0;
  background: #E9E9E9;
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
  width: 150px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .service {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .service_list {
    grid-template-columns: 1fr;
  }
}


/* hometown
-------------------------------------------------- */
.hometown {
  background: rgba(41,57,127,0.08);
  border-radius: 8px;
  margin: 40px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.hometown .sub_header_ja {
  background: url(../images/ic_cessna.png) no-repeat 0 3px !important;
  background-size: 45px 16px !important;
  color: #0078BF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 0 0 0 55px !important;
  display: inline-block;
}
.hometown h3 {
  font-size: 24px;
}
.hometown .btn_wrp {
  margin-top: 40px;
  position: relative;
  z-index: 4;
}
.hometown .btn_wrp .btn {
  margin: 0 auto 50px;
}
.hometown_banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 50px;
}
.hometown_banner img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hometown {
    margin: 20px;
    padding-top: 30px;
    padding-bottom: 1px;
  }
  .hometown .container {
    display: block;
    padding: 50px 30px;
    text-align: center;
  }
  .hometown .sub_header_ja {
    display: inline-block;
  }
  .hometown .btn_wrp {
    text-align: center;
  }
  .hometown_banner {
    display: block;
  }
  .hometown_banner img {
    margin-bottom: 30px;
  }
}


/* area_info
-------------------------------------------------- */
.area_info {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}
.area_info .sub_header {
  text-align: center;
}
.area_info .sub_header_ja {
  display: inline-block;
}
.area_info .container-fluid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  width: 100%;
}
.area_info_item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 80px;
  text-align: center;
  color: #fff;
  position: relative;
}
.ryugasaki_info {
  background-image: url(../images/area_info_ryugasaki.jpg);
}
.kawauchi_info {
  background-image: url(../images/area_info_kawauchi.jpg);
}
.area_info_item h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}
.area_info_item p {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 1.5em;
  text-shadow: 0 0 6px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}
.area_info_item .credit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  z-index: 2;
}
.area_info_item .btn {
  border: 0px;
  font-weight: 400;
  margin: 50px auto 10px;
}
@media (max-width: 767px) {
  .area_info .container-fluid {
    display: block;
  }
  .area_info_item {
    padding: 50px 30px;
  }
  .area_info_item h3 {
    font-size: 24px;
  }
}


/* inner page
---------------------------------------------------------------------------------------------------- */
.page_head {
  background: url("../images/page-head_img.png") no-repeat center center / cover;
  border-bottom: 1px solid #D6D6D6;
  border-top: 1px solid #D6D6D6;
}
.page_head_title {
  color: #29397F;
  padding: 70px 0;
  text-align: center;
}
.page_head_title .page_head_title_jp {
  background: url("../images/ic_cessna.png") no-repeat 0 3px;
  background-size: 45px 16px;
  color: #0078BF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 0 55px;
  display: inline-block;
  margin-bottom: 0px;
}
.page_head_title h1 {
  font-size: 54px;
  font-weight: 600;
  margin: 0;
}
.page_head_title h1 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page_head_title {
    padding: 50px 0;
  }
  .page_head_title .page_head_title_en {
    font-size: 14px;
  }
  .page_head_title h1 {
    font-size: 32px;
  }
}

.page-inner .sub_header_ja {
  background: none;
  color: #0078BF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
}

.inner_slider {
  position: relative;
} 
.inner_main_slider {
  position: relative;
}
.inner_slider_gra .inner-main-slider::after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inner_main_slider_contents {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-main-slider .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 3;
}
.inner-main-slider .slick-dots li button {
  border-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.5);
  font-family: "Inter";
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  width: 30px;
  text-indent: 0;
}
.inner-main-slider .slick-dots li button::after {
  content: none !important;
}
.inner-main-slider .slick-dots li.slick-active button {
  border-color: rgba(255,255,255,1) !important;
  color: rgba(255,255,255,1) !important;
}
@media (max-width: 1000px) {

}
@media (max-width: 767px) {
  .inner-main-slider .slick-dots {
    display: none !important;
  }
}

.inner_main_slider_contents .page_head_title {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
}
.inner_main_slider_contents .page_head_title .page_head_title_ {
  background: url("../images/ic_cessna_white.png") no-repeat 0 3px;
  background-size: 45px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 0 55px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  display: inline-block;
  margin-bottom: 15px;
}
.inner_main_slider_contents .page_head_title h1 {
  color: #fff;
  font-size: 50px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_main_slider_contents .page_head_title h1 span {
  font-size: 24px;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .inner_main_slider_contents .page_head_title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .inner_main_slider_contents .page_head_title .page_head_title_en {
    font-size: 14px;
  }
  .inner_main_slider_contents .page_head_title h1 {
    display: block;
    font-size: 30px;
  }
  .inner_main_slider_contents .page_head_title h1 span {
    display: block;
    font-size: 18px;
    margin: 0;
  }
}


.inner_catch {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.inner_catch h2.ja {
  color: #0078BF;
  font-weight: 500;
}
.inner_catch p.text {
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .inner_catch {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/* sightseeing-flight
-------------------------------------------------- */
.course_list {
  padding-bottom: 70px;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .course_list {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.icon-wrapper {
  position: absolute;
  top: 50px;
  width: 45px; /* アイコンのサイズ */
}
.icon {
  width: 100%;
  height: auto;
}
@keyframes moveRight {
  0% { left: -10%; opacity: 0; }
  5% { opacity: 1; }
  75% { opacity: 1; }
  80% { left: 110%; opacity: 0; }
  100% { left: 110%; opacity: 0; }
}

@keyframes moveLeft {
  0% { right: -10%; opacity: 0; }
  5% { opacity: 1; }
  75% { opacity: 1; }
  80% { right: 110%; opacity: 0; }
  100% { right: 110%; opacity: 0; }
}
@keyframes wave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-30px); }
}
.to-right {
  animation: 
    moveRight 10s linear infinite, 
    wave 2s ease-in-out infinite;
}
.to-left {
  animation: 
    moveLeft 10s linear infinite, 
    wave 2.5s ease-in-out infinite;
}
.to-left img {
  transform: scaleX(-1);
}

ul.course_list_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
ul.course_list_items li {
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 20px 30px;
  position: relative;
}
ul.course_list_items li.recommend {
  border: 1px solid #0078BF;
  box-shadow: 0 0 10px rgba(0,120,191,0.5);
}
ul.course_list_items li.recommend .recommend_label {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: #FFBA5C;
  border-radius: 2px 0 0 0;
}
ul.course_list_items li.recommend .recommend_label:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #B37622;
  border-right: solid 5px transparent;
}
ul.course_list_items li.recommend .recommend_label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 10px solid #FFBA5C;
}
ul.course_list_items li .number {
  color: #0078BF;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(0,120,191,0.2);
  position: absolute;
  top: 15px;
  left: 15px;
}
ul.course_list_items li h3 {
  margin: 0 0 20px;
  padding-left: 40px;
}
ul.course_list_items li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
ul.course_list_items li dl dt, 
ul.course_list_items li dl dd {
  border-top: 1px solid #D6D6D6;
  margin: 0;
  padding: 8px 0;
}
ul.course_list_items li dl dt {
  color: #888;
  font-size: 12px;
  width: 80px;
}
ul.course_list_items li dl dd {
  font-size: 14px;
  font-weight: 400;
  width: calc(100% - 80px);
}
ul.course_list_items li dl dd small {
  font-weight: 300;
}
@media (max-width: 1000px) {
  ul.course_list_items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  ul.course_list_items {
    grid-template-columns: 1fr;
  }
}


/* contact
-------------------------------------------------- */
.contact {
  background: rgba(0,120,191,0.2);
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.contact .btn_wrp {
  margin-top: 30px;
}
.contact .btn {
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 10px;
  width: 300px;
  margin: 0 auto 10px;
}
.contact .btn .ttl {
  width: 110px;
}
.contact .btn .tel {
  font-family: "Inter";
  color: #0078BF;
  text-decoration: underline;
  position: relative;
}
.contact .btn .tel svg {
  margin-right: 10px;
  position: relative;
  top: 3px;
}


/* location-rental
-------------------------------------------------- */
.location_service {
  padding: 70px 100px;
  position: relative;
  z-index: 1;
}
.location_service:after {
  content: "";
  display: block;
  height: 100%;
  width: 70%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(0,120,191,0.1);
}
.location_service .sub_header {
  text-align: center;
}
.location_service .sub_header + .text {
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.location_service_list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.location_service_list li {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 10px 10px 20px;
  position: relative;
}
.location_service_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.location_service_list_img img {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.location_service_list h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 15px 0 0;
  text-align: center;
}
.location_service_list h3 span {
  display: block;
  font-size: 16px;
}
.location_service_list li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin: 20px 10px;
}
@media (max-width: 1000px) {
  .location_service {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .location_service_list {
    grid-template-columns: 1fr;
  }
}


/* drone
-------------------------------------------------- */
.drone {
  padding-bottom: 70px;
  padding-top: 100px;
}
.drone > .container:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .drone > .container:first-child {
    display: block;
    text-align: center;
  }
  .drone > .container:first-child img {
    margin: 0 auto;
  }
}
.drone h3 {
  border-bottom: 1px solid #29397F;
  color: #29397F;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-top: 50px; 
}
.drone h3:before {
  content: "";
  display: block;
  background: #29397F;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 7px;
}

/* faq
-------------------------------------------------- */
dl.faq_list {
  background: rgba(41, 57, 127, 0.08);
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
  padding: 20px;
}
dl.faq_list dt {
  font-weight: 400;
  padding: 0 40px;
  cursor: pointer;
}
dl.faq_list dt::before {
  content: "Q";
  color: #29397F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 13px;
}
dl.faq_list dt::after {
  content: "";
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 30px;
  top: 20px;
  transform: rotate(45deg);
  transition: all .25s ease-out;
}
dl.faq_list dt.active::after {
  transform: rotate(-135deg);
  top: 30px;
}
dl.faq_list dd {
  display: none;
  position: relative;
  margin: 20px 0 0;
  padding-left: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(41, 57, 127, 0.3);
}
dl.faq_list dd::before {
  content: "A";
  color: #29397F;
  font-family: "Inter";
  font-weight: 500;
  font-size: 30px;
  position: absolute;
  left: 2px;
  top: 18px;
}
dl.faq_list dd p:last-child {
  margin-bottom: 0;
}


/* film_commission
-------------------------------------------------- */
.film_commission {
  padding-bottom: 70px;
  padding-top: 70px;
}
.film_commission_list {
  list-style: none;
  margin: 50px 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.film_commission_list li {
  background: #fff;
  border: 1px solid #D6D6D6;
  position: relative;
}
.film_commission_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.film_commission_list_img img {
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.film_commission_list h3 {
  font-weight: 500;
  margin: 15px 0 20px;
  text-align: center;
}
.film_commission_list .btn_wrp {
  text-align: center;
}
.film_commission_list .btn_wrp .btn {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .film_commission_list {
    grid-template-columns: 1fr;
  }
}


/* access-info
-------------------------------------------------- */
.access_map_info {
  padding-top: 70px;
  padding-bottom: 70px;
}

.access_map .map {
  position: relative;
  width: 100%;
  padding-top: 40%;
  height: 0;
}
.access_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* service-list
-------------------------------------------------- */
.service-list .inner_catch {
  padding-top: 10px;
}
.service-list .inner_catch h2.ja {
  color: #000;
  font-size: 40px;
}
.service-list_list {
  padding: 70px 100px;
  position: relative;
  z-index: 1;
}
.service-list_list:after {
  content: "";
  display: block;
  height: 480px;
  width: 70%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(0,120,191,0.1);
  border-radius: 0 8px 8px 0;
}
.service-list_list.right:after {
  content: "";
  display: block;
  height: 480px;
  width: 70%;
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  z-index: -1;
  background: rgba(0,120,191,0.1);
  border-radius: 8px 0 0 8px;
}
.service-list_list .sub_header {
  text-align: center;
}
.service-list_list .sub_header + .text {
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.service-list .service_list li {
  box-shadow: 0 1px 10px rgba(0,0,0,0.07);
}

@media (max-width: 1000px) {
  .service-list_list {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .service-list .inner_catch h2.ja {
    font-size: 32px;
  }
}


/* general page
-------------------------------------------------- */
dl.general_info_list {
  border-bottom: 1px solid #D6D6D6;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
dl.general_info_list > dt {
  box-sizing: border-box;
  margin: 0;
  padding: 2em 0;
  border-top: 1px solid #D6D6D6;
  width: 30%;
  font-weight: 400;
  color: #29397F;
}
dl.general_info_list > dd {
  box-sizing: border-box;
  margin: 0;
  padding: 2em 0;
  border-top: 1px solid #D6D6D6;
  width: 70%;
  font-size: 1em;
  line-height: 1.8;
}@media (max-width: 767px) {
  dl.general_info_list {
    display: block;
  }
  dl.general_info_list > dt {
    padding: 2em 0 0;
    width: 100%;
  }
  dl.general_info_list > dd {
    border-top: 0px;
    padding: 1em 0 2em;
    width: 100%;
  }
  dl.general_info_list_member {
    margin-top: 0;
  }
}