@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  border: none;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
body .body-wrap {
  position: relative;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.serif {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.common-inner {
  width: 840px;
  margin: 0 auto;
}

.common-bs {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#btn-gotop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 10000;
  width: 60px;
  height: 60px;
  background-color: #757575;
  transform: translateX(200%);
  transition: opacity 0.4s ease, transform 1s ease;
}
#btn-gotop.ov {
  opacity: 0.7;
  cursor: pointer;
}
#btn-gotop.on {
  transform: translateX(0);
}
#btn-gotop svg {
  color: #fff;
  font-size: 3rem;
}

.floating__bnr li.bnr {
  position: fixed;
  right: 0;
  bottom: 54px;
  width: 320px;
  z-index: 10;
  transition: opacity 0.2s 0s ease;
}
.floating__bnr li.bnr.js--ov {
  opacity: 0.7;
}
.floating__bnr li.bnr aside {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
  padding: 1px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2000;
  line-height: 1;
}

#common-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 19.8412698413%;
  margin-bottom: 50px;
}
#common-visual .visual-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#common-visual .visual-inner h2 {
  width: 840px;
  margin: 0 auto;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(71, 73, 62, 0.65), 0 0 2px rgba(71, 73, 62, 0.65), 0 0 3px rgba(71, 73, 62, 0.65), 0 0 4px rgba(71, 73, 62, 0.65), 0 0 5px rgba(71, 73, 62, 0.65), 0 0 6px rgba(71, 73, 62, 0.65), 0 0 7px rgba(71, 73, 62, 0.65);
}
@media (max-width: 750px) {
  #common-visual .visual-inner h2 {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
@media (min-width: 751px) {
  #common-visual .visual-inner h2 {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}
#common-visual .visual-inner h2 span {
  display: block;
}
#common-visual .visual-inner h2 span.en {
  display: inline-block;
}
@media (max-width: 750px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2.6666666667vw;
    line-height: 2.5;
  }
}
@media (min-width: 751px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2rem;
    line-height: 2.5;
  }
}
#common-visual .visual-inner h2 span.en small {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.4rem;
  transform: translateY(-2px);
}

