@charset "UTF-8";
/*  
  header　openボタン
---------------------------------*/
/*ボタン内側*/
.c-button__menu {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  top: 0px;
  right: 0px;
  z-index: 999999999999;
  background-color: #fff;
}

.c-button__menu span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  background: #002255;
  border-radius: 2px;
  transition: all 0.4s;
}

.c-button__menu span:nth-of-type(1) {
  top: 15px;
}

.c-button__menu span:nth-of-type(2) {
  top: 23px;
}

.c-button__menu span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されたら消す*/
.c-button__menu.active {
  display: none;
}

/*  
  コーポレートサイトボタン
---------------------------------*/
.c-button__corporate {
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background-color: #002255;
  padding: 0 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__corporate:hover {
  opacity: 0.8;
}

.c-button__corporate-orange {
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #EE7420;
  background-color: #fff;
  padding: 0 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__corporate-orange:hover {
  opacity: 0.8;
}

/*  
  サービスサイトボタン
---------------------------------*/
.c-button__servicesite {
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background-color: #EE7420;
  margin-top: 20px;
  padding: 0 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__servicesite:hover {
  opacity: 0.8;
}

/*  
  詳しくはこちらボタン(オレンジ)
---------------------------------*/
.c-button__detail-orange {
  display: block;
  width: 256px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #EE7420;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__detail-orange:hover {
  opacity: 0.8;
}

@media (min-width: 675px) {
  .c-button__detail-orange {
    width: 100%;
  }
}
/*  
  詳しくはこちらボタン(ブルー)
---------------------------------*/
.c-button__detail-blue {
  display: block;
  width: 256px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #002255;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__detail-blue:hover {
  opacity: 0.8;
}

@media (min-width: 675px) {
  .c-button__detail-blue {
    width: 100%;
  }
}
/*  
  ご相談はこちらからボタン(オレンジ)
---------------------------------*/
.c-button__contact {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #EE7420;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__contact:hover {
  opacity: 0.8;
}

/*  
  ご相談はこちらからボタン(back:白　color:オレンジ)
---------------------------------*/
.c-button__contact-orange {
  display: block;
  width: 320px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #EE7420;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__contact-orange:hover {
  opacity: 0.8;
}

@media (min-width: 675px) {
  .c-button__contact-orange {
    width: 480px;
  }
}
/*  
  ご相談はこちらからボタン(back:ブルー　color:白)
---------------------------------*/
.c-button__contact-blue {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #002255;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__contact-blue:hover {
  opacity: 0.8;
}

/*  
  ご相談はこちらからボタン(back:白　color:ブルー)
---------------------------------*/
.c-button__contact-white {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #002255;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-button__contact-white:hover {
  opacity: 0.8;
}

/*  
  Section モーダル遷移ボタン
---------------------------------*/
.c-button__modal {
  position: relative;
  width: 300px;
  height: 40px;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  border: 1px solid #002255;
  border-radius: 10px;
}

.c-button__modal:after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.c-button__modal:hover {
  color: #fff;
  background-color: #002255;
}

* {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

body.fixed {
  position: fixed;
  position: -webkit-fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 100%;
}

body {
  text-align: left;
  z-index: -100;
  width: 100%;
  overflow: hidden;
}

body img {
  width: 100%;
}

body h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}

body h3 {
  font-size: 14px;
  font-weight: 400;
}

body p {
  font-size: 16px;
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  cursor: pointer;
}

ul li {
  list-style: none;
}

/*---------------------------------

  Sectionをフワッと表示させる　CSS

---------------------------------*/
.fadeIn-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s, transform 2s;
}

.fadeIn-section.appear {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn-section.left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s, transform 1s;
}

.fadeIn-section.left.appear {
  opacity: 1;
  transform: translateX(0);
}

.fadeIn-section.right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 2s, transform 2s;
}

.fadeIn-section.right.appear {
  opacity: 1;
  transform: translateX(0);
}

/*---------------------------------

  Header

---------------------------------*/
.l-header {
  font-family: "Montserrat", sans-serif;
}

.l-header-pc {
  display: none;
}

@media (min-width: 675px) {
  .l-header-sp {
    display: none;
  }

  .l-header-pc {
    display: block;
  }
}
.l-header-nav {
  font-weight: bold;
  font-size: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 80vw;
  text-align: center;
  padding: 120px 0 0;
  background-color: #EE7420;
  z-index: 2;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 99999;
}

@media (min-width: 675px) {
  .l-header-nav {
    width: 50vw;
  }
}
/* ハンバーガーメニューが開いたとき */
.l-header-nav.open {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}

.l-header-nav-musk {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #002255;
  opacity: 0.8;
  z-index: 9999;
}

/*---------------------------------

  about

---------------------------------*/
@media (min-width: 675px) {
  .l-main-about {
    display: flex;
    justify-content: space-between;
  }
}
/*---------------------------------

  problem

---------------------------------*/
.l-main-problem {
  padding: 60px 0;
}

.l-main-problem {
  padding: 60px 0 120px;
}

/*---------------------------------

  contents

---------------------------------*/
@media (min-width: 675px) {
  .l-main-contents {
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .l-main-contents {
    display: flex;
    width: 82%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
/*---------------------------------

  Resolution

---------------------------------*/
.l-main-resolution {
  padding: 70px 0;
}

@media (min-width: 675px) {
  .l-main-resolution {
    padding: 140px 0;
  }
}
/*---------------------------------

  section-outbound

---------------------------------*/
.l-main__outbound {
  color: #fff;
  background-color: #EE7420;
  padding: 60px 0 120px;
}

@media (min-width: 675px) {
  .l-main__outbound {
    padding: 120px 0 120px;
  }
}
/*---------------------------------

  section-innovation

---------------------------------*/
.l-main__innovation {
  color: #fff;
  background-color: #002255;
  padding: 60px 0 120px;
}

@media (min-width: 675px) {
  .l-main__innovation {
    padding: 120px 0 120px;
  }
}
/*---------------------------------

  business

---------------------------------*/
.l-main-business {
  color: #fff;
  background-color: #EE7420;
  padding: 60px 0 120px;
}

@media (min-width: 675px) {
  .l-main-business {
    padding: 120px 0 120px;
  }
}
/*---------------------------------

  recommend

---------------------------------*/
.l-main-recommend {
  color: #fff;
  background-color: #002255;
  padding: 60px 0 120px;
}

@media (min-width: 675px) {
  .l-main-recommend {
    padding: 120px 0 120px;
  }
}
/*---------------------------------

  staff

---------------------------------*/
.l-main-staff {
  color: #fff;
  background-color: #EE7420;
  padding: 60px 0 120px;
}

@media (min-width: 675px) {
  .l-main-staff {
    padding: 120px 0 120px;
  }
}
/*---------------------------------

  company

---------------------------------*/
.l-main-company {
  color: #fff;
  background-color: #EE7420;
  padding: 60px 0 120px;
}

@media (min-width: 675px) {
  .l-main-company {
    padding: 120px 0 120px;
  }
}
/*---------------------------------

  contact

---------------------------------*/
.l-main-contact {
  color: #fff;
  background-color: #002255;
  padding: 60px 0 40px;
}

@media (min-width: 675px) {
  .l-main-contact {
    padding: 120px 0 40px;
  }
}
/*---------------------------------

  Sidebar

---------------------------------*/
/*---------------------------------

  共通パーツ tab.pc時、改行なしにする

---------------------------------*/
@media (min-width: 675px) {
  .p-br__pc {
    display: none;
  }
}
/*---------------------------------

  header

---------------------------------*/
.p-header-sp__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 4%;
}

.p-header-sp__mainview {
  position: relative;
}

.p-header-sp__title {
  text-align: center;
  color: #fff;
  background-color: #002255;
  margin-top: 10px;
  padding: 80px 0;
}

.p-header-sp__title p {
  font-size: 24px;
}

.p-header-sp__title p:first-of-type {
  width: 150px;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto;
}

.p-header-sp__title p:last-of-type {
  font-size: 20px;
  margin-top: 40px;
}

.p-header-sp__copy {
  position: absolute;
  top: 58vw;
  right: 0;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px;
  z-index: 999;
}

.p-header-sp__copy h1 {
  font-size: 6vw;
  font-weight: 400;
  color: #002255;
}

.p-header-pc__mainview {
  position: relative;
}

.p-header-pc__image {
  width: 68.5%;
  min-width: 510px;
  margin-left: 7.8%;
}

.p-header-pc__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  min-width: 150px;
  height: 380px;
  color: #fff;
  background-color: #002255;
  z-index: 999;
}

@media (min-width: 1024px) {
  .p-header-pc__left {
    height: 480px;
  }
}
.p-header-pc__title {
  margin: 0 auto;
}

.p-header-pc__title-text {
  text-align: center;
  margin: 30px 0;
}

.p-header-pc__title-text p {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .p-header-pc__title-text p {
    font-size: 20px;
  }
}
.p-header-pc__title-logo {
  width: 120px;
  height: 120px;
  background-color: #fff;
  margin: 60px auto 30px;
  padding-top: 30px;
  border-radius: 100%;
}

.p-header-pc__title-logo img {
  display: block;
  margin: 0 auto;
}

.p-header-pc__copy {
  position: absolute;
  line-height: 1.5;
  bottom: 20%;
  right: 0;
  background-color: #fff;
  margin-right: 7.8%;
  padding: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
}

.p-header-pc__copy h1 {
  font-size: 3vw;
  font-weight: 400;
  color: #002255;
}

.p-header-item {
  margin-bottom: 30px;
}

.p-header-item a {
  color: #fff;
}

.p-header-item a:hover {
  color: #002255;
}

.p-header-item:first-of-type {
  margin: 0 auto 40px;
  width: 120px;
}

/*---------------------------------

  About

---------------------------------*/
.p-about__title {
  text-align: left;
  width: 320px;
  color: #002255;
  margin: 0 auto;
  padding: 60px 0;
}

.p-about__title h3 {
  margin-bottom: 20px;
}

.p-about__title h2 {
  margin-bottom: 40px;
}

@media (min-width: 675px) {
  .p-about__title {
    width: 100%;
    margin-left: 7.8%;
  }

  .p-about__title h2 {
    font-size: 2.5vw;
  }
}
.p-about__text {
  text-align: left;
  color: #fff;
  background-color: #EE7420;
  padding: 60px 0;
}

.p-about__text h2 {
  width: 320px;
  margin: 0 auto 40px;
}

.p-about__text p {
  width: 320px;
  line-height: 1.5;
  margin: 0 auto;
}

@media (min-width: 675px) {
  .p-about__text {
    z-index: -1;
    width: 100%;
    max-width: 660px;
    margin-right: 7.8%;
    padding: 120px 20px 60px;
    transform: translateY(-60px);
  }

  .p-about__text h2 {
    width: 100%;
    margin: 0 0 40px;
  }

  .p-about__text p {
    width: 100%;
  }
}
/*---------------------------------

  Problem

---------------------------------*/
.p-problem__wrapper {
  position: relative;
  z-index: 100;
  width: 320px;
  color: #002255;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.p-problem__wrapper h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.p-problem__wrapper span {
  padding-bottom: 3px;
  border-bottom: 3px solid #EE7420;
}

@media (min-width: 675px) {
  .p-problem__wrapper {
    width: 82%;
    max-width: 820px;
    padding: 60px 15px 60px 5%;
  }
}
.p-problem__list li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.p-problem__list li:last-of-type {
  margin-bottom: 0px;
}

.p-problem__list li::before {
  content: "\f058";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 2px;
}

@media (min-width: 675px) {
  .p-problem__list h2 {
    font-size: 24px;
  }

  .p-problem__list li {
    font-size: 16px;
  }
}
.p-problem__border {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 320px;
  height: 100%;
  border-radius: 5px;
  border-right: 5px solid #EE7420;
  border-bottom: 5px solid #EE7420;
}

@media (min-width: 675px) {
  .p-problem__border {
    width: 100%;
    max-width: 820px;
  }
}
/*---------------------------------

  Contents

---------------------------------*/
.p-contents__outbound {
  width: 320px;
  color: #fff;
  background-color: #EE7420;
  margin: 0 auto 40px;
  padding: 40px 32px;
  border-radius: 25px;
}

.p-contents__outbound h2 {
  text-align: center;
}

.p-contents__outbound i {
  display: block;
  text-align: center;
  font-size: 70px;
  margin: 20px 0;
}

.p-contents__outbound-list {
  margin-bottom: 40px;
}

.p-contents__outbound-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-contents__outbound-list li:last-of-type {
  margin-bottom: 0px;
}

.p-contents__innovation {
  width: 320px;
  color: #fff;
  background-color: #002255;
  margin: 0 auto;
  padding: 40px 32px;
  border-radius: 25px;
}

.p-contents__innovation h2 {
  text-align: center;
}

.p-contents__innovation i {
  display: block;
  text-align: center;
  font-size: 70px;
  margin: 20px 0;
}

.p-contents__innovation-list {
  margin-bottom: 40px;
}

.p-contents__innovation-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-contents__innovation-list li:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 675px) {
  .p-contents__outbound {
    width: calc(50% - 20px);
    margin: 0 10px 0 auto;
  }

  .p-contents__innovation {
    width: calc(50% - 20px);
    margin: 0 auto 0 10px;
  }

  .p-contents__outbound-list {
    width: 275px;
    margin: 0 auto 40px;
  }

  .p-contents__innovation-list {
    width: 275px;
    margin: 0 auto 40px;
  }
}
@media (min-width: 1024px) {
  .p-contents__outbound {
    margin: 0 40px 0 auto;
  }

  .p-contents__innovation {
    margin: 0 auto 0 40px;
  }
}
/*---------------------------------

  Resolution

---------------------------------*/
.p-resolution__wrapper {
  position: relative;
  z-index: 1000;
  width: 320px;
  margin: 0 auto;
  padding: 40px 24px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.p-resolution__wrapper::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 160px;
  height: 50%;
  border-top: 10px solid #002255;
  border-right: 10px solid #002255;
}

.p-resolution__wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 160px;
  height: 50%;
  border-left: 10px solid #002255;
  border-bottom: 10px solid #002255;
}

