@charset "UTF-8";
:root {
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --outfit: "Outfit", sans-serif;
}

* {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  * {
    font-size: 1.4rem;
  }
}

body.top .linkbtn {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  display: table;
  color: #fff;
  background-color: #e7800f;
  border-radius: 9999px;
  padding: 0.7em 4em;
  position: relative;
}
body.top .linkbtn:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/btn-arrow.png) center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  right: 35px;
  transition: 0.6s;
}
body.top .linkbtn:hover {
  opacity: 1;
}
body.top .linkbtn:hover:after {
  right: 25px;
}
body.top .secTtl {
  text-align: center;
  display: table;
  margin: 0 auto 50px;
}
body.top .secTtl h3 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--serif);
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  body.top .linkbtn {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 0.5em 2.5em;
  }
  body.top .linkbtn:after {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 20px;
  }
  body.top .linkbtn.sm {
    font-size: 1.2rem;
    padding: 0.4em 1.6em;
  }
  body.top .linkbtn.clear {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  body.top .secTtl {
    margin: 0 auto 30px;
  }
  body.top .secTtl h3 {
    font-size: 1.6rem;
  }
  body.top .secTtl .en {
    font-size: 3.2rem;
  }
}
body.top .secMv {
  padding-bottom: 100px;
}
body.top .secMv .sliderWrap {
  width: 100%;
  display: flex;
}
body.top .secMv .sliderWrap .left {
  width: 66.6666666667%;
  position: relative;
}
body.top .secMv .sliderWrap .left .mvSlider1 {
  font-size: 0;
  line-height: 0;
  width: 100%;
}
body.top .secMv .sliderWrap .left .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body.top .secMv .sliderWrap .left .txt h2 {
  font-size: 4rem;
  font-weight: 600;
  font-family: var(--serif);
  letter-spacing: 4px;
  text-wrap: nowrap;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
  color: #fff;
  margin-bottom: 20px;
}
body.top .secMv .sliderWrap .right {
  width: 33.3333333333%;
}
body.top .secMv .sliderWrap .right .mvSlider2,
body.top .secMv .sliderWrap .right .mvSlider3 {
  font-size: 0;
  line-height: 0;
  width: 100%;
  transition-delay: 3s;
}
body.top .secMv .sliderWrap .right .mvSlider2 .slick-slide,
body.top .secMv .sliderWrap .right .mvSlider3 .slick-slide {
  border: none;
}
body.top .secMv .mvRead {
  max-width: 680px;
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}
body.top .secMv .mvRead h3 {
  font-size: 2.4rem;
  font-family: var(--serif);
  text-align: center;
  margin-bottom: 20px;
}
body.top .secMv .mvRead p {
  font-family: var(--serif);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.top .secMv {
    padding-bottom: 60px;
  }
  body.top .secMv .sliderWrap .left {
    width: 66.6666666667%;
    position: relative;
  }
  body.top .secMv .sliderWrap .left .mvSlider1 {
    font-size: 0;
    line-height: 0;
    width: 100%;
  }
  body.top .secMv .sliderWrap .left .txt {
    transform: translateY(-50%);
    left: 10px;
    z-index: 10;
  }
  body.top .secMv .sliderWrap .left .txt h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  body.top .secMv .mvRead {
    padding: 40px 20px 0;
  }
  body.top .secMv .mvRead h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body.top .secMv .mvRead p {
    font-size: 1.8rem;
    text-align: left;
  }
}
body.top .secNews {
  padding-bottom: 70px;
}
body.top .secNews .secInner {
  max-width: 100%;
  padding: 0;
}
body.top .secNews .sliderNews .post {
  padding: 0 15px;
}
body.top .secNews .sliderNews .post .videoWrap {
  width: 100%;
  margin-bottom: 25px;
}
body.top .secNews .sliderNews .post .videoWrap .video {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
body.top .secNews .sliderNews .post .videoWrap .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
}
body.top .secNews .sliderNews .post .img {
  margin-bottom: 25px;
}
body.top .secNews .sliderNews .post .img img {
  aspect-ratio: 3/2;
  border-radius: 15px;
  object-fit: cover;
}
body.top .secNews .sliderNews .post .txt {
  display: flex;
  align-items: center;
  padding-left: 5px;
}
body.top .secNews .sliderNews .post .txt p {
  font-size: 1.8rem;
  font-weight: 600;
  display: table;
}
body.top .secNews .sliderNews .post .txt .cat {
  text-wrap: nowrap;
  padding: 0 0.5em;
  border: 1px solid #000;
  border-radius: 9999px;
  margin-right: 10px;
}
body.top .secNews .linkbtn {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  body.top .secNews .sliderNews .post .txt p {
    font-size: 1.4rem;
  }
  body.top .secNews .sliderNews .post .txt .cat {
    font-size: 1.2rem;
  }
  body.top .secNews .linkbtn {
    margin: 50px auto 0;
  }
}
body.top .secProject {
  padding-bottom: 150px;
  overflow: hidden;
}
body.top .secProject .secInner {
  max-width: 1920px;
  padding-right: 0;
}
body.top .secProject .projectWrap {
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
body.top .secProject .projectWrap .vertTtl {
  max-width: 200px;
  transform: rotate(-90deg) translate(70%, 8%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.top .secProject .projectWrap .vertTtl .en {
  font-size: 10.8rem;
  font-weight: 500;
  font-family: var(--serif);
  color: #e9e9e9;
}
body.top .secProject .projectWrap .vertTtl h3 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--serif);
}
body.top .secProject .projectWrap .blkWrap .blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
body.top .secProject .projectWrap .blkWrap .blk + .blk {
  margin-top: 70px;
}
body.top .secProject .projectWrap .blkWrap .blk .txt {
  max-width: 440px;
  width: 100%;
}
body.top .secProject .projectWrap .blkWrap .blk .txt h4 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: var(--serif);
  margin-bottom: 30px;
}
body.top .secProject .projectWrap .blkWrap .blk .txt .detail {
  font-family: var(--serif);
  text-align: justify;
  margin-bottom: 20px;
}
body.top .secProject .projectWrap .blkWrap .blk .img {
  max-width: 580px;
  margin-right: -70px;
}
body.top .secProject .projectWrap .blkWrap .blk .img img {
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  body.top .secProject {
    padding-bottom: 80px;
  }
  body.top .secProject .secInner {
    padding-right: 20px;
  }
  body.top .secProject .projectWrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  body.top .secProject .projectWrap .vertTtl {
    max-width: 100%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  body.top .secProject .projectWrap .vertTtl .en {
    font-size: 4.2rem;
  }
  body.top .secProject .projectWrap .vertTtl h3 {
    font-size: 1.8rem;
  }
  body.top .secProject .projectWrap .blkWrap .blk {
    flex-direction: column-reverse;
    gap: 20px;
  }
  body.top .secProject .projectWrap .blkWrap .blk + .blk {
    margin-top: 60px;
  }
  body.top .secProject .projectWrap .blkWrap .blk .txt {
    padding-top: 0;
  }
  body.top .secProject .projectWrap .blkWrap .blk .txt h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  body.top .secProject .projectWrap .blkWrap .blk .txt .detail {
    font-size: 1.8rem;
  }
  body.top .secProject .projectWrap .blkWrap .blk .txt .linkbtn {
    margin: 0 auto;
  }
  body.top .secProject .projectWrap .blkWrap .blk .img {
    margin-right: 0;
  }
  body.top .secProject .projectWrap .blkWrap .blk .img img {
    border-radius: 20px;
  }
}
body.top .bnrWrap {
  max-width: 1080px;
  width: 100%;
  padding-bottom: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body.top .bnrWrap a {
  width: 33.3333333333%;
  display: block;
  position: relative;
}
body.top .bnrWrap a:hover {
  opacity: 0.6;
}
body.top .bnrWrap a:hover:after {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  body.top .bnrWrap {
    padding: 0 40px;
    padding-bottom: 80px;
    flex-direction: column;
    gap: 20px;
  }
  body.top .bnrWrap a {
    width: 100%;
  }
}

body.subpage .secTtl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: var(--serif);
}
body.subpage .secTtl.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
body.subpage .secMv .secInner {
  padding-top: 60px;
  padding-bottom: 10px;
}
body.subpage .secMv .pageTtl {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}
body.subpage .secMv .pageTtl h1 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: var(--serif);
}
body.subpage .secMv .pageTtl .en {
  font-size: 10.6rem;
  font-weight: 600;
  font-family: var(--serif);
  line-height: 1.3;
  color: #e5e1da;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
body.subpage .secMv .breadcrumbs {
  border-top: 2px solid #e7800f;
  padding-top: 10px;
  margin-bottom: 80px;
}
body.subpage .secMv .breadcrumbs .inner {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
body.subpage .secMv .breadcrumbs .inner > * {
  font-weight: 500;
}
body.subpage .secMv .breadcrumbs .inner > a {
  display: block;
  margin-right: 5px;
}
body.subpage .secMv .breadcrumbs .inner > a:after {
  content: ">";
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  body.subpage .secTtl {
    font-size: 2rem;
  }
  body.subpage .secMv .secInner {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  body.subpage .secMv .pageTtl {
    padding-top: 60px;
  }
  body.subpage .secMv .pageTtl h1 {
    font-size: 2.4rem;
  }
  body.subpage .secMv .pageTtl .en {
    font-size: 6.2rem;
    line-height: 1.5;
  }
  body.subpage .secMv .breadcrumbs {
    margin-bottom: 60px;
  }
  body.subpage .secMv .breadcrumbs .inner > * {
    font-size: 1.4rem;
  }
}

body.about .secRead {
  margin-bottom: 150px;
}
body.about .secRead .read {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: var(--serif);
  text-align: center;
  line-height: 2;
  margin-bottom: 90px;
}
body.about .secRead .pointWrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body.about .secRead {
    margin-bottom: 80px;
  }
  body.about .secRead .read {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  body.about .secRead .pointWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  body.about .secRead .pointWrap .point {
    width: 44%;
  }
}
body.about .secAbout {
  padding-bottom: 140px;
  overflow: hidden;
}
body.about .secAbout .secInner {
  max-width: 1920px;
}
body.about .secAbout .secInner.left {
  padding-left: 0;
  margin-bottom: 110px;
}
body.about .secAbout .secInner.left .blkWrap {
  justify-content: flex-start;
}
body.about .secAbout .secInner.left .blkWrap .blk {
  justify-content: flex-start;
}
body.about .secAbout .secInner.left .blkWrap .img {
  margin-left: -60px;
}
body.about .secAbout .secInner.right {
  padding-right: 0;
}
body.about .secAbout .secInner.right .blkWrap {
  justify-content: flex-end;
}
body.about .secAbout .secInner.right .blkWrap .blk {
  justify-content: flex-end;
}
body.about .secAbout .secInner.right .blkWrap .img {
  margin-right: -60px;
}
body.about .secAbout .blkWrap {
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  display: flex;
}
body.about .secAbout .blk {
  display: flex;
  align-items: center;
  gap: 60px;
}
body.about .secAbout .blk .img {
  max-width: 750px;
  width: 45%;
}
body.about .secAbout .blk .txt {
  max-width: 580px;
  width: 50%;
}
body.about .secAbout .blk .txt h3 {
  margin-bottom: 20px;
}
body.about .secAbout .blk .txt .detail {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.about .secAbout {
    padding-bottom: 80px;
  }
  body.about .secAbout .secInner.left {
    padding-left: 20px;
    margin-bottom: 60px;
  }
  body.about .secAbout .secInner.left .blkWrap .blk {
    flex-direction: column-reverse;
  }
  body.about .secAbout .secInner.left .blkWrap .img {
    margin-left: 0;
  }
  body.about .secAbout .secInner.left .blkWrap .img img {
    border-radius: 20px;
  }
  body.about .secAbout .secInner.right {
    padding-right: 20px;
  }
  body.about .secAbout .secInner.right .blkWrap .blk {
    flex-direction: column;
  }
  body.about .secAbout .secInner.right .blkWrap .img {
    margin-right: 0;
  }
  body.about .secAbout .secInner.right .blkWrap .img img {
    border-radius: 20px;
  }
  body.about .secAbout .blk {
    gap: 30px;
  }
  body.about .secAbout .blk .img {
    width: 90%;
  }
  body.about .secAbout .blk .txt {
    width: 100%;
  }
  body.about .secAbout .blk .txt h3 {
    margin-bottom: 10px;
  }
  body.about .secAbout .blk .txt .detail {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
body.about .secInfo {
  padding-bottom: 120px;
}
body.about .secInfo h2 {
  letter-spacing: 0.8em;
  margin-bottom: 60px;
}
body.about .secInfo table {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
body.about .secInfo table tr th,
body.about .secInfo table tr td {
  padding: 20px 0;
  border-top: 1px solid #4d4d4d;
}
body.about .secInfo table tr th {
  font-weight: 400;
  width: 180px;
  padding-left: 30px;
}
body.about .secInfo table tr td {
  font-weight: 400;
  width: calc(100% - 180px);
}
body.about .secInfo table tr td span {
  width: 95px;
  display: inline-block;
}
body.about .secInfo table tr:last-of-type th, body.about .secInfo table tr:last-of-type td {
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
  body.about .secInfo {
    padding-bottom: 80px;
  }
  body.about .secInfo h2 {
    margin-bottom: 30px;
  }
  body.about .secInfo table tr th {
    font-size: 1.4rem;
    width: 140px;
    padding-left: 20px;
  }
  body.about .secInfo table tr td {
    font-size: 1.4rem;
    width: calc(100% - 140px);
  }
}
body.about .secAccess {
  padding-bottom: 140px;
}
body.about .secAccess .secTtl {
  margin-bottom: 20px;
}
body.about .secAccess .address {
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}
body.about .secAccess .mapWrap {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
body.about .secAccess .mapWrap iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.about .secAccess {
    padding-bottom: 80px;
  }
  body.about .secAccess .address {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  body.about .secAccess .mapWrap iframe {
    height: 300px;
  }
}

body.business .secRead {
  margin-bottom: 150px;
}
body.business .secRead .read {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: var(--serif);
  text-align: center;
  line-height: 2;
  margin-bottom: 90px;
}
body.business .secRead .img {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.business .secRead {
    margin-bottom: 80px;
  }
  body.business .secRead .read {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
body.business .secIntro {
  padding-bottom: 140px;
}
body.business .secIntro .blk {
  display: flex;
  justify-content: space-between;
  gap: 75px;
}
body.business .secIntro .blk:nth-of-type(n+2) {
  margin-top: 80px;
}
body.business .secIntro .blk .img {
  width: 47%;
}
body.business .secIntro .blk .txt {
  width: 47%;
}
body.business .secIntro .blk .txt h2 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--serif);
  margin-bottom: 10px;
}
body.business .secIntro .blk .txt .box {
  padding: 20px 60px;
  background-color: #e9e9e9;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 25px;
}
body.business .secIntro .blk .txt .box li:before {
  content: "・";
}
body.business .secIntro .blk .txt .detail {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body.business .secIntro {
    padding-bottom: 80px;
  }
  body.business .secIntro .blk {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  body.business .secIntro .blk:nth-of-type(n+2) {
    margin-top: 60px;
  }
  body.business .secIntro .blk:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  body.business .secIntro .blk .img {
    width: 90%;
    margin: 0 auto;
  }
  body.business .secIntro .blk .txt {
    width: 100%;
  }
  body.business .secIntro .blk .txt h2 {
    font-size: 2rem;
    text-align: center;
  }
  body.business .secIntro .blk .txt .box {
    font-size: 1.4rem;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  body.business .secIntro .blk .txt .detail {
    font-size: 1.4rem;
  }
}

body.policy .secContent {
  padding-bottom: 120px;
}
body.policy .secContent .secInner {
  max-width: 780px;
}
body.policy .secContent p {
  font-weight: 500;
  line-height: 2;
}
body.policy .secContent p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.policy .secContent * {
    font-size: 1.4rem;
  }
}

body.support .secPost {
  padding-bottom: 100px;
}
body.support .secPost .blk {
  padding: 50px 8%;
  border-bottom: 3px dotted #000;
}
body.support .secPost .blk:first-of-type {
  padding-top: 0;
}
body.support .secPost .blk h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
body.support .secPost .blk p {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  body.support .secPost {
    padding-bottom: 60px;
  }
  body.support .secPost .blk {
    padding: 30px 20px;
  }
  body.support .secPost .blk h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  body.support .secPost .blk p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

body.host .secPost {
  padding-bottom: 160px;
}
body.host .secPost .secInner {
  max-width: 1080px;
}
body.host .secPost .blk {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 70px;
}
body.host .secPost .blk + .blk {
  margin-top: 80px;
}
body.host .secPost .blk h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body.host .secPost {
    padding-bottom: 80px;
  }
  body.host .secPost .blk {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  body.host .secPost .blk + .blk {
    margin-top: 60px;
  }
  body.host .secPost .blk h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  body.host .secPost .blk .detail {
    font-size: 1.4rem;
  }
}

body.media .secPost {
  padding-bottom: 100px;
}
body.media .secPost .secInner {
  max-width: 980px;
}
body.media .secPost .blk {
  display: flex;
  justify-content: space-between;
  padding: 40px 2%;
  border-bottom: 3px dotted #000;
}
body.media .secPost .blk:first-of-type {
  padding-top: 0;
}
body.media .secPost .blk .videoWrap,
body.media .secPost .blk .img {
  max-width: 380px;
  width: 42%;
}
body.media .secPost .blk .videoWrap .video,
body.media .secPost .blk .img .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body.media .secPost .blk .videoWrap .video iframe,
body.media .secPost .blk .img .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body.media .secPost .blk .videoWrap img,
body.media .secPost .blk .img img {
  width: 100%;
}
body.media .secPost .blk .txt {
  max-width: 480px;
  width: 55%;
  padding-top: 5px;
}
body.media .secPost .blk .txt h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
body.media .secPost .blk .txt .date {
  font-weight: 500;
  color: #e7800f;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.media .secPost {
    padding-bottom: 60px;
  }
  body.media .secPost .blk {
    flex-direction: column;
    padding: 20px 10px;
  }
  body.media .secPost .blk .videoWrap,
  body.media .secPost .blk .img {
    width: 100%;
    margin-bottom: 10px;
  }
  body.media .secPost .blk .txt {
    width: 100%;
    padding-top: 5px;
  }
  body.media .secPost .blk .txt h2 {
    font-size: 1.6rem;
  }
  body.media .secPost .blk .txt .date {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body.media .secPost .blk .txt .detail {
    font-size: 1.4rem;
  }
}

body.news .secPost {
  padding-bottom: 100px;
}
body.news .secPost .secInner {
  max-width: 720px;
}
body.news .secPost .post {
  display: flex;
  align-items: center;
  padding: 30px 2%;
  border-bottom: 3px dotted #000;
  position: relative;
}
body.news .secPost .post:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 30px;
}
body.news .secPost .post:first-of-type {
  border-top: 3px dotted #000;
}
body.news .secPost .post .date {
  font-size: 1.8rem;
  font-weight: 600;
  width: 20%;
}
body.news .secPost .post h2 {
  font-weight: 500;
  width: 80%;
}
@media screen and (max-width: 767px) {
  body.news .secPost {
    padding-bottom: 80px;
  }
  body.news .secPost .post {
    display: flex;
    padding: 15px 2%;
    flex-direction: column;
  }
  body.news .secPost .post:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 30px;
  }
  body.news .secPost .post .date {
    font-size: 1.6rem;
    width: 100%;
  }
  body.news .secPost .post h2 {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
  }
}

body.works .secPost {
  padding-bottom: 100px;
}
body.works .secPost .secInner {
  max-width: 960px;
}
body.works .secPost .areaCategory {
  margin-bottom: 70px;
}
body.works .secPost .areaCategory .catWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.works .secPost .areaCategory .catWrap a {
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid;
}
body.works .secPost .areaCategory .catWrap a.active {
  color: #e7800f;
}
body.works .secPost .areaCategory .catWrap a:hover {
  opacity: 1;
  color: #e7800f;
}
body.works .secPost .blkWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 25px;
}
body.works .secPost .blkWrap .blk .img {
  margin-bottom: 10px;
}
body.works .secPost .blkWrap .blk h2 {
  font-size: 1.4rem;
  font-weight: 600;
}
body.works .secPost .pager {
  margin-top: 110px;
}
body.works .secPost .pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
body.works .secPost .pager .wp-pagenavi > span,
body.works .secPost .pager .wp-pagenavi > a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
}
body.works .secPost .pager .wp-pagenavi > span {
  color: #fff;
  background-color: #e7800f;
  border: 2px solid #e7800f;
}
body.works .secPost .pager .wp-pagenavi .previouspostslink {
  position: relative;
}
body.works .secPost .pager .wp-pagenavi .previouspostslink:after {
  content: "＜";
  font-size: 1.4rem;
  color: #131D7D;
  position: absolute;
  transform: translate(-50%, -50%) scaleY(1.3);
  top: 48%;
  left: 48%;
}
body.works .secPost .pager .wp-pagenavi .nextpostslink {
  position: relative;
}
body.works .secPost .pager .wp-pagenavi .nextpostslink:after {
  content: "＞";
  font-size: 2rem;
  color: #131D7D;
  position: absolute;
  transform: translate(-50%, -50%) scaleY(1.3);
  top: 48%;
  left: 52%;
}
@media screen and (max-width: 767px) {
  body.works .secPost {
    padding-bottom: 80px;
  }
  body.works .secPost .areaCategory {
    margin-bottom: 60px;
  }
  body.works .secPost .areaCategory .catWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.works .secPost .areaCategory .catWrap a {
    font-size: 1.4rem;
  }
  body.works .secPost .blkWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
  body.works .secPost .blkWrap .blk h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  body.works .secPost .pager {
    margin-top: 60px;
  }
  body.works .secPost .pager .wp-pagenavi > span,
  body.works .secPost .pager .wp-pagenavi > a {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
  body.works .secPost .pager .wp-pagenavi .previouspostslink:after,
  body.works .secPost .pager .wp-pagenavi .nextpostslink:after {
    font-size: 1.6rem;
  }
}

body.contact .secContact {
  padding-bottom: 120px;
}
body.contact .secContact .secInner {
  max-width: 920px;
}
body.contact .secContact .read {
  font-size: 1.8rem;
  line-height: 2.2;
  display: table;
  margin: 0 auto 60px;
}
body.contact .secContact .read a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.contact .secContact {
    padding-bottom: 80px;
  }
  body.contact .secContact .read {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 auto 30px;
  }
}
body.contact .secContact .areaContact {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
body.contact .secContact .areaContact .status {
  margin-bottom: 30px;
}
body.contact .secContact .areaContact .status .status2,
body.contact .secContact .areaContact .status .status3 {
  display: none;
}
body.contact .secContact .areaContact .blk + .blk {
  margin-top: 25px;
}
body.contact .secContact .areaContact .blk .item {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
body.contact .secContact .areaContact .blk .item .must {
  font-size: 1.4rem;
  font-weight: 600;
  color: #d40000;
  margin-left: 15px;
}
body.contact .secContact .areaContact .blk input, body.contact .secContact .areaContact .blk textarea, body.contact .secContact .areaContact .blk select {
  font-weight: 500;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #808080;
  border-radius: 5px;
}
body.contact .secContact .areaContact .blk.blk1 > p:not(.item) {
  position: relative;
}
body.contact .secContact .areaContact .blk.blk1 > p:not(.item):after {
  content: "▼";
  font-size: 1.4rem;
  color: #808080;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
}
body.contact .secContact .areaContact .confirm {
  font-weight: 500;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.contact .secContact .areaContact .confirm input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1.5px solid #000;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: -5px;
  appearance: none;
  position: relative;
}
body.contact .secContact .areaContact .confirm input[type=checkbox]:checked:before {
  content: "";
  width: 8px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  transform: translate(-50%, -50%) rotate(50deg);
  top: 38%;
  left: 50%;
}
body.contact .secContact .areaContact .btnWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.contact .secContact .areaContact .btnWrap .formbtnWrap {
  display: table;
  margin: 0 auto;
  position: relative;
}
body.contact .secContact .areaContact .btnWrap .formbtnWrap:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/btn-arrow.png) center/contain no-repeat;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  right: 35px;
  transition: 0.6s;
}
body.contact .secContact .areaContact .btnWrap .formbtnWrap:hover {
  opacity: 1;
}
body.contact .secContact .areaContact .btnWrap .formbtnWrap:hover:after {
  right: 25px;
}
body.contact .secContact .areaContact .btnWrap .formbtnWrap input,
body.contact .secContact .areaContact .btnWrap .formbtnWrap button {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  min-width: 200px;
  display: table;
  color: #fff;
  background-color: #e7800f;
  border-radius: 9999px;
  padding: 0.7em 4em;
  position: relative;
}
body.contact .secContact .areaContact .btnWrap button {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  max-width: 200px;
  width: 100%;
  display: table;
  border-radius: 9999px;
  padding: 0.7em 4em;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
  background-color: #b0b0b0;
  border: 2px solid #b0b0b0;
  transition: 0.4s;
}
body.contact .secContact .areaContact .btnWrap button:hover {
  color: #b0b0b0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .areaContact .blk .item {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body.contact .secContact .areaContact .blk .item .must {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  body.contact .secContact .areaContact .blk input, body.contact .secContact .areaContact .blk textarea, body.contact .secContact .areaContact .blk select {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  body.contact .secContact .areaContact .blk.blk1 > p:not(.item):after {
    right: 20px;
  }
  body.contact .secContact .areaContact .confirm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
body.contact .secContact .mw_wp_form_confirm .areaContact .status .status1,
body.contact .secContact .mw_wp_form_confirm .areaContact .status .status3 {
  display: none;
}
body.contact .secContact .mw_wp_form_confirm .areaContact .status .status2 {
  display: block;
}
body.contact .secContact .mw_wp_form_confirm .areaContact .blk.blk1 > p:not(.item):after {
  content: none;
}
body.contact .secContact .mw_wp_form_confirm .read,
body.contact .secContact .mw_wp_form_confirm .confirm {
  display: none;
}
body.contact .secContact .mw_wp_form_confirm .btnWrap {
  margin-top: 60px;
}
body.contact .secContact .complete .areaContact .status .status1,
body.contact .secContact .complete .areaContact .status .status2 {
  display: none;
}
body.contact .secContact .complete .areaContact .status .status3 {
  display: block;
}
body.contact .secContact .complete h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
body.contact .secContact .complete .txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.contact .secContact .complete h2 {
    font-size: 2rem;
  }
  body.contact .secContact .complete .txt {
    font-size: 1.4rem;
  }
}

body.glc .secTtl {
  text-align: center;
  display: table;
  margin: 0 auto;
}
body.glc .secTtl h2 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: var(--serif);
  letter-spacing: 4px;
  color: #1c2c59;
  margin-bottom: 15px;
}
body.glc .secTtl .read {
  font-size: 1.8rem;
  font-family: var(--serif);
}
@media screen and (max-width: 767px) {
  body.glc .secTtl {
    margin: 0 auto 30px;
  }
  body.glc .secTtl h2 {
    font-size: 2rem;
  }
  body.glc .secTtl .read {
    font-size: 1.4rem;
  }
}
body.glc .secMv {
  height: 80vh;
  background-color: #e9e9e9;
  position: relative;
  background: url(../img/glc/mv-bg.jpg) center right/cover no-repeat;
}
body.glc .secMv .catch {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: var(--serif);
  line-height: 2;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.45);
  letter-spacing: 2px;
  max-width: 500px;
  width: 100%;
  display: table;
  position: absolute;
  top: 40%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  body.glc .secMv {
    height: 30vh;
  }
  body.glc .secMv .video {
    overflow: hidden;
  }
  body.glc .secMv .video video {
    height: 30vh;
    transform: scale(1.5);
  }
  body.glc .secMv .catch {
    font-size: 1.8rem;
    width: 90%;
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
  }
}
body.glc .secNews {
  padding-top: 80px;
  padding-bottom: 70px;
}
body.glc .secNews .secInner {
  max-width: 720px;
}
body.glc .secNews .post {
  display: flex;
  align-items: center;
  padding: 25px 2%;
  border-bottom: 3px dotted #000;
  position: relative;
}
body.glc .secNews .post:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 30px;
}
body.glc .secNews .post:first-of-type {
  border-top: 3px dotted #000;
}
body.glc .secNews .post .date {
  font-size: 1.8rem;
  font-weight: 600;
  width: 20%;
}
body.glc .secNews .post h2 {
  font-weight: 500;
  width: 80%;
}
@media screen and (max-width: 767px) {
  body.glc .secNews {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  body.glc .secNews .post {
    flex-direction: column;
    padding: 15px 10px;
  }
  body.glc .secNews .post:after {
    width: 12px;
    height: 12px;
    top: 50%;
    right: 10px;
  }
  body.glc .secNews .post .date {
    font-size: 1.6rem;
    width: 100%;
  }
  body.glc .secNews .post .head {
    width: 100%;
  }
}
body.glc .secAbout {
  padding: 30px 0;
  background: url(../img/glc/about-bg.png) center/cover no-repeat;
}
body.glc .secAbout .secInner {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
}
body.glc .secAbout .head {
  max-width: 340px;
  width: 100%;
}
body.glc .secAbout .box {
  max-width: 720px;
  width: 100%;
  padding: 40px;
  padding-right: 100px;
  margin: 0 auto;
  background-color: #fff;
}
body.glc .secAbout .box .secTtl {
  text-align: left;
  color: #1a274c;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid;
}
body.glc .secAbout .box .detail {
  font-size: 1.8rem;
  font-family: var(--serif);
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  body.glc .secAbout .secInner {
    gap: 30px;
    flex-direction: column;
  }
  body.glc .secAbout .head {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  body.glc .secAbout .box {
    padding: 20px 20px 30px;
  }
  body.glc .secAbout .box .secTtl {
    margin-bottom: 0;
  }
  body.glc .secAbout .box .detail {
    font-size: 1.6rem;
    line-height: 2;
  }
}
body.glc .secBenefit {
  padding-top: 70px;
  background: url(../img/glc/benefit-bg.png) center/100% 100% no-repeat;
}
body.glc .secBenefit .secInner {
  max-width: 980px;
}
body.glc .secBenefit .secTtl {
  margin-bottom: 60px;
}
body.glc .secBenefit .secTtl h2 {
  max-width: 140px;
  width: 100%;
  margin: 0 auto 30px;
}
body.glc .secBenefit .aboutSecTtl h2 {
  max-width: 480px;
  width: 70%;
  margin: 0 auto 60px;
}
body.glc .secBenefit .boxWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-bottom: 150px;
}
body.glc .secBenefit .boxWrap2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-bottom: 60px;
}
body.glc .secBenefit .blkWrap {
  padding-bottom: 130px;
}
body.glc .secBenefit .blkWrap .blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.glc .secBenefit .blkWrap .blk + .blk {
  margin-top: 90px;
}
body.glc .secBenefit .blkWrap .blk .img {
  width: 46%;
  position: relative;
  z-index: 1;
}
body.glc .secBenefit .blkWrap .blk .img:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: -1;
  bottom: -15px;
}
body.glc .secBenefit .blkWrap .blk .txt {
  width: 46%;
}
body.glc .secBenefit .blkWrap .blk .txt h3 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: var(--serif);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
body.glc .secBenefit .blkWrap .blk .txt .detail {
  font-weight: 500;
  font-family: var(--serif);
  line-height: 2.2;
  text-align: justify;
}
body.glc .secBenefit .blkWrap .blk:nth-of-type(odd) .img:before {
  background-color: #e7800f;
  right: -15px;
}
body.glc .secBenefit .blkWrap .blk:nth-of-type(even) .img:before {
  background-color: #1c2c59;
  left: -15px;
}
body.glc .secBenefit .blkWrap .blk:nth-of-type(even) .txt {
  display: table;
  margin: 0 auto;
}
body.glc .secBenefit .sliderBenefit {
  display: flex;
  margin-bottom: 100px;
}
body.glc .secBenefit .sliderBenefit p {
  width: 25%;
}
@media screen and (max-width: 767px) {
  body.glc .secBenefit .secTtl {
    margin-bottom: 40px;
  }
  body.glc .secBenefit .secTtl h2 {
    max-width: 110px;
    margin: 0 auto 20px;
  }
  body.glc .secBenefit .boxWrap {
    width: 95%;
    margin: 0 auto 80px;
    gap: 1%;
    grid-template-columns: 1fr;
  }
  body.glc .secBenefit .blkWrap {
    padding-bottom: 80px;
  }
  body.glc .secBenefit .blkWrap .blk {
    flex-direction: column;
  }
  body.glc .secBenefit .blkWrap .blk + .blk {
    margin-top: 60px;
  }
  body.glc .secBenefit .blkWrap .blk .img {
    width: 90%;
  }
  body.glc .secBenefit .blkWrap .blk .img:before {
    content: "";
    width: 60px;
    height: 60px;
    bottom: -15px;
  }
  body.glc .secBenefit .blkWrap .blk .txt {
    width: 100%;
    margin-bottom: 20px !important;
  }
  body.glc .secBenefit .blkWrap .blk .txt h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  body.glc .secBenefit .blkWrap .blk .txt .detail {
    font-size: 1.4rem;
  }
  body.glc .secBenefit .blkWrap .blk:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  body.glc .secBenefit .blkWrap .blk:nth-of-type(odd) .img:before {
    right: -10px;
  }
  body.glc .secBenefit .blkWrap .blk:nth-of-type(even) .img:before {
    left: -10px;
  }
}
body.glc .bnrWrap {
  max-width: 1080px;
  width: 100%;
  padding-bottom: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body.glc .bnrWrap a {
  display: block;
  position: relative;
  width: 33.3333333333%;
}
body.glc .bnrWrap a:hover {
  opacity: 0.6;
}
body.glc .bnrWrap a:hover:after {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  body.glc .bnrWrap {
    padding: 0 40px;
    padding-bottom: 80px;
    flex-direction: column;
    gap: 20px;
  }
  body.glc .bnrWrap a {
    width: 100%;
  }
}

body.single .btnWrap {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.single .btnWrap a {
  max-width: 140px;
  width: 100%;
  display: block;
  position: relative;
}
body.single .btnWrap a[rel=next] {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body.single .btnWrap {
    max-width: 300px;
  }
  body.single .btnWrap a {
    max-width: 100px;
  }
}
body.single .secContent {
  padding-bottom: 100px;
}
body.single .secContent .secInner {
  max-width: 1060px;
}
body.single .secContent .postTtl {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.single .secContent .postTtl h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
body.single .secContent .postTtl .date {
  font-size: 2rem;
  font-weight: 500;
}
body.single .secContent .areaContent .thumbnail {
  max-width: 740px;
  width: 90%;
  margin: 0 auto 60px;
}
body.single .secContent .areaContent .thumbnail img {
  width: 100%;
}
body.single .secContent .areaContent .content {
  max-width: 940px;
  width: 100%;
  padding-bottom: 120px;
  margin: 0 auto;
}
body.single .secContent .areaContent .content * {
  margin-bottom: 1em;
}
body.single .secContent .areaContent .content h1 {
  font-size: 3.6rem;
}
body.single .secContent .areaContent .content h2 {
  font-size: 3rem;
}
body.single .secContent .areaContent .content h3 {
  font-size: 2.6rem;
}
body.single .secContent .areaContent .content h4 {
  font-size: 2.2rem;
}
body.single .secContent .areaContent .content h5 {
  font-size: 2rem;
}
body.single .secContent .areaContent .content h6 {
  font-size: 1.8rem;
}
body.single .secContent .areaContent .linkbtn {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  body.single .secContent {
    padding-bottom: 60px;
  }
  body.single .secContent .postTtl {
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body.single .secContent .postTtl h2 {
    font-size: 1.8rem;
  }
  body.single .secContent .postTtl .date {
    font-size: 1.4rem;
  }
  body.single .secContent .areaContent .thumbnail {
    margin: 0 auto 40px;
  }
  body.single .secContent .areaContent .content {
    padding-bottom: 80px;
  }
  body.single .secContent .areaContent .linkbtn {
    margin: 0 auto 30px;
  }
}