@charset "UTF-8";
/*
	Filename: corporate
	Version: 1.0.1
*/
/*-----------------------------------------------------
	corporate 共通
------------------------------------------------------*/
#breadcrumbs {
  padding: 20px 30px;
}
#title_area {
  margin: 207px 0 92px;
}
.title_en {
  margin-bottom: 5px;
}
.title_h1 {
  margin-bottom: 0;
}
.title_h1::after {
  bottom: -51px;
}
@media screen and (max-width: 750px) {
  #title_area {
    margin: 22.222vw 0;
  }
  .title_en {
    margin-bottom: 0.667vw;
  }
  .title_h1::after {
    bottom: -6.8vw;
  }
}


/*-----------------------------------------------------
	#title_area.corporate_index
------------------------------------------------------*/
/*-----------------------------------------------------
	#breadcrumbs
------------------------------------------------------*/
#breadcrumbs.corporate_index {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 25px 30px;
}
#title_area.corporate_index {
  width: 100%;
  height: 666px;
  margin: 0;
  padding-top: 135px;
  position: relative;
  background: url("../img/corporate/mv.jpg") no-repeat center top;
  background-size: cover;
  z-index: -1;
}
#title_area.corporate_index .title_inner {
  position: absolute;
	top: calc(50% + 25px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#title_area.corporate_index .title_inner .title_h1::after, #sec_01 .wrap .title_h1::after {
  display: none;
}
@media screen and (max-width: 750px) {
  #breadcrumbs.corporate_index {
    top: 15vw;
    line-height: 1.3;
  }
  #title_area.corporate_index {
    height: 490px;
    background: url("../img/corporate/sp_mv.jpg") no-repeat right top;
  }
  #title_area.corporate_index .title_inner {
    width: 100%;
    top: 50%;
  }
  #title_area.corporate_index .title_inner .title_en {
    width: 100%;
    margin-bottom: 0.667vw;
  }
}
@media screen and (max-width: 650px) {
  #breadcrumbs.corporate_index {
    top: 18vw;
  }
}
@media screen and (max-width: 480px) {
  #breadcrumbs.corporate_index {
    top: 22vw;
  }
}
@media screen and (max-width: 375px) {
  #breadcrumbs.corporate_index {
    top: 21.333vw;
  }
}

/*-----------------------------------------------------
	sec#sec_01
------------------------------------------------------*/
#sec_01 {
  position: relative;
  margin-top: -80px;
}
#sec_01 .wrap {
  padding-top: 95px;
  background: #fff;
  text-align: center;
}
.main_text {
  margin: 60px 0 0px;
  padding-top: 95px;
  padding-bottom: 250px;
  background: url("../img/corporate/main_text_bg.jpg") no-repeat;
  background-position: left 50% top 0;
}
.main_text h3 {
  font-size: 7rem;
  font-weight: 300;
  color: #002e6d;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
/*-----------------------------------------------------
	sec#corporate_link
------------------------------------------------------*/
#corporate_link {
  padding-bottom: 125px;
}
.corporate_link_top {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding: 25px;
  background: url("../img/corporate/corporate_link_01.jpg") no-repeat center center;
  transition: .5s;
}
.corporate_link_top:hover::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(38,54,89, .5);
  transition: .5s;
}
.corporate_link_top img {
  width: 100%;
}
.corporate_link_top_inner {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 115px 10px;
  border: 1px solid #fff;
  text-align: center;
}
.corporate_link_top_inner::after {
  content: url("../img/common/w_link_arrow.png");
  position: absolute;
  bottom: 15px;
  right: 23px;
}
.corporate_link_title_en {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1;
}
.corporate_link_top_inner h2 {
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
.corporate_link_child {
  width: 48.5%;
  margin-bottom: 32px;
  background: #fff;
}
.corporate_link_child img {
  width: 100%;
}
.corporate_link_contents {
  width: 82.5%;
  position: relative;
  margin-top: -90px;
  padding: 30px 0 0;
  background: #fff;
}
.corporate_link_child:last-child .corporate_link_contents {
  width: 58.5%;
}
.corporate_link_contents::after {
  content: url("../img/common/arrow.png");
  position: absolute;
  top: 20px;
  right: 19px;
}
.corporate_link_contents .corporate_link_title_en {
  color: #002e6d;
}
.corporate_link_contents h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 400;
}
.privacy {
  text-align: right;
}
#corp_foot_link {
    padding: 145px 0 145px;
}
#corp_foot_link .wrap {
    margin-bottom: 80px;
}
#corp_foot_link .wrap:last-child {
    margin-bottom: 0;
}
#corp_foot_link .wrap ul.flex::after {
    width: 32.4%;
    display: block;
    content: "";
}
#corp_foot_link .wrap ul li a {
    display: block;
    margin-bottom: 20px;
    padding: 14.5px 20px;
    font-size: 1.8rem;
    border: 1px solid #050000;
}
#corp_foot_link .wrap ul li a.current {
    border: 1px solid #050000;
    background: #002e6d;
    color: #fff;
}
#corp_foot_link .wrap ul li a::before {
    content: "ー";
    margin-right: 5px;
}
#corp_foot_link .wrap ul li a:hover {
    border: 1px solid #050000;
    background: #002e6d;
    color: #fff;
    opacity: 1;
}
.privacy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
}