@media (min-width: 675px) {
  .p-resolution__wrapper {
    width: 580px;
    padding: 40px;
  }

  .p-resolution__wrapper::before {
    top: -30px;
    right: -30px;
    border-top: 30px solid #002255;
    border-right: 30px solid #002255;
  }

  .p-resolution__wrapper::after {
    bottom: -30px;
    left: -30px;
    border-left: 30px solid #002255;
    border-bottom: 30px solid #002255;
  }
}
.p-resolution__text h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-resolution__text h2 span {
  border-bottom: 3px solid #EE7420;
}

.p-resolution__text p {
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .p-resolution__wrapper {
    padding: 60px 40px;
  }
}
/*---------------------------------

  Section-outbound

---------------------------------*/
.p-section-outbound__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-section-outbound__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-section-outbound__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.p-section-outbound__text p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-section-outbound__text {
    width: 82%;
    max-width: 1080px;
  }
}
.p-section-outbound__list {
  color: #002255;
  background-color: #fff;
  margin-right: calc((100% - 320px) / 2);
  margin-bottom: 60px;
}

.p-section-outbound__list .p-section-outbound__list-text {
  position: relative;
  width: 320px;
  margin-right: 0;
  margin-left: auto;
  padding: 40px 20px 40px 0;
}

.p-section-outbound__list:nth-of-type(2n) {
  margin-right: 0;
  margin-left: calc((100% - 320px) / 2);
}

