@charset "UTF-8";
ul,
ol,
li,
dl,
dt,
dd,
figure,
figcaption,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

a {
  color: #333333;
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

body {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-overflow-scrolling: touch;
  color: #333333;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #fff; }

*:focus {
  outline: none; }

/* =============================================
Header
============================================= */
header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border-bottom: 1px solid #dcdee5; }
  header h1 {
    margin-left: 40px; }
    header h1 img {
      width: 206px;
      height: auto; }
  @media screen and (max-width: 767px) {
    header {
      height: 80px; }
      header h1 {
        margin-left: 30px; }
        header h1 img {
          width: 180px; } }

.gnav {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #faed30;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  font-family: futura-pt, sans-serif;
  font-weight: 500; }
  .gnav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    .gnav ul li {
      font-size: 24px;
      list-style-type: none;
      width: 100%;
      padding-bottom: 0px; }
      .gnav ul li:last-child {
        padding-bottom: 0; }
      .gnav ul li a {
        display: block;
        color: #333333;
        padding: 15px 0;
        font-weight: bold;
        font-size: 2.4rem; }

.toggle {
  position: fixed;
  right: 40px;
  top: 32.5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 3000;
  display: block; }
  @media screen and (max-width: 767px) {
    .toggle {
      top: 19px;
      right: 20px; } }
  .toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 2px #333333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px; }
    .toggle span:nth-child(1) {
      top: 9px; }
    .toggle span:nth-child(2) {
      top: 20px; }
    .toggle span:nth-child(3) {
      top: 31px; }

.toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #333333; }
.toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #333333; }

.sidebar {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-flow: column;
  position: fixed;
  bottom: 20px;
  left: 25px;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 100; }
  .sidebar .sidebar-txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    line-height: 1; }
  .sidebar .sidebar-icon {
    display: block;
    margin-top: 25px; }
    .sidebar .sidebar-icon li {
      margin-bottom: 10px; }
    .sidebar .sidebar-icon img {
      width: 17px;
      height: auto; }
  @media screen and (max-width: 1024px) {
    .sidebar {
      display: none; } }

/* =============================================
MV
============================================= */
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes FadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes FadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes FadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes FadeOut2 {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@-moz-keyframes FadeOut2 {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@keyframes FadeOut2 {
  0% {
    opacity: 1; }
  100% {
    opacity: .5; } }
.mv {
  position: relative;
  box-sizing: border-box;
  width: calc(100vw - calc(100vw - 100%));
  height: calc(100vh - 110px);
  background-color: #d6ccb4; }
  .mv .mv-animate1, .mv .start-vis1, .mv .start-vis2,
  .mv .start-copy1, .mv .start-copy2 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    height: calc(100vh - 110px - 53px); }
  .mv .mv-animate1 {
    -webkit-animation: FadeIn 1.2s ease 0.15s;
    -moz-animation: FadeIn 1.2s ease 0.15s;
    animation: FadeIn 1.2s ease 0.15s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    display: none;
    position: relative;
    width: 100%; }
  .mv .mv-animate2 {
    -webkit-animation: FadeOut2 1s ease 1s;
    -moz-animation: FadeOut2 1s ease 1s;
    animation: FadeOut2 1s ease 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mv .mv-animate3 {
    -webkit-animation: FadeIn 1s ease 0.5s;
    -moz-animation: FadeIn 1s ease 0.5s;
    animation: FadeIn 1s ease 0.5s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mv .mv-animate4 {
    -webkit-animation: FadeOut 1s ease 3s;
    -moz-animation: FadeOut 1s ease 3s;
    animation: FadeOut 1s ease 3s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mv .mv-animate5 {
    -webkit-animation: FadeIn 1s ease 0.15s;
    -moz-animation: FadeIn 1s ease 0.15s;
    animation: FadeIn 1s ease 0.15s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mv .mv-animate6 {
    -webkit-animation: FadeOut 1s ease 8s;
    -moz-animation: FadeOut 1s ease 8s;
    animation: FadeOut 1s ease 8s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mv .mv-animate7 {
    -webkit-animation: FadeIn 1s ease 0.5s;
    -moz-animation: FadeIn 1s ease 0.5s;
    animation: FadeIn 1s ease 0.5s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .mv .start-vis1 {
    opacity: .5; }
    .mv .start-vis1 img {
      width: auto;
      height: 70%; }
      @media screen and (max-width: 767px) {
        .mv .start-vis1 img {
          width: 70%;
          height: auto; } }
  .mv .start-vis2 {
    display: none; }
    @media screen and (max-width: 767px) {
      .mv .start-vis2 img {
        width: 70%;
        height: auto; } }
  .mv .start-copy1,
  .mv .start-copy2 {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .mv .start-copy1 img {
    width: 50%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .mv .start-copy1 img {
        width: 80%; } }
  .mv .start-copy2 img {
    width: 40%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .mv .start-copy2 img {
        width: 70%; } }
  .mv .visible {
    display: flex; }
  .mv:after {
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 53px;
    background-color: #D6CCB4;
    border-radius: 50% / 100% 100% 0 0;
    box-shadow: 0 1px 0 0 #d6ccb4; }

.scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 3em;
  height: 3em;
  z-index: 90;
  transform: translateX(-50%); }
  .scroll span {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 25%;
    left: 33%;
    transform: translateY(0) rotate(-45deg);
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    z-index: 2;
    animation: popping-arrow 2s infinite ease-out; }
  .scroll:hover span {
    transform: translateY(0.5em) rotate(-45deg);
    animation: paused; }

@keyframes popping-arrow {
  0% {
    transform: translateY(0) rotate(-45deg); }
  30% {
    transform: translateY(0.5em) rotate(-45deg); }
  60% {
    transform: translateY(0) rotate(-45deg); } }
/* =============================================
Common Parts
============================================= */
#story {
  background-color: #d6ccb4; }

#news {
  background-color: #f8fcf1;
  z-index: 20; }

#about {
  background-color: #fff;
  z-index: 20; }

#purpose,
#value {
  background-color: #e5f2fd; }

#purpose {
  border-bottom: 2px solid #dcdee5; }

#contact {
  border-top: 1px solid #dcdee5; }

section {
  z-index: 20; }

.contentBox {
  width: 100%; }
  .contentBox .contentBox-inner {
    position: relative;
    max-width: 1400px;
    padding: 120px 100px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .contentBox .contentBox-inner {
        padding: 100px 40px; } }
    @media screen and (max-width: 767px) {
      .contentBox .contentBox-inner {
        padding: 80px 30px; } }
  .contentBox .contentBox-inner-s {
    position: relative;
    max-width: 760px;
    padding: 120px 100px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .contentBox .contentBox-inner-s {
        padding: 100px 40px; } }
    @media screen and (max-width: 767px) {
      .contentBox .contentBox-inner-s {
        padding: 80px 30px; } }

.read {
  position: relative; }

.ttl-sec {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  flex-wrap: wrap; }
  .ttl-sec h2 {
    position: relative;
    top: -2px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
    margin-left: 20px; }
    @media screen and (max-width: 1024px) {
      .ttl-sec h2 {
        font-size: 3rem; } }
    @media screen and (max-width: 1200px) {
      .ttl-sec h2 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 767px) {
      .ttl-sec h2 {
        font-size: 2.5rem; } }
  .ttl-sec p {
    position: relative;
    top: -2px;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 20px; }
    @media screen and (max-width: 1024px) {
      .ttl-sec p {
        font-size: 1.8rem; } }
    @media screen and (max-width: 1200px) {
      .ttl-sec p {
        font-size: 1.9rem; } }
    @media screen and (max-width: 767px) {
      .ttl-sec p {
        font-size: 1.6rem; } }
  .ttl-sec img {
    width: 206px;
    height: auto; }
    @media screen and (max-width: 1200px) {
      .ttl-sec img {
        width: 176px; } }
    @media screen and (max-width: 767px) {
      .ttl-sec img {
        width: 150px; } }
  @media screen and (max-width: 767px) {
    .ttl-sec {
      justify-content: center;
      margin: 0 auto 50px auto;
      text-align: center; }
      .ttl-sec h2 {
        margin-left: 10px; }
      .ttl-sec p {
        margin: 20px 0 0 0;
        width: 100%;
        font-size: 1.5rem; } }

.ttl-img {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
  transition-delay: .3s; }
  .ttl-img img {
    height: auto; }
  @media screen and (max-width: 1024px) {
    .ttl-img {
      display: none; } }

.ttl-pg {
  margin-bottom: 80px;
  text-align: center; }
  .ttl-pg h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1; }
    @media screen and (max-width: 1024px) {
      .ttl-pg h1 {
        font-size: 3rem; } }
    @media screen and (max-width: 1200px) {
      .ttl-pg h1 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 767px) {
      .ttl-pg h1 {
        font-size: 2.5rem; } }
  .ttl-pg p {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1em; }
    @media screen and (max-width: 1024px) {
      .ttl-pg p {
        font-size: 1.8rem; } }
    @media screen and (max-width: 1200px) {
      .ttl-pg p {
        font-size: 1.9rem; } }
    @media screen and (max-width: 767px) {
      .ttl-pg p {
        font-size: 1.6rem; } }
  .ttl-pg .cat-pg {
    display: block;
    margin-top: 1em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 1.8rem; }

.news-img img {
  width: 300px; }
  @media screen and (max-width: 1200px) {
    .news-img img {
      width: 250px; } }

.about-img img {
  width: 200px; }
  @media screen and (max-width: 1200px) {
    .about-img img {
      width: 150px; } }

.purpose-img img {
  width: 250px; }
  @media screen and (max-width: 1200px) {
    .purpose-img img {
      width: 150px; } }

.value-img img {
  width: 250px; }
  @media screen and (max-width: 1200px) {
    .value-img img {
      width: 150px; } }

br.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    br.sp {
      display: block; } }

/* =============================================
Story
============================================= */
/* --- slider --- */
.vertical-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .vertical-slider {
      height: 90vh; } }

.vertical-slider__slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(2vw, 1.5rem);
  font-weight: bold;
  line-height: 2;
  color: #333333;
  background-color: #d6ccb4; }
  .vertical-slider__slide p .slide-num {
    display: block;
    margin-bottom: 1em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 120%; }
  .vertical-slider__slide p .slide-read {
    display: block;
    margin-bottom: 1em;
    font-size: 200%;
    line-height: 1.7; }
  .vertical-slider__slide .ttl-sec {
    position: absolute;
    top: 5%;
    left: 5%; }
    @media screen and (max-width: 767px) {
      .vertical-slider__slide .ttl-sec {
        left: auto; } }
  .vertical-slider__slide .slide-img,
  .vertical-slider__slide .slide-img2 {
    width: 30%;
    min-width: 300px;
    max-width: 450px;
    height: auto;
    margin-left: 10%; }
    @media screen and (max-width: 1024px) {
      .vertical-slider__slide .slide-img,
      .vertical-slider__slide .slide-img2 {
        width: 20%;
        margin-left: 5%; } }
    @media screen and (max-width: 767px) {
      .vertical-slider__slide .slide-img,
      .vertical-slider__slide .slide-img2 {
        width: 70%;
        margin-left: 0; } }
  @media screen and (max-width: 1024px) {
    .vertical-slider__slide {
      font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .vertical-slider__slide {
      font-size: 1.2rem; }
      .vertical-slider__slide p {
        width: 75%; } }

.swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .swiper-pagination-fraction {
      font-size: 1.2rem; } }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: $black; }

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    --swiper-navigation-size: 25px; } }
/* --- SVG Animation --- */
.svg-animate {
  width: 30%;
  max-width: 450px;
  height: auto;
  margin-right: 10%; }
  .svg-animate .cls-1 {
    fill: #faed00; }
  .svg-animate .cls-2 {
    fill: #595757; }
  .svg-animate .cls-3 {
    fill: #8dc21f; }
  .svg-animate .cls-4 {
    fill: #e95532; }
  .svg-animate svg {
    width: 100%;
    height: auto;
    opacity: 0; }
  @media screen and (max-width: 767px) {
    .svg-animate {
      width: 60%;
      margin-right: 0; } }

.isAnimate svg {
  opacity: 1; }
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: #faed00; } }
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent; }
  100% {
    fill: #faed00; } }
.isAnimate .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both; }
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
  animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both; }
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
  animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both; }
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
  animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both; }
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both; }
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  animation: animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both; }
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
  animation: animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both; }
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both; }
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both; }
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both; }
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both; }
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent; }
  100% {
    fill: #595757; } }
.isAnimate .svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both; }
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent; }
  100% {
    fill: #8dc21f; } }
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent; }
  100% {
    fill: #8dc21f; } }
.isAnimate .svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both; }
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent; }
  100% {
    fill: #e95532; } }
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent; }
  100% {
    fill: #e95532; } }
.isAnimate .svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both; }

