.l-top-bg-01 {
  background: #f5f3f3;
}
.l-top-bg-02 {
  background: #f9f3f1;
}
.l-top-bg-03 {
  background: #ebebeb;
}
.l-mb {
  margin-bottom: 30px;
}
.l-txt-p-01 {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.l-txt-p-01 span {
  color: #d2653a;
}
.l-txt-p-02 {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.l-display-pc {
  display: block;
}
.l-display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-display-pc {
    display: none;
  }
  .l-display-sp {
    display: block;
  }
}
.txt-blue {
  color: #243d8e;
  font-weight: 500;
}
.txt-red {
  color: #d2653a;
  font-weight: 500;
}
/*header----*/
.c-header-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-header-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
  }
  .c-header-pc {
    display: none;
  }
}
.p-header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* 背景の変化をふわっとさせる */
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease;
}
.c-head-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.c-head-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.c-header-logo {
  width: 200px;
}
@media screen and (max-width: 1080px) {
  .c-header-logo {
    width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .c-header-logo {
    width: 140px;
  }
}
.c-header-logo img {
  width: 100%;
}
.c-header-pc-nav ul {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

.c-header-pc-nav li a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-header-pc-nav ul {
    column-gap: 15px;
  }
  .c-header-pc-nav li a {
    font-size: 14px;
  }
}
.p-header-wrap.is-active {
  background: #fff;
  width: 100%;
}
.p-header-wrap.is-active .c-header-pc-nav li a {
  color: #333;
}
.p-header-wrap.is-active .c-header-pc-nav li a:hover {
  color: #d2653a;
  transition: 1s;
}
.p-header-wrap.is-active .c-header-pc-nav li.p-nav-contact a {
  color: #fff;
  border: 1px solid #fff;
}
.p-header-wrap.is-active .white {
  display: none;
}
.p-header-wrap .white {
  display: block;
}
.p-header-wrap.is-active .color {
  display: block;
}
.p-header-wrap .color {
  display: none;
}
.c-header-pc-nav li a:hover {
  color: #d2653a;
  transition: 1s;
}
.c-header-pc-nav-img {
  width: 180px;
}
@media screen and (max-width: 1080px) {
  .c-header-pc-nav-img {
    width: 140px;
  }
}
.c-header-pc-nav-img img {
  width: 100%;
}
.p-nav-contact a {
  background: transparent linear-gradient(262deg, #d2653a 0%, #69331d 100%) 0%
    0% no-repeat padding-box;
  padding: 12px 20px;
  display: block;
  border-radius: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  .c-header-pc-nav li.p-nav-contact a {
    padding: 10px 10px;
    font-size: 12px;
  }
}
.p-nav-contact a:hover {
  background: #fff;
  color: #d2653a;
  border: 1px solid #d2653a;
  transition: 1s;
}
.p-header-wrap.is-active .p-nav-contact a:hover {
  background: #333;
  color: #fff;
  border: 1px solid #d2653a;
}
/*メインビジュアル--------------*/
.p-top-main-background {
  background: url(../img/top-new/main_V.jpg);
  width: 100%;
  background-size: cover;
  height: 680px;
  background-position: center;
  position: relative;
}
.c-top-main-txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  transform: translateY(40%);
}
@media screen and (max-width: 900px) {
  .c-top-main-txt {
    transform: none;
    padding-top: 65px;
  }
}
.c-top-main-h2 {
  font-size: 60px;
  font-weight: 600;
  padding-left: 20px;
}
.c-top-main-h3 {
  font-size: 40px;
  font-weight: 600;
}
.c-top-main-txt p {
  font-size: 18px;
  line-height: 1.8;
  padding: 0px 0 30px 20px;
  margin-top: 50px;
  position: relative;
  font-weight: 400;
}
.c-top-main-h2 br {
  display: none;
}

/* .c-top-main-txt p::after {
  content: "";
  position: relative;
  bottom: -20px;
  left: -20px;
  border-bottom: solid 1px #fff;
  width: 300px;
  display: block;
} */
.c-top-main-h3 span {
  padding-left: 20px;
  padding-bottom: 20px;
}
/* .c-top-main-wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
} */
.c-top-main-bnr {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: end;
  column-gap: 10px;
}
.c-top-main-bnr-right {
  width: 400px;
}
.c-top-main-bnr-right img,
.c-top-main-bnr-left img {
  width: 100%;
}
.c-top-main-bnr-left {
  width: 290px;
}
.p-client-list {
  /* display: flex; は削除かコメントアウト */
  /* slickが自動で横並びにするため、不要になります */
  opacity: 0; /* 読み込み時のガタつき防止（後述） */
  transition: opacity 0.3s;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .c-top-main-bnr-right {
    width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .c-top-main-h2 {
    font-size: 38px;
    line-height: 1.6;
  }
  .c-top-main-h2 br {
    display: block;
  }
  .c-top-main-h3 {
    font-size: 20px;
  }
  .c-top-main-txt p {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
    margin-top: 20px;
  }
  .c-top-main-h3 span {
    display: block;
    width: 100%;
  }
  .c-top-main-bnr {
    position: static;
    right: 0px;
    display: block;
  }
  /* .c-top-main-bnr-left {
    margin: 0 auto 20px;
    width: 260px;
  } */
  .c-top-main-bnr-left {
    display: none;
  }
  .c-top-main-bnr-right {
    width: 400px;
    margin: 0 auto 20px;
  }
  .c-top-main-bnr-right img,
  .c-top-main-bnr-left img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-top-main-bnr-right {
    width: 300px;
  }
}
/* slick起動後に表示させる */
.p-client-list.slick-initialized {
  opacity: 1;
}
.p-client-list li {
  width: 160px;
  margin: 0 20px;
}
.p-client-list li img {
  width: 100%;
}
#l-main {
  padding-top: 30px;
  overflow-x: hidden;
}
.l-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-gap-btm {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #l-main {
    padding-top: 30px;
  }
  .l-gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-gap-btm {
    padding-bottom: 40px;
  }
}
/*見出し-----------------*/
.c-top-title-h2,
.c-top-title-h2-01,
.c-top-title-h2-02 {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-title-h2,
  .c-top-title-h2-01,
  .c-top-title-h2-02 {
    font-size: 22px;
  }
}
.c-top-title-h2 span {
  border-bottom: solid 4px #dfdfdf;
  padding: 0 30px 10px 30px;
}
.c-top-title-h2-02 span {
  border-bottom: solid 4px #d2653a;
  padding: 0 30px 10px 30px;
}
.c-top-title-h2-01 span {
  border-bottom: solid 4px #dfdfdf;
  padding: 0 30px 10px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-top-title-h2-01 span,
  .c-top-title-h2-02 span {
    padding: 0 20px 10px 20px;
  }
}
.c-top-title-h2-01 span::before {
  content: "";
  position: absolute;
  border-bottom: solid 4px #d2653a;
  width: 20%;
  bottom: -3px;
  left: 0;
}
.c-top-title-h3 {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  padding-bottom: 10px;
}