.p-section-outbound__list:nth-of-type(2n) .p-section-outbound__list-text {
  margin-right: auto;
  margin-left: 0;
  padding: 40px 0px 40px 20px;
}

@media (min-width: 675px) {
  .p-section-outbound__list {
    display: flex;
    justify-content: space-between;
    margin-right: 10%;
  }

  .p-section-outbound__list:nth-of-type(2n) {
    flex-direction: row-reverse;
    margin-left: 10%;
  }

  .p-section-outbound__list .p-section-outbound__list-text {
    position: relative;
    width: 450px;
    margin-right: 10px;
    margin-left: auto;
    padding-left: 20px;
    padding-bottom: 60px;
  }

  .p-section-outbound__list:nth-of-type(2n) .p-section-outbound__list-text {
    margin-right: auto;
    margin-left: 10px;
    padding-right: 20px;
  }

  .p-section-outbound__list-image {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .p-section-outbound__list-image {
    width: 50%;
  }
}
.p-section-outbound__list-text h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 40px;
}

.p-section-outbound__list-text h4:after {
  content: "01";
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 100px;
  line-height: 1.5;
  opacity: 0.2;
}

.p-section-outbound__list-text h4.list2:after {
  content: "02";
}

.p-section-outbound__list-text h4.list3:after {
  content: "03";
}

