@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url(base.css);
@import url(common.css);
/*.soon{
	a{
		color: #c8cacb;
		pointer-events: none;
		position: relative;
		&:before,&:after{
			display: block;
			position: absolute;
		}
		&:before{
			content: '';
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,.6);
			z-index: 2;
			left: 0;
			top: 0;
		}
		&:after{
			content: 'Coming Soon!';
			font-size: 2.4rem;
			line-height: 1.0;
			color: white;
			z-index: 3;
			font-family: $barlow;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%) rotate(-15deg);
		}
	}
}*/
.pages article {
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .pages article {
    padding-bottom: 70px;
  }
}
.pages article .main--inner {
  width: 100%;
  height: 650px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .pages article .main--inner {
    padding-top: 20vh;
  }
}
.pages article .main--inner--title {
  text-align: center;
  color: white;
}
.pages article .main--inner--title h1 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pages article .main--inner--title h1 {
    font-size: 6.4vw;
  }
}
.pages article .main--inner--title h1 span {
  display: block;
  font-size: 5.9rem;
  font-family: "Barlow Condensed", "Noto Sans Japanese", serif;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pages article .main--inner--title h1 span {
    font-size: 10.7vw;
    margin-bottom: 20px;
  }
}
.pages article .main--inner--title h1 span body#company_policies {
  text-transform: uppercase;
}
.pages article .main--inner--title p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pages article .main--inner--title p {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pages article .main--inner--title p {
    font-size: 3.4vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pages article .main--inner--title p span.min {
    font-size: clamp(10px, 2.5vw, 13px);
  }
}

.business article .main--inner {
  background: url("../images/business/main_bg.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .business article .main--inner {
    height: 80vh;
  }
}
.business article .field--inner {
  max-width: 980px;
  margin: -260px auto 0;
}
@media screen and (max-width: 767px) {
  .business article .field--inner {
    max-width: 90%;
    margin: -15vh auto 0;
  }
}
.business article .field--inner p.info {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #7ad3ff;
}
@media screen and (max-width: 767px) {
  .business article .field--inner p.info {
    font-size: 1.4rem;
  }
}
.business article .field--inner p.notes {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .business article .field--inner p.notes {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business article .field--inner p.comment {
    margin: 10px 0;
    color: white;
  }
}
.business article .field--inner--list {
  overflow-x: scroll;
}
.business article .field--inner--list table {
  min-width: 980px;
  border: 1px solid #669dcd;
  background-color: white;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table {
    min-width: 690px;
    margin-top: 0;
  }
}
.business article .field--inner--list table tbody tr th,
.business article .field--inner--list table tbody tr td {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  border-right: 1px solid #669dcd;
  border-bottom: 1px solid #669dcd;
}
.business article .field--inner--list table tbody tr th {
  background-color: #eef0f2;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr th {
    font-size: 3.4vw;
  }
}
.business article .field--inner--list table tbody tr td {
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr td {
    font-size: 3.4vw;
    min-width: 65px;
  }
}
.business article .field--inner--list table tbody tr.title th, .business article .field--inner--list table tbody tr.subtitle th {
  background-color: #7ad3ff;
}
.business article .field--inner--list table tbody tr.title th.gray,
.business article .field--inner--list table tbody tr.title td.gray {
  background-color: #eef0f2;
}
.business article .field--inner--list table tbody tr.subtitle th.gray,
.business article .field--inner--list table tbody tr.subtitle td.gray {
  background-color: #eef0f2;
}
.business article .field--inner--list table tbody tr.title th.blue01,
.business article .field--inner--list table tbody tr.title td.blue01 {
  background-color: #8ed7e9;
}
.business article .field--inner--list table tbody tr.subtitle th.blue01,
.business article .field--inner--list table tbody tr.subtitle td.blue01 {
  background-color: #8ed7e9;
}
.business article .field--inner--list table tbody tr.title th.beige01,
.business article .field--inner--list table tbody tr.title td.beige01 {
  background-color: #e6d3a3;
}
.business article .field--inner--list table tbody tr.subtitle th.beige01,
.business article .field--inner--list table tbody tr.subtitle td.beige01 {
  background-color: #e6d3a3;
}
.business article .field--inner--list table tbody tr.title td {
  font-size: 1.5rem;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr.title td {
    font-size: 4vw;
    padding: 10px 0;
  }
}
.business article .field--inner--list table tbody tr.subtitle th,
.business article .field--inner--list table tbody tr.subtitle td {
  padding: 10px 0;
}
.business article .field--inner--list table tbody tr.subtitle th {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr.subtitle th {
    font-size: 4vw;
  }
}
.business article .field--inner--list table tbody tr.row td, .business article .field--inner--list table tbody tr.row01 td, .business article .field--inner--list table tbody tr.row02 td, .business article .field--inner--list table tbody tr.row03 td, .business article .field--inner--list table tbody tr.row04 td {
  background-color: #e5faff;
}
.business article .field--inner--list table tbody tr.row td:nth-last-of-type(-n + 2) {
  background-color: #fff6e2;
}
.business article .field--inner--list table tbody tr.row01 td, .business article .field--inner--list table tbody tr.row02 td, .business article .field--inner--list table tbody tr.row03 td, .business article .field--inner--list table tbody tr.row04 td {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr.row01 td, .business article .field--inner--list table tbody tr.row02 td, .business article .field--inner--list table tbody tr.row03 td, .business article .field--inner--list table tbody tr.row04 td {
    line-height: 1.4;
  }
}
.business article .field--inner--list table tbody tr.row04 td.cl_add {
  background: #ddfaef;
}
.business article .field--inner--list table tbody tr.row04 td.cl_w {
  background: white;
}
.business article .field--inner--list table tbody tr.row04 td.cl_add span {
  display: block;
  font-size: 11px;
}
.business article .field--inner--list table tbody tr.texts th {
  min-width: 176px;
  letter-spacing: 0.04em;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr.texts th {
    min-width: 88px;
    padding: 10px 0;
  }
}
.business article .field--inner--list table tbody tr.texts td {
  font-size: 1.4rem;
  font-weight: 600;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .business article .field--inner--list table tbody tr.texts td {
    font-size: 3.7vw;
  }
}
.business article .division {
  margin-top: 55px;
}
.business article .division--lead {
  background-color: #eef0f2;
  padding: 60px 0;
}
.business article .division--lead h2 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business article .division--lead h2 {
    font-size: 6.4vw;
  }
}
.business article .division--lead h2:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  border-top: 3px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.business article .division--lead--anchor {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business article .division--lead--anchor {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .business article .division--lead--anchor {
    max-width: 90%;
  }
}
.business article .division--lead--anchor .btn {
  width: 214px;
  margin-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business article .division--lead--anchor .btn {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .business article .division--lead--anchor .btn {
    width: 48%;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}
.business article .division--lead--anchor .btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  background-color: white;
  border-bottom: 1px solid #005bac;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business article .division--lead--anchor .btn a {
    font-size: 3.4vw;
  }
}
.business article .division--lead--anchor .btn a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #005bac transparent transparent transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.business article .division--block {
  margin-top: 30px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .business article .division--block {
    padding-top: 40px;
  }
}
.business article .division--block--info {
  max-width: 1160px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info {
    width: 90%;
    margin: 0 auto;
  }
}
.business article .division--block--info--title {
  width: 52.5%;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info--title {
    width: 100%;
    min-width: 100%;
  }
}
.business article .division--block--info--title h3 {
  min-width: 330px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 1em 10px 5.5em;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info--title h3 {
    font-size: 4.8vw;
    padding: 10px 0;
    text-align: center;
  }
}
.business article .division--block--info--title .ttl {
  display: inline-block;
  position: relative;
  margin-left: 18.3%;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info--title .ttl {
    margin: 80px auto 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.business article .division--block--info--title .ttl h2 {
  font-size: 4.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info--title .ttl h2 {
    font-size: 10vw;
  }
}
.business article .division--block--info--title .ttl .icon {
  position: absolute;
}
.business article .division--block--info--texts {
  width: 47.5%;
}
.business article .division--block--info--texts .txt {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid white;
}
.business article .division--block--info--texts .txt:first-of-type {
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}
.business article .division--block--info--texts .txt h4,
.business article .division--block--info--texts .txt p {
  padding-left: 1.5%;
}
.business article .division--block--info--texts .txt h4 {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #7ad3ff;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info--texts .txt h4 {
    font-size: 5vw;
  }
}
.business article .division--block--info--texts .txt p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: white;
  text-align: justify;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .business article .division--block--info--texts .txt p {
    font-size: 3.4vw;
    margin-top: 20px;
  }
}
.business article .division--block--recommended {
  max-width: 980px;
  margin: 20px auto 0;
  padding: 35px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business article .division--block--recommended {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .business article .division--block--recommended {
    margin: 20px auto 0;
    padding: 35px 0;
  }
}
.business article .division--block--recommended dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: white;
}
.business article .division--block--recommended dl dt {
  width: 35.6%;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business article .division--block--recommended dl dt {
    font-size: 5vw;
    width: 100%;
  }
}
.business article .division--block--recommended dl dd {
  width: 64.4%;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business article .division--block--recommended dl dd {
    font-size: 4vw;
    width: 100%;
    margin-top: 30px;
    padding: 0 5%;
  }
}
.business article .division #division01 {
  background: url("../images/business/img_bg01.png") no-repeat center center/cover;
}
.business article .division #division01 .division--block--info--title .ttl .icon {
  max-width: 74px;
  top: 52%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .business article .division #division01 .division--block--info--title .ttl .icon {
    max-width: 59.2px;
    top: 52%;
    right: 5%;
    transform: translateY(-50%);
  }
}
.business article .division #division01 .division--block--recommended {
  background-color: rgba(0, 91, 172, 0.9);
}
.business article .division #division02 {
  background: url("../images/business/img_bg02.png") no-repeat center center/cover;
}
.business article .division #division02 .division--block--info--title .ttl .icon {
  max-width: 99px;
  bottom: 5%;
  right: -18%;
}
@media screen and (max-width: 767px) {
  .business article .division #division02 .division--block--info--title .ttl .icon {
    right: -12%;
    max-width: 79.2px;
  }
}
.business article .division #division02 .division--block--recommended {
  background-color: rgba(108, 106, 173, 0.9);
}
.business article .division #division03 {
  background: url("../images/business/img_bg03.png") no-repeat center center/cover;
}
.business article .division #division03 .division--block--info--title .ttl .icon {
  max-width: 79px;
  top: 52%;
  right: 2%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .business article .division #division03 .division--block--info--title .ttl .icon {
    max-width: 63.2px;
  }
}
.business article .division #division03 .division--block--recommended {
  background-color: rgba(211, 157, 52, 0.9);
}
.business article .division #division04 {
  background: url("../images/business/img_bg04.png") no-repeat center center/cover;
}
.business article .division #division04 .division--block--info--title .ttl .icon {
  max-width: 73px;
  top: 52%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .business article .division #division04 .division--block--info--title .ttl .icon {
    max-width: 58.4px;
  }
}
.business article .division #division04 .division--block--recommended {
  background-color: rgba(153, 134, 117, 0.9);
}
.business article .division #division05 {
  background: url("../images/business/img_bg05.png") no-repeat center center/cover;
}
.business article .division #division05 .division--block--info--title .ttl .icon {
  max-width: 80px;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .business article .division #division05 .division--block--info--title .ttl .icon {
    max-width: 64px;
  }
}
.business article .division #division05 .division--block--recommended {
  background-color: rgba(57, 181, 74, 0.9);
}
.business article .division #division06 {
  background: url("../images/business/img_bg06.png") no-repeat center center/cover;
}
.business article .division #division06 .division--block--info--title .ttl .icon {
  max-width: 61px;
  bottom: 2.5%;
  right: 7%;
}
@media screen and (max-width: 767px) {
  .business article .division #division06 .division--block--info--title .ttl .icon {
    max-width: 48.8px;
  }
}
.business article .division #division06 .division--block--recommended {
  background-color: rgba(237, 135, 86, 0.9);
}
.business article .division #division07 {
  background: url("../images/business/img_bg07.png") no-repeat center center/cover;
}
.business article .division #division07 .division--block--info--title .ttl .icon {
  max-width: 73px;
  top: 5%;
  right: 20%;
}
@media screen and (max-width: 767px) {
  .business article .division #division07 .division--block--info--title .ttl .icon {
    max-width: 58.4px;
  }
}
.business article .division #division07 .division--block--recommended {
  background-color: rgba(184, 53, 121, 0.9);
}
.business article .division #division08 {
  background: url("../images/business/img_bg08.png") no-repeat center center/cover;
}
.business article .division #division08 .division--block--info--title .ttl .icon {
  max-width: 76px;
  top: 8%;
  right: 8%;
}
@media screen and (max-width: 767px) {
  .business article .division #division08 .division--block--info--title .ttl .icon {
    max-width: 60.8px;
  }
}
.business article .division #division08 .division--block--recommended {
  background-color: rgba(143, 155, 163, 0.9);
}
.business article .division #division09 {
  background: url(../images/business/img_bg09.png) no-repeat center center/cover;
}
.business article .division #division09 .division--block--recommended {
  background-color: rgba(143, 155, 163, 0.9);
}
.business article .division #division09 .division--block--info--title .ttl .icon {
  max-width: 80px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.career article .main--inner {
  background: url("../images/career/main_bg.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .career article .main--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    height: inherit;
    padding: 50px 0;
    padding-top: 100px;
  }
}
.career article .main--inner--title h1 span {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .career article .main--inner--title h1 span {
    font-size: 40px;
    line-height: 1em;
  }
}
.career article .education--inner {
  max-width: 980px;
  margin: -200px auto 0;
  margin-top: 0;
  background-color: white;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .career article .education--inner {
    margin: -10vh auto 0;
    margin-top: 0;
    padding: 40px 0;
  }
}
.career article .education--inner--wrap {
  width: 90%;
  margin: 0 auto;
}
.career article .education--inner--wrap .title h2 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap .title h2 {
    font-size: 5.8vw;
    line-height: 1.4;
  }
}
.career article .education--inner--wrap .title h2:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  border-top: 3px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.career article .education--inner--wrap .title p {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 35px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap .title p {
    font-size: 3.4vw;
    margin-top: 18px;
  }
}
.career article .education--inner--wrap--category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.career article .education--inner--wrap--category--texts {
  width: 58.3%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap--category--texts {
    width: 100%;
    margin-top: 60px;
  }
}
.career article .education--inner--wrap--category--texts h3 {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #005bac;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap--category--texts h3 {
    font-size: 5vw;
    padding-left: 20px;
  }
}
.career article .education--inner--wrap--category--texts h3:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  border-left: 2px solid #005bac;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.career article .education--inner--wrap--category--texts p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 35px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap--category--texts p {
    font-size: 3.4vw;
    margin-top: 18px;
  }
}
.career article .education--inner--wrap--category .image {
  width: 36%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap--category .image {
    width: 100%;
    margin-top: 20px;
  }
}
.career article .education--inner--wrap figure {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap figure {
    margin-top: 0;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .career article .education--inner--wrap figure img {
    width: 690px;
    max-width: inherit;
    height: auto;
  }
}
.career article .welfare {
  background-color: #eef0f2;
  margin-top: 20px;
  padding: 80px 0 130px;
}
@media screen and (max-width: 767px) {
  .career article .welfare {
    padding: 80px 0;
  }
}
.career article .welfare--inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .career article .education--inner,
.career article .welfare--inner {
    max-width: 90%;
  }
}
.career article .welfare--inner--lead {
  width: 90%;
  margin: 0 auto;
}
.career article .welfare--inner--lead--title h2 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--lead--title h2 {
    font-size: 5.8vw;
    line-height: 1.4;
  }
}
.career article .welfare--inner--lead--title h2:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  border-top: 3px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.career article .welfare--inner--lead--title--category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.career article .welfare--inner--lead--title--category p.text {
  width: 52.7%;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 35px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--lead--title--category p.text {
    width: 100%;
    font-size: 3.4vw;
    margin-top: 18px;
  }
}
.career article .welfare--inner--lead--title--category--image {
  width: 43%;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--lead--title--category--image {
    width: 100%;
    margin-top: 25px;
  }
}
.career article .welfare--inner--lead--title--category--image figure {
  width: 46.5%;
  margin-bottom: 10px;
}
.career article .welfare--inner--wrap {
  background-color: white;
  margin-top: 95px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap {
    margin-top: 95px;
    padding-bottom: 15px;
  }
}
.career article .welfare--inner--wrap--content {
  width: 90%;
  margin: 0 auto;
}
.career article .welfare--inner--wrap--content h3 {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #005bac;
  color: white;
  text-align: center;
  padding: 18px 0;
  margin-top: -27px;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content h3 {
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 15px 0;
  }
}
.career article .welfare--inner--wrap--content--category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category {
    margin-top: 0;
  }
}
.career article .welfare--inner--wrap--content--category--col {
  margin: 0 auto;
  padding: 20px 3%;
  border-right: 1px solid #005bac;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col {
    border-bottom: 1px solid #005bac;
    border-right: none;
    padding-bottom: 30px;
  }
}
.career article .welfare--inner--wrap--content--category--col:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col:last-of-type {
    border-bottom: none;
  }
}
.career article .welfare--inner--wrap--content--category--col.col01 {
  width: 100%;
}
.career article .welfare--inner--wrap--content--category--col.col02 {
  width: 50%;
}
.career article .welfare--inner--wrap--content--category--col.col03 {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col.col01, .career article .welfare--inner--wrap--content--category--col.col02, .career article .welfare--inner--wrap--content--category--col.col03 {
    width: 100%;
  }
}
.career article .welfare--inner--wrap--content--category--col .icon {
  width: 6.9vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col .icon {
    width: 30%;
    margin: 20px auto 0;
  }
}
.career article .welfare--inner--wrap--content--category--col h4 {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #005bac;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .career article .welfare--inner--wrap--content--category--col h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col h4 {
    font-size: 4.5vw;
  }
}
.career article .welfare--inner--wrap--content--category--col h4.center {
  padding: 17px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .career article .welfare--inner--wrap--content--category--col h4.center {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col h4.center {
    padding: 0;
  }
}
.career article .welfare--inner--wrap--content--category--col p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .career article .welfare--inner--wrap--content--category--col p {
    font-size: 3.4vw;
  }
}