/*//見出し-----------------*/
.c-neis-dl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #dfdfdf;
}
.c-neis-dl dt {
  margin-bottom: 10px;
  font-size: 14px;
}
.c-neis-dl dt span {
  margin-right: 10px;
  color: #7b7b7b;
}
.c-neis-dl dd {
  padding-right: 20px;
  position: relative;
}
.c-neis-dl dd::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
.c-news-list {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.c-news-list-li a:hover {
  color: #d2653a;
}
/*ボタン------------*/
.c-top-btn-01 a {
  padding: 10px 0;
  width: 300px;
  display: block;
  border: 2px solid #7b7b7b;
  text-align: center;
  font-size: 16px;
  color: #7b7b7b;
  position: relative;
  font-weight: 500;
  margin: 50px auto 0;
  box-sizing: border-box;
}
.c-top-btn-01 a::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -4px;
  border-top: 2px solid #7b7b7b;
  border-right: 2px solid #7b7b7b;
}
.c-top-btn-01 a:hover {
  background: #7b7b7b;
  color: #fff;
}
.c-top-btn-01 a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-top-btn-02 a {
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 0;
  width: 340px;
  margin: 50px auto 0;
  box-sizing: border-box;
  display: block;
  background: transparent linear-gradient(270deg, #1b5199 0%, #d2653a 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  outline: 1px solid #ffffff; /* 線の太さ・線状・色 */
  outline-offset: -5px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}
.c-top-btn-02 a:hover {
  background: transparent linear-gradient(270deg, #d2653a 0%, #1b5199 100%) 0%;
}
.c-top-btn-05 a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
  width: 340px;
  margin: 50px auto 0;
  box-sizing: border-box;
  padding: 3px;
  align-items: center;
  text-align: center;
  /* background-image: linear-gradient(145deg, #27acd9, #195892 50%, #b4e12b);
  border: 0; */
  background-image: linear-gradient(270deg, #1b5199 0%, #d2653a 100%);
  border: 0;
  border-radius: 10px;
  color: #545454;

  display: flex;
  justify-content: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.c-top-btn-05 a:active,
.c-top-btn-05 a:hover {
  outline: 0;
}
.c-top-btn-05 a span {
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}
.c-top-btn-05 a:hover span {
  background: none;
  color: #fff;
}
.c-top-btn-04 a {
  border: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 0;
  width: 360px;
  margin: 50px auto 0;
  box-sizing: border-box;
  display: block;
  background: #d2653a;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  outline: 1px solid #ffffff; /* 線の太さ・線状・色 */
  outline-offset: -5px; /* どれだけ内側に線を表示したいかを負の値で指定 */
}
.c-top-btn-04 a:hover {
  background: #fff;
  color: #d2653a;
  border: 1px solid #d2653a;
  outline: 1px solid #d2653a;
}
/*-----------------*/
.c-top-sec-02-ul {
  display: flex;
  justify-content: space-between;
}
.c-top-sec-02-ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .c-top-sec-02-ul {
    display: block;
  }
  .c-top-sec-02-ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-top-sec-h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.c-top-sec-02-ul li img {
  margin-bottom: 15px;
}
.c-top-sec-02-p {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.c-top-sec-02-p span {
  color: #d2653a;
}
.l-logo {
  position: relative;
}
.l-logo::before {
  position: absolute;
  content: "";
  background: url(../img/top-new/logo-opacity.png);
  width: 300px;
  height: 306px;
  background-size: contain;
  right: -150px;
  top: -150px;
}
.l-logo.left::before {
  right: 0;
  left: -300px;
}
.c-top-sec-03-flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.c-top-sec-03-left {
  width: 56%;
}
.c-top-sec-03-right {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .c-top-sec-03-flex {
    display: block;
  }
  .c-top-sec-03-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-top-sec-03-right {
    width: 100%;
  }
}
.c-top-sec-03-title-left {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
}
.c-top-sec-03-title-right {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #d2653a;
}
@media screen and (max-width: 768px) {
  .c-top-sec-03-title-left,
  .c-top-sec-03-title-right {
    font-size: 22px;
  }
  .c-top-sec-03-title-right {
    margin-bottom: 30px;
  }
}
.c-top-sec-03-title-right span {
  font-size: 18px;
  color: #000;
}
.l-txt-p-03 {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 5px;
}
.c-top-sec-03-flex-img,
.c-top-sec-03-right-img {
  width: 100%;
}
.-top-sec-03-flex-img img,
.c-top-sec-03-right-img img {
  width: 100%;
}
.c-top-sec-03-right-img {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-top-sec-03-right-img {
    display: none;
  }
  .c-top-sec-03-left {
    margin-bottom: 40px;
  }
}
.c-top-sec-03-right .c-top-btn-02 a {
  margin-top: 20px;
}
.c-top-sec-03-right {
  position: relative;
}
.c-top-sec-03-right::before {
  content: "";
  background: url(../img/top-new/line.png);
  width: 400px;
  position: absolute;
  top: -260px;
  right: 0;
  height: 700px;
  background-size: contain;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .c-top-sec-03-right::before {
    content: none;
  }
}
.c-top-sec-04 {
  padding-top: 60px;
}
.c-top-sec-04-flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.c-top-sec-04-left {
  width: 30%;
}
.c-top-sec-04-left img {
  width: 100%;
}
.c-top-sec-04-right {
  width: 66%;
  border-left: 2px solid #dfdfdf;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .c-top-sec-04-flex {
    display: block;
  }
  .c-top-sec-04-right {
    width: 90%;
    margin-left: 10%;
  }
  .c-top-sec-04-left {
    display: none;
  }
  .c-top-sec-04-left img {
    max-width: 600px;
  }
}

@media screen and (max-width: 1020px) {
  .c-top-sec-04-right {
    width: 98%;
    margin-left: 2%;
  }
}
.c-top-sec-04-right > div {
  border-left: 2px solid #dfdfdf;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.c-top-sec-04-right-left {
  width: 30%;
  display: flex;
  align-items: center;
}
.c-top-sec-04-right-img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1000px) {
  .c-top-sec-04-right > div {
    display: block;
  }
  .c-top-sec-04-right-left {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
.c-top-sec-04-right-img img {
  width: 100%;
}
.c-top-sec-04-right-left-h3 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
.c-top-sec-04-right-p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.c-top-sec-04-right-right {
  width: 66%;
}
@media screen and (max-width: 1000px) {
  .c-top-sec-04-right-right {
    width: 100%;
  }
}
.c-top-sec-04-right-right-name {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.c-top-sec-04-right-right-h3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .c-top-sec-04-right-right-h3 {
    font-size: 20px;
  }
}
.c-top-sec-04-right-right-txt p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  color: #333;
}
.c-top-sec-05 {
  background: url(../img/top-new/contact-bg.jpg);
  background-size: cover;
  background-position: center;
}
.c-top-sec-05-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-sec-05-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.c-top-sec-05-p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
.c-top-sec-05-ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-top-sec-05-ul {
    display: block;
  }
  .c-top-sec-05-p {
    padding: 0 20px;
    text-align: left;
  }
}
.c-top-sec-05-ul .c-top-btn-02 a {
  margin-top: 0px;
  font-size: 18px;
  margin-top: 40px;
}
.c-top-btn-03 a {
  font-family: "Noto Serif JP", serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 0;
  width: 340px;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  outline: 1px solid #000;
  outline-offset: -5px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-top-btn-03 a {
    margin: 20px auto 0;
  }
}
.c-top-btn-03 a:hover {
  background: #000;
  color: #fff;
  outline: 1px solid #fff;
}
.c-top-btn-03 img {
  position: absolute;
  width: 90px;
  height: auto;
  right: 10px;
  top: 0;
}
.c-top-sec-06-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c-top-sec-06-flex-company {
  border-top: solid 2px #dfdfdf;
  padding-top: 20px;
  width: 46%;
  box-sizing: border-box;
}
.c-top-sec-06-flex-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .c-top-sec-06-flex {
    display: block;
  }
  .c-top-sec-06-flex-company {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-top-sec-06-flex-img {
    width: 100%;
  }
}
.c-top-sec-06-flex-img-img {
  width: 100%;
}
.c-top-sec-06-flex-img-img img {
  width: 100%;
}
.c-top-sec-06-flex-company-ul {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-top-sec-06-flex-company-ul {
    font-size: 14px;
  }
}
.c-top-sec-06-flex-img-h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 10px 0;
  text-align: center;
}

.c-top-sec-06-dl {
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
}
.c-top-sec-06-ul {
  display: flex;
  justify-content: space-between;
}
.c-top-sec-06-ul li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .c-top-sec-06-flex-img-h4 {
    text-align: left;
  }
  .c-top-sec-06-ul {
    display: block;
  }
  .c-top-sec-06-ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-top-sec-06-ul-img,
.c-top-sec-06-ul-img img {
  width: 100%;
}
.c-top-sec-06-ul-h4 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 5px 0;
}
.c-top-sec-06-dl {
  font-size: 14px;
  margin-bottom: 5px;
}
.c-top-sec-06-dl dt {
  width: 86px;
}
.c-top-sec-06-dl dd {
  width: calc(100% - 86px);
}
.c-sec-07-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.c-sec-07-flex.rev {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.c-sec-07-img {
  width: 40%;
}
.c-sec-07-img-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}
.c-sec-07-img-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
.c-sec-07-txt-01 {
  width: 58%;
  padding-right: 30px;
  box-sizing: border-box;
}
.c-sec-07-txt-02 {
  width: 58%;
  padding-left: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-sec-07-flex {
    display: block;
  }
  .c-sec-07-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-sec-07-txt-01 {
    width: 100%;
    padding-right: 0;
  }
  .c-sec-07-txt-02 {
    width: 100%;
    padding-left: 0;
  }
}
.c-sec-07-txt-title {
  height: 20px;
}
.c-sec-07-txt-title img {
  height: 100%;
}
.c-sec-07-flex-h2 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-sec-07-flex-h2 {
    font-size: 22px;
    padding: 30px 0;
  }
}
.c-sec-07-img-btm {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-sec-07-img-btm {
    display: block;
  }
}
.c-sec-07-img-btm-img {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .c-sec-07-img-btm-img {
    margin: 0 auto 10px;
  }
}
.c-sec-07-img-btm-img img {
  width: 100%;
}