.p-section-outbound__list-text h4.list4:after {
  content: "04";
}

.p-section-outbound__list-text h4.list5:after {
  content: "05";
}

.p-section-outbound__list-text h4.list6:after {
  content: "06";
}

.p-section-outbound__list-text p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-section-outbound__list-list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-section-outbound__list-list li::before {
  content: "\f14a";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 2px;
}

.p-section-outbound__button p {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

/*---------------------------------

   section-innovation

---------------------------------*/
.p-section-innovation__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-section-innovation__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-section-innovation__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.p-section-innovation__text p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-section-innovation__text {
    width: 82%;
    max-width: 1080px;
  }
}
.p-section-innovation__list {
  color: #002255;
  background-color: #fff;
  margin-right: calc((100% - 320px) / 2);
  margin-bottom: 60px;
}

.p-section-innovation__list .p-section-innovation__list-text {
  position: relative;
  width: 320px;
  margin-left: auto;
  margin-right: 0;
  padding: 40px 20px 40px 0;
}

.p-section-innovation__list:nth-of-type(2n) {
  margin-right: 0;
  margin-left: calc((100% - 320px) / 2);
}

.p-section-innovation__list:nth-of-type(2n) .p-section-innovation__list-text {
  margin-right: auto;
  margin-left: 0;
  padding: 40px 0px 40px 20px;
}