.tit {
  padding-bottom: 30px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.tit2 {
  padding-bottom: 0.5em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .tit2 {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
@media (min-width: 751px) {
  .tit2 {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.tit2 .marker {
  display: inline-block;
  margin-right: 0.5em;
  color: #541c23;
  transform: translateY(-0.2em);
}
@media (max-width: 750px) {
  .tit2 .marker {
    font-size: 1.6vw;
    line-height: 3;
  }
}
@media (min-width: 751px) {
  .tit2 .marker {
    font-size: 1.2rem;
    line-height: 3;
  }
}

.tit3 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.6em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .tit3 {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
@media (min-width: 751px) {
  .tit3 {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.tit3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #541c23;
  transform: translateX(-50%);
}

.common-txt {
  padding-bottom: 2em;
}
@media (max-width: 750px) {
  .common-txt {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
@media (min-width: 751px) {
  .common-txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.common-txt:last-child {
  padding-bottom: 0;
}

.po-remarks {
  display: none;
}

@media (max-width: 750px) {
  .common-remarks {
    font-size: 1.6vw;
    line-height: 1.3333333333;
  }
}
@media (min-width: 751px) {
  .common-remarks {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body .body-wrap:before {
    border-left: 1px #e5e5e5 solid;
  }
  body .body-inner {
    background: none;
  }
  .common-inner {
    width: 94.6666666667%;
  }
  #btn-gotop {
    right: 15px;
    bottom: 35px;
    width: 36px;
    height: 36px;
  }
  #btn-gotop svg {
    color: #fff;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #btn-gotop svg {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #btn-gotop svg {
    font-size: 4rem;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  #common-visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 53.3333333333%;
    margin-bottom: 6.6666666667%;
  }
  #common-visual .visual-inner h2 {
    width: 94.6666666667%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 {
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 {
    font-size: 4.8rem;
    line-height: 1.4583333333;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2.9333333333vw;
    line-height: 2.7272727273;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.en {
    font-size: 2.2rem;
    line-height: 2.7272727273;
  }
}
@media (max-width: 750px) {
  #common-visual .visual-inner h2 span.en small {
    transform: translateY(-1px);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.en small {
    font-size: 1.8666666667vw;
    line-height: 4.2857142857;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.en small {
    font-size: 1.4rem;
    line-height: 4.2857142857;
  }
}
@media (max-width: 750px) {
  #common-visual .visual-inner h2 span.line2 {
    margin-left: 0.5em;
    padding-left: 1em;
    text-indent: -0.5em;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.line2 {
    font-size: 2.9333333333vw;
    line-height: 1.0909090909;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.line2 {
    font-size: 2.2rem;
    line-height: 1.0909090909;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #common-visual .visual-inner h2 span.line2 small {
    font-size: 1.8666666667vw;
    line-height: 1;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #common-visual .visual-inner h2 span.line2 small {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .tit {
    padding-bottom: 4.2253521127%;
  }
  .tit2 {
    padding-bottom: 0.5em;
    font-weight: bold;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .tit2 {
    font-size: 4.2666666667vw;
    line-height: 1.125;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .tit2 {
    font-size: 3.2rem;
    line-height: 1.125;
  }
}
@media (max-width: 750px) {
  .tit2 .marker {
    display: inline-block;
    margin-right: 0.5em;
    color: #541c23;
    transform: translateY(-0.2em);
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .tit2 .marker {
    font-size: 2.6666666667vw;
    line-height: 1.8;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .tit2 .marker {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (max-width: 750px) {
  .tit3 {
    margin-bottom: 0.9375em;
    padding-bottom: 0.375em;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .tit3 {
    font-size: 4.2666666667vw;
    line-height: 1.125;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .tit3 {
    font-size: 3.2rem;
    line-height: 1.125;
  }
}
@media (max-width: 750px) {
  .tit3:after {
    width: 35%;
  }
  .common-txt {
    padding-bottom: 1em;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .common-txt {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .common-txt {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) {
  .po-remarks {
    display: block;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .po-remarks {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .po-remarks {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
@media (max-width: 750px) {
  .po-remarks svg {
    margin-right: 0.25em;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .po-remarks svg {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .po-remarks svg {
    font-size: 3.2rem;
    line-height: 1;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .common-remarks {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .common-remarks {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
#header {
  position: sticky;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .hinner {
  width: 100%;
  max-width: 1180px;
  min-width: 81.3559322034%;
  margin: 0 auto;
  padding: 20px 10px;
  align-items: center;
  justify-content: space-between;
}
#header h1 {
  width: 205px;
  font-size: 0;
  line-height: 0;
  margin: 0 3% 0 0;
}
#header h1 a {
  transition: opacity 0.4s ease;
}
#header h1 a.ov {
  opacity: 0.7;
}
#header #gnavi {
  width: calc(100% - 40px);
}
#header #gnavi .btn-menu {
  display: none;
}
#header #gnavi .parents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
#header #gnavi .parents > li {
  margin-right: 3em;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
#header #gnavi .parents > li:last-child {
  margin-right: 0;
}
#header #gnavi .parents > li > a, #header #gnavi .parents > li dt {
  display: block;
  position: relative;
  padding-bottom: 0;
}
#header #gnavi .parents > li > a:after, #header #gnavi .parents > li > a:after, #header #gnavi .parents > li dt:after, #header #gnavi .parents > li dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: width 0.2s 0s ease;
}
#header #gnavi .parents > li > a.ov:after, #header #gnavi .parents > li > a.on:after, #header #gnavi .parents > li dt.ov:after, #header #gnavi .parents > li dt.on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#header #gnavi .parents > li dt .fa-plus {
  display: none;
}
#header #gnavi .parents > li dt .fa-minus {
  display: none;
}
#header #gnavi .parents > li dt.ov {
  cursor: pointer;
}
#header #gnavi .parents > li dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
  color: #333;
}
#header #gnavi .parents > li dd .children {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 760px;
  margin: 0 auto;
}
#header #gnavi .parents > li dd .children li {
  width: 190px;
}
@media (max-width: 750px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 1.8666666667vw;
    line-height: 1;
  }
}
@media (min-width: 751px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 1.4rem;
    line-height: 1;
  }
}
#header #gnavi .parents > li dd .children li a {
  transition: opacity 0.4s ease;
}
#header #gnavi .parents > li dd .children li a.ov {
  opacity: 0.7;
}
#header #gnavi .parents > li dd .children li svg {
  margin-right: 0.5em;
  color: #541c23;
}
#header #gnavi .parents > li dd .btn-close {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: rgba(63, 63, 63, 0.7);
}
#header #gnavi .parents > li dd .btn-close.ov {
  cursor: pointer;
}
#header #gnavi .parents > li dd .btn-close svg {
  color: #fff;
}
@media (max-width: 750px) {
  #header #gnavi .parents > li dd .btn-close svg {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
@media (min-width: 751px) {
  #header #gnavi .parents > li dd .btn-close svg {
    font-size: 4rem;
    line-height: 1;
  }
}
#header #gnavi .parents > li.business dd .children {
  width: 960px;
}
#header #gnavi .parents > li.business dd .children li {
  width: 240px;
}
#header #gnavi .parents > li.business dd .children li:nth-child(-n+4) {
  padding-bottom: 2em;
}
#header #gnavi .parents > li.business dd .children li.agency {
  display: none;
  opacity: 0.2;
}
#header #gnavi .parents > li.business dd .children li.agency a.ov {
  opacity: 2;
  cursor: default;
}
#header #gnavi .parents > li.top .fa-chevron-right,
#header #gnavi .parents > li.affiliated .fa-chevron-right,
#header #gnavi .parents > li.recruit .fa-chevron-right,
#header #gnavi .parents > li.inquiry .fa-chevron-right {
  display: none;
}

@media (max-width: 750px) {
  #header .hinner {
    width: 100%;
    max-width: none;
    min-width: inherit;
    padding: 2.6666666667%;
    z-index: 1010;
  }
  #header h1 {
    margin: 0;
    position: relative;
    width: 43.3802816901%;
    z-index: 1000;
  }
  #header #gnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100%;
  }
  #header #gnavi .btn-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: 100%;
    background-color: transparent;
    color: #fff;
    z-index: 1020;
    padding: 3% 1% 0 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #header #gnavi .btn-menu {
    font-size: 8.9333333333vw;
    line-height: 1;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #header #gnavi .btn-menu {
    font-size: 6.7rem;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  #header #gnavi .btn-menu .fa-bars {
    color: #333;
  }
  #header #gnavi .btn-menu .fa-times {
    display: none;
    color: #fff;
  }
  #header #gnavi .btn-menu.on .fa-bars {
    display: none;
  }
  #header #gnavi .btn-menu.on .fa-times {
    display: block;
  }
  #header #gnavi .parents {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 18% 2.6666666667%;
    background-color: #333;
    overflow-y: scroll;
    height: 100vh;
  }
  #header #gnavi .parents > li {
    margin-right: 0;
    color: #fff;
    font-size: 3.9436619718vw !important;
    border-bottom: 1px solid #fff;
    padding: 0.8em 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #header #gnavi .parents > li {
    font-size: 4.2666666667vw;
    line-height: 2.8125;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #header #gnavi .parents > li {
    font-size: 3.2rem;
    line-height: 2.8125;
  }
}
@media (max-width: 750px) {
  #header #gnavi .parents > li > a, #header #gnavi .parents > li dt {
    display: block;
    position: relative;
    padding-bottom: 0;
    padding: 0 0 0 3%;
  }
  #header #gnavi .parents > li > a.ov:after, #header #gnavi .parents > li > a.on:after, #header #gnavi .parents > li dt.ov:after, #header #gnavi .parents > li dt.on:after {
    content: none;
  }
  #header #gnavi .parents > li.header__logo {
    padding: 0;
    border-bottom: none;
  }
  #header #gnavi .parents > li.header__logo a {
    padding: 0;
  }
  #header #gnavi .parents > li dl ul li a {
    font-size: 3.3802816901vw;
    padding: 0 0 0 3%;
  }
  #header #gnavi .parents > li dt .fa-plus {
    display: inline-block;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.2em;
  }
  #header #gnavi .parents > li dt .fa-minus {
    display: none;
    margin-left: 0.2em;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0.2em;
  }
  #header #gnavi .parents > li dt.on .fa-plus {
    display: none;
  }
  #header #gnavi .parents > li dt.on .fa-minus {
    display: inline-block;
    margin-left: 0.2em;
  }
  #header #gnavi .parents > li dd {
    display: none;
    position: static;
    padding: 0;
    background-color: transparent;
    color: #fff;
  }
  #header #gnavi .parents > li dd .children {
    display: block;
    width: 100%;
    margin: 2% 0 0;
  }
  #header #gnavi .parents > li dd .children li {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #header #gnavi .parents > li dd .children li {
    font-size: 3.2rem;
    line-height: 1.875;
  }
}
@media (max-width: 750px) {
  #header #gnavi .parents > li dd .children li svg {
    color: #fff;
  }
  #header #gnavi .parents > li dd .btn-close {
    display: none;
  }
  #header #gnavi .parents > li.business dd .children {
    width: 100%;
  }
  #header #gnavi .parents > li.business dd .children li {
    width: 100%;
  }
  #header #gnavi .parents > li.business dd .children li:nth-child(-n+4) {
    padding-bottom: 0;
  }
  #header #gnavi .parents > li.business dd .children li.agency {
    display: none;
  }
  #header #gnavi .parents > li.top,
  #header #gnavi .parents > li.affiliated,
  #header #gnavi .parents > li.recruit,
  #header #gnavi .parents > li.inquiry {
    position: relative;
  }
  #header #gnavi .parents > li.top .fa-chevron-right,
  #header #gnavi .parents > li.affiliated .fa-chevron-right,
  #header #gnavi .parents > li.recruit .fa-chevron-right,
  #header #gnavi .parents > li.inquiry .fa-chevron-right {
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
  }
}
#fbnr {
  margin: 0 0 150px;
}
#fbnr h3 {
  margin: 0 0 20px;
}
#fbnr li a figure {
  overflow: hidden;
}
#fbnr li a img {
  width: 100%;
  transition: transform 0.8s 0s ease, opacity 0.5s 0s ease;
}
#fbnr li a.hover.ov img {
  transform: scale(1.05);
  opacity: 0.5;
}
#fbnr span {
  font-weight: 700;
}