/* =============================================
News
============================================= */
.news-list {
  border-top: 2px solid #dcdee5; }
  .news-list dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    position: relative;
    padding: 25px 0;
    border-bottom: 2px solid #dcdee5; }
    .news-list dl a {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .news-list dl:hover {
      opacity: 0.7;
      border-bottom: 2px solid #333333;
      transition: .3s all; }
  .news-list .news-icon {
    width: 84px; }
    .news-list .news-icon img {
      width: 84px;
      height: auto; }
  .news-list .news-title {
    width: calc(100% - 84px - 80px - 100px); }
    @media screen and (max-width: 767px) {
      .news-list .news-title {
        width: calc(100% - 80px - 30px);
        font-size: 1.4rem; } }
  .news-list .news-desc {
    width: 80px;
    text-align: right;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 1.4rem; }
    @media screen and (max-width: 1024px) {
      .news-list .news-desc {
        font-size: 1.3rem; } }
    .news-list .news-desc li:first-child {
      margin-bottom: 1em;
      font-weight: 800; }
    @media screen and (max-width: 767px) {
      .news-list .news-desc {
        width: 100%;
        margin-top: 1em; }
        .news-list .news-desc li {
          display: inline-block;
          margin-left: 1em; }
          .news-list .news-desc li:first-child {
            margin-bottom: 0; } }
  .news-list .news-desc-pg {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    flex-direction: column;
    width: 80px;
    text-align: right;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 1.4rem; }
    @media screen and (max-width: 1024px) {
      .news-list .news-desc-pg {
        font-size: 1.3rem; } }
    .news-list .news-desc-pg li {
      line-height: 2; }
    .news-list .news-desc-pg a {
      z-index: 1000;
      text-decoration: underline;
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      width: auto; }
    @media screen and (max-width: 767px) {
      .news-list .news-desc-pg {
        display: block;
        width: 100%;
        margin-top: 1em; }
        .news-list .news-desc-pg li {
          display: inline-block;
          margin-left: 1em; }
          .news-list .news-desc-pg li:first-child {
            margin-bottom: 0; } }
  .news-list .news-all {
    margin-top: 2em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-align: right; }

.news {
  background-color: #fff; }
  .news a {
    text-decoration: underline; }
  .news img {
    max-width: 100%;
    height: auto; }
  .news .news-icon-sg {
    width: 100%;
    text-align: center; }
    .news .news-icon-sg img {
      width: 250px;
      height: auto; }
  .news h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 3.8rem;
    line-height: 1.7; }
    @media screen and (max-width: 1024px) {
      .news h1 {
        font-size: 2.8rem; } }
    @media screen and (max-width: 1200px) {
      .news h1 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 767px) {
      .news h1 {
        font-size: 2.4rem; } }
  .news .news-desc-sg {
    margin-bottom: 60px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 1.4rem; }
    @media screen and (max-width: 1024px) {
      .news .news-desc-sg {
        font-size: 1.3rem; } }
    .news .news-desc-sg ul li {
      display: inline-block;
      margin-right: 1em; }
      .news .news-desc-sg ul li:last-child {
        margin-right: 0; }
  .news p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
    margin-bottom: 1em;
    line-height: 2.5; }
    @media screen and (max-width: 1024px) {
      .news p {
        font-size: 1.5rem; } }
    .news p:last-child {
      margin-bottom: 0; }
  .news .right {
    text-align: right; }

.btn-back {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 60px; }
  .btn-back a {
    display: block;
    box-sizing: border-box;
    width: 200px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #333333;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #333333; }

.cat-footer {
  width: 100%;
  margin-top: 60px;
  border-top: 1px dashed #dcdee5; }

p.has-text-align-right {
  text-align: right; }

/* --- Page navi --- */
.wp-pagenavi {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: calc(10px + 3em);
  position: relative; }
  .wp-pagenavi .pages {
    font-family: futura-pt, sans-serif;
    font-weight: 500; }
  .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    display: block;
    box-sizing: border-box;
    width: 80px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #333333;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #333333; }
  .wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 80px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #333333;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #333333; }

/* =============================================
About
============================================= */




.about h3 {
  margin-bottom: 50px;
  padding: 30px 0;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 1024px) {
    .about h3 {
      font-size: 3rem; } }
  @media screen and (max-width: 1200px) {
    .about h3 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 767px) {
    .about h3 {
      font-size: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .about h3 {
      line-height: 1.4; } }
.about .prof-container {
  padding: 0 50px;
  color: #333333;
  font-style: 1.5rem;
  line-height: 2; }
  @media screen and (max-width: 1024px) {
    .about .prof-container {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .about .prof-container {
      width: 100%; } }
  .about .prof-container .prof-ryotaro {
    background-color: #D2E7A8; }
  .about .prof-container .prof-sota {
    background-color: #F7BBAD; }
  .about .prof-container .prof-ryotaro,
  .about .prof-container .prof-sota {
    width: calc(50% - 25px);
    padding: 40px 40px 200px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    @media screen and (max-width: 1024px) {
      .about .prof-container .prof-ryotaro,
      .about .prof-container .prof-sota {
        width: calc(50% - 20px);
        padding: 40px 25px 200px 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px; } }
    @media screen and (max-width: 767px) {
      .about .prof-container .prof-ryotaro,
      .about .prof-container .prof-sota {
        width: 100%;
        margin-bottom: 25px;
        padding: 25px; } }
  .about .prof-container .prof-img {
    position: relative; }
    .about .prof-container .prof-img img {
      display: block;
      margin: -80px auto 50px auto;
      width: 40%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .about .prof-container .prof-img img {
          width: 70%;
          margin: 0 auto 30px auto; } }
  .about .prof-container .prof-inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: strech;
    -webkit-box-align: strech;
    -ms-flex-align: strech; }
    @media screen and (max-width: 767px) {
      .about .prof-container .prof-inner {
        flex-direction: column; } }
    .about .prof-container .prof-inner .prof-name {
      position: relative;
      pointer-events: none;
      width: 100%; }
      .about .prof-container .prof-inner .prof-name h4 {
        margin-bottom: .5rem;
        font-size: 3.5rem;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .about .prof-container .prof-inner .prof-name h4 {
            font-size: 2.5rem; } }
      .about .prof-container .prof-inner .prof-name p {
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .about .prof-container .prof-inner .prof-name p {
            font-size: 1.6rem; } }
      .about .prof-container .prof-inner .prof-name .prof-icon {
        position: absolute;
        top: 0;
        right: 0; }
        .about .prof-container .prof-inner .prof-name .prof-icon img {
          width: auto;
          height: 40px; }
      @media screen and (max-width: 767px) {
        .about .prof-container .prof-inner .prof-name {
          flex-direction: column;
          pointer-events: all; }
          .about .prof-container .prof-inner .prof-name:hover {
            opacity: 0.7; }
          .about .prof-container .prof-inner .prof-name:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 45%;
            right: 0;
            width: 10px;
            height: 10px;
            border-right: 2px solid #333333;
            border-bottom: 2px solid #333333;
            transform: translateY(-50%) rotate(45deg);
            transition: .3s; } }
    .about .prof-container .prof-inner .open:after {
      transform: rotate(225deg); }
    @media screen and (max-width: 767px) {
      .about .prof-container .prof-inner .prof-content {
        display: none; } }
    .about .prof-container .prof-inner ul:first-child {
      margin-top: 3em; }
      @media screen and (max-width: 767px) {
        .about .prof-container .prof-inner ul:first-child {
          padding-top: 30px;
          margin-top: 30px;
          border-top: 1px solid #333333; } }
    .about .prof-container .prof-inner ul li {
      margin-bottom: 1em;
      font-size: 1.5rem;
      text-indent: -1em;
      margin-left: 1em;
      text-align: justify; }
      .about .prof-container .prof-inner ul li::before {
        content: "−";
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        .about .prof-container .prof-inner ul li {
          font-size: 1.4rem;
          text-indent: 0;
          margin-left: 0; }
          .about .prof-container .prof-inner ul li::before {
            content: ""; } }
    .about .prof-container .prof-inner .prof-career {
      margin: 3em 0;
      padding: 3em 0;
      border-top: 1px dashed #333333;
      border-bottom: 1px dashed #333333; }
      .about .prof-container .prof-inner .prof-career h5 {
        margin-bottom: 1em;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-size: 2.5rem;
        line-height: 1; }
      .about .prof-container .prof-inner .prof-career dl {
        margin-bottom: 1em;
        font-size: 1.4rem;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start; }
        .about .prof-container .prof-inner .prof-career dl:last-child {
          margin-bottom: 0; }
        .about .prof-container .prof-inner .prof-career dl dt {
          font-family: futura-pt, sans-serif;
          font-weight: 500; }
        .about .prof-container .prof-inner .prof-career dl dd {
          text-align: justify;
          width: calc( 100% - 4em); }
        @media screen and (max-width: 767px) {
          .about .prof-container .prof-inner .prof-career dl {
            font-size: 1.3rem;
            flex-direction: column; }
            .about .prof-container .prof-inner .prof-career dl dd {
              width: 100%; } }

/* --- btn --- */
.btn-lg {
  margin-top: 5em; }
  .btn-lg a {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #333333;
    background-color: #faed30;
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none; }
    .btn-lg a:hover {
      opacity: 0.7; }
    .btn-lg a:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f178";
      margin: auto;
      position: absolute;
      top: 0;
      right: 1em;
      color: #333333; }
  @media screen and (max-width: 767px) {
    .btn-lg a {
      font-size: 2rem; } }
      
      
      /* ---btn関係--- */
.btn1 {
  position: relative;
  display:block;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: #333333;
  background-color: #faed30;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none; }
  
  .btn1:hover {
        color: #333333;
    opacity: 0.7; }
    
    
  .btn1:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    color: #333333; }



/* --- Modal --- */
.modal_btn {
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: #333333;
  background-color: #faed30;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none; }
  .modal_btn:hover {
    opacity: 0.7; }
  .modal_btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    color: #333333; }
  @media screen and (max-width: 767px) {
    .modal_btn {
      font-size: 2rem; } }

#modal1_company {
  display: none; }

#modal1 {
  display: none; }

.modal_body1 {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: none;
  background-color: #FFF;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 90%;
  max-height: 80%;
  max-width: 600px; }

.modal_header {
  padding: 15px 10px;
  background-color: #333333;
  color: #FFF;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center; }

.modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer; }

.modal_close_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer; }

.modal_close_icon span::before,
.modal_close_icon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #FFF; }

.modal_close_icon span::before {
  transform: rotate(-45deg); }

.modal_close_icon span::after {
  transform: rotate(45deg); }

.modal_content {
  padding: 40px;
  color: #333333; }
  .modal_content dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    border-bottom: 1px dashed #dcdee5;
    padding: 15px 0; }
    .modal_content dl:first-child {
      padding-top: 0; }
    .modal_content dl dt {
      width: 6em; }
      .modal_content dl dt dd {
        width: calc(100% - 6em); }
  @media screen and (max-width: 767px) {
    .modal_content {
      padding: 25px;
      font-size: 1.3rem; }
      .modal_content dl dt {
        width: 5em; }
        .modal_content dl dt dd {
          width: calc(100% - 5em); } }

.modal_overlay {
  display: none;
  position: fixed;
  z-index: 90000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.7;
  cursor: pointer; }

#modal1:checked ~ .modal_body1, #modal1:checked ~ .modal_overlay {
  display: block; }

.container-rd {
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 60px;
  background-color: #fff;
  text-align: center; }
  .container-rd img {
    max-width: 100%;
    width: 650px;
    height: auto;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .container-rd {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      padding: 0;
      background-color: #e5f2fd; } }

/* =============================================
Value
============================================= */
#value .read {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #value .read {
      margin-bottom: 0; } }

.val-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px dashed #c1c1c1; }
  @media screen and (max-width: 767px) {
    .val-box {
      flex-direction: column; } }
  .val-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .val-box .val-txt,
  .val-box .val-img {
    width: calc(50% - 30px); }
    @media screen and (max-width: 767px) {
      .val-box .val-txt,
      .val-box .val-img {
        width: 100%; } }
  .val-box .val-txt h3 {
    margin-bottom: 1.5em;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.8;
    color: #29A7E1; }
    @media screen and (max-width: 1024px) {
      .val-box .val-txt h3 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .val-box .val-txt h3 {
        font-size: 2rem; } }
  .val-box .val-txt p {
    font-size: 1.6rem;
    line-height: 2.5;
    text-align: justify; }
    @media screen and (max-width: 1024px) {
      .val-box .val-txt p {
        font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .val-box .val-txt {
      order: 1;
      margin-bottom: 30px; } }
  .val-box .val-img img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .val-box .val-img {
      order: 2;
      margin: 0 auto;
      text-align: center; }
      .val-box .val-img img {
        width: 80%;
        margin: 0 auto; } }

/* =============================================
Contact
============================================= */
.contact-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start; }
  @media screen and (max-width: 1024px) {
    .contact-box {
      flex-direction: column; } }
  .contact-box .contact-txt {
    width: 360px; }
    @media screen and (max-width: 1024px) {
      .contact-box .contact-txt {
        width: 100%; } }
    .contact-box .contact-txt .ttl-contact {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      align-items: flex-end;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      margin-bottom: 3em; }
      .contact-box .contact-txt .ttl-contact h2 {
        position: relative;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-size: 4rem;
        line-height: 1; }
        @media screen and (max-width: 1024px) {
          .contact-box .contact-txt .ttl-contact h2 {
            font-size: 3rem; } }
        @media screen and (max-width: 1200px) {
          .contact-box .contact-txt .ttl-contact h2 {
            font-size: 3.5rem; } }
        @media screen and (max-width: 767px) {
          .contact-box .contact-txt .ttl-contact h2 {
            font-size: 2.5rem; } }
      .contact-box .contact-txt .ttl-contact p {
        position: relative;
        font-size: 2rem;
        font-weight: bold;
        margin-left: 20px; }
        @media screen and (max-width: 1024px) {
          .contact-box .contact-txt .ttl-contact p {
            font-size: 1.8rem; } }
        @media screen and (max-width: 1200px) {
          .contact-box .contact-txt .ttl-contact p {
            font-size: 1.9rem; } }
        @media screen and (max-width: 767px) {
          .contact-box .contact-txt .ttl-contact p {
            font-size: 1.6rem; } }
      @media screen and (max-width: 1024px) {
        .contact-box .contact-txt .ttl-contact {
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .contact-box .contact-txt .ttl-contact p {
            margin: 10px 0 0 0; } }
    .contact-box .contact-txt .contact-img {
      margin-top: 3em; }
      .contact-box .contact-txt .contact-img img {
        width: 130px;
        height: auto; }
      @media screen and (max-width: 1024px) {
        .contact-box .contact-txt .contact-img {
          display: none; } }
    .contact-box .contact-txt p {
      font-size: 1.6rem;
      line-height: 2;
      text-align: justify; }
      @media screen and (max-width: 1024px) {
        .contact-box .contact-txt p {
          font-size: 1.5rem; } }
  .contact-box .contact-form {
    width: calc(100% - 360px - 110px); }
    @media screen and (max-width: 1024px) {
      .contact-box .contact-form {
        width: 100%;
        margin-top: 40px; } }
    .contact-box .contact-form input[type="submit"] {
      width: 100%;
      margin-top: 30px;
      padding: 15px 30px;
      border: 1px solid #c1c1c1;
      color: #333333;
      background-color: #fff;
      text-align: center; }
      .contact-box .contact-form input[type="submit"]:hover {
        color: #fff;
        background-color: #333333;
        transition: .3s all; }
  .contact-box dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: strech;
    -webkit-box-align: strech;
    -ms-flex-align: strech;
    flex-wrap: wrap; }
    .contact-box dl:first-child {
      border-top: 1px solid #c1c1c1; }
    .contact-box dl dt {
      width: 180px;
      padding: calc(30px + .5em) 0 30px 0;
      border-bottom: 1px solid #c1c1c1;
      border-right: 1px solid #c1c1c1; }
      .contact-box dl dt span {
        display: inline-block;
        margin-top: -10px;
        padding: .3em;
        color: #B70000;
        font-size: 1.2rem; }
    .contact-box dl dd {
      width: calc(100% - 180px);
      padding: 30px 0 30px 30px;
      border-bottom: 1px solid #c1c1c1; }
    .contact-box dl input,
    .contact-box dl textarea {
      width: 100%;
      padding: .5em;
      border: 1px solid #c1c1c1; }
    .contact-box dl ::placeholder {
      color: #dcdee5; }
    @media screen and (max-width: 767px) {
      .contact-box dl {
        display: block; }
        .contact-box dl dt, .contact-box dl dd {
          width: 100%; }
        .contact-box dl dt {
          padding: .5em 0;
          border-right: none; }
        .contact-box dl dd {
          padding: 1em 0 2em 0; } }

/* =============================================
Footer
============================================= */
footer {
  background-color: #f5f5f5;
  border-top: 1px solid #dcdee5;
  margin-top: 50px; }
  footer .pagetop {
    text-align: center;
    transform: translateY(-60px);
    -webkit-appearance: none; }
    footer .pagetop:hover {
      opacity: 0.7; }
    footer .pagetop .btn-pagetop {
      margin: 0;
      padding: 0;
      border: 0;
      background: none; }
    footer .pagetop .pagetop-txt {
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      color: #333333;
      -webkit-appearance: none; }
    footer .pagetop .pagetop-line {
      margin-top: 15px;
      display: inline-block;
      width: 2px;
      height: 50px;
      background: #333333; }
  @media screen and (max-width: 767px) {
    footer .contentBox .contentBox-inner {
      padding: 30px; } }
  footer .footer-inner nav ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    flex-wrap: wrap; }
    footer .footer-inner nav ul li {
      width: 16.666%;
      box-sizing: border-box; }
      footer .footer-inner nav ul li:last-child {
        border-right: 1px solid #333333; }
      footer .footer-inner nav ul li a {
        display: block;
        position: relative;
        box-sizing: border-box;
        color: #333333;
        text-align: center;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-size: 1.5rem;
        font-weight: bold;
        text-decoration: none;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333; }
        footer .footer-inner nav ul li a:hover {
          opacity: 1;
          background-color: #fff;
          transition: .3s all; }
    @media screen and (max-width: 767px) {
      footer .footer-inner nav ul li {
        width: 33.333%; }
        footer .footer-inner nav ul li:nth-child(-n+3) a {
          border-bottom: none; }
        footer .footer-inner nav ul li:nth-child(3) {
          border-right: 1px solid #333333; } }
  footer .footer-btm {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 90px; }
    footer .footer-btm .copyright {
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      font-size: 1.4rem;
      text-align: right; }
      @media screen and (max-width: 1024px) {
        footer .footer-btm .copyright {
          font-size: 1.3rem; } }
    @media screen and (max-width: 1024px) {
      footer .footer-btm {
        flex-direction: column;
        margin-top: 50px; }
        footer .footer-btm div {
          margin-bottom: 40px; }
          footer .footer-btm div:last-child {
            margin-bottom: 0; } }







/********カスタムレイアウト*******/