@media (min-width: 675px) {
  .p-section-innovation__list {
    display: flex;
    justify-content: space-between;
    margin-right: 10%;
  }

  .p-section-innovation__list:nth-of-type(2n) {
    flex-direction: row-reverse;
    margin-left: 10%;
  }

  .p-section-innovation__list .p-section-innovation__list-text {
    position: relative;
    width: 450px;
    margin-right: 10px;
    margin-left: auto;
    padding-left: 20px;
    padding-bottom: 120px;
  }

  .p-section-innovation__list:nth-of-type(2n) .p-section-innovation__list-text {
    margin-right: auto;
    margin-left: 10px;
    padding-right: 20px;
    padding-bottom: 120px;
  }

  .p-section-innovation__list-image {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .p-section-innovation__list-image {
    width: 50%;
  }
}
.p-section-innovation__list-text h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 40px;
}

.p-section-innovation__list-text h4:after {
  content: "01";
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 100px;
  line-height: 1.5;
  opacity: 0.2;
}

.p-section-innovation__list-text h4.list2:after {
  content: "02";
}

.p-section-innovation__list-text h4.list3:after {
  content: "03";
}

.p-section-innovation__list-text p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-section-innovation__list-list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-section-innovation__list-list li::before {
  content: "\f14a";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 2px;
}

.p-section-innovation__button {
  width: 320px;
  color: #002255;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 15px;
}

.p-section-innovation__button h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-section-innovation__button ul {
  margin-bottom: 40px;
}

.p-section-innovation__button ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.p-section-innovation__button ul li::before {
  content: "\f14a";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 2px;
}

@media (min-width: 675px) {
  .p-section-innovation__button {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 10%;
  }

  .p-section-innovation__button li {
    width: 430px;
    margin: 0 auto;
  }
}
/*---------------------------------

  business

---------------------------------*/
.p-business__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-business__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-business__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.p-business__text p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-business__text {
    width: 82%;
    max-width: 1080px;
  }
}
.p-business__list {
  position: relative;
  width: 320px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #002255;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 35px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.p-business__list:after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  transform: translateY(-50%);
}

.p-business__list:hover {
  color: #fff;
  background-color: #002255;
}