/*-----------------------------------------------------
	sec#top_message
------------------------------------------------------*/
#top_message {
  margin-bottom: -10px;
  padding: 0 20px;
}
#top_message p {
  width: 100%;
  max-width: 804px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
}
#top_message .message_name {
  width: 100%;
  max-width: 804px;
  margin: 40px auto 93px;
  text-align: right;
}
#top_message .wrap {
  text-align: center;
}
#top_message .wrap img {
  width: 100%;
  max-width: 1025px;
}
/*-----------------------------------------------------
	sec#about
------------------------------------------------------*/
#about {
  margin-top: -46px;
  padding-bottom: 43px;
}
#about img {
  width: 100%;
}
#about .wrap .about_inner:first-child {
  margin-top: 84px;
}
#about .wrap .about_inner {
  position: relative;
  margin-bottom: 94px;
}
#about .wrap .about_inner a {
  color: #002e6d;
}
#about .wrap .about_inner .about_h2 {
  width: 31%;
  position: relative;
  z-index: +1;
  margin-top: -70px;
  margin-bottom: 10px;
  padding-top: 26px;
  padding-bottom: 10px;
  background: #fff;
}
#about .wrap .about_inner h2 {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#about .wrap .about_inner dl dt {
  width: 14%;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#about .wrap .about_inner dl dd {
  width: 86%;
  font-size: 1.8rem;
  line-height: 2;
}
/*-----------------------------------------------------
	sec#about_02
------------------------------------------------------*/
#about_02 {
  margin-bottom: 5px;
  padding: 143px 0 148px;
  background: #ebeef3;
  text-align: center;
}
#about_02 .title_h1 {
  margin-bottom: 67px;
}
#about_02 .title_h1::after {
  display: none;
}
#about_02 .wrap dl dt {
  width: 10%;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
}
#about_02 .wrap dl dd {
  width: 89%;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
}