.recruit article .main--inner {
  background: url("../images/recruit/main_bg.png") no-repeat center center/cover;
}
.recruit article .container--inner {
  max-width: 980px;
  margin: -335px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit article .container--inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner {
    margin: -20vh auto 0;
  }
}
.recruit article .container--inner--information {
  background-color: white;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--information {
    padding: 25px 0;
  }
}
.recruit article .container--inner--information dl {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px dashed #005bac;
  padding: 30px 0;
  line-height: 1.8;
}
.recruit article .container--inner--information dl:first-of-type {
  border-top: none;
}
.recruit article .container--inner--information dl dt {
  width: 18.7%;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #005bac;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--information dl dt {
    width: 100%;
    font-size: 4vw;
    padding: 0 5%;
  }
}
.recruit article .container--inner--information dl dd {
  width: 81.3%;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--information dl dd {
    width: 100%;
    font-size: 3.7vw;
    text-align: justify;
    padding: 15px 5% 0;
  }
}
.recruit article .container--inner--information dl dd span {
  color: #005bac;
}
.recruit article .container--inner--information dl dd a {
  color: #005bac;
  text-decoration: underline;
}
.recruit article .container--inner--message {
  width: 90%;
  margin: 40px auto 0;
}
.recruit article .container--inner--message h2 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #005bac;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--message h2 {
    font-size: 5.6vw;
  }
}
.recruit article .container--inner--message h2 span {
  display: block;
  font-size: 5.9rem;
  font-family: "Barlow Condensed", "Noto Sans Japanese", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--message h2 span {
    font-size: 13.3vw;
    margin-bottom: 20px;
  }
}
.recruit article .container--inner--message .image {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--message .image {
    overflow: hidden;
    margin-top: 25px;
  }
  .recruit article .container--inner--message .image img {
    width: 100%;
    max-width: inherit;
    height: auto;
    margin-left: 0%;
  }
}
.recruit article .container--inner--message p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 45px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .recruit article .container--inner--message p {
    font-size: 3.7vw;
    margin-top: 25px;
  }
}
.recruit article .container--inner--message p span {
  display: block;
  text-align: right;
}