/* リストのicon変更 */
.p-business__list:before {
  content: "\f5b0";
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  transform: translateY(-50%);
}

.p-business__list#is-list02:before {
  content: "\f4ff";
}

.p-business__list#is-list03:before {
  content: "\f1fc";
}

.p-business__list#is-list04:before {
  content: "\f03d";
}

.p-business__list#is-list05:before {
  content: "\f0ac";
}

.p-business__list#is-list06:before {
  content: "\f3c9";
}

.p-business__list#is-list07:before {
  content: "\f4c4";
}

.p-business__list#is-list08 {
  margin-bottom: 40px;
}

.p-business__list#is-list08:before {
  content: "\f290";
}

.p-business__button p {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (min-width: 675px) {
  .p-section-business__list-wrapper {
    width: 82%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .p-business__list-block {
    display: flex;
    justify-content: center;
    max-width: 1080px;
  }

  .p-business__list-block li {
    width: 100%;
  }

  .p-business__list-block li:first-of-type {
    margin-right: 20px;
  }

  .p-business__list {
    width: 100%;
    margin: 0 0 20px;
  }

  .p-business__list:first-of-type {
    margin-right: 20px;
  }
}
/*---------------------------------

  recommend

---------------------------------*/
.p-recommend__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-recommend__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-recommend__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.p-recommend__text p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-recommend__text {
    width: 82%;
    max-width: 1080px;
  }
}
.p-recommend__list {
  width: 200px;
  height: 200px;
  text-align: center;
  color: #002255;
  background-color: #fff;
  margin: 0 auto 40px;
  border-radius: 30px;
}

.p-recommend__list i {
  font-size: 100px;
  margin-top: 35px;
}

.p-recommend__list p {
  margin-top: 10px;
}

@media (min-width: 675px) {
  .p-recommend__list-wrapper {
    display: flex;
    width: 82%;
    max-width: 1080px;
    margin: 0 auto;
  }

  .p-recommend__list {
    margin-right: 10px;
  }

  .p-recommend__list:last-of-type {
    margin-right: 0px;
  }
}
.p-recommend__button {
  width: 320px;
  margin: 0 auto;
}

.p-recommend__button p {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (min-width: 675px) {
  .p-recommend__button {
    width: 480px;
  }
}
/*---------------------------------

  staff

---------------------------------*/
.p-staff__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-staff__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-staff__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.p-staff__text p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-staff__text {
    width: 82%;
    max-width: 1080px;
  }
}
.p-staff__list-wrapper {
  width: 320px;
  margin: 0 auto;
}

@media (min-width: 675px) {
  .p-staff__list-wrapper {
    display: flex;
    width: 82%;
    max-width: 1080px;
  }
}
.p-staff__list {
  margin-bottom: 60px;
}

.p-staff__list h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.p-staff__list h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-staff__list p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-staff__list {
    width: 33.3333333333%;
    margin-right: 10px;
  }

  .p-staff__list:last-of-type {
    margin-right: 0px;
  }
}
.p-staff__list-image {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 0 auto 40px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.p-staff__list-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.p-staff__list-image:hover img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
  transform: translate(-50%, -50%) scale(1.15) !important;
  opacity: 0;
}