/*-----------------------------------------------------
	sec#sdgs
------------------------------------------------------*/
#sdgs {
  padding-bottom: 20px;
}
.sdgs_title .title_h1 {
  margin-bottom: 94px;
}
.sdgs_title .title_h1::after {
  bottom: -51px;
}
.sdgs_inner {
  padding: 80px 0;
  border-top: 1px solid #9b9999;
}
.sdgs_inner:last-child {
  margin-top: -10px;
}
.sdgs_inner p {
  margin-top: -5px;
  margin-bottom: 45px;
  font-size: 1.8rem;
  line-height: 1.65;
  text-align: center;
  letter-spacing: 0.02em;
}
.sdgs_l {
  width: 40%;
}
.sdgs_l img {
  max-width: 150px;
  margin-right: 15px;
}
.sdgs_r {
  width: 54.8%;
}
.sdgs_r img {
  width: 49%;
}
.sdgs_inner .sdgs_r p {
  text-align: left;
}
/*-----------------------------------------------------
	sec#sdgs
------------------------------------------------------*/
#sdgs_02 .wrap {
  padding: 95px 95px 124px;
  border: 1px solid #050000;
}
.sdgs_02_inner {
  width: 50%;
}
.sdgs_02_inner:first-child {
  padding-right: 50px;
}
.sdgs_02_inner h2 {
  margin-top: -2px;
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sdgs_02_inner p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.sdgs_02_inner img {
  width: 100%;
}

/*-----------------------------------------------------
	sec#privacy
------------------------------------------------------*/
#privacy p {
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#privacy p:last-of-type {
  margin-top: 93px;
  margin-bottom: 0;
}
#privacy h2 {
  margin-top: 90px;
  margin-bottom: 42px;
  font-size: 2.8rem;
  font-weight: 500;
}
#privacy h3 {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.7;
}
#privacy ol {
  margin-bottom: 60px;
  margin-left: 20px;
}
#privacy ol:last-of-type {
  margin-bottom: 0;
}
#privacy ol li {
  margin-bottom: 29px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#privacy ol li ul li {
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#privacy dl {
  margin: 60px 0;
}
#privacy dl dt,
#privacy dl dd {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
#privacy dl dd {
  margin-bottom: 30px;
}
#privacy dl dd:last-child {
  margin-bottom: 0px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
  /*-----------------------------------------------------
    sec#sec_01
  ------------------------------------------------------*/
  #sec_01 .wrap {
    width: calc(100% - 40px);
    padding-top: 73px;
    padding-right: 0;
    padding-left: 0;
  }
  #sdgs_02 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .main_text h3 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 950px) {
  .sdgs_02_inner {
    width: 100%;
    margin-bottom: 45px;
  }
  .sdgs_02_inner:first-child {
    padding-right: 0;
  }
  .sdgs_02_inner:last-child {
    margin-bottom: 0;
  }
  .corporate_link_child {
    width: 100%;
    margin-bottom: 13.333vw;
  }
  #corp_foot_link .wrap ul.col3 li {
    width: 49.25%;
  }
}
@media screen and (max-width: 750px) {
  /*-----------------------------------------------------
    sec#sec_01
  ------------------------------------------------------*/
  #sec_01 {
    margin-top: -50px;
    padding-bottom: 0;
  }
  #sec_01 .wrap {
    padding-top: 13.333vw;
  }
  .main_text {
    margin: 10.667vw 0 0px;
    padding-bottom: 18.933vw;
    background-size: 50%;
  }
  .main_text {
    margin: 8vw 0 0px;
    padding-top: 7vw;
    padding-bottom: 33.333vw;
    background-position: left 50% top 0;
  }
  .main_text h3 {
    margin-bottom: 5.733vw;
    font-size: 10vw;
  }
  /*-----------------------------------------------------
    sec#corporate_link
  ------------------------------------------------------*/
  #corporate_link {
    padding-bottom: 16.667vw;
  }
  .corporate_link_top {
    margin-bottom: 13.333vw;
    background: url("../img/corporate/sp_corporate_link_01.jpg") no-repeat center center;
    background-size: cover;
  }
  .corporate_link_title_en {
    margin-bottom: 1.333vw;
    font-size: 3.333vw;
  }
  .corporate_link_top_inner h2 {
    font-size:6vw;
  }
  .corporate_link_contents {
    width: calc(100% - 40px);
    margin-top: -40px;
    padding: 40px 0 0;
  }
  .corporate_link_child:last-child .corporate_link_contents {
    width: calc(100% - 40px);
  }
  .corporate_link_contents h2 {
    margin-top: 0.667vw;
    margin-bottom: 1.333vw;
    font-size: 6vw;
  }
  .privacy {
    font-size: 3.733vw;
  }
  #corporate_link .privacy {
    text-align: left;
  }
  #corp_foot_link {
    padding: 19.333vw 0;
  }
  #corp_foot_link .wrap {
    margin-bottom: 10.667vw;
  }
  #corp_foot_link .wrap ul.col3 li {
    width: 100%;
  }
  #corp_foot_link .wrap ul.flex::after {
    display: none;
  }
  #corp_foot_link .wrap ul li a {
    display: block;
    margin-bottom: 2.667vw;
    padding: 4.667vw 2.667vw;
    font-size: 3.733vw;
  }
  #corp_foot_link .wrap ul li a::before {
    margin-right: 0.667vw;
  }
  .privacy {
    flex-direction: column;
    gap: 1vw;
    align-items: flex-start;
  }
  /*-----------------------------------------------------
    sec#top_message
  ------------------------------------------------------*/
  #top_message {
    margin-bottom: -1.333vw;
  }
  #top_message p {
    width: 100%;
    max-width: 100%;
    font-size: 3.733vw;
  }
  #top_message .message_name {
    width: 100%;
    margin: 5.333vw 0 12.8vw;
    padding-right: 20px;
    text-align: right;
  }
  #top_message .message_name img {
    width: 70%;
    max-width: 301px;
  }
  #top_message .wrap {
    padding: 0;
  }
  #top_message .wrap img {
    width: 100%;
    max-width: 100%;
  }
  /*-----------------------------------------------------
    sec#about
  ------------------------------------------------------*/
  #about {
    margin-top: -6.133vw;
    padding-bottom: 5.733vw;
  }
  #about .wrap .about_inner:first-child {
    margin-top: 11.2vw;
  }
  #about .wrap .about_inner {
    margin-bottom: 12.533vw;
  }
  #about .wrap .about_inner .about_h2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.333vw;
    padding-top: 3.467vw;
    padding-bottom: 1.333vw;
  }
  #about .wrap .about_inner h2 {
    font-size: 6.667vw;
  }
  #about .wrap .about_inner dl dt {
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.5;
  }
  #about .wrap .about_inner dl dd {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 2em;
    padding-bottom: 2vw;
    border-bottom: 1px solid #9b9999;
    font-size: 3.733vw;
    line-height: 1.5;
  }
  #about .wrap .about_inner dl dd:last-child {
    border-bottom: none;
  }
  /*-----------------------------------------------------
    sec#about_02
  ------------------------------------------------------*/
  #about_02 {
    margin-bottom: 0.667vw;
    padding: 19.067vw 0 19.733vw;
  }
  #about_02 .title_h1 {
    margin-bottom: 8.933vw;
  }
  #about_02 .title_h1::after {
    display: none;
  }
  #about_02 .wrap dl dt {
    width: 20%;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #99abc5;
    font-size: 3.733vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #about_02 .wrap dl dd {
    width: 80%;
    margin-bottom: 2vw;
    padding-left: 5%;
    padding-bottom: 2vw;
    border-bottom: 1px solid #99abc5;
    font-size: 3.733vw;
    line-height: 1.5;
  }

  /*-----------------------------------------------------
    sec#sdgs
  ------------------------------------------------------*/
  #sdgs {
    padding-bottom: 2.667vw;
  }
  .sdgs_title {
    margin-bottom: 10.667vw !important;
  }
  .sdgs_title .title_h1 {
    margin-bottom: 12.533vw;
  }
  .sdgs_title .title_h1::after {
    bottom: -6.8vw;
  }
  .sdgs_inner {
    padding: 10.667vw 0;
  }
  .sdgs_inner:last-child {
    margin-top: -1.333vw;
  }
  .sdgs_inner p {
    margin-top: -0.667vw;
    margin-bottom: 6vw;
    font-size: 3.733vw;
    letter-spacing: 0;
    text-align: left;
  }
  .sdgs_l {
    width: 100%;
    margin-bottom: 10.677vw;
    order: 1;
    text-align: center;
  }
  .sdgs_l img {
    margin-right: 0;
  }
  .sdgs_inner:nth-of-type(3) .sdgs_l img {
    width: 32%;
  }
  .sdgs_r {
    width: 100%;
    order: 2;
  }
  .sdgs_r img {
    width: 100%;
    margin-bottom: 3vw;
  }
  /*-----------------------------------------------------
    sec#sdgs
  ------------------------------------------------------*/
  #sdgs_02 .wrap {
    padding: 6.667vw;
  }
  .sdgs_02_inner {
    margin-bottom: 6.667vw;
  }
  .sdgs_02_inner h2 {
    margin-top: -0.267vw;
    margin-bottom: 3.333vw;
    font-size: 4.8vw;
  }
  .sdgs_02_inner p {
    font-size: 2.933vw;
  }
  .sdgs_02_inner img {
    width: 100%;
  }

  /*-----------------------------------------------------
    sec#privacy
  ------------------------------------------------------*/
  #privacy p {
    margin-bottom: 8vw;
    font-size: 3.733vw;
  }
  #privacy p:last-of-type {
    margin-top: 12.4vw;
  }
  #privacy h2 {
    margin-top: 12vw;
    margin-bottom: 5.6vw;
    font-size: 6vw;
  }
  #privacy h3 {
    margin-bottom: 4vw;
    padding-left: 2.667vw;
    font-size: 3.733vw;
  }
  #privacy ol {
    margin-bottom: 8vw;
    margin-left: 4.667vw;
  }
  #privacy ol li {
    margin-bottom: 3.867vw;
    font-size: 3.733vw;
  }
  #privacy ol li ul li {
    margin-bottom: 0;
    margin-left: 4.667vw;
    font-size: 3.733vw;
  }
  #privacy dl {
    margin: 8vw 0;
  }
  #privacy dl dt,
  #privacy dl dd {
    font-size: 3.733vw;
  }
  #privacy dl dd {
    margin-bottom: 30px;
  }
  #privacy dl dd:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
}