@media (max-width: 750px) {
  #fbnr {
    padding: 0 6.6666666667%;
    margin: 0 0 17%;
  }
  #fbnr h3 {
    margin: 0 0 3%;
  }
}
#footer {
  background-color: #EFEFEF;
}
#footer #ftop {
  width: 95%;
  max-width: 1180px;
  min-width: 81.3559322034%;
  margin: 0 auto;
  padding: 80px 0 130px;
}
#footer #ftop .ftop-inner {
  color: #333;
}
#footer #ftop .ftop-inner .address {
  width: 325px;
  margin: 0 auto 60px;
  font-size: 1.4rem;
  font-weight: bold;
}
#footer #ftop .ftop-inner .address dt {
  width: 324px;
  margin: 0 auto;
  padding-bottom: 27px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#footer #ftop .ftop-inner .address dt a {
  transition: opacity 0.4s ease;
}
#footer #ftop .ftop-inner .address dt a.ov {
  opacity: 0.7;
}
#footer #ftop .ftop-inner .address dd .gmap {
  width: 100%;
  height: 450px;
  padding-bottom: 20px;
}
#footer #ftop .ftop-inner .address dd .gmap iframe {
  width: 100%;
  height: 100%;
}
#footer #ftop .ftop-inner .address dd p {
  margin: 0 0 32px;
  text-align: center;
}
@media (max-width: 750px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 1.8666666667vw;
    line-height: 1.4285714286;
  }
}
@media (min-width: 751px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
#footer #ftop .ftop-inner .address dd p a {
  text-decoration: underline;
}
#footer #ftop .ftop-inner .address dd p a:hover {
  text-decoration: none;
}
#footer #ftop .ftop-inner .address dd p:nth-of-type(2) {
  margin: 0;
}
#footer #ftop .ftop-inner .fnavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 750px;
  margin: 0 auto;
  font-size: 1.4rem !important;
  font-weight: bold;
}
@media (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.6vw;
    line-height: 2.3333333333;
  }
}
@media (min-width: 751px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
}
#footer #ftop .ftop-inner .fnavi .fnavi-left {
  width: 280px;
}
#footer #ftop .ftop-inner .fnavi .fnavi-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#footer #ftop .ftop-inner .fnavi .fnavi-right .fr-left {
  width: 280px;
}
#footer #ftop .ftop-inner .fnavi .fnavi-right .fr-right {
  width: 180px;
}
#footer #ftop .ftop-inner .fnavi svg {
  margin-right: 0.5em;
  line-height: 1;
}
#footer #ftop .ftop-inner .fnavi dd {
  padding-left: 1.5em;
}
#footer #ftop .ftop-inner .fnavi .gchildren {
  padding-left: 1em;
}
#footer #ftop .ftop-inner .fnavi a:hover {
  text-decoration: underline;
}
#footer .copyright {
  background-color: #EFEFEF;
  color: #333;
  text-align: center;
  text-align: left;
  padding: 0 0 20px;
}
@media (max-width: 750px) {
  #footer .copyright {
    font-size: 1.8666666667vw;
    line-height: 2.5714285714;
  }
}
@media (min-width: 751px) {
  #footer .copyright {
    font-size: 1.4rem;
    line-height: 2.5714285714;
  }
}