/*---------------------------------

  company

---------------------------------*/
.p-company__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-company__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-company__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media (min-width: 675px) {
  .p-company__text {
    width: 82%;
    max-width: 1080px;
  }

  .p-company__wrapper {
    display: flex;
    justify-content: space-between;
    width: 82%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-company__description-list {
  width: 320px;
  margin: 0 auto 20px;
}

.p-company__description-list h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-company__description-list p {
  line-height: 1.5;
}

.p-company__description-list:last-of-type {
  margin-bottom: 40px;
}

.p-company__map {
  text-align: center;
}

.p-company__map iframe {
  width: 350px;
  height: 400px;
  border: 5px solid #002255;
  border-radius: 10px;
}

@media (min-width: 675px) {
  .p-company__map {
    width: 100%;
  }

  .p-company__map iframe {
    width: calc(100% - 40px);
    height: 60%;
  }
}
@media (min-width: 1024px) {
  .p-company__map iframe {
    width: calc(100% - 100px);
    height: 100%;
  }
}
.p-company__button {
  text-align: center;
  margin-top: 60px;
}

.p-company__button .p-company__button-text {
  margin-bottom: 20px;
}

/*---------------------------------

  contact

---------------------------------*/
.p-contact__text {
  width: 320px;
  margin: 0 auto 60px;
}

.p-contact__text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.p-contact__text h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.p-contact__text p {
  line-height: 1.5;
}

@media (min-width: 675px) {
  .p-contact__text {
    width: 82%;
    max-width: 1080px;
  }
}
.p-contact__address {
  width: 320px;
  margin: 0 auto 60px;
}

.p-contact__address h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-contact__address p {
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 675px) {
  .p-contact__address {
    width: 82%;
    max-width: 1080px;
  }
}
.p-contact__button {
  width: 320px;
  margin: 0 auto;
}

@media (min-width: 675px) {
  .p-contact__button {
    width: 480px;
  }
}
.p-contact__copy {
  text-align: center;
  margin-top: 60px;
}

/*---------------------------------

  header

---------------------------------*/
.c-media__logo {
  height: 50px;
  width: 100px;
}

.c-media__top-pc {
  object-fit: cover;
  height: 80vh;
}

/*---------------------------------

  section-outbound

---------------------------------*/
.c-media__outbound {
  object-fit: cover;
  height: 285px;
  border: 10px solid #002255;
}

@media (min-width: 675px) {
  .c-media__outbound {
    height: 100%;
  }
}
.c-media__outbound05-logo {
  width: 180px;
  margin-top: 20px;
}

/*---------------------------------

  section-innovation

---------------------------------*/
.c-media__innovation {
  object-fit: cover;
  height: 285px;
  border: 10px solid #EE7420;
}

@media (min-width: 675px) {
  .c-media__innovation {
    height: 100%;
  }
}
/*---------------------------------

  staff

---------------------------------*/
.c-media__staff {
  margin-bottom: 40px;
}

.c-parallax-bg01 {
  background: url("../image/parallax-bg01.jpg") no-repeat 60%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.c-parallax-bg02 {
  background: url("../image/parallax-bg02.jpg") no-repeat 60%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.c-parallax-bg03 {
  background: url("../image/parallax-bg03.jpg") no-repeat 60%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.c-parallax-bg04 {
  background: url("../image/parallax-bg04.jpg") no-repeat 60%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

.c-parallax-bg05 {
  background: url("../image/parallax-bg05.jpg") no-repeat 60%;
  background-size: cover;
  width: 100%;
  height: 40vh;
}

/*---------------------------------

  Business モーダル

---------------------------------*/
.p-business__list {
  z-index: 0;
}

.c-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(238, 116, 32, 0.6);
  padding-top: 40px;
  z-index: 9999999;
}

.c-modal.blue {
  background-color: #002255;
}

.c-modal__image {
  width: 320px;
  height: 200px;
  margin: 0 auto;
}

.c-modal__image img {
  display: inline-block;
  border: 5px solid #002255;
  object-fit: cover;
  height: 200px;
  margin: 0 auto;
}

.c-modal__image img.orange {
  border: 5px solid #EE7420;
}

@media (min-width: 675px) {
  .c-modal__image {
    width: 540px;
    height: 320px;
  }

  .c-modal__image img {
    height: 320px;
  }
}
.c-modal__text {
  width: 320px;
  position: relative;
  margin: 0 auto;
  height: calc(100vh - 280px);
  color: #002255;
  background-color: #fff;
  padding: 20px;
}

.c-modal__text h2 {
  font-size: 15px;
  border-bottom: 5px solid #EE7420;
  margin-bottom: 20px;
}

.c-modal__text p {
  line-height: 1.5;
  height: calc(100% - 80px);
  overflow: scroll;
}

.c-modal__text p span {
  border-bottom: 3px solid #EE7420;
  font-size: 16px;
}

.c-modal__text .c-modal__closebutton {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-left: auto;
  font-size: 16px;
}

@media (min-width: 675px) {
  .c-modal__text {
    width: 540px;
    padding: 20px 60px 40px;
    height: calc(100vh - 420px);
  }

  .c-modal__text h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}