.vision article {
  width: 100%;
  overflow-x: hidden;
  background: url("../images/vision/main_bg.png") no-repeat center top/cover;
}
.vision article .main--inner--title {
  color: #005bac;
}
.vision article .container--inner {
  max-width: 850px;
  margin: -60px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .vision article .container--inner {
    max-width: 90%;
    margin: 30px auto 0;
  }
}
.vision article .container--inner--company--title {
  text-align: center;
  color: white;
}
.vision article .container--inner--company--title h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--company--title h2 {
    font-size: 7.2vw;
  }
}
.vision article .container--inner--company--title p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--company--title p {
    font-size: 3.4vw;
    text-align: justify;
    margin-top: 15px;
  }
}
.vision article .container--inner--company--movie {
  width: 90%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--company--movie {
    width: 100%;
  }
}
.vision article .container--inner--company--movie video {
  width: 100%;
}
.vision article .container--inner--company--movie img {
  width: 100%;
  height: auto;
}
.vision article .container--inner--content {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner--content {
    padding-bottom: 100px;
  }
}
.vision article .container--inner--content--wrap {
  text-align: center;
  color: white;
  border: 1px solid white;
  border-top: none;
  padding-bottom: 135px;
  margin-top: 140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap {
    padding-bottom: 70%;
    margin-top: 35%;
  }
}
.vision article .container--inner--content--wrap h2 {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-left: 0.25em;
  margin-top: -35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap h2 {
    font-size: 6vw;
    margin-top: -22px;
  }
}
.vision article .container--inner--content--wrap h2 span {
  display: block;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", "Noto Sans Japanese", serif;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap h2 span {
    font-size: 3.4vw;
    margin-top: 10px;
  }
}
.vision article .container--inner--content--wrap h2:before, .vision article .container--inner--content--wrap h2:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid white;
  top: 48%;
  transform: translateY(-50%);
}
.vision article .container--inner--content--wrap h2:before {
  left: 0;
}
.vision article .container--inner--content--wrap h2:after {
  right: 0;
}
.vision article .container--inner--content--wrap h2.m-philosophy:before, .vision article .container--inner--content--wrap h2.m-philosophy:after {
  width: 35%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner--content--wrap h2.m-philosophy:before, .vision article .container--inner--content--wrap h2.m-philosophy:after {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap h2.m-philosophy:before, .vision article .container--inner--content--wrap h2.m-philosophy:after {
    width: 28%;
  }
}
.vision article .container--inner--content--wrap h2.m-vision:before, .vision article .container--inner--content--wrap h2.m-vision:after {
  width: 30%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner--content--wrap h2.m-vision:before, .vision article .container--inner--content--wrap h2.m-vision:after {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap h2.m-vision:before, .vision article .container--inner--content--wrap h2.m-vision:after {
    width: 20%;
  }
}
.vision article .container--inner--content--wrap h2.m-oyo:before, .vision article .container--inner--content--wrap h2.m-oyo:after {
  width: 18%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner--content--wrap h2.m-oyo:before, .vision article .container--inner--content--wrap h2.m-oyo:after {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap h2.m-oyo:before, .vision article .container--inner--content--wrap h2.m-oyo:after {
    width: 5%;
  }
}
.vision article .container--inner--content--wrap p {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner--content--wrap p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap p {
    font-size: 4.5vw;
    margin-top: 20px;
  }
}
.vision article .container--inner--content--wrap--comment {
  width: 85.9%;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision article .container--inner--content--wrap--comment {
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap--comment {
    width: 80%;
    bottom: -25%;
  }
}
.vision article .container--inner--content--wrap--comment--category {
  background-color: white;
  border-radius: 5px;
  padding: 35px 5% 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap--comment--category {
    padding: 10%;
  }
}
.vision article .container--inner--content--wrap--comment--category:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #fff transparent;
}
.vision article .container--inner--content--wrap--comment--category dl dt {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 20px;
  color: #005bac;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap--comment--category dl dt {
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 0 15px;
  }
}
.vision article .container--inner--content--wrap--comment--category dl dt:before, .vision article .container--inner--content--wrap--comment--category dl dt:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  border-left: 2px solid #005bac;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap--comment--category dl dt:before, .vision article .container--inner--content--wrap--comment--category dl dt:after {
    height: 50px;
  }
}
.vision article .container--inner--content--wrap--comment--category dl dt:before {
  left: 0;
  transform: rotate(-25deg) translateY(-50%);
}
.vision article .container--inner--content--wrap--comment--category dl dt:after {
  right: 0;
  transform: rotate(25deg) translateY(-50%);
}
.vision article .container--inner--content--wrap--comment--category dl dd {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  text-align: justify;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .vision article .container--inner--content--wrap--comment--category dl dd {
    font-size: 3.4vw;
    margin-top: 25px;
  }
}

