@charset "UTF-8";
/*
	Filename: style.css
	Version: 1.0.1
*/
/*-----------------------------------------------------
	共通
------------------------------------------------------*/
.contents {
 margin: 0;
 padding: 0;
 font-family: "Noto Sans JP", sans-serif;
 font-weight: 400;
}
.inbox {
 position: relative;
 width: 1000px;
 margin: 0 auto;
 padding: 0;
}
.flex {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: space-between;
}
.quote_l {
 margin-right: 0.1em;
 margin-left: -0.5em;
 font-weight: 400;
}
.quote_r {
 margin-right: -0.5em;
 margin-left: 0.1em;
 font-weight: 400;
}
@media screen and (max-width: 1060px) {
 .inbox {
  width: calc(100% - 60px);
 }
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 428px) {}
/*-----------------------------------------------------
	.header
------------------------------------------------------*/
.header {
/*
 max-width: 1200px;
 margin: 0px auto;
 padding-top: 53px;
 padding-right: 0px;
 padding-left: 0px;
 padding-bottom: 27px;
 position: relative;
 background-color: #FFFFFF;
*/
}
.header_wrapper {
 padding-top: 1rem;
 padding-bottom: 1rem;
}
.logo_1 img {
 width: 245px;
 height: auto;
}
.nav_item, .nav_item a {
 list-style: none;
 text-decoration: none;
 padding-right: 10px;
}
.item {
 color: #000;
}
/*　btn*/
.button02 {
 margin-left: 5px;
 text-align: center;
 color: #fff;
 width: 159px;
 background: linear-gradient(90deg, rgb(119, 184, 238) 0%, rgb(0, 117, 184) 100%);
 position: relative;
}
.button02::before{
content: "";
position: absolute;
background-image: url("../img/mail.png") ;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 2rem;
height: 2rem;
transform: translate(-50%, -50%);
top: 50%;
left: 20%;
}
/*　/btn*/
@media (min-width: 600px) {
 .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
 }
}
@media (min-width: 600px) {
 .nav_wrapper {
  display: flex;
 }
}
@media (max-width: 599px) {
 .header {
  width: 100%;
  margin: 0px auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 1000;
 }
 .logo_1 img {
  width: 45%;
  height: auto;
 }
 .header_wrapper {
  padding-left: 2rem;
 }
 .nav_wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #d9f0f7;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
 }
 .nav_wrapper.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
 }
}
.nav_item a {
 display: block;
 padding: 3rem 3rem;
}
@media (max-width: 599px) {
 .nav_toggle {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
 }
}
.nav_toggle {
 display: none;
 background: none;
 border: none;
 cursor: pointer;
 z-index: 1001;
}
.nav_toggle .bar {
 display: block;
 width: 25px;
 height: 3px;
 margin: 5px auto;
 transition: all 0.4s ease;
 background-color: #333;
 border-radius: 2px;
}
.nav_toggle.active .bar:nth-child(1) {
 transform: rotate(45deg) translate(5px, 5px);
}
.nav_toggle.active .bar:nth-child(2) {
 opacity: 0;
}
.nav_toggle.active .bar:nth-child(3) {
 transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 599px) {
 .nav_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 999;
  padding: 1rem 0;
 }
 .nav_wrapper.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  height: 100vh;
 }
 .nav_toggle {
  display: block;
  position: absolute;
  top: 1.7rem;
  right: 2rem;
 }
 .nav_item a {
  position: relative;
  padding-right: 2.5em;
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff; /* ← 薄い青系の線 */
 }
 .nav_item a::after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-40%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff; /* 下線 */
  border-right: 2px solid #fff; /* 右線 */
  pointer-events: none;
  display: inline-block;
 }
 /*　btn*/
 .button02 {
  background: none !important;
  background-color: transparent !important;
  color: #fff !important;
  width: auto;
  padding: 1.5rem 3rem;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  margin-left: 0;
  position: static;
 }
 .button02::before {
  display: none;
 }
}
/*-----------------------------------------------------
	.contents_head
------------------------------------------------------*/
.contents_head {
 height: 968px;
 position: relative;
 z-index: 0;
 background: url("../img/mv_bg.jpg") no-repeat center center;
 background-size: cover;
 color: #fff;
 text-align: left;
}
.contents_head span.type_1 {
 margin-left: -37px;
}
.inbox {
 display: flex;
 padding-top: 20vw;
 justify-content: center;
}
.contents_head img {
 width: 196px;
 height: auto;
 margin-right: 5vw;
}
.contents_head h2 {
 font-size: 3.5rem;
 font-weight: 700;
 line-height: 1.4;
}
.contents_head h2 span {
 display: block;
 margin-top: 2rem;
 font-size: 61px;
 font-weight: 900;
}
@media screen and (max-width: 1500px) {
 .inbox {
  display: flex;
  padding-top: 20vw;
  justify-content: center;
 }
 .contents_head img {
  width: 150px;
  height: auto;
  margin-right: 5vw;
 }
 .contents_head h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
 }
 .contents_head h2 span {
  display: block;
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 900;
 }
}
@media screen and (max-width: 1150px) {
 .contents_head {
  padding-top: 11.043vw;
  padding-bottom: 6.087vw;
 }
 .head_date {
  top: -1.739vw;
  width: 25.739vw;
 }
 .contents_head h1 img {
  width: 10.609vw;
  margin-bottom: 4.348vw;
 }
 .contents_head h2 {
  font-size: 4vw;
 }
 .contents_head h2 img {
  width: 86.957vw;
  max-width: 100%;
  margin-top: 4.783vw;
 }
 .contents_head h2 span {
  margin-top: 1.739vw;
  font-size: 8.096vw;
 }
 .contents_head p {
  margin-top: 6.957vw;
 }
 .contents_head p span {
  font-size: 4.696vw;
 }
 .contents_head p span::before {
  top: -1vw;
  left: 2.609vw;
  width: calc(100% - 5.217vw);
  height: 0.087vw;
 }
 .contents_head p span::after {
  bottom: -1.2vw;
  left: 2.609vw;
  width: calc(100% - 5.217vw);
  height: 0.087vw;
 }
}
@media screen and (max-width: 600px) {
 .inbox {
  display: flex;
  padding-top: 28vw;
  justify-content: center;
 }
 .contents_head {
  height: 484px;
 }
 .contents_head span.type_1 {
  margin-left: 0;
 }
 .contents_head h2 span {
  margin-top: 1.739vw;
  font-size: 6.096vw;
 }
}
/*-----------------------------------------------------
	.features
------------------------------------------------------*/
.features {
 /* padding-top: 140px; */
 padding-bottom: 110px;
 background: #000;
}
.features h2 {
 position: relative;
 margin-bottom: 40px;
 font-size: 125px;
 font-weight: 200;
 color: #fff;
 text-align: center;
}
.features .inbox {
 padding: 8px;
 background: #fff;
}
.features_txt {
 color: #fff;
 text-align: center;
 font-size: 24px;
 line-height: 1.8;
 padding-bottom: 120px;
 letter-spacing: 0.4rem;
}
.features_box {
 position: relative;
 width: 328px;
 height: 328px;
}
.features_box_inner {
 position: absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 width: 100%;
 text-align: center;
}
.features_box_inner h3 {
 margin-bottom: 10px;
 font-size: 26px;
 line-height: 1.4;
}
.features_box_inner p {
 font-size: 21px;
 line-height: 1.8;
}
.features_box img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.features_img::after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, .65);
 mix-blend-mode: multiply;
}
@media screen and (max-width: 1060px) {
 .features h2 {
  margin-top: -5.66vw;
  margin-bottom: 7.547vw;
  font-size: 8.019vw;
 }
 .features_box {
  width: calc(30.377vw - 4px);
  height: calc(30.377vw - 4px);
 }
 .features_box_inner h3 {
  margin-bottom: 0.943vw;
  font-size: 2.453vw;
 }
 .features_box_inner p {
  font-size: 1.981vw;
 }
}
@media screen and (max-width: 960px) {
 .features {
  padding-top: 0;
  padding-bottom: 110px;
 }
 .features h2 {
  margin-bottom: 4.167vw;
  font-size: 9.375vw;
 }
 .features_box {
  width: 50%;
  height: 280px;
 }
 .features_box:nth-of-type(1) {
  order: 2;
 }
 .features_box:nth-of-type(2) {
  order: 3;
 }
 .features_box:nth-of-type(3) {
  order: 5;
 }
 .features_box:nth-of-type(4) {
  order: 4;
 }
 .features_box:nth-of-type(5) {
  order: 1;
  width: 100%;
  height: 280px;
  background: #333;
  text-align: center;
 }
 .features_box:nth-of-type(5) img {
  width: auto;
  height: 280px;
 }
 .features_box:nth-of-type(6) {
  order: 7;
 }
 .features_box:nth-of-type(7) {
  order: 6;
 }
 .features_box:nth-of-type(8) {
  order: 8;
 }
 .features_box:nth-of-type(9) {
  order: 9;
 }
 .features_box_inner h3 {
  margin-bottom: 1.042vw;
  font-size: 2.708vw;
 }
 .features_box_inner p {
  font-size: 2.188vw;
 }
}
@media screen and (max-width: 600px) {
 .features {
  padding-top: 0;
  padding-bottom: 60px;
  background: #333;
 }
 .features h2 {
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 40px;
 }
 .features_box {
  width: 35%;
  height: 200px;
  margin-bottom: 7px;
 }
 .features_box:nth-of-type(1) {
  order: 3;
 }
 .features_box:nth-of-type(2) {
  order: 2;
  width: 65%;
 }
 .features_box:nth-of-type(3) {
  order: 5;
  width: 35%;
 }
 .features_box:nth-of-type(4) {
  order: 4;
  width: 65%;
 }
 .features_box:nth-of-type(5) {
  order: 1;
  height: 150px;
 }
 .features_box:nth-of-type(5) img {
  height: 150px;
 }
 .features_box:nth-of-type(6) {
  order: 6;
  width: 65%;
 }
 .features_box:nth-of-type(7) {
  order: 7;
  width: 35%;
 }
 .features_box:nth-of-type(8) {
  order: 8;
  width: 65%;
 }
 .features_box:nth-of-type(9) {
  order: 9;
  width: 35%;
 }
 .features_box_inner h3 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 23px;
  text-align: left;
 }
 .features_box_inner p {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  text-align: left;
 }
 .features_txt {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 30px;
  letter-spacing: 0.4rem;
 }
}
@media screen and (max-width: 428px) {
 .features_box_inner {
  position: relative;
  top: 0;
  transform: none;
 }
 .features_box {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
 }
 .features_box:nth-of-type(1) {
  order: 3;
  margin-bottom: 30px;
 }
 .features_box:nth-of-type(2) {
  order: 2;
  width: 100%;
 }
 .features_box:nth-of-type(3) {
  order: 5;
  width: 100%;
  margin-bottom: 30px;
 }
 .features_box:nth-of-type(4) {
  order: 4;
  width: 100%;
 }
 .features_box:nth-of-type(5) {
  order: 1;
  height: 100px;
 }
 .features_box:nth-of-type(5) img {
  height: 100px;
 }
 .features_box:nth-of-type(6) {
  order: 6;
  width: 100%;
 }
 .features_box:nth-of-type(7) {
  order: 7;
  width: 100%;
  margin-bottom: 30px;
 }
 .features_box:nth-of-type(8) {
  order: 8;
  width: 100%;
 }
 .features_box:nth-of-type(9) {
  order: 9;
  width: 100%;
  margin-bottom: 0;
 }
 .features_box img {
  height: 250px;
 }
}
/*-----------------------------------------------------
	.contents_head2
------------------------------------------------------*/
.contents_head2 {
 display: flex;
 flex-direction: column;
 position: relative;
 z-index: 0;
 padding-top: 80px;
 padding-bottom: 135px;
 margin-right: 0px;
 background: #000;
 color: #fff;
}
.contents_head2 .inbox {
 display: flex;
 width: 100%;
 padding-top: 9vw;
 margin-right: 0;
 justify-content: flex-end;
}
.contents_head2 .inbox:first-child {
 padding-top: 0;
}
.contents_head2_text {
 position: relative;
 width: 600px;
 padding: 0;
}
.contents_head2_text h2 {
 margin-bottom: 70px;
 font-weight: 100;
 font-style: normal;
 font-size: 90px;
}
.contents_head2_text h3 {
 margin-bottom: 46px;
 font-size: 24px;
 line-height: 1.4;
 letter-spacing: 0.05em;
}
.contents_head2_text p {
 margin-bottom: 110px;
 font-size: 21px;
 line-height: 1.8;
}
/*　btn*/
.button01 {
 background-color: #FFFFFF;
 color: #000000;
 padding: 20px 100px;
 text-decoration: none;
 font-size: 1.2em;
 transition: 0.4s;
 border: solid 1px #fff;
}
.button01:hover {
 color: #fff;
 background-color: #000000;
 border: solid 1px #fff;
 transition: 0.4s;
}
/*　/btn*/
.contents_head2_photo {
 position: relative;
 width: 967px;
}
.contents_head2_photo::before {
 content: "";
 position: absolute;
 top: -35px;
 left: -35px;
 z-index: 1;
 width: 119px;
 height: 150px;
 background-size: cover;
}
.contents_head2_photo img {
 width: 100%;
 max-width: 1200px;
 max-height: 100%;
 height: 555px;
 vertical-align: bottom;
 object-fit: cover;
}
@media screen and (max-width: 1570px) {
 .contents_head2 {
  padding-bottom: 200px;
  margin-right: 0px;
 }
 .contents_head2 .inbox {
  display: flex;
  width: 100%;
  margin-right: 0;
  justify-content: flex-end;
 }
 .contents_head2_text {
  width: 30%;
  padding: 20px 0;
 }
 .contents_head2_text h2 {
  font-size: 6.8rem;
 }
 .contents_head2_text h3 {
  font-size: 25px;
 }
 .contents_head2_text p {
  font-size: 1.6rem;
 }
 .contents_head2_photo {
  width: 50%;
 }
 .contents_head2_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 /*　ボタン*/
 .button01 {
  background-color: #FFFFFF;
  color: #000000;
  padding: 14px 70px;
  text-decoration: none;
  font-size: 1.2rem;
 }
 .button01:hover {
  color: #fff;
  opacity: 0.8;
 }
 /*　/ボタン*/
}
@media screen and (max-width: 960px) {
 .contents_head2 {
  padding-bottom: 150px;
 }
 .contents_head2::before {
  height: 70px;
 }
 .contents_head2::after {
  height: 70px;
 }
 .contents_head2_text {
  width: 100%;
  margin-bottom: 80px;
  padding: 0;
 }
 .contents_head2_text h2 {
  margin-bottom: 20px;
  font-size: 62px;
 }
 .contents_head2_text h2 span.small {
  font-size: 27px;
 }
 .contents_head2_text h3 {
  margin-bottom: 20px;
  font-size: 30px;
 }
 .contents_head2_text p {
  font-size: 1.7rem;
 }
 .contents_head2_photo {
  width: 100%;
  padding-left: 30px;
 }
 .contents_head2_photo img {
  height: auto;
  object-fit: contain;
 }
 .contents_head2_photo::before {
  top: -30px;
  left: 0;
 }
}
@media screen and (max-width: 600px) {
 .contents_head2 {
  padding-top: 60px;
  padding-bottom: 21.667vw;
 }
 .contents_head2::before {
  height: 11.667vw;
 }
 .contents_head2::after {
  height: 11.667vw;
 }
 .contents_head2_text h2 {
  font-size: 10.333vw;
 }
 .contents_head2_text h2 span.small {
  margin-bottom: 10px;
  font-size: 20px;
 }
 .contents_head2_text h3 {
  font-size: 23px;
 }
 .contents_head2_text p {
  font-size: 16px;
  margin-bottom: 55px;
 }
 .contents_head2_photo::before {
  top: -5.833vw;
  width: 19.833vw;
  height: 25vw;
 }
 .contents_head2 .inbox {
  display: flex;
  width: 100%;
  margin-right: 0;
  justify-content: flex-end;
  flex-direction: column-reverse;
 }
 .contents_head2_text {
  width: 85%;
  margin: 6% auto 0;
  margin-bottom: 40px;
  padding: 0;
 }
}
/*-----------------------------------------------------
	.consultation
------------------------------------------------------*/
.flex {
 background: #000;
}
.consultation_02_l {
 width: 1200px;
 margin: auto;
 margin-bottom: 100px;
 padding-top: 80px;
 padding-bottom: 60px;
 text-align: left;
}
.consultation_02_l h2 {
 margin-bottom: 73px;
 text-align: center;
 font-size: 9.5rem;
 font-weight: 100;
 color: #fff;
}
.consultation_02_l h5 {
 margin-bottom: 95px;
 text-align: center;
 font-size: 2.8rem;
 font-weight: 600;
 color: #fff;
}
.consultation_02_l p {
 margin-bottom: 70px;
 font-size: 1.7rem;
 line-height: 1.8;
 color: #fff;
}
.consultation_02_r {
 display: flex;
}
.profile_1 {
 margin-top: 43px;
 width: 570px;
 margin-right: 111px;
}
.profile_1 h6 {
 margin-bottom: 40px;
 font-size: 2.6rem;
 color: #fff;
 font-weight: 400;
}
.profile_1 p {
 margin-bottom: 40px;
 font-size: 1.6rem;
 color: #fff;
 font-weight: 400;
}
@media screen and (max-width: 960px) {
 .consultation_02_l {
  padding-top: 8.333vw;
  padding-bottom: 6.25vw;
 }
 .consultation_02_l h2 {
  margin-bottom: 4.167vw;
  font-size: 9.375vw;
 }
 .consultation_02_l p {
  margin-bottom: 3.125vw;
  font-size: 2.396vw;
 }
}
@media screen and (max-width: 600px) {
 .consultation_02_l {
  padding-top: 60px;
  padding-bottom: 40px;
 }
 .consultation_02_l h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.4;
 }
 .consultation_02_l p {
  margin-bottom: 20px;
  font-size: 16px;
 }
 .consultation_02_l {
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: left;
 }
 .consultation_02_l h5 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
 }
 .consultation_02_r {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin: 0 auto;
 }
 .profile_1 {
  margin-top: 43px;
  width: 90%;
  margin-right: 0;
 }
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
 width: 100%;
 background: #fff;
}
.footer_01 {
 margin: auto;
 padding-top: 100px;
 width: 1200px;
 height: 685px;
}
.logo_2 {
 display: flex;
 align-items: flex-end;
 margin-bottom: 40px;
}
.logo_2 img {
 width: 222px;
 height: auto;
 text-align: left;
}
address {
 width: 400px;
 margin-bottom: 55px;
 max-width: 100%;
 font-size: 1.6rem;
 ;
 font-style: normal;
 line-height: 2.4rem;
 text-align: left;
}
.map {
 margin-bottom: 64px;
}
.map_wrapper {
 display: flex;
}
.map_wrapper, .map_item a {
 color: #000000;
 font-size: 1.6rem;
 font-style: normal;
 list-style: none;
 text-decoration: none;
}
.map_item {
 width: 200px;
 margin-bottom: 15px;
}
footer p {
 /*	margin-bottom: 100px;	*/
 font-size: 1.26rem;
 line-height: 2.4rem;
}
small {
 margin: 0 auto;
 font-size: 1.6rem;
 text-align: center;
 width: fit-content;
 display: block;
}
@media screen and (max-width: 600px) {
 footer {
  padding: 60px 30px 60px;
  text-align: center;
 }
 .footer_01 {
  margin: auto;
  padding-top: 0px;
  width: 100%;
 }
 address {
  width: 100%;
  margin-bottom: 25px;
  max-width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 2.4rem;
  text-align: left;
 }
 .map {
  margin-bottom: 32px;
 }
 .map_wrapper {
  display: flex;
  flex-direction: column;
 }
 .map_item {
  width: fit-content;
  margin-bottom: 15px;
 }
}
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.tb {
 display: none !important;
}
.sp {
 display: none !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
 .pc {
  display: none !important;
 }
 .tb {
  display: block !important;
 }
}
@media screen and (max-width: 600px) {
 .tb {
  display: none !important;
 }
 .sp {
  display: block !important;
 }
}