.c-sec-07-img-btm-txt span {
  background: #d2653a;
  padding: 6px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
}
.c-sec-07-img-btm-txt .left {
  margin-left: 20px;
  margin-top: 5px;
}
.c-sec-07-txt-01 .l-txt-p-01,
.c-sec-07-txt-02 .l-txt-p-01 {
  margin-bottom: 10px;
}
.l-ul {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.c-sec-07-img-btm-txt-01 {
  margin-top: 20px;
}
.c-sec-07-img-btm-txt-01 span {
  background: #243d8e;
  padding: 6px 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-sec-07-img-btm-txt-01 span {
    font-size: 20px;
  }
}
.c-sec-07-img-btm-txt-01 .left {
  margin-top: 5px;
}
.c-sec-08-left .l-txt-p-01 {
  margin-bottom: 20px;
}
.c-sec-08-flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.c-sec-08-left,
.c-sec-08-right {
  width: 46%;
}
.c-sec-08-right-01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-sec-08-flex {
    display: block;
  }
  .c-sec-08-left {
    width: 100%;
  }

  .c-sec-08-right {
    display: none;
  }
  .c-sec-08-left {
    margin-bottom: 60px;
  }
  .c-sec-08-right-01 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-sec-08-right-wrap {
  position: relative;
}
.c-sec-08-txtbg {
  font-size: 180px;
  line-height: 1;
  font-weight: 600;
  color: #efefef;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -90px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-sec-08-txtbg {
    font-size: 80px;
    top: -40px;
  }
}
.c-sec-08-flex-01 {
  display: flex;
  justify-content: space-between;
}
.c-sec-08-flex-01.rev {
  flex-direction: row-reverse;
}
.c-sec-08-flex-01-txt,
.c-sec-08-flex-01-img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-sec-08-flex-01 {
    display: block;
  }
  .c-sec-08-flex-01-txt,
  .c-sec-08-flex-01-img {
    width: 100%;
  }
  .c-sec-08-flex-01-txt {
    padding-top: 30px;
  }
}
.c-sec-08-title-sub {
  position: relative;
}
.c-sec-08-title-sub p {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #efefef;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -60px;
}
.c-sec-08-title span {
  padding: 6px 20px;
  background: #243d8e;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-sec-08-title span {
    font-size: 20px;
    padding: 6px 10px;
  }
}
.c-sec-08-flex-01-txt .l-txt-p-01 {
  margin-bottom: 10px;
}
/*スマホヘッダー*/
@media screen and (max-width: 900px) {
  header {
    padding: 0 0 0 10px;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; /* ヘッダー自体も前へ */
  }
  /* header nav {
    position: fixed;
    z-index: 5000;
    left: 0;
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
  } */
  header nav {
    position: static;
    z-index: auto;
    display: block; /* PC用などに影響させないための安全策 */
    width: auto;
    height: auto;
    background: transparent;
    overflow: visible;
  }
  header .c-header-btn-menu {
    line-height: 0;
    position: fixed;
    z-index: 6000;
    top: 0;
    right: 0px;
    display: block;
    width: 80px;
    height: 80px;
    background: #1b5199;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 58px 0 0;
    color: #fff;
    letter-spacing: 0.2em;
  }
  header .c-header-btn-menu span {
    position: absolute;
    left: 20px;
    width: 40px;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    background-color: #fff;
    letter-spacing: 0.05em;
  }
  header .c-header-btn-menu span {
    position: absolute;
    left: 30px;
    width: 40px;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    background-color: #fff;
    letter-spacing: 0.05em;
  }
  header .c-header-btn-menu span:nth-child(2) {
    top: 30px;
  }
  header .c-header-btn-menu span:first-child {
    top: 21px;
  }
  header .c-header-btn-menu span:nth-child(3) {
    bottom: 28px;
  }
  .js-open .c-header-btn-menu span:first-child {
    top: 5px;
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  .js-open .c-header-btn-menu span:nth-child(2) {
    opacity: 0;
  }
  .js-open .c-header-btn-menu span:nth-child(3) {
    bottom: 23px;
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  header .c-header-btn-menu span {
    left: 16px;
  }
  .js-open .nav-wrap {
    background-size: 90%;
  }
  nav {
    display: none;
  }
  .js-open nav {
    display: block;
  }
  header nav .nav-inner {
    padding: 130px 0;
  }
  header nav .nav-inner {
    top: calc(50% - 50px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    max-width: 600px;
    width: calc(100% - 50px);
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
  }
  .js-open .nav-wrap {
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    height: 100svh;
  }
  .c-header-sp {
    position: fixed;
    inset: 0 0 auto 0; /* 上に固定、横幅100% */
    z-index: 3000; /* スマホヘッダー全体を前へ */
  }

  .c-header-sp-nav {
    position: fixed;
    inset: 0;
    z-index: 10000; /* 何より上に */
    display: none; /* 初期は閉じる（JSで開閉） */
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  header .c-header-btn-menu {
    line-height: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11000; /* .c-header-sp-nav より上 */
    display: block;
    width: 70px;
    height: 70px;
    background: #1b5199;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 58px 0 0;
    color: #fff;
    letter-spacing: 0.2em;
  }
  .c-header-logo-sp {
    display: flex;
    align-items: center;
    column-gap: 20px;
    height: 80px;
    padding-left: 10px;
  }
  .c-header-pc-nav-img {
    width: 160px;
  }
  .nav-sp {
    margin: 0 auto 30px;
    position: relative;
  }
  .nav-sp li a {
    display: block;
    text-align: left;
    padding: 1px 30px 1px 0;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    font-weight: 400;
  }
  .nav-sp li a:before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    border-top: 2px solid #d2653a;
    border-right: 2px solid #d2653a;
  }
  .nav-sp li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
  .nav-inner-logo {
    width: 220px;
    margin: 0 auto 40px;
  }
  .btn-contact {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    background: #d2653a;
    color: #fff;
    font-weight: 400;
  }
  .btn-contact:before {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 6px;
    content: "";
    width: 23px;
    height: 18px;
    margin: 0 auto 3px;
    background: url(../../assets/img/ic_email.svg) no-repeat 50%;
    background-size: contain;
  }
  .is-active .c-header-sp {
    background: #fff;
  }
}
.p-header-wrap.page {
  background: #fff;
}
.p-header-wrap.page .c-header-pc-nav li a {
  color: #333;
  font-weight: 500;
}
.p-header-wrap.page .c-header-pc-nav li a:hover {
  color: #d2653a;
}
.p-header-wrap.page .c-header-pc-nav li.p-nav-contact a {
  color: #fff;
}
.p-header-wrap.page .c-header-pc-nav li.p-nav-contact a:hover {
  color: #d2653a;
}
.post-type-archive-news .title-page,
.single-news .title-page {
  background: url(../../assets/img/blog/hd_bg_01.jpg) no-repeat center center;
  background-size: cover;
}
.c-news-content {
  padding-bottom: 60px;
}
#sec-contact {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .c-header-pc-nav-img {
    width: 140px;
  }
  .c-header-logo {
    width: 130px;
  }
}
/* 初期状態（全 fadein 共通） */
.fadein {
  opacity: 0;
  transform: translateX(-12px); /* 少し左 */
}

/* 表示状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translateX(0);
}

/* テキスト（ゆっくり） */
.fadein.delay0 {
  transition:
    opacity 1.5s ease,
    transform 1.5s ease;
}
.line {
  width: 560px;
  height: 1px;
  background-color: #fff;

  opacity: 1; /* 線はフェード不要なら 1 固定でOK */
  transform: scaleX(0);
  transform-origin: left;

  transition: transform 1.2s ease;
}

.line.scrollin {
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .line {
    width: 340px;
  }
}
@media screen and (max-width: 400px) {
  .line {
    width: 100%;
  }
}
.c-sec-08-title {
  margin-bottom: 10px;
}