.message article .main {
  height: 650px;
}
@media screen and (max-width: 767px) {
  .message article .main {
    height: auto;
  }
  .message article .main .imgs {
    padding-top: 50px;
  }
}
.message article .main--inner {
  background: url("../images/message/img_1.png") no-repeat center center/cover;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .message article .main--inner {
    height: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 15%;
  }
}
.message article .main--inner--title {
  height: 650px;
  width: 42%;
  margin: 0 0 0 auto;
  background: rgba(0, 91, 172, 0.8);
  padding: 17% 5% 15%;
}
@media screen and (max-width: 767px) {
  .message article .main--inner--title {
    height: auto;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 91, 172, 0.8);
    padding: 10% 5% 10%;
  }
}
.message article .main--inner--title div.opening {
  text-align: left;
  opacity: 1;
  color: white;
  padding-top: 20%;
}
@media screen and (max-width: 767px) {
  .message article .main--inner--title div.opening {
    text-align: left;
    opacity: 1;
    color: white;
    padding-top: 10%;
  }
}
.message article .main--inner--title div.opening dl {
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  align-items: center;
  border-bottom: 1px solid white;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .message article .main--inner--title div.opening dl {
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    align-items: center;
    border-bottom: 1px solid white;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
}
.message article .main--inner--title div.opening dl dd {
  font-size: 2.5rem;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .message article .main--inner--title div.opening dl dd {
    font-size: 2.5rem;
    margin-left: 25px;
  }
}
.message article .main--inner--title div.opening p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .message article .main--inner--title div.opening p {
    margin-top: 10px;
    text-align: justify;
  }
}
.message article .top_m--inner {
  max-width: 980px;
  margin: 0px auto 0;
  background-color: white;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner {
    margin: -10vh auto 0;
    padding: 40px 0;
  }
}
.message article .top_m--inner--wrap {
  width: 90%;
  margin: 0 auto;
}
.message article .top_m--inner--wrap .title h2 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #005bac;
  text-align: left;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner--wrap .title h2 {
    font-size: 5.6vw;
    padding: 0;
  }
}
.message article .top_m--inner--wrap--category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message article .top_m--inner--wrap--category.rev {
  flex-direction: row-reverse;
}
.message article .top_m--inner--wrap--category--texts {
  width: 58.3%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner--wrap--category--texts {
    width: 100%;
    margin-top: 60px;
    order: 1;
  }
}
.message article .top_m--inner--wrap--category--texts h3 {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #005bac;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner--wrap--category--texts h3 {
    font-size: 5vw;
    padding-left: 20px;
  }
}
.message article .top_m--inner--wrap--category--texts h3:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  border-left: 2px solid #005bac;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.message article .top_m--inner--wrap--category--texts p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 35px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner--wrap--category--texts p {
    font-size: 3.4vw;
    margin-top: 18px;
  }
}
.message article .top_m--inner--wrap--category--texts p.all {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 35px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner--wrap--category--texts p.all {
    order: 2;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .message article .top_m--inner--wrap--category--texts .image {
    width: 100%;
    margin-top: 20px;
    order: 3;
  }
}
.message article .top_m--inner--wrap--category .image {
  width: 36%;
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .message article .education--inner {
    max-width: 90%;
  }
}

.person article .main {
  border-top: 90px solid #005bac;
}
@media screen and (max-width: 767px) {
  .person article .main {
    height: auto;
    border-top: none;
  }
  .person article .main .imgs {
    padding-top: 50px;
  }
}
.person article .main--inner {
  height: auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .person article .main--inner {
    height: auto;
    background: none;
    padding-top: 25px;
    padding-bottom: 15%;
  }
}
.person article .main--inner--title {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .person article .main--inner--title {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.person article .main--inner--title h1 {
  color: #005bac;
}
.person article .main--inner--title p {
  color: #333333;
}
.person article .interview {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .person article .interview {
    margin-top: 40px;
  }
}
.person article .interview--kv {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv {
    width: 100%;
    height: auto;
    margin-bottom: -40px;
  }
}
.person article .interview--kv.back_01 {
  background-size: cover;
}
.person article .interview--kv.back_n01 {
  background-size: cover;
}
.person article .interview--kv.back_02 {
  background-size: cover;
}
.person article .interview--kv.back_n02 {
  background-size: cover;
}
.person article .interview--kv.back_03 {
  background-size: cover;
}
.person article .interview--kv.back_04 {
  background-size: cover;
}
.person article .interview--kv.back_04 {
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_04 .interview--kv--inner h2 {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_04 .interview--kv--inner .imgs {
    position: static;
  }
}
.person article .interview--kv.back_04 .interview--kv--inner .nameinner dd + dd {
  font-size: 11px;
  line-height: 1.2em;
}
.person article .interview--kv.back_n04 {
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 {
    background: none;
  }
}
.person article .interview--kv.back_n04 .interview--kv--inner .nameinner {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 .interview--kv--inner .nameinner {
    position: static;
    margin-top: 10px;
    margin-bottom: 40px;
    align-items: stretch;
    bottom: 25px;
    left: 0;
  }
}
.person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl {
  position: relative;
  bottom: 0;
  right: 0;
  background: #e7e7e9;
  padding: 20px;
  width: 230px;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl {
    padding: 10px;
    width: 30%;
  }
}
.person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl:nth-child(2) {
  margin: 0 40px;
}
.person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl dd + dd {
  font-size: 11px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl dd + dd {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl dd {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_n04 .interview--kv--inner .nameinner dl:nth-child(2) {
    margin: 0 1%;
  }
}
.person article .interview--kv.back_05 {
  background-size: cover;
}
.person article .interview--kv.back_06 {
  background-size: cover;
}
.person article .interview--kv.back_07 {
  background-size: cover;
}
.person article .interview--kv.back_08 {
  background-size: cover;
}
.person article .interview--kv.back_taniguchi {
  background: url("../images/member/taniguchi_kv.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv.back_01, .person article .interview--kv.back_02, .person article .interview--kv.back_03, .person article .interview--kv.back_04, .person article .interview--kv.back_05, .person article .interview--kv.back_06, .person article .interview--kv.back_07, .person article .interview--kv.back_08, .person article .interview--kv.back_n01, .person article .interview--kv.back_n02, .person article .interview--kv.back_n03, .person article .interview--kv.back_taniguchi {
    background: none;
  }
}
.person article .interview--kv p.extra {
  text-align: right;
  color: #005bac;
  margin-right: 20px;
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv p.extra {
    letter-spacing: 0px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 2.5vw;
  }
}
.person article .interview--kv--inner {
  max-width: 980px;
  height: 550px;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner {
    height: 45vh;
    max-width: 100%;
  }
  .person article .interview--kv--inner .imgs {
    position: absolute;
  }
}
.person article .interview--kv--inner h2 {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  background: #333;
  color: white;
  padding: 15px 0;
  position: relative;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner h2 {
    position: absolute;
    font-size: 7vw;
    margin-left: 5%;
  }
}
.person article .interview--kv--inner h2 span {
  display: inline-block;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .person article .interview--kv--inner h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner h2 span {
    font-size: 3vw;
  }
}
.person article .interview--kv--inner dl {
  position: absolute;
  bottom: 120px;
  right: 75px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner dl {
    top: 10%;
    bottom: auto;
    right: 5%;
  }
}
.person article .interview--kv--inner dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner dl dt {
    font-size: 5vw;
  }
}
.person article .interview--kv--inner dl dd {
  font-size: 1.3rem;
  line-height: 1.8;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner dl dd {
    font-size: 3.4vw;
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .person article .interview--kv--inner .imgs {
    position: static;
  }
}
.person article .interview--inner {
  max-width: 980px;
  margin: 0px auto 0;
  background-color: white;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner {
    margin: 0 auto 0;
    padding: 40px 0;
  }
}
.person article .interview--inner--wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap {
    width: 90%;
  }
}
.person article .interview--inner--wrap .title h2 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #005bac;
  text-align: left;
  padding-bottom: 24px;
  position: relative;
}
.person article .interview--inner--wrap--category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.person article .interview--inner--wrap--category.rev {
  flex-direction: row-reverse;
}
.person article .interview--inner--wrap--category h3 {
  width: 100%;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #005bac;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category h3 {
    font-size: 5vw;
    padding-left: 20px;
  }
}
.person article .interview--inner--wrap--category h3:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  border-left: 2px solid #005bac;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.person article .interview--inner--wrap--category--texts {
  width: 58.3%;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category--texts {
    width: 100%;
    margin-top: 10px;
  }
}
.person article .interview--inner--wrap--category--texts p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 35px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category--texts p {
    font-size: 3.4vw;
    margin-top: 18px;
  }
}
.person article .interview--inner--wrap--category .image {
  width: 36%;
  margin-top: 40px;
}
.person article .interview--inner--wrap--category .image img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category .image {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.person article .interview--inner--wrap--category .last_txt {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: -5px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category .last_txt {
    font-size: 3.4vw;
    margin-top: -30px;
    text-align: justify;
  }
}
.person article .interview--inner--wrap--category .lead_v {
  background: #005bac;
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: white;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category .lead_v {
    font-size: 5vw;
    margin-top: 30px;
  }
}
.person article .interview--inner--wrap--category .links {
  max-width: 760px;
  margin: 60px auto 0;
  border: 10px solid #efefef;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .person article .interview--inner--wrap--category .links {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
.person article .interview--inner--wrap--category .links img {
  width: 100%;
  height: auto;
}

.person.top article {
  padding-bottom: 0;
}
.person.top article .main + .top {
  margin-top: 80px;
}
.person.top article .top .sort_back {
  padding: 80px 0;
}
.person.top article .top .sort_back .topsort .box.box2 {
  height: auto;
}
.person.top article .top .sort_back .topsort .box.box2 a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.person.top article .top .sort_back .topsort .box.box2 a .bn_ttl {
  flex-grow: 100;
}
.person.top article .top .sort_back .topsort .box.box2 a .under {
  position: static;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  padding-bottom: 10px;
}
.person.top article .top .sort_back .topsort .box.box2 a .under span {
  position: static;
  margin-top: -8px;
}
.person.top article .top .sort_back .topsort .box.box2 a .bn_ttl .border {
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
}
.person.top article .top .sort_back .topsort .box.box2 a .bn_ttl:after {
  display: none;
}
.person.top article .top .sort_back .topsort .box.box2 a .bn_ttl .border:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 25px;
  border-bottom: 1px solid #666666;
}
.person.top article .top .sort_back .topsort .box.box2 a .under {
  flex-direction: row-reverse;
  padding-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .person.top article .top .sort_back .topsort .box.box2 {
    min-height: 260px;
  }
}

.session article {
  padding-bottom: 0;
}
.session article .main {
  position: relative;
}
.session article .main--inner {
  height: 650px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .session article .main--inner {
    height: auto;
    padding-top: 50px;
  }
}
.session article .main--inner.back_01 {
  background: url("../images/session_01/img_2.png") no-repeat top center/cover;
}
body#session_future .session article .main--inner.back_01 {
  background: url("../images/session_future/main_bg.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  body#session_future .session article .main--inner.back_01 {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .session article .main--inner.back_01, .session article .main--inner.back_02 {
    background: none;
  }
}
.session article .main--inner .ami {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .session article .main--inner .ami {
    display: none;
  }
}
.session article .main--inner--title {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 350px;
  position: relative;
  bottom: -80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .session article .main--inner--title {
    max-width: 100%;
    padding-top: 0px;
    bottom: 0px;
    top: -50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  body#session_future .session article .main--inner--title h1 {
    line-height: 1.5;
  }
}
.session article .main--inner--title .bacl_01 {
  background: #005bac;
  padding: 60px 0 30px;
}
.session article .main--inner--title .bacl_02 {
  background: #00a99d;
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .session article .main--inner--title .bacl_01,
.session article .main--inner--title .bacl_02 {
    padding: 40px 5%;
  }
}
.session article .interview .profiles {
  background: rgba(171, 179, 192, 0.1);
  padding: 180px 0 40px;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles {
    padding: 40px 0 20px;
  }
}
.session article .interview .profiles .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles .inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
.session article .interview .profiles .inner .names {
  width: 240px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles .inner .names {
    width: 48%;
    margin: 0 0 5%;
  }
}
.session article .interview .profiles .inner .names:before, .session article .interview .profiles .inner .names:after {
  position: absolute;
  content: "";
  width: 45px;
  border-top: 1px solid #005bac;
  top: 28%;
  right: -22px;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles .inner .names:before, .session article .interview .profiles .inner .names:after {
    content: none;
  }
}
.session article .interview .profiles .inner .names:before {
  transform: rotate(45deg);
}
.session article .interview .profiles .inner .names:after {
  transform: rotate(-45deg);
}
.session article .interview .profiles .inner .names.last:before, .session article .interview .profiles .inner .names.last:after {
  content: none;
}
.session article .interview .profiles .inner .names p {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles .inner .names p {
    width: 80%;
    margin: 0 auto;
  }
}
.session article .interview .profiles .inner .names dl {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.session article .interview .profiles .inner .names dl dt {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles .inner .names dl dt {
    font-size: 5vw;
    padding: 5px 0;
  }
}
.session article .interview .profiles .inner .names dl dt.cl_01 {
  color: #00b8eb;
}
.session article .interview .profiles .inner .names dl dt.cl_02 {
  color: #39b54a;
}
.session article .interview .profiles .inner .names dl dt.cl_03 {
  color: #ed7782;
}
.session article .interview .profiles .inner .names dl dt.cl_04 {
  color: #002e9b;
}
.session article .interview .profiles .inner .names dl dt.cl_05 {
  color: #8c6239;
}
.session article .interview .profiles .inner .names dl dt.cl_06 {
  color: #b25e9c;
}
.session article .interview .profiles .inner .names dl dd {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .session article .interview .profiles .inner .names dl dd {
    font-size: 3vw;
  }
}
.session article .interview .gray {
  background: rgba(171, 179, 192, 0.1);
}
.session article .interview--underimg--back01 {
  height: 650px;
  background: url("../images/session_01/img_1.png") no-repeat center center/cover;
}
body#session_future .session article .interview--underimg--back01 {
  background: url("../images/session_future/end_bg.jpg") no-repeat top center/cover;
}
.session article .interview--underimg--back02 {
  height: 650px;
}
@media screen and (max-width: 767px) {
  .session article .interview--underimg--back01,
.session article .interview--underimg--back02 {
    height: 250px;
  }
}
.session article .interview--inner {
  max-width: 980px;
  margin: 0px auto 0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner {
    margin: 0 auto 0;
    padding: 40px 0;
  }
}
.session article .interview--inner .imgs {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner .imgs {
    margin-top: 20px;
  }
}
.session article .interview--inner--wrap {
  width: 91%;
  margin: 0 auto;
}
.session article .interview--inner--wrap .title h3 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #005bac;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner--wrap .title h3 {
    font-size: 5.8vw;
    line-height: 1.8;
  }
}
.session article .interview--inner--wrap .title h3:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  border-top: 3px solid #005bac;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.session article .interview--inner--wrap .title h3.cl_02 {
  color: #00a99d;
}
.session article .interview--inner--wrap .title h3.cl_02:after {
  border-top: 3px solid #00a99d;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner--wrap--category .image {
    width: 100%;
    margin-top: 20px;
  }
}
.session article .interview--inner--wrap--category--texts {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner--wrap--category--texts {
    width: 100%;
    margin-top: 0px;
  }
}
.session article .interview--inner--wrap--category--texts h3 {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #005bac;
  padding-left: 20px;
  position: relative;
}
.session article .interview--inner--wrap--category--texts h3:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  border-left: 2px solid #005bac;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.session article .interview--inner--wrap--category--texts .last_txt {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 15px;
  display: flex;
}
.session article .interview--inner--wrap--category--texts dl {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner--wrap--category--texts dl {
    font-size: 3.4vw;
  }
}
.session article .interview--inner--wrap--category--texts dl dt {
  width: 45px;
}
.session article .interview--inner--wrap--category--texts dl dt.cl_01 {
  color: #39b54a;
}
.session article .interview--inner--wrap--category--texts dl dt.cl_02 {
  color: #00b8eb;
}
.session article .interview--inner--wrap--category--texts dl dt.cl_03 {
  color: #ed7782;
}
.session article .interview--inner--wrap--category--texts dl dt.cl_04 {
  color: #002e9b;
}
.session article .interview--inner--wrap--category--texts dl dt.cl_05 {
  color: #8c6239;
}
.session article .interview--inner--wrap--category--texts dl dt.cl_06 {
  color: #b25e9c;
}
.session article .interview--inner--wrap--category--texts dl dd {
  width: calc(100% - 45px);
  text-align: justify;
}
.session article .interview--inner--wrap figure {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .session article .interview--inner--wrap figure {
    margin-top: 0;
    overflow-x: scroll;
  }
  .session article .interview--inner--wrap figure img {
    width: 690px;
    max-width: inherit;
    height: auto;
  }
}
.session.about_future article .main--inner--title .bacl_01 {
  background: #543bb0;
}
.session.about_future article .interview .profiles .inner .names:before, .session.about_future article .interview .profiles .inner .names:after {
  border-top: solid 1px #7e357a;
}
.session.about_future article .interview .profiles .inner .names dl dt.cl_01 {
  color: #24938a;
}
.session.about_future article .interview .profiles .inner .names dl dt.cl_02 {
  color: #f45e29;
}
.session.about_future article .interview .profiles .inner .names dl dt.cl_03 {
  color: #7e357a;
}
.session.about_future article .interview .profiles .inner .names p {
  border: solid 2px red;
  border-radius: 999em;
  overflow: hidden;
}
.session.about_future article .interview .profiles .inner .names p img {
  vertical-align: bottom;
}
.session.about_future article .interview .profiles .inner .names:nth-child(1) p {
  border-color: #24938a;
}
.session.about_future article .interview .profiles .inner .names:nth-child(2) p {
  border-color: #f45e29;
}
.session.about_future article .interview .profiles .inner .names:nth-child(3) p {
  border-color: #7e357a;
}
.session.about_future article .interview--inner--wrap .title h3 {
  color: #7e357a;
}
.session.about_future article .interview--inner--wrap .title h3:after {
  border-color: #7e357a;
}
.session.about_future article .interview--inner--wrap--category--texts dl dt.cl_01 {
  color: #24938a;
}
.session.about_future article .interview--inner--wrap--category--texts dl dt.cl_02 {
  color: #f45e29;
}
.session.about_future article .interview--inner--wrap--category--texts dl dt.cl_03 {
  color: #7e357a;
}

.crosstalk article {
  clear: both;
}

.pickup article .main {
  border-top: 90px solid #005bac;
}
@media screen and (max-width: 767px) {
  .pickup article .main {
    border-top: none;
  }
}
.pickup article .main--inner {
  height: auto;
  padding-top: 80px;
}
.pickup article .main--inner .main--inner--title h1 {
  color: #005bac;
}
.pickup article .main--inner .main--inner--title p {
  font-size: 1.3rem;
  line-height: 2;
  color: #000;
  margin-bottom: 50px;
}
.pickup article .main--inner .main--inner--title figure {
  width: 100%;
  background: url("../images/pickup/main_bg.png") no-repeat bottom center/cover;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pickup article .main--inner .main--inner--title figure {
    height: 250px;
  }
}
.pickup article .main--inner .main--inner--title figure figcaption {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.6rem;
  width: 500px;
  padding: 8px 0;
  letter-spacing: 0.06em;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .pickup article .main--inner .main--inner--title figure figcaption {
    font-size: 2.4rem;
    width: 84%;
    padding: 5px 0;
    letter-spacing: 0.02em;
  }
}
.pickup article .container--inner {
  max-width: 980px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner {
    max-width: 90%;
    margin: 40px auto 0;
  }
}
.pickup article .container--inner .container--inner--box {
  margin-top: 60px;
  font-size: 1.3rem;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner .container--inner--box {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
  }
}
.pickup article .container--inner .container--inner--box.rev {
  flex-direction: row-reverse;
}
.pickup article .container--inner .container--inner--box .lead {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.9rem;
  color: #005bac;
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner .container--inner--box .lead {
    margin-bottom: 15px;
  }
}
.pickup article .container--inner .container--inner--box .lead:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 24px;
  margin-top: -11px;
  border-left: 2px solid #005bac;
}
.pickup article .container--inner .container--inner--box figure {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner .container--inner--box figure {
    width: 100%;
    margin-top: 15px;
  }
}
.pickup article .container--inner .container--inner--box .txts {
  width: 570px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner .container--inner--box .txts {
    width: 100%;
  }
}
.pickup article .container--inner .container--inner--message {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner .container--inner--message {
    margin-top: 50px;
  }
}
.pickup article .container--inner .container--inner--message .lead {
  background: #005bac;
  color: white;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.9rem;
  padding: 8px 0;
}
.pickup article .container--inner .container--inner--message .txts {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #005bac;
  text-align: center;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pickup article .container--inner .container--inner--message .txts {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.environment article {
  padding-bottom: 0;
}
.environment article .main--inner {
  background: url("../images/environment/main_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .environment article .container .system {
    margin-top: 0;
    padding: 40px 5%;
  }
}
.environment article .container .system ul.system_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(100% - 800px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .environment article .container .system ul.system_list {
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .environment article .container .system ul.system_list {
    gap: 4%;
    flex-wrap: wrap;
  }
}
.environment article .container .system ul.system_list li {
  width: 400px;
  margin-bottom: 55px;
  max-width: 48%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .environment article .container .system ul.system_list li {
    width: 48%;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .environment article .container .system ul.system_list li {
    margin-bottom: 40px;
    width: 100%;
    max-width: inherit;
  }
  .environment article .container .system ul.system_list li:last-child {
    margin-bottom: 0;
  }
}
.environment article .container .system ul.system_list li figure {
  aspect-ratio: 400/240;
  background: #ccc;
  margin-bottom: 32px;
}
.environment article .container .system ul.system_list li h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .environment article .container .system ul.system_list li h3 {
    font-size: clamp(18px, 5vw, 22px);
  }
}
.environment article .container .system ul.system_list li p {
  font-size: 15px;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 767px) {
  .environment article .container .system ul.system_list li p {
    font-size: clamp(13px, 4vw, 15px);
  }
}
.environment article .container .voice {
  width: 100%;
  background: #ebecf0;
  padding: 110px 0;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .environment article .container .voice {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .environment article .container .voice {
    padding: 50px 5%;
  }
}
.environment article .container .voice ul.voice_list {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list {
    width: 100%;
    padding: 0 20px;
  }
}
.environment article .container .voice ul.voice_list > li {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  gap: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .environment article .container .voice ul.voice_list > li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li {
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 40px;
  }
}
.environment article .container .voice ul.voice_list > li:last-child {
  margin-bottom: 0;
}
.environment article .container .voice ul.voice_list > li .image {
  width: 165px;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .image {
    margin: auto;
    width: 120px;
  }
}
.environment article .container .voice ul.voice_list > li .image figure {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .image figure {
    margin-bottom: 10px;
  }
}
.environment article .container .voice ul.voice_list > li .image p {
  font-size: clamp(15px, 6vw, 19px);
  text-align: center;
  font-weight: 500;
  color: #005bac;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .image p {
    font-size: clamp(15px, 6vw, 15px);
  }
}
.environment article .container .voice ul.voice_list > li .speak {
  width: auto;
  flex: 1;
  background: white;
  padding: 25px 45px;
  border-left: solid 3px #005bac;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .speak {
    border: none;
    border-top: solid 3px #005bac;
    padding: 20px;
    width: 100%;
    flex: auto;
  }
}
.environment article .container .voice ul.voice_list > li .speak:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  width: 0;
  height: 0;
  border-right: 14px solid #005bac;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  background: none;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .speak:before {
    top: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 14px solid #005bac;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
}
.environment article .container .voice ul.voice_list > li .speak dl.system_name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .speak dl.system_name {
    gap: 6px;
  }
}
.environment article .container .voice ul.voice_list > li .speak dl.system_name dt {
  background: #005bac;
  -webkit-clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
  height: 28px;
  padding: 0 10px;
  padding-right: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .speak dl.system_name dt {
    font-size: 12px;
    letter-spacing: 0;
    height: 20px;
    padding: 0 5px;
    padding-right: 12px;
  }
}
.environment article .container .voice ul.voice_list > li .speak dl.system_name dd {
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .speak dl.system_name dd {
    font-size: 17px;
  }
}
.environment article .container .voice ul.voice_list > li .speak p {
  font-size: 13px;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 767px) {
  .environment article .container .voice ul.voice_list > li .speak p {
    font-size: 15px;
    line-height: 1.8;
  }
}

.model article .main--inner {
  background: url("../images/model/main_bg.jpg") no-repeat center center/cover;
  padding: 50px 0;
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .model article .main--inner {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .model article .main--inner {
    padding: 100px 0;
    padding-bottom: 50px;
    height: auto;
  }
}
.model article .container ul.list01 li figure {
  aspect-ratio: 327/190;
  aspect-ratio: 317/180;
}
.model article .container .concept {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .model article .container .concept {
    padding: 40px 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .model article .container .concept ul.list01 {
    width: 90%;
    margin: 0 auto;
  }
}
.model article .container .system {
  width: 100%;
  background: #ebecf0;
  padding: 110px 0;
  padding-bottom: 130px;
  margin-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .model article .container .system {
    padding: 110px 20px;
  }
}
@media screen and (max-width: 767px) {
  .model article .container .system {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.model article .container .system ul.training_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .model article .container .system ul.training_list {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
.model article .container .system ul.training_list > li {
  margin-bottom: 50px;
  position: relative;
  padding-top: 25px;
}
.model article .container .system ul.training_list > li .box01 .all .board.center {
  display: flex;
  align-items: center;
}
.model article .container .system ul.training_list > li .box01 .all .board p {
  margin-top: 20px;
}
.model article .container .system ul.training_list > li .box01 .all .board dl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-size: 16px;
  line-height: 2;
}
.model article .container .system ul.training_list > li .box01 .all .board dl dt {
  width: 110px;
  height: 100%;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-weight: 500;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .model article .container .system ul.training_list > li .box01 .all .board dl dt {
    width: auto;
    font-size: 4.2vw;
    font-size: clamp(14px, 4.2vw, 16px);
  }
}
.model article .container .system ul.training_list > li .box01 .all .board dl dd {
  width: auto;
  flex: 1;
  padding: 20px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 1px #005bac;
}
@media screen and (max-width: 767px) {
  .model article .container .system ul.training_list > li .box01 .all .board dl dd {
    font-size: clamp(12px, 3.3vw, 14px);
    padding: 10px;
    margin-left: 10px;
  }
}
.model article .container .system ul.training_list > li .box01 .all .board dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.model article .container .system ul.training_list > li .box01 + p.extra {
  margin-left: auto;
  font-size: 12px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.model article .container .system p.ex01 {
  width: 820px;
  max-width: 100%;
  margin: 70px auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .model article .container .system p.ex01 {
    width: 100%;
    margin: 30px auto;
    width: 90%;
    font-size: clamp(16px, 4vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .model article .container .system .system_list {
    width: 90%;
    margin: auto;
  }
}
.model article .container .cmodel {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel {
    width: 100%;
    padding: 0 20px;
  }
}
.model article .container .cmodel ul.model_list > li {
  margin-bottom: 85px;
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li {
    margin-bottom: 60px;
  }
}
.model article .container .cmodel ul.model_list > li:last-child {
  margin-bottom: 0;
}
.model article .container .cmodel ul.model_list > li h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.model article .container .cmodel ul.model_list > li .board {
  background: #ebecf0;
  padding: 40px;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board {
    padding: 20px;
    padding-top: 50px;
  }
}
.model article .container .cmodel ul.model_list > li .board .case {
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: auto auto;
  gap: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case {
    grid-template-columns: 1fr;
  }
}
.model article .container .cmodel ul.model_list > li .board .case .profile,
.model article .container .cmodel ul.model_list > li .board .case .history {
  height: 100%;
}
.model article .container .cmodel ul.model_list > li .board .case .profile {
  width: 186px;
  margin-left: 100px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .profile {
    margin: 0 auto;
  }
}
.model article .container .cmodel ul.model_list > li .board .case .profile dl {
  margin-bottom: 20px;
}
.model article .container .cmodel ul.model_list > li .board .case .profile dl dt {
  font-size: 19px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #005bac;
  font-feature-settings: "palt";
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .profile dl dt {
    font-size: clamp(16px, 4.6vw, 19px);
  }
}
.model article .container .cmodel ul.model_list > li .board .case .profile dl dt span.first {
  margin-left: -8px;
  padding-right: 2px;
}
.model article .container .cmodel ul.model_list > li .board .case .profile dl dt span.last {
  padding-left: 2px;
  margin-right: -8px;
}
.model article .container .cmodel ul.model_list > li .board .case .profile dl dd {
  border: solid 1px #005bac;
  padding: 5px;
  font-size: 15px;
  color: #005bac;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .profile dl dd {
    font-size: clamp(13px, 3.5vw, 15px);
  }
}
.model article .container .cmodel ul.model_list > li .board .case .profile figure {
  text-align: center;
  max-width: 170px;
  margin: 0 auto;
}
.model article .container .cmodel ul.model_list > li .board .case .history {
  width: 440px;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .history {
    width: 100%;
    overflow: hidden;
  }
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .history ul.history_list {
    gap: 15px;
  }
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li:last-child {
  margin-bottom: 0;
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl {
  display: flex;
  gap: 12px;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl {
    overflow: visible;
  }
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dt {
  color: white;
  height: 26px;
  background: #005bac;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999em;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dt {
    font-size: clamp(10px, 3.2vw, 13px);
  }
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dt:before, .model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #005bac;
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dt:before {
  top: -100px;
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dt:after {
  bottom: -100px;
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dd {
  width: auto;
  flex: 1;
  font-size: 15px;
  font-feature-settings: "palt";
  color: #005bac;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li dl dd {
    font-size: 3.5vw;
    font-size: clamp(13px, 3.5vw, 15px);
  }
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li:first-child dl dt:before {
  display: none;
}
.model article .container .cmodel ul.model_list > li .board .case .history ul.history_list > li:last-child dl dt:after {
  display: none;
}
.model article .container .cmodel ul.model_list > li .board .case + .extra {
  border: solid 1px #005bac;
  padding: 10px;
  color: #005bac;
  line-height: 1.6;
  margin: auto;
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.model article .container .cmodel ul.model_list > li .board .comment {
  padding: 26px;
  background: white;
}
.model article .container .cmodel ul.model_list > li .board .comment p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .model article .container .cmodel ul.model_list > li .board .comment p {
    font-size: clamp(13px, 3.5vw, 15px);
  }
}

.tour .slider_all {
  position: relative;
  background: #e5eff8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour .slider_all {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background: url("../images/tour/frame_bg.jpg") no-repeat center center/cover;
  }
}
.tour .slider_all .slick-vertical .slick-slide {
  border: none;
}
.tour .slider_all .slider_body {
  background: url("../images/tour/frame_bg.jpg") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body {
    background: #e5eff8;
    background: none;
  }
}
.tour .slider_all .slider_body:after {
  width: 100%;
  height: 1px;
  background: white;
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body:after {
    bottom: 50px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body:after {
    display: none;
  }
}
.tour .slider_all .slider_body .to_top {
  width: calc(33.33% - 35px);
  width: calc(33.33vw - 0px);
  height: 70px;
  position: absolute;
  right: 70px;
  right: 0px;
  bottom: 0;
  z-index: 11;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .to_top {
    width: calc(33.33% - 1px);
    font-size: 3vw;
    right: 0px;
    height: 50px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .to_top {
    display: none;
  }
}
.tour .slider_all .slider_body .to_top span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .to_top span {
    font-size: 3.5vw;
    position: relative;
    top: -1px;
  }
}
.tour .slider_all .slider_body .slider {
  border: solid 70px transparent;
  min-height: 100svh;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider {
    border: none;
    min-height: 100svh;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider {
    border: none;
  }
}
.tour .slider_all .slider_body .slider .anm {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 0.7s ease;
}
.tour .slider_all .slider_body .slider .anm.show {
  opacity: 1;
  transition: opacity 1s ease-in-out, transform 0.7s ease;
}
.tour .slider_all .slider_body .slider .anm.fade-up {
  transform: translate3d(0, 20px, 0);
}
.tour .slider_all .slider_body .slider .anm.fade-up.show {
  transform: translateZ(0);
}
.tour .slider_all .slider_body .slider ul.slick-dots {
  position: absolute;
  left: -37px;
  top: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.7vh;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider ul.slick-dots {
    left: 10px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider ul.slick-dots {
    left: 10px;
  }
}
.tour .slider_all .slider_body .slider ul.slick-dots li {
  width: 7px;
  height: 7px;
  position: relative;
  cursor: pointer;
}
.tour .slider_all .slider_body .slider ul.slick-dots li:after {
  display: none !important;
  content: attr(data-tooltip);
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: white;
  color: #0e62b0;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.tour .slider_all .slider_body .slider ul.slick-dots li:hover:after {
  opacity: 1;
}
.tour .slider_all .slider_body .slider ul.slick-dots li button {
  background: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  padding: 0;
  border: none;
  border: solid 2px transparent;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider ul.slick-dots li button {
    border: none;
    background: #0e62b0;
    width: 4px;
    height: 4px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider ul.slick-dots li button {
    background: #0e62b0;
  }
}
.tour .slider_all .slider_body .slider ul.slick-dots li button:before {
  display: none;
}
.tour .slider_all .slider_body .slider ul.slick-dots li.slick-active button {
  border: solid 2px white;
  width: 8px;
  height: 8px;
  position: relative;
  left: -2px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider ul.slick-dots li.slick-active button {
    border: solid 2px #0e62b0;
    background: #0e62b0;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider ul.slick-dots li.slick-active button {
    border: solid 2px #0e62b0;
    background: #0e62b0;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow {
  width: calc(33.33vw - 0px);
  height: 70px;
  bottom: 0;
  bottom: -105px;
  left: 0px;
  top: auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px white;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slick-arrow {
    bottom: -25px;
    right: 0;
    height: 50px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow {
    border: none !important;
    width: 30px;
    right: 10px;
    left: auto;
    bottom: auto;
    top: auto;
    z-index: 11;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-disabled {
  pointer-events: none;
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-disabled:before {
  opacity: 0.3;
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-disabled:before {
    opacity: 1;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow:before {
  color: white;
  font-size: 20px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: bold;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slick-arrow:before {
    font-size: 4vw;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow:before {
    color: #0e62b0;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-prev, .tour .slider_all .slider_body .slider .slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-prev {
  left: 0px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-prev {
    left: 0px;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-prev:before {
  content: "▲　BACK";
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-prev:before {
    content: "▲";
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-prev {
    bottom: 0;
    top: 100px;
    left: auto;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-next {
  left: calc(33.33vw - 69px);
  border-left: solid 1px white;
  border-right: solid 1px white;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-next {
    left: calc(33.33vw + 1px);
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-next {
    left: auto;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow.slick-next:before {
  content: "NEXT　▼";
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-next:before {
    content: "▼";
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slick-arrow.slick-next {
    left: auto;
    top: auto;
    bottom: 20px;
  }
}
.tour .slider_all .slider_body .slider .slick-arrow:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.tour .slider_all .slider_body .slider .slide {
  min-height: calc(100svh - 140px);
  height: calc(100svh - 140px);
  font-size: 15px;
  position: relative;
  background: #e5eff8;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide {
    min-height: calc(100svh - 100px);
    height: calc(100svh - 100px);
    margin-top: 50px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide {
    min-height: calc(100svh - 0px);
    height: calc(100svh - 0px);
    margin-top: 0;
  }
}
.tour .slider_all .slider_body .slider .slide.no1 {
  display: flex;
  background: #cdd8d2;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no1 {
    display: block;
  }
}
.tour .slider_all .slider_body .slider .slide.no1 ul.parts {
  width: 100vw;
  height: calc(100svh - 100px);
  position: relative;
}
.tour .slider_all .slider_body .slider .slide.no1 ul.parts li {
  position: absolute;
}
.tour .slider_all .slider_body .slider .slide.no1 ul.parts li.flag {
  top: 10%;
  left: 0%;
  right: 0%;
  width: 60%;
  margin: auto;
  opacity: 0.54;
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no1 ul.parts li.flag {
    width: 20%;
  }
}
.tour .slider_all .slider_body .slider .slide.no1 figure.bg {
  width: auto;
  max-width: 1000px;
  flex: 1;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no1 figure.bg {
    display: none;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide.no1 figure.bg {
    width: 45%;
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no1 .logo {
    width: 55%;
    max-height: 50vh;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
    margin: auto;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no1 .logo {
    width: 50%;
    bottom: 0;
    top: 0;
  }
}
.tour .slider_all .slider_body .slider .slide.no1 h1 {
  width: 420px;
  padding: 55px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no1 h1 {
    width: 100%;
    padding: 0;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide.no1 h1 {
    width: 350px;
    padding: 0 55px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no1 h1 {
    width: 50%;
    padding: 0;
  }
}
.tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box {
  width: 100%;
}
.tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3vh;
  background: #333;
  padding: 14px 30px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner {
    padding: 14px;
    width: 100%;
    margin-top: 10px;
  }
}
.tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p {
  font-size: 13px;
  font-weight: normal;
  color: white;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p {
    font-size: clamp(10px, 3vw, 13px);
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p {
    font-size: 12px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p {
    font-size: 10px;
  }
}
.tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p.tit {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 1px white;
}
.tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p.extra {
  font-size: 11px;
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no2 .cont_flex .text .box .inner p.extra {
    font-size: 10px;
  }
}
@media (height < 750px) {
  .tour .slider_all .slider_body .slider .slide.no9 .cont_flex_all .cont_flex .text.plus figure {
    width: 250px;
  }
}
@media (height < 650px) {
  .tour .slider_all .slider_body .slider .slide.no9 .cont_flex_all .cont_flex .text.plus figure {
    width: 200px;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide.no9 .cont_flex_all .cont_flex .text.plus figure {
    width: 200px;
  }
}
@media (height < 550px) {
  .tour .slider_all .slider_body .slider .slide.no9 .cont_flex_all .cont_flex .text.plus figure {
    width: 150px;
  }
}
.tour .slider_all .slider_body .slider .slide.no12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour .slider_all .slider_body .slider .slide.no12 .tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  font-size: 23px;
  color: #005bac;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no12 .tit {
    font-feature-settings: "palt";
    font-size: clamp(19px, 2.3vw, 23px);
    margin-bottom: 10px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no12 .tit {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.tour .slider_all .slider_body .slider .slide.no12 ul.step_list {
  max-width: 1260px;
  width: calc(100vw - 180px - 120px);
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list {
    flex-wrap: wrap;
    width: 66vw;
    margin: 0 auto;
    gap: 2%;
  }
}
@media (height < 650px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list {
    width: 65vw;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list {
    display: flex;
    width: 55vw;
    flex-wrap: nowrap;
  }
}
.tour .slider_all .slider_body .slider .slide.no12 ul.step_list li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list li {
    width: 46%;
    margin-bottom: 2%;
  }
}
.tour .slider_all .slider_body .slider .slide.no12 ul.step_list li.arrow {
  width: 2%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list li.arrow {
    display: none;
  }
}
.tour .slider_all .slider_body .slider .slide.no12 ul.step_list li.arrow:after {
  content: "▶";
  display: block;
  font-size: 16px;
  width: 16px;
  position: absolute;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.tour .slider_all .slider_body .slider .slide.no12 ul.step_list + p {
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list + p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list + p {
    font-size: clamp(13px, 2.8vw, 15px);
    margin-top: 12px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no12 ul.step_list + p {
    margin-top: 0px;
    font-size: 10px;
  }
}
.tour .slider_all .slider_body .slider .slide.no21 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no21 {
    align-items: center;
  }
}
.tour .slider_all .slider_body .slider .slide.no21 .all {
  max-width: 1200px;
  margin: 0 auto;
}
.tour .slider_all .slider_body .slider .slide.no21 .all figure {
  max-width: calc(100vw - 140px);
  aspect-ratio: 1900/663;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all figure {
    height: auto;
    width: 100vw;
    max-width: 100vw;
    background-size: 100%;
  }
}
@media (height < 700px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all figure {
    max-height: 50vh;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all figure {
    max-height: 50vh;
  }
}
.tour .slider_all .slider_body .slider .slide.no21 .all figure img {
  width: calc(100vw - 140px);
  max-width: 1200px;
  display: inline-block;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all figure img {
    width: 100%;
  }
}
@media (height < 700px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all figure img {
    width: 100%;
  }
}
.tour .slider_all .slider_body .slider .slide.no21 .all figure.show img {
  -webkit-animation: scaleUp 20s ease forwards;
          animation: scaleUp 20s ease forwards;
}
@-webkit-keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15);
    opacity: 1;
  }
}
.tour .slider_all .slider_body .slider .slide.no21 .all p {
  display: flex;
  margin-top: 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #005bac;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all p {
    font-size: clamp(15px, 4.3vw, 22px);
    text-align: center;
    height: auto;
    margin: 20px 0;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide.no21 .all p {
    font-size: 15px;
  }
}
.tour .slider_all .slider_body .slider .slide .movie {
  width: 820px;
  position: relative;
}
@media (width < 1100px) {
  .tour .slider_all .slider_body .slider .slide .movie {
    width: calc(70vw - 180px);
  }
}
@media (height < 750px) {
  .tour .slider_all .slider_body .slider .slide .movie {
    width: 600px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .movie {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie {
    width: 100%;
  }
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link {
  display: block;
  position: relative;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link video {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay:before {
  position: abslute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay.katousan {
  background: url("../images/tour/katousan.jpg") no-repeat center center/cover;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay.shimasan {
  background: url("../images/tour/shimasan.jpg") no-repeat center center/cover;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay.minosan {
  background: url("../images/tour/minosan.jpg") no-repeat center center/cover;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay.suzukisan {
  background: url("../images/tour/suzukisan.jpg") no-repeat center center/cover;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 84px;
  height: 84px;
  background: url(../images/tour/btn_play.png) no-repeat center center/cover;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link.play .overlay {
  display: none;
}
.tour .slider_all .slider_body .slider .slide .movie a.movie_link:hover {
  opacity: 1;
}
.tour .slider_all .slider_body .slider .slide .movie.auto {
  width: 100%;
}
.tour .slider_all .slider_body .slider .slide .movie.auto video {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.tour .slider_all .slider_body .slider .slide.slick-current {
  clear: both;
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 140px);
  max-height: calc(100svh - 140px);
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all {
    min-height: calc(100svh - 100px);
    max-height: calc(100svh - 100px);
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all {
    min-height: calc(100svh - 0px);
    max-height: calc(100svh - 0px);
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex {
  min-height: calc(100svh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex {
    min-height: calc(100svh - 100px);
    min-height: 0;
    width: 75%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media (height < 550px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex {
    display: flex;
    gap: 2%;
    flex-wrap: nowrap;
    width: 80%;
    margin: auto;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex {
    width: 90%;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex.rev {
  flex-direction: row-reverse;
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex.rev {
    width: 80%;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex.rev .text {
  justify-content: center;
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text {
  width: auto;
  flex-wrap: wrap;
  padding: 0 50px;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text {
    padding: 0 30px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text {
    padding: 0px;
    display: block;
    width: 100%;
    margin: auto;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text {
    padding: 0 20px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p {
  font-size: clamp(12px, 1.35vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p {
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.8;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p {
    font-size: 11px;
    line-height: 1.8;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p span {
  font-size: clamp(11px, 1vw, 13px);
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p span {
    font-size: 10px;
    line-height: 1.5;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p.mincho {
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text p.mincho {
    letter-spacing: 0;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl {
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl {
    letter-spacing: 1px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dt {
  color: #005bac;
  font-size: 26px;
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  line-height: 1.9;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dt {
    line-height: 1.5;
    font-size: clamp(16px, 4vw, 20px);
    margin-bottom: 10px;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dt {
    font-size: 15px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dd {
  font-size: clamp(12px, 1.2vw, 15px);
  color: #444;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dd {
    font-size: clamp(12px, 2.8vw, 15px);
    line-height: 1.8;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dd {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text dl dd {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus {
  height: calc(100svh - 140px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus {
    height: auto;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure {
  position: absolute;
}
@media (height < 650px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure {
    width: 270px;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure {
    width: 220px;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure {
    width: 100%;
    width: 50%;
    position: relative;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.top {
  top: 0;
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.bottom {
  bottom: 0;
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.right {
  right: 0;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.right {
    right: -30px;
    margin-left: auto;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.left {
  left: 0;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.left {
    left: -30px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.center {
  right: 220px;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus figure.center {
    right: 0;
    left: -30px;
    margin-top: 20px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.bottom_up {
  padding-bottom: 200px;
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.bottom_up {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.bottom_up {
    padding: 0;
  }
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.bottom_up figure {
    margin-top: 20px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.top_down {
  padding-top: 150px;
}
@media (height < 700px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.top_down {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.top_down {
    padding: 0;
  }
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .text.plus.top_down figure {
    margin-bottom: 20px;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image {
    width: 45%;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image {
    width: 50%;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image.size_s {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image.size_s {
    width: 100%;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image.size_s {
    width: 48%;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image figure {
  min-height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image figure {
    min-height: 0;
    width: 100%;
  }
}
.tour .slider_all .slider_body .slider .slide .cont_flex_all .cont_flex .image figure img {
  width: 100%;
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 140px);
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all {
    min-height: calc(100svh - 100px);
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all {
    width: 50%;
    margin: auto;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all {
    width: 80%;
    min-height: calc(100svh - 0px);
  }
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 140px);
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex {
    display: block;
    min-height: calc(100svh - 100px);
    min-height: 0;
    width: 70%;
    gap: 0;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (height < 500px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex {
    width: 100%;
  }
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text {
  width: 180px;
  min-height: calc(100svh - 140px);
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
  }
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile {
  width: 100%;
  padding: 0 40px;
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p {
  width: 100%;
  color: #005bac;
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.name {
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
@media (height < 750px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.name {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.name {
    writing-mode: horizontal-tb;
    font-size: clamp(20px, 2vw, 28px);
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.name {
    font-size: 15px;
  }
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.year {
  margin: 24px 0;
  border: solid 1px #005bac;
  border-left: 0;
  border-right: 0;
  font-size: clamp(10px, 1vw, 13px);
  padding: 10px 0;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.year {
    margin: 12px 0;
  }
}
.tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.division {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  letter-spacing: 1px;
  font-size: 13px;
  writing-mode: vertical-rl;
}
@media (height < 750px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.division {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.division {
    writing-mode: horizontal-tb;
    font-size: clamp(12px, 1vw, 15px);
    text-align: center;
    display: block;
  }
}
@media (height < 600px) {
  .tour .slider_all .slider_body .slider .slide .movie_flex_all .movie_flex .text .profile p.division {
    font-size: 9px;
    line-height: 1.4;
  }
}

#tour_loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/tour/frame_bg.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
#tour_loader .loader-inner {
  font-size: 18px;
  letter-spacing: 2px;
}
#tour_loader .loader-inner img {
  -webkit-animation: rotateLoading 1.5s linear infinite;
          animation: rotateLoading 1.5s linear infinite;
  transition: 0.1s;
  width: 50px;
}
@-webkit-keyframes rotateLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#tour_loader.loaded {
  -webkit-animation: curtainUp 1.1s ease forwards;
          animation: curtainUp 1.1s ease forwards;
}
@-webkit-keyframes curtainUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes curtainUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
#tour_loader.loaded img {
  opacity: 0;
  transition: 0.1s;
}
/*# sourceMappingURL=style.css.map */