@media (min-width: 1201px) {
  #footer #ftop .ftop-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 140px;
  }
  #footer #ftop .ftop-inner .address {
    width: 325px;
    margin: 0;
  }
  #footer #ftop .ftop-inner .address dt {
    margin: 0;
    text-align: left;
    padding-bottom: 97px;
  }
  #footer #ftop .ftop-inner .address dd p {
    text-align: left;
    margin: 0 0 52px;
  }
  #footer #ftop .ftop-inner .fnavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 715px;
    margin: 0;
    justify-content: flex-start;
    gap: 0 40px;
  }
}
@media (min-width: 1201px) and (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.6vw;
    line-height: 2.3333333333;
  }
}
@media (min-width: 1201px) and (min-width: 751px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
}
@media (min-width: 1201px) {
  #footer #ftop .ftop-inner .fnavi .fnavi-left {
    width: 210px;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 45px;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-left {
    width: 260px;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-right {
    width: 160px;
  }
  #footer .copyright {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    min-width: 0;
    background-color: #EFEFEF;
    color: #333;
    text-align: center;
    text-align: left;
    padding: 0 0 20px;
  }
}
@media (min-width: 1201px) and (max-width: 750px) {
  #footer .copyright {
    font-size: 1.8666666667vw;
    line-height: 2.5714285714;
  }
}
@media (min-width: 1201px) and (min-width: 751px) {
  #footer .copyright {
    font-size: 1.4rem;
    line-height: 2.5714285714;
  }
}
@media (max-width: 750px) {
  #footer #ftop {
    width: 86.6666666667%;
    max-width: none;
    min-width: inherit;
    padding: 14% 0 0;
  }
  #footer #ftop .ftop-inner .address {
    width: 100%;
    margin: 0 0 12%;
  }
  #footer #ftop .ftop-inner .address dt {
    width: 80.9230769231%;
    margin: 0 0 4%;
    padding-bottom: 4.2253521127%;
    text-align: left;
  }
  #footer #ftop .ftop-inner .address dd p {
    padding-bottom: 1em;
    text-align: left;
    font-size: 1.4rem !important;
    margin: 0 0 6%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #footer #ftop .ftop-inner .address dd p {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
@media (max-width: 750px) {
  #footer #ftop .ftop-inner .address dd p a {
    text-decoration: underline;
  }
  #footer #ftop .ftop-inner .fnavi {
    display: none;
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #footer #ftop .ftop-inner .fnavi {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
@media (max-width: 750px) {
  #footer #ftop .ftop-inner .fnavi .fnavi-left {
    width: 48.5915492958%;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right {
    display: block;
    width: 48.5915492958%;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-left {
    width: 100%;
  }
  #footer #ftop .ftop-inner .fnavi .fnavi-right .fr-right {
    width: 100%;
  }
  #footer #ftop .ftop-inner .fnavi .parents > li {
    padding: 0 0 1em 1em;
    text-indent: -1em;
  }
  #footer #ftop .ftop-inner .fnavi .parents .children > li {
    padding-bottom: 1em;
  }
  #footer #ftop .ftop-inner .fnavi .parents .children > li:last-child {
    padding-bottom: 0;
  }
  #footer #ftop .ftop-inner .fnavi .gchildren li {
    padding-bottom: 1em;
  }
  #footer .copyright {
    width: 86.6666666667%;
    margin: 0 auto;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #footer .copyright {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #footer .copyright {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
/*テキストスライド*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.leftAnime.off {
  opacity: 1;
  animation-name: opacity-anime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.scl.on.slideAnimeL {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.scl.on.slideAnimeL .slideAnimeR {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes opacity-anime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*背景右から左へ伸びる*/
.btn-anime {
  position: relative;
}

.btn-anime:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #333;
  transition: all 0.5s;
  opacity: 0;
}

.btn-anime.hover.ov:after {
  width: 100%;
  opacity: 1;
}

.btn-anime.hover.ov {
  color: #fff;
}

/*背景右から左へ伸びる02*/
.btn-anime02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.btn-anime02:before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #ccc;
  transform: translateX(-100%);
  transition: transform 0.5s 0s ease;
}

.btn-anime02.hover.ov {
  color: #fff;
}

.btn-anime02.hover.ov:before {
  transform: translateX(10%);
}

/*要素がじわっと出現*/
.blurTrigger {
  opacity: 0;
}

.blurTrigger.scl.on {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.blurTrigger.scl.off {
  animation-name: blurAnime-reverse;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blurAnime-reverse {
  from {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
  to {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
}
.fs__txt__42 {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5238095238;
}
.fs__txt__36 {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.fs__txt__20 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2.3;
}
.fs__txt__20__line13 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.fs__txt__16 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.fs__txt__16__line13 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.3125;
}
.fs__txt__14 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
}
.fs__txt__12 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
}

@media (max-width: 750px) {
  .fs__txt__42 {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .fs__txt__36 {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .fs__txt__20 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2.25;
  }
  .fs__txt__20__line13 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.3125;
  }
  .fs__txt__16 {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5714285714;
  }
  .fs__txt__16__line13 {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.3571428571;
  }
}
.fs__txt__en__36 {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.fs__txt__en__26 {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.fs__txt__en__20 {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 750px) {
  .fs__txt__en__36 {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  .fs__txt__en__26 {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  .fs__txt__en__20 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
}
.flex {
  display: flex;
}

.sec__in__l {
  width: 100%;
  max-width: 1180px;
  min-width: 0;
  margin: 0 auto;
}

.sec__in__s {
  width: 100%;
  max-width: 960px;
  min-width: 0;
  margin: 0 auto;
}

#common-visual {
  background: url(/images/ppp/visual_pc.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 750px) {
  #common-visual {
    background: url(/images/ppp/visual_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.tab {
  padding: 20px 0 66px;
}
.tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}
.tab ul li {
  width: 48%;
}
.tab ul li a {
  text-align: center;
  font-weight: bold;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 22px 40px;
  box-sizing: border-box;
  border: 1px solid #707070;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  transition: opacity 0.4s ease, color 0.4s ease;
}
@media (max-width: 750px) {
  .tab ul li a {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
@media (min-width: 751px) {
  .tab ul li a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.tab ul li a svg {
  display: inline-block;
  width: 21px;
  height: 21px;
  color: #541C23;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.tab ul li a.active {
  background: #541C23;
  color: #fff;
}
.tab ul li a.active svg {
  color: #fff;
}
.tab ul li a.ov {
  opacity: 0.7;
}

@media (max-width: 750px) {
  .tab {
    padding: 1.4084507042% 0 17.4647887324%;
    box-sizing: border-box;
  }
  .tab .sec__in__l {
    width: 94.6666666667%;
  }
  .tab ul {
    gap: 7px;
  }
  .tab ul li {
    width: 100%;
  }
  .tab ul li a {
    padding: 3.5211267606% 9.8591549296% 3.661971831% 4.6478873239%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .tab ul li a {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  .tab ul li a {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .tab ul li a svg {
    right: 2.5352112676%;
  }
}
#box01 {
  padding-bottom: 60px;
}
#box01 .tit4 {
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  color: #541C23;
  padding: 0 0 30px;
}
#box01 .common-bs {
  margin-bottom: 100px;
  background-color: #fff;
  box-shadow: none;
}
#box01 .common-bs figure {
  text-align: center;
}
#box01 .common-bs figure figcaption {
  padding-bottom: 1em;
  text-align: left;
}
@media (max-width: 750px) {
  #box01 .common-bs figure figcaption {
    font-size: 1.6vw;
    line-height: 1;
  }
}
@media (min-width: 751px) {
  #box01 .common-bs figure figcaption {
    font-size: 1.2rem;
    line-height: 1;
  }
}
#box01 .outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0 15px 10px;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
  flex-wrap: nowrap;
  gap: 40px;
}
#box01 .outline dt {
  width: 412px;
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
}
#box01 .outline dd {
  width: 390px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #box01 .outline dd {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
@media (min-width: 751px) {
  #box01 .outline dd {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#box01 .outline dd span {
  display: block;
  color: #6C5D55;
  padding: 0 0 11px;
}
@media (max-width: 750px) {
  #box01 .outline dd span {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
@media (min-width: 751px) {
  #box01 .outline dd span {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#box01 .figure-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#box01 .figure-box figure {
  font-size: 0;
  line-height: 0;
}
#box01 .figure-box .top-box {
  margin: 0 0 28px;
}
#box01 .figure-box .top-box figure {
  margin: 0 0 22px;
}
#box01 .figure-box .top-box p {
  font-weight: bold;
}
@media (max-width: 750px) {
  #box01 .figure-box .top-box p {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
}
@media (min-width: 751px) {
  #box01 .figure-box .top-box p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#box01 .figure-box .bottom-box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#box01 .figure-box-caption {
  padding: 0.5em 0 2.5em;
}
@media (max-width: 750px) {
  #box01 .figure-box-caption {
    font-size: 1.6vw;
    line-height: 1.1666666667;
  }
}
@media (min-width: 751px) {
  #box01 .figure-box-caption {
    font-size: 1.2rem;
    line-height: 1.1666666667;
  }
}
#box01 .figure-dlist-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}
#box01 .figure-dlist-box figure {
  width: 410px;
  font-size: 0;
  line-height: 0;
}
#box01 .figure-dlist-box dl {
  width: 410px;
}
#box01 .figure-dlist-box dl dt {
  padding-bottom: 1em;
  font-weight: bold;
}
@media (max-width: 750px) {
  #box01 .figure-dlist-box dl dt {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
@media (min-width: 751px) {
  #box01 .figure-dlist-box dl dt {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media (max-width: 750px) {
  #box01 {
    padding-bottom: 16.9014084507%;
  }
  #box01 .tit4 {
    padding: 0 0 8.7323943662%;
    font-size: 2.4rem;
  }
  #box01 .common-bs {
    margin-bottom: 16.9014084507%;
    padding: 0;
  }
  #box01 .common-bs figure {
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .common-bs figure figcaption {
    font-size: 2.9333333333vw;
    line-height: 1;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .common-bs figure figcaption {
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media (max-width: 750px) {
  #box01 .outline {
    display: block;
    margin-bottom: 5.6338028169%;
    padding: 8.4507042254% 2.1126760563% 5.6338028169%;
    box-sizing: border-box;
  }
  #box01 .outline dt {
    width: 73.2394366197%;
    margin: 0 auto 2.8169014085%;
  }
  #box01 .outline dd {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .outline dd {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .outline dd {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .outline dd {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .outline dd {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  #box01 .outline dd span {
    padding: 0 0 2.1126760563%;
    text-align: center;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .outline dd span {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .outline dd span {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) {
  #box01 .figure-box {
    display: block;
  }
  #box01 .figure-box .top-box {
    margin: 0 0 5.6338028169%;
  }
  #box01 .figure-box .top-box figure {
    margin: 0 0 5.6338028169%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .figure-box .top-box p {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .figure-box .top-box p {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  #box01 .figure-box .bottom-box {
    display: block;
    width: 100%;
  }
  #box01 .figure-box .bottom-box figure:nth-of-type(1) {
    margin: 0 0 1.4084507042%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .figure-box-caption {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .figure-box-caption {
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
@media (max-width: 750px) {
  #box01 .figure-dlist-box {
    display: flex;
    padding-bottom: 5.3333333333%;
  }
  #box01 .figure-dlist-box figure {
    width: 100%;
    margin-bottom: 2.8169014085%;
    font-size: 0;
    line-height: 0;
  }
  #box01 .figure-dlist-box dl {
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #box01 .figure-dlist-box dl dt {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
@media (max-width: 750px) and (min-width: 751px) {
  #box01 .figure-dlist-box dl dt {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
#box02 {
  padding-bottom: 60px;
}
#box02 .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#box02 .flex-box .common-txt {
  width: 410px;
}
#box02 .flex-box .figure-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 410px;
}
#box02 .flex-box .figure-box figure {
  width: 195px;
  font-size: 0;
  line-height: 0;
}
#box02 .flex-box .figure-box figure:nth-child(-n+4) {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  #box02 {
    padding-bottom: 16.9014084507%;
  }
  #box02 .flex-box {
    display: block;
  }
  #box02 .flex-box .common-txt {
    width: 100%;
  }
  #box02 .flex-box .figure-box {
    width: 100%;
  }
  #box02 .flex-box .figure-box figure {
    width: 48%;
    font-size: 0;
    line-height: 0;
  }
  #box02 .flex-box .figure-box figure:nth-child(-n+4) {
    margin-bottom: 10px;
  }
}
#box03 {
  padding-bottom: 60px;
}
#box03 .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#box03 .flex-box .txt {
  width: 410px;
}
#box03 .flex-box .figure-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 410px;
}
#box03 .flex-box .figure-box figure {
  font-size: 0;
  line-height: 0;
}

@media (max-width: 750px) {
  #box03 {
    padding-bottom: 16.9014084507%;
  }
  #box03 .flex-box {
    display: block;
  }
  #box03 .flex-box .txt {
    width: 100%;
    margin: 0 0 5.6338028169%;
  }
  #box03 .flex-box .figure-box {
    width: 100%;
  }
  #box03 .flex-box .figure-box figure {
    font-size: 0;
    line-height: 0;
  }
}
#box04 {
  padding-bottom: 100px;
}
#box04 .flex-box {
  display: flex;
  gap: 36px;
  margin: 0 0 41px;
}
#box04 figure {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#box04 figure figcaption {
  font-size: 1.2rem;
  line-height: 1.333;
  text-align: right;
  padding: 6px 0 0;
}
#box04 .top-box {
  margin: 0 0 31px;
}
#box04 .figure-box {
  display: flex;
  gap: 17px;
}
#box04 .figure-box .right-box .top {
  display: flex;
  gap: 17px;
  margin: 0 0 17px;
}
#box04 .figure-box .right-box .bottom {
  display: flex;
  gap: 17px;
}

@media (max-width: 750px) {
  #box04 .flex-box {
    display: block;
    margin: 0 0 5.6338028169%;
  }
  #box04 .flex-box div:nth-of-type(1) {
    margin: 0 0 11.2676056338%;
  }
  #box04 .top-box {
    margin: 0 0 4.2253521127%;
  }
  #box04 .figure-box {
    display: block;
  }
  #box04 .figure-box img {
    width: 100%;
  }
  #box04 .figure-box > figure {
    margin: 0 0 5.6338028169%;
  }
  #box04 .right-box .top {
    gap: 3.3802816901%;
    margin: 0 0 5.6338028169%;
  }
  #box04 .right-box .bottom {
    gap: 3.3802816901%;
  }
}