@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  color: #074777;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-size-adjust: 100%;
}

main {
  display: block;
}

h5 {
  margin-bottom: 0;
  margin-top: 0;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

img {
  display: inline;
  height: auto;
}

small {
  font-size: inherit;
}

.c-bracketBottom {
  position: relative;
}

.c-bracketBottom::before {
  border-bottom: 1px solid #074777;
  border-left: 1px solid #074777;
  bottom: 0;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}

.c-bracketBottom::after {
  border-bottom: 1px solid #074777;
  border-right: 1px solid #074777;
  bottom: 0;
  content: '';
  height: 15px;
  position: absolute;
  right: 0;
  width: 15px;
}

.c-bracketTop {
  position: relative;
}

.c-bracketTop::before {
  border-left: 1px solid #074777;
  border-top: 1px solid #074777;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.c-bracketTop::after {
  border-right: 1px solid #074777;
  border-top: 1px solid #074777;
  content: '';
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.c-btn1 {
  align-items: center;
  background-image: url(../img/component/btn1/arrow-right-colored.svg);
  background-position: right 22px center;
  background-repeat: no-repeat;
  background-size: 26px 22px;
  border: 1px solid #074777;
  color: #074777;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-btn1 {
    max-width: 810px;
    transition: .4s;
  }
}

@media screen and (max-width: 768px) {
  .c-btn1 {
    background-position: right 16px center;
    background-size: 20px auto;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media all and (min-width: 769px) {
  .c-btn1:hover {
    background-color: #074777;
    background-image: url(../img/component/btn1/arrow-right-white.svg);
    color: #FFF;
  }
}

.c-btn2 {
  align-items: center;
  background-color: #074777;
  border: 2px solid #074777;
  border-radius: 6px;
  color: #FFF;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: .4s;
  width: 240px;
}

@media all and (min-width: 769px) {
  .c-btn2:hover {
    background-color: #FFF;
    color: #074777;
  }
}

.c-btn3 {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #074777;
  border-radius: 6px;
  color: #074777;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: .4s;
  width: 200px;
}

@media all and (min-width: 769px) {
  .c-btn3:hover {
    background-color: #eee;
  }
}

.c-btn4 {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #074777;
  color: #074777;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: .3em;
  text-decoration: none;
  transition: .4s;
  width: 200px;
}

@media all and (min-width: 769px) {
  .c-btn4:hover {
    background-color: #074777;
    color: #FFF;
  }
}

.c-card1 {
  background-color: #FFF;
  height: 100%;
  padding: 55px 30px 40px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-card1 {
    padding: 40px 20px 20px 20px;
  }
}

.c-card1__label {
  left: 50%;
  position: absolute;
  text-align: center;
  top: -20px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-card1__label {
    top: -18px;
  }
}

.c-card1__label span {
  align-items: center;
  background-color: #D6BD33;
  color: #FFF;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .c-card1__label span {
    font-size: 20px;
    height: 36px;
    width: 100px;
  }
}

.c-card1__heading {
  border-bottom: 4px solid #D6BD33;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-card1__heading {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.c-card1__txt {
  font-size: 14px;
  line-height: 1.714;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-card1__txt {
    font-size: 12px;
    margin-top: 20px;
  }
}

.c-column1 {
  background-color: #074777;
  padding-bottom: 100px;
  padding-top: 95px;
}

@media screen and (max-width: 768px) {
  .c-column1 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.c-column1__heading {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-column1__heading {
    font-size: 22px;
  }
}

ul.c-column1__itemList {
  margin-top: 70px;
}

@media all and (min-width: 769px) {
  ul.c-column1__itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  ul.c-column1__itemList {
    margin-top: 50px;
  }
}

@media all and (min-width: 769px) {
  ul.c-column1__itemList li {
    width: calc(100% / 3 - 40px / 3);
  }
}

@media all and (min-width: 769px) {
  ul.c-column1__itemList li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.c-column1__itemList li + li {
    margin-top: 30px;
  }
}

.c-contact > div {
  margin-bottom: 20px;
}

.c-contact > div + div {
  border-top: 1px solid rgba(7, 71, 119, 0.1);
  padding-top: 20px;
}

.c-contact dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-contact dt {
    font-size: 14px;
  }
}

.c-contact dt label {
  margin-right: 10px;
}

.c-contact dd {
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-contact dd {
    font-size: 14px;
    margin-top: 10px;
  }
}

.c-contact dd input[type="text"],
.c-contact dd input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  font-size: 100%;
  height: 60px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-contact dd input[type="text"],
  .c-contact dd input[type="email"] {
    height: 40px;
  }
}

.c-contact dd textarea {
  border: 1px solid #ECECEC;
  border-radius: 6px;
  height: 200px;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media all and (min-width: 769px) {
  .c-contact dd .mwform-radio-field + .mwform-radio-field {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-contact dd .mwform-radio-field + .mwform-radio-field {
    margin-top: 5px;
  }
}

.c-contact dd .error {
  color: #FF0000;
  display: block;
  line-height: 1;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-contact dd .error {
    font-size: 12px;
    margin-top: 5px;
  }
}

.c-contact__requiredLabel {
  align-items: center;
  background-color: #D6BD33;
  border-radius: 15px;
  color: #FFF;
  display: inline-flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .c-contact__requiredLabel {
    font-size: 14px;
    height: 25px;
    width: 45px;
  }
}

.c-container1 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media all and (min-width: 769px) {
  .c-container1 {
    max-width: calc(1000px + (15px * 2));
  }
}

.c-container2 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media all and (min-width: 769px) {
  .c-container2 {
    max-width: 900px;
  }
}

.c-container3 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media all and (min-width: 769px) {
  .c-container3 {
    max-width: 690px;
  }
}

.c-container4 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media all and (min-width: 769px) {
  .c-container4 {
    max-width: 1400px;
  }
}

.c-content1 {
  padding-bottom: 100px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-content1 {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}

.c-descriptionList1 div {
  border-bottom: 1px solid #074777;
}

@media all and (min-width: 769px) {
  .c-descriptionList1 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-descriptionList1 dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-descriptionList1 dt {
    font-size: 14px;
    line-height: 2;
  }
}

@media all and (min-width: 769px) {
  .c-descriptionList1 dt {
    padding-bottom: 10px;
    width: 215px;
  }
}

.c-descriptionList1 dd {
  font-size: 16px;
  line-height: 2.5;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-descriptionList1 dd {
    font-size: 14px;
    line-height: 2;
  }
}

@media all and (min-width: 769px) {
  .c-descriptionList1 dd {
    padding-top: 10px;
    width: calc(100% - 215px);
  }
}

.c-descriptionList1 dd span {
  display: block;
  font-weight: 700;
  margin-bottom: -15px;
}

@media screen and (max-width: 768px) {
  .c-descriptionList1 dd span {
    margin-bottom: -5px;
  }
}

.c-doc1 {
  margin-bottom: 100px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-doc1 {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.c-doc1__heading {
  border-bottom: 1px solid #074777;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c-doc1__heading {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.c-doc1__txt {
  font-size: 16px;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .c-doc1__txt {
    font-size: 14px;
    line-height: 2;
  }
}

.c-doc1__txt + .c-doc1__txt {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .c-doc1__txt + .c-doc1__txt {
    margin-top: 10px;
  }
}

.c-doc1__txt + .c-doc1__heading {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-doc1__txt + .c-doc1__heading {
    margin-top: 30px;
  }
}

.c-header1 {
  align-items: center;
  display: flex;
  height: 230px;
  justify-content: center;
  margin-top: -130px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-header1 {
    height: 115px;
    margin-top: -77px;
  }
}

.c-header1::before {
  background-color: rgba(7, 71, 119, 0.9);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
}

@media all and (min-width: 769px) {
  .c-header1::before {
    min-width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .c-header1::before {
    width: 95.2%;
  }
}

.c-header1__heading {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .1em;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-header1__heading {
    font-size: 20px;
    letter-spacing: .03em;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-header2__inner {
  padding: 45px;
}

@media screen and (max-width: 768px) {
  .c-header2__inner {
    padding: 30px;
  }
}

.c-header2__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-header2__heading {
    font-size: 18px;
  }
}

.c-header3__mark {
  text-align: center;
}

.c-header3__mark img {
  width: 27px;
}

@media screen and (max-width: 768px) {
  .c-header3__mark img {
    width: 19px;
  }
}

.c-header3__headingEn {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .3em;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-header3__headingEn {
    font-size: 28px;
    margin-top: 25px;
  }
}

.c-header3__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .15em;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-header3__heading {
    font-size: 18px;
    margin-top: 15px;
  }
}

.c-heading1 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-heading1 {
    font-size: 18px;
  }
}

.c-heading1 span {
  border-bottom: 4px solid #D6BD33;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .c-heading1 span {
    border-bottom-width: 2px;
  }
}

.c-intro1 {
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .c-intro1 {
    margin-top: 40px;
  }
}

.c-intro1__txt {
  font-size: 16px;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .c-intro1__txt {
    font-size: 14px;
    line-height: 2;
  }
}

.c-intro1__action {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-intro1__action {
    margin-top: 40px;
  }
}

.c-mv1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-mv1 {
    height: 300px;
    padding-top: 95px;
  }
}

.c-mv1.-about {
  background-image: url(../img/component/mv1/about.jpg);
}

.c-mv1.-business1 {
  background-image: url(../img/component/mv1/business1.jpg);
}

.c-mv1.-business2 {
  background-image: url(../img/component/mv1/business2.jpg);
}

.c-mv1.-business3 {
  background-image: url(../img/component/mv1/business3.jpg);
}

.c-mv1.-business4 {
  background-image: url(../img/component/mv1/business4.jpg);
}

.c-mv1.-business5 {
  background-image: url(../img/component/mv1/business5.jpg);
}

.c-mv1.-recruit {
  background-image: url(../img/component/mv1/recruit.jpg);
}

.c-mv1.-contact {
  background-image: url(../img/component/mv1/contact.jpg);
}

.c-mv1__mark {
  text-align: center;
}

.c-mv1__mark img {
  width: 27px;
}

@media screen and (max-width: 768px) {
  .c-mv1__mark img {
    width: 19px;
  }
}

.c-mv1__headingEn {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv1__headingEn {
    font-size: 28px;
    margin-top: 25px;
  }
}

.c-mv1__heading {
  color: #FFF;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .1em;
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv1__heading {
    font-size: 18px;
    margin-top: 15px;
  }
}

.c-mv2 {
  background-color: #F3F6F8;
  height: 300px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-mv2 {
    padding-top: 95px;
  }
}

.c-mv2__mark {
  text-align: center;
}

.c-mv2__mark img {
  width: 27px;
}

@media screen and (max-width: 768px) {
  .c-mv2__mark img {
    width: 19px;
  }
}

.c-mv2__headingEn {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin-top: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv2__headingEn {
    font-size: 28px;
    margin-top: 25px;
  }
}

.c-mv2__heading {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: .1em;
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-mv2__heading {
    font-size: 18px;
    margin-top: 15px;
  }
}

.c-sec1 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-sec1 {
    margin-top: 40px;
  }
}

.c-sec1__panel {
  background-color: #F3F6F8;
  padding: 65px 25px 55px 25px;
}

@media screen and (max-width: 768px) {
  .c-sec1__panel {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.c-sec1__txt {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-sec1__txt {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .c-sec1__txt {
    margin-top: 25px;
  }
}

.c-sec1__action {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-sec1__action {
    margin-top: 30px;
  }
}

.c-sec2__inner {
  padding: 65px 100px;
}

@media screen and (max-width: 768px) {
  .c-sec2__inner {
    padding: 20px 20px 40px 20px;
  }
}

.c-sec3__inner {
  padding-bottom: 100px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-sec3__inner {
    padding: 20px 20px 40px 20px;
  }
}

.c-sec3__txt {
  font-size: 16px;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .c-sec3__txt {
    font-size: 14px;
    line-height: 2;
  }
}

.c-sec3__action {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .c-sec3__action {
    margin-top: 45px;
  }
}

.c-sec4 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-sec4 {
    margin-top: 40px;
  }
}

.c-sec4__inner {
  background-color: #F3F6F8;
  padding: 65px 150px 55px 150px;
}

@media screen and (max-width: 768px) {
  .c-sec4__inner {
    padding: 20px;
  }
}

.c-sec4__action {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-sec4__action {
    margin-top: 30px;
  }
}

.c-sec4__action input + input {
  margin-top: 20px;
}

.c-summary1 {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .c-summary1 {
    transition: .4s;
  }
}

@media all and (min-width: 769px) {
  .c-summary1:hover .c-summary1__img span {
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
  }
}

.c-summary1__img {
  overflow: hidden;
}

.c-summary1__img span {
  background-image: url(../img/component/summary1/no-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all .4s ease 0s;
}

.c-summary1__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-summary1__body {
  margin-top: 30px;
}

.c-summary1__date {
  color: #074777;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-summary1__date {
    font-size: 12px;
  }
}

.c-summary1__ttl {
  color: #074777;
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-summary1__ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

.c-summary2 {
  background-color: #074777;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

@media all and (min-width: 769px) {
  .c-summary2 {
    transition: .4s;
  }
}

@media all and (min-width: 769px) {
  .c-summary2:hover .c-summary2__img span {
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.48, 0.18, 0, 0.98) 0s;
  }
}

@media all and (min-width: 769px) {
  .c-summary2:hover .c-summary2__heading {
    text-decoration: underline;
  }
}

@media all and (min-width: 769px) {
  .c-summary2:hover .c-summary2__txt {
    text-decoration: underline;
  }
}

.c-summary2__img {
  overflow: hidden;
}

.c-summary2__img span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  transition: all .4s ease 0s;
}

.c-summary2__img img {
  vertical-align: bottom;
  width: 100%;
}

.c-summary2__body {
  padding: 45px 35px;
}

@media screen and (max-width: 768px) {
  .c-summary2__body {
    padding: 20px;
  }
}

.c-summary2__heading {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-summary2__heading {
    font-size: 14px;
  }
}

.c-summary2__txt {
  color: #FFF;
  font-size: 13px;
  line-height: 1.846;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-summary2__txt {
    margin-top: 15px;
  }
}

.p-aboutMessage {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-aboutMessage {
    margin-top: 40px;
  }
}

.p-aboutMessage__txt {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-aboutMessage__txt {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-aboutMessage__txt {
    margin-top: 40px;
  }
}

.p-aboutMessage__name {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-aboutMessage__name {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-archive__bracketTop::before {
    left: -50px;
  }
}

@media all and (min-width: 769px) {
  .p-archive__bracketTop::after {
    right: -50px;
  }
}

@media all and (min-width: 769px) {
  .p-archive__bracketBottom::before {
    left: -50px;
  }
}

@media all and (min-width: 769px) {
  .p-archive__bracketBottom::after {
    right: -50px;
  }
}

.p-archive__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-archive__inner {
    padding: 20px;
  }
}

@media all and (min-width: 769px) {
  ul.p-archive__linkList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -80px;
  }
}

@media all and (min-width: 769px) {
  ul.p-archive__linkList li {
    margin-bottom: 80px;
    width: calc(100% / 3 - 40px / 3);
  }
}

@media all and (min-width: 769px) {
  ul.p-archive__linkList li:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.p-archive__linkList li + li {
    margin-top: 20px;
  }
}

.p-business1Column {
  margin-bottom: -100px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-business1Column {
    margin-bottom: -60px;
    margin-top: 50px;
  }
}

ul.p-business1ItemizedList {
  margin-top: 40px;
}

@media all and (min-width: 769px) {
  ul.p-business1ItemizedList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 810px;
  }
}

@media screen and (max-width: 768px) {
  ul.p-business1ItemizedList {
    margin-top: 30px;
  }
}

ul.p-business1ItemizedList li {
  align-items: center;
  background-color: #FFF;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 10px;
  padding: 25px 20px;
}

@media all and (min-width: 769px) {
  ul.p-business1ItemizedList li {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 768px) {
  ul.p-business1ItemizedList li {
    font-size: 14px;
    padding: 20px 15px;
  }
}

.p-business2Flow {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-business2Flow {
    margin-top: 25px;
  }
}

@media all and (min-width: 769px) {
  .p-business2Flow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
  }
}

@media screen and (min-width: 1180px) {
  .p-business2Flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-business2Flow__half {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1180px) {
  .p-business2Flow__half {
    width: calc(50% - 10px);
  }
}

@media all and (min-width: 769px) {
  ul.p-business2StepList {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
  }
}

ul.p-business2StepList li {
  position: relative;
}

@media all and (min-width: 769px) {
  ul.p-business2StepList li {
    width: calc(100% / 3 - 40px / 3);
  }
}

@media screen and (max-width: 768px) {
  ul.p-business2StepList li {
    margin-top: 20px;
  }
}

ul.p-business2StepList li::before {
  background-image: url(../img/project/business2/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 22px;
  content: '';
  height: 22px;
  position: absolute;
  right: -22px;
  top: 33px;
  width: 26px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  ul.p-business2StepList li::before {
    background-image: url(../img/project/business2/arrow-bottom.svg);
    background-size: 21px 26px;
    bottom: -22px;
    height: 26px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: 22px;
  }
}

ul.p-business2StepList li.-last::before {
  content: none;
}

.p-business2Step {
  background-color: #FFF;
  border: 1px solid #074777;
  height: 100%;
  padding: 35px 30px 25px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-business2Step {
    padding: 15px 15px 10px 15px;
  }
}

.p-business2Step::before {
  border: 1px solid #074777;
  content: '';
  height: calc(100% + 2px);
  left: -5px;
  position: absolute;
  top: 3px;
  width: calc(100% + 3px);
}

.p-business2Step__heading {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-business2Step__heading {
    font-size: 16px;
  }
}

.p-business2Step__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-business2Step__txt {
    font-size: 14px;
    line-height: 1.428;
    margin-top: 10px;
  }
}

.p-business3Column {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-business3Column {
    margin-top: 40px;
  }
}

.p-business3Img {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .p-business3Img {
    margin-top: 60px;
  }
}

.p-business4Column {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-business4Column {
    margin-top: 50px;
  }
}

.p-business4Img1 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-business4Img1 {
    margin-top: 40px;
  }
}

.p-business4Img1__panel {
  background-color: #F3F6F8;
  padding-bottom: 85px;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-business4Img1__panel {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

.p-business4Img2 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-business4Img2 {
    margin-top: 40px;
  }
}

.p-business4Img2__panel {
  background-color: #F3F6F8;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-business4Img2__panel {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.p-business4Img3 {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .p-business4Img3 {
    margin-top: 55px;
  }
}

@media all and (min-width: 769px) {
  .p-business4Img3__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 769px) {
  .p-business4Img3__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .p-business4Img3__item + .p-business4Img3__item {
    margin-top: 40px;
  }
}

.p-business5Img {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-business5Img {
    margin-top: 40px;
  }
}

.p-business5Img__panel {
  background-color: #F3F6F8;
  padding: 80px 85px 105px 85px;
}

@media screen and (max-width: 768px) {
  .p-business5Img__panel {
    padding: 30px;
  }
}

.p-business5Sec {
  margin-top: 185px;
}

@media screen and (max-width: 768px) {
  .p-business5Sec {
    margin-top: 40px;
  }
}

.p-business5Sec__panel {
  border: 1px solid #074777;
  padding: 70px 100px 50px 100px;
}

@media screen and (max-width: 768px) {
  .p-business5Sec__panel {
    padding: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-business5Sec__heading span {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.p-business5Sec__txt {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .p-business5Sec__txt {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-business5Sec__txt {
    margin-top: 25px;
  }
}

.p-business5Sec__txt + .p-business5Sec__txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-business5Sec__txt + .p-business5Sec__txt {
    margin-top: 20px;
  }
}

.p-indexMv {
  background-image: url(../img/project/index/bg-mv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
}

@media all and (min-width: 769px) {
  .p-indexMv {
    margin-top: -100px;
  }
}

@media screen and (max-width: 768px) {
  .p-indexMv {
    height: 400px;
  }
}

.p-indexMv__headingEn {
  color: #074777;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.03em;
  padding-left: 130px;
  padding-top: 395px;
}

@media screen and (max-width: 768px) {
  .p-indexMv__headingEn {
    font-size: 35px;
    line-height: 1.142;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 115px;
  }
}

.p-indexMv__heading {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: 130px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-indexMv__heading {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
  }
}

.p-indexAbout {
  background-color: rgba(7, 71, 119, 0.9);
  margin-left: auto;
  margin-top: -280px;
  padding: 20px 20px 30px 20px;
  position: relative;
}

@media all and (min-width: 769px) {
  .p-indexAbout {
    width: 91.875%;
  }
}

@media screen and (max-width: 768px) {
  .p-indexAbout {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -95px;
    padding: 12px 10px 22px 10px;
  }
}

.p-indexAbout__bracketTop::before {
  border-color: #FFF;
}

.p-indexAbout__bracketTop::after {
  border-color: #FFF;
}

.p-indexAbout__bracketBottom::before {
  border-color: #FFF;
}

.p-indexAbout__bracketBottom::after {
  border-color: #FFF;
}

.p-indexAbout__inner {
  padding: 55px 5% 75px 0;
}

@media all and (min-width: 769px) {
  .p-indexAbout__inner {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .p-indexAbout__inner {
    padding: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-indexAbout__header {
    display: flex;
    justify-content: center;
    width: 40%;
  }
}

.p-indexAbout__headingEn {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .3em;
}

@media screen and (max-width: 768px) {
  .p-indexAbout__headingEn {
    font-size: 26px;
    text-align: center;
  }
}

.p-indexAbout__heading {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .015em;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-indexAbout__heading {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
  }
}

@media all and (min-width: 769px) {
  .p-indexAbout__body {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .p-indexAbout__body {
    margin-top: 25px;
  }
}

.p-indexAbout__txt {
  color: #FFF;
  font-size: 18px;
  line-height: 2.222;
}

@media screen and (max-width: 768px) {
  .p-indexAbout__txt {
    font-size: 14px;
    line-height: 2;
  }
}

.p-indexAbout__action {
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .p-indexAbout__action {
    padding-right: 90px;
  }
}

.p-indexAbout__btn {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-indexAbout__btn {
    margin-right: auto;
  }
}

.p-indexBusiness {
  padding-bottom: 75px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-indexBusiness {
    padding-bottom: 40px;
    padding-top: 50px;
  }
}

ul.p-indexBusiness__linkList {
  margin-top: 70px;
}

@media all and (min-width: 769px) {
  ul.p-indexBusiness__linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  ul.p-indexBusiness__linkList {
    margin-top: 50px;
  }
}

@media all and (min-width: 769px) {
  ul.p-indexBusiness__linkList li {
    margin-bottom: 20px;
    width: calc(100% / 2 - 40px / 4);
  }
}

@media screen and (min-width: 1000px) {
  ul.p-indexBusiness__linkList li {
    width: calc(100% / 4 - 40px / 4);
  }
}

@media screen and (max-width: 768px) {
  ul.p-indexBusiness__linkList li + li {
    margin-top: 30px;
  }
}

.p-indexBusiness__summaryImg span.-first {
  background-image: url(../img/project/index/bg-business1.jpg);
}

.p-indexBusiness__summaryImg span.-second {
  background-image: url(../img/project/index/bg-business2.jpg);
}

.p-indexBusiness__summaryImg span.-third {
  background-image: url(../img/project/index/bg-business3.jpg);
}

.p-indexBusiness__summaryImg span.-fourth {
  background-image: url(../img/project/index/bg-business4.jpg);
}

.p-indexTopics {
  background-color: #F3F6F8;
  padding-bottom: 100px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-indexTopics {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

ul.p-indexTopics__linkList {
  margin-top: 80px;
}

@media all and (min-width: 769px) {
  ul.p-indexTopics__linkList {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  ul.p-indexTopics__linkList {
    margin-top: 40px;
  }
}

@media all and (min-width: 769px) {
  ul.p-indexTopics__linkList li {
    width: calc(100% / 3 - 40px / 3);
  }
}

@media all and (min-width: 769px) {
  ul.p-indexTopics__linkList li:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.p-indexTopics__linkList li + li {
    margin-top: 20px;
  }
}

.p-indexTopics__action {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-indexTopics__action {
    margin-top: 50px;
  }
}

.p-indexTopics__btn {
  margin-left: auto;
  margin-right: auto;
}

.p-pager {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-pager {
    margin-top: 25px;
  }
}

.p-pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.p-pager .wp-pagenavi .current {
  align-items: center;
  background-color: #074777;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin-left: 2px;
  margin-right: 2px;
  width: 40px;
}

.p-pager .wp-pagenavi a {
  align-items: center;
  border-radius: 50%;
  color: #074777;
  display: flex;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: .4s;
  width: 40px;
}

@media all and (min-width: 769px) {
  .p-pager .wp-pagenavi a:hover {
    text-decoration: underline;
  }
}

.p-pager .wp-pagenavi a img {
  width: 8px;
}

.p-privacyContact__panel {
  background-color: #F3F6F8;
  padding: 55px 25px 50px 25px;
}

@media screen and (max-width: 768px) {
  .p-privacyContact__panel {
    padding: 25px;
  }
}

.p-privacyContact__heading {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-privacyContact__heading {
    font-size: 22px;
  }
}

.p-privacyContact__txt {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-privacyContact__txt {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-privacyContact__txt {
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .p-single__bracketTop::before {
    left: -50px;
  }
}

@media all and (min-width: 769px) {
  .p-single__bracketTop::after {
    right: -50px;
  }
}

@media all and (min-width: 769px) {
  .p-single__bracketBottom::before {
    left: -50px;
  }
}

@media all and (min-width: 769px) {
  .p-single__bracketBottom::after {
    right: -50px;
  }
}

.p-single__inner {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .p-single__inner {
    padding: 20px;
  }
}

.p-single__date {
  font-size: 20px;
  letter-spacing: -0.01em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-single__date {
    font-size: 16px;
  }
}

.p-single__ttl {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-single__ttl {
    font-size: 22px;
    margin-top: 10px;
  }
}

.p-single__body {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-single__body {
    margin-top: 30px;
  }
}

.p-single__body * + *:not(li) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-single__body * + *:not(li) {
    margin-top: 20px;
  }
}

.p-single__body h2 {
  border-bottom: 1px solid #074777;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-single__body h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.p-single__body h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-single__body h3 {
    font-size: 14px;
  }
}

.p-single__body p {
  font-size: 16px;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .p-single__body p {
    font-size: 14px;
    line-height: 2;
  }
}

.p-single__body ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.p-single__body ul li {
  font-size: 16px;
  line-height: 2.5;
  padding-left: 1em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-single__body ul li {
    font-size: 14px;
    line-height: 2;
  }
}

.p-single__body ul li::before {
  content: '・';
  left: 0;
  position: absolute;
  top: 0;
}

.p-single__body table {
  border: 1px solid #074777;
}

.p-single__body table td {
  border: 1px solid #C4C3C3;
  font-size: 16px;
  line-height: 2.5;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .p-single__body table td {
    font-size: 14px;
    line-height: 2;
  }
}

@media all and (min-width: 769px) {
  .u-d-n-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-d-n-sp {
    display: none !important;
  }
}

.u-mt-0 {
  margin: 0 !important;
}

@media all and (min-width: 769px) {
  .u-ta-c-pc {
    text-align: center !important;
  }
}

.l-contact {
  background-image: url(../img/layout/contact/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-contact {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.l-contact__txt {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-contact__txt {
    font-size: 16px;
    line-height: 1.625;
  }
}

.l-contact__action {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .l-contact__action {
    margin-top: 15px;
  }
}

.l-contact__btn {
  align-items: center;
  background-color: #FFF;
  background-image: url(../img/layout/contact/envelope-colored.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 36px 25px;
  color: #074777;
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: center;
  letter-spacing: -0.01em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .l-contact__btn {
    transition: .4s;
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .l-contact__btn {
    font-size: 16px;
    max-width: 345px;
  }
}

@media all and (min-width: 769px) {
  .l-contact__btn:hover {
    background-color: #074777;
    background-image: url(../img/layout/contact/envelope-white.svg);
    color: #FFF;
  }
}

.l-contact__info {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .l-contact__info {
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 768px) {
  .l-contact__info {
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
  }
}

.l-contact__businessHour {
  color: #FFF;
  font-size: 15px;
  letter-spacing: -0.01em;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-contact__businessHour {
    margin-top: 10px;
  }
}

.l-contents {
  padding-bottom: 70px;
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .l-contents {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .l-contents__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 769px) {
  ul.l-contents__linkList {
    margin-bottom: 20px;
    margin-right: 17%;
  }
}

@media screen and (max-width: 768px) {
  ul.l-contents__linkList {
    border-bottom: 1px solid #074777;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 18px;
  }
}

ul.l-contents__linkList li {
  font-size: 14px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  ul.l-contents__linkList li {
    font-size: 12px;
    width: calc(100% / 3);
  }
}

@media all and (min-width: 769px) {
  ul.l-contents__linkList li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.l-contents__linkList li + li {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  ul.l-contents__linkList li + li::before {
    background-color: #074777;
    content: '';
    height: 22px;
    position: absolute;
    width: 1px;
  }
}

ul.l-contents__linkList li a {
  color: #074777;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  ul.l-contents__linkList li a {
    align-items: center;
    display: flex;
    height: 22px;
    justify-content: center;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  ul.l-contents__linkList li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .l-contents-business {
    margin-top: 20px;
  }
}

.l-contents-business__heading {
  font-size: 14px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  .l-contents-business__heading {
    font-size: 12px;
    text-align: center;
  }
}

.l-contents-business__wrap {
  margin-top: 25px;
}

@media all and (min-width: 769px) {
  .l-contents-business__wrap {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .l-contents-business__wrap {
    margin-top: 15px;
  }
}

@media all and (min-width: 769px) {
  ul.l-contents-business__linkList {
    padding-left: 20px;
  }
}

@media all and (min-width: 769px) {
  ul.l-contents-business__linkList + ul.l-contents-business__linkList {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  ul.l-contents-business__linkList + ul.l-contents-business__linkList {
    margin-top: 15px;
  }
}

ul.l-contents-business__linkList li {
  font-size: 14px;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 768px) {
  ul.l-contents-business__linkList li {
    font-size: 11px;
    text-align: center;
  }
}

ul.l-contents-business__linkList li + li {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  ul.l-contents-business__linkList li + li {
    margin-top: 15px;
  }
}

ul.l-contents-business__linkList li a {
  color: #074777;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  ul.l-contents-business__linkList li a:hover {
    text-decoration: underline;
  }
}

.l-footer {
  background-color: #1A1A1A;
}

@media all and (min-width: 769px) {
  .l-footer {
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 53px;
    padding-top: 18px;
  }
}

ul.l-footer__linkList {
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 769px) {
  ul.l-footer__linkList {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  ul.l-footer__linkList {
    justify-content: center;
  }
}

ul.l-footer__linkList li {
  color: #EEE;
  font-size: 12px;
}

ul.l-footer__linkList li + li {
  margin-left: 70px;
  position: relative;
}

ul.l-footer__linkList li + li::before {
  background-color: #FFF;
  content: '';
  height: 13px;
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

ul.l-footer__linkList li a {
  color: #EEE;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  ul.l-footer__linkList li a:hover {
    text-decoration: underline;
  }
}

.l-footer__copyright {
  color: #EEE;
  font-size: 12px;
}

@media all and (min-width: 769px) {
  .l-footer__copyright {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 20px;
    text-align: center;
  }
}

.l-gnav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}

@media all and (min-width: 769px) {
  .l-gnav {
    display: block !important;
    height: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav {
    background-color: #074777;
    display: none;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav::before {
    border: 3px solid #FFF;
    border-bottom: none;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav::after {
    background-color: #FFF;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.l-gnav.-index ul.l-gnav__linkList1 > li > a {
  color: #FFF;
}

.l-gnav.-colored ul.l-gnav__linkList1 > li > a {
  color: #074777;
}

@media all and (min-width: 769px) {
  .l-gnav__inner {
    height: 100% !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__inner {
    height: calc(100vh - 55px);
    margin-top: 55px;
    overflow-y: scroll;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList1 {
    padding-left: 15px;
    padding-right: 15px;
    /*
    @include position($position: absolute, $top: 50%, $right: null, $bottom: null, $left: null);
    transform: translateY(-50%);
*/
    width: 100%;
  }
}

ul.l-gnav__linkList1 > li:not(:last-child) {
  font-size: 16px;
  position: relative;
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li:not(:last-child) {
    align-items: center;
    display: flex;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList1 > li:not(:last-child) {
    padding-left: 10px;
  }
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li:not(:last-child) + li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList1 > li:not(:last-child) + li {
    margin-top: 40px;
  }
}

ul.l-gnav__linkList1 > li:not(:last-child) > a {
  color: #074777;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li:not(:last-child) > a {
    align-items: center;
    display: flex;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList1 > li:not(:last-child) > a {
    color: #FFF;
    font-size: 18px;
  }
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li:not(:last-child) > a:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li:last-child {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList1 > li:last-child {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li.-hasChild a {
    cursor: pointer;
  }
}

ul.l-gnav__linkList1 > li.-hasChild a:hover {
  text-decoration: none !important;
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList1 > li.-hasChild:hover .l-gnav__linkList2 {
    opacity: 1;
    transform: translateY(23px);
    visibility: visible;
  }
}

@media all and (min-width: 769px) {
  ul.l-gnav__linkList2 {
    background-color: #074777;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-23px);
    transition: .4s;
    visibility: hidden;
    width: 385px;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList2 {
    margin-top: 40px;
  }
}

ul.l-gnav__linkList2 li {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList2 li {
    color: #FFF;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 2em;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  ul.l-gnav__linkList2 li:before {
    content: 'ー';
    left: 1em;
    position: absolute;
    top: 0;
  }
}

ul.l-gnav__linkList2 li + li {
  margin-top: 24px;
}

ul.l-gnav__linkList2 li a {
  color: #FFF;
  text-decoration: none;
}

.l-gnav__btn {
  background-color: #074777;
  background-image: url(../img/layout/gnav/envelope.svg);
  background-position: center top 15px;
  background-repeat: no-repeat;
  background-size: 36px 25px;
  color: #FFF !important;
  display: flex;
  font-size: 14px;
  height: 100px;
  justify-content: center;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .l-gnav__btn {
    padding-top: 60px;
    transition: .4s;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .l-gnav__btn {
    align-items: center;
    background-color: #074777;
    background-position: left 20px center;
    border: 2px solid #FFF;
    color: #FFF !important;
    font-size: 20px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 345px;
  }
}

@media all and (min-width: 769px) {
  .l-gnav__btn:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger {
    display: inline-block;
    height: 24px;
    position: fixed;
    right: 11px;
    top: 9px;
    transition: all .4s;
    width: 32px;
    z-index: 4;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger::before {
    bottom: -14px;
    color: #FFF;
    content: 'MENU';
    font-size: 11px;
    left: 50%;
    letter-spacing: -0.01em;
    position: absolute;
    transform: translateX(-50%);
    transition: all .4s;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger span {
    background-color: #FFF;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger span:nth-of-type(1) {
    top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger span:nth-of-type(2) {
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-simple::before {
    color: #074777;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-simple span {
    background-color: #074777;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-colored::before {
    color: #074777;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-colored span {
    background-color: #074777;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-active::before {
    color: #FFF;
    content: 'CLOSE';
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-active span {
    background-color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-active span:nth-of-type(1) {
    transform: translateY(6px) rotate(135deg);
  }
}

@media screen and (max-width: 768px) {
  .l-hamburger.-active span:nth-of-type(2) {
    transform: translateY(-6px) rotate(-135deg);
  }
}

.l-header {
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  transition: all .4s;
  width: 100%;
  z-index: 2;
}

@media all and (min-width: 769px) {
  .l-header {
    background-color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 55px;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-active {
    background-color: transparent !important;
    z-index: 4;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-active .l-header__logo svg {
    fill: #FFF !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header.-simple .l-header__logo svg {
    fill: #074777;
  }
}

.l-header.-index {
  background-color: transparent;
}

.l-header.-index .l-header__logo svg {
  fill: #FFF;
}

.l-header.-bgWhite {
  background-color: #FFF;
}

.l-header.-bgWhite .l-header__logo svg {
  fill: #074777;
}

.l-header__logo {
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    left: 20px;
  }
}

.l-header__logo svg {
  fill: #074777;
}

@media screen and (max-width: 768px) {
  .l-header__logo svg {
    fill: #FFF;
    width: 63px;
  }
}

.l-main {
  position: relative;
}

@media all and (min-width: 769px) {
  .l-main {
    padding-top: 100px;
  }
}

.l-toTop {
  align-items: center;
  background-color: #074777;
  background-image: url(../img/layout/to-top/arrow-up.svg);
  background-position: center top 15px;
  background-repeat: no-repeat;
  background-size: 15px 8px;
  bottom: 50px;
  color: #FFF;
  display: flex;
  font-size: 14px;
  height: 100px;
  justify-content: center;
  position: fixed;
  right: 50px;
  text-decoration: none;
  width: 100px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-toTop {
    background-position: right 20px center;
    bottom: 0;
    font-size: 12px;
    height: 40px;
    right: 0;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .l-toTop:hover {
    opacity: .8;
  }
}
