@charset "UTF-8";
/* variables
====================================================*/
/* safari　だけ
====================================================*/
_::-webkit-full-page-media, _:future, :root .safari {
  -webkit-transform: translateY(0.9em);
          transform: translateY(0.9em);
}

/* general
====================================================*/
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #pc {
    display: none;
  }
}
#pc #pc-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #pc #pc-df {
    display: none;
  }
}

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

#pc-mini {
  display: none;
}
@media screen and (max-width: 1190px) {
  #pc-mini {
    display: block;
  }
}

#pc-big {
  display: block;
}
@media screen and (max-width: 1190px) {
  #pc-big {
    display: none;
  }
}

.hamburger-por {
  position: relative;
  width: 100%;
  height: 100%;
}

.maru {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p, li, a, dt, dd, figcaption {
  line-height: 1.75;
  color: #444444;
}

a {
  text-decoration: none;
}

.fwb {
  font-weight: bold;
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.fz30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .fz30 {
    font-size: 1.21875rem;
  }
}

.fz56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .fz56 {
    font-size: 2.275rem;
  }
}

.fz70 {
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .fz70 {
    font-size: 2.84375rem;
  }
}

.fz80 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .fz80 {
    font-size: 3.25rem;
  }
}

a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: initial;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.contents-wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec-ttl {
  font-size: 2.25rem;
  letter-spacing: 0.225rem;
  color: #EA6E1B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 1.4625rem;
  }
}
.sec-ttl::before {
  text-align: center;
  display: block;
  color: #979898;
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sec-ttl::before {
    font-size: 0.89375rem;
  }
}

/* header
====================================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  height: 90px;
  width: 100%;
  min-width: 1100px;
  -webkit-box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1190px) {
  header {
    min-width: initial;
    height: auto;
    height: 60px;
  }
}

nav.menu-pc {
  margin-left: auto;
  height: 100%;
}
nav.menu-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
nav.menu-pc ul li {
  width: 186px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  nav.menu-pc ul li {
    font-size: 0.8125rem;
  }
}
nav.menu-pc ul li a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
nav.menu-pc ul li:last-of-type {
  background-color: #EA6E1B;
  width: 240px;
}
nav.menu-pc ul li:last-of-type a {
  color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.menu-pc ul li:last-of-type a::before {
  content: "";
  background-image: url(../img/mail-icon1.png);
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  margin-top: 2px;
}

h1 {
  font-size: 2.375rem;
  padding-left: 2.375rem;
  min-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width: 1190px) {
  h1 {
    font-size: 1.425rem;
    padding-left: 20px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.67em;
  }
}
h1 a {
  color: #EA6E1B;
}
h1 span {
  font-size: 3rem;
}
@media screen and (max-width: 1190px) {
  h1 span {
    font-size: 1.8rem;
  }
}

.rt-h1 {
  font-size: 0.875rem;
}
@media screen and (max-width: 1190px) {
  .rt-h1 {
    font-size: 0.56875rem;
  }
}

/* hamburger
====================================================*/
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  display: none;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #EA6E1B;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  background: #EA6E1B;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}

nav.globalMenuSp ul li:last-of-type a {
  color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  display: block;
}

/* hero-image
====================================================*/
.hero {
  height: 84vh;
  min-height: 560px;
  min-width: 1100px;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
}
@media screen and (max-width: 1288px) {
  .hero {
    height: initial;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    min-width: initial;
    background-image: url(../img/hero-bg-sp.png);
    height: 100%;
    min-height: initial;
  }
}
.hero-inner {
  max-width: 1288px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .hero-inner {
    width: 100%;
    padding-top: 0;
  }
}
.hero-inner img.hero-pc {
  max-height: 660px;
  height: 90%;
}
@media screen and (max-width: 1288px) {
  .hero-inner img.hero-pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero-inner-sp {
    padding-top: 80px;
  }
}
.hero-inner-face {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .hero-inner-face {
    height: calc(82vh - 20px);
    left: -28%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-inner-face-sp {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.hero-inner-letter {
  position: absolute;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: auto;
  bottom: 64px;
  right: -40px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .hero-inner-letter {
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: end;
    top: 60px;
    padding-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .hero-inner-letter img {
    width: 50%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.hero-inner-letter img:nth-of-type(2) {
  margin-top: 60px;
}

/* sec
====================================================*/
/* news
====================================================*/
.news {
  background-image: url(../img/news-bg.jpg);
  background-size: cover;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  .news {
    min-width: initial;
  }
}
.news-ttl::before {
  content: "news";
}

.facebook {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .facebook {
    width: 100%;
  }
}

/* policy
====================================================*/
.policy {
  background-image: url(../img/policy-bg.png);
  background-size: cover;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  .policy {
    min-width: initial;
  }
}
.policy-ttl {
  color: #EA6E1B;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .policy-ttl {
    font-size: 1.95rem;
  }
}
.policy-ttl-sub {
  margin-bottom: 60px;
}
.policy-ttl-sub p {
  font-weight: bold;
  text-align: center;
}
.policy-ttl-sub p:first-of-type {
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .policy-ttl-sub p:first-of-type {
    font-size: 1.05625rem;
  }
}
.policy-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 0px;
}
@media screen and (max-width: 767px) {
  .policy-img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 20px;
  }
}
.policy-img li {
  text-align: center;
}
.policy-img img {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .policy-img img {
    width: 100%;
  }
}

/* profile
====================================================*/
.profile-ttl::before {
  content: "profile";
}
.profile-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.profile p, .profile dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .profile p, .profile dd {
    font-size: 1rem;
  }
}
.profile figcaption {
  font-size: 0.875rem;
  text-align: end;
}
.profile dl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .profile dl {
    margin-bottom: 2.4375rem;
  }
}
.profile dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .profile dl:last-of-type {
    margin-bottom: 2.4375rem;
  }
}
.profile-container img {
  height: 290px;
}
@media screen and (max-width: 767px) {
  .profile-container img {
    height: auto;
    width: 100%;
  }
}
.profile-container figure {
  margin-bottom: 20px;
}
.profile-container-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media screen and (max-width: 767px) {
  .profile-container-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-container-2and3 {margin-top:30px;}

.profile-container-2and3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media screen and (max-width: 767px) {
  .profile-container-2and3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile-dt {
  background-color: #EA6E1B;
  color: #fff;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .profile-dt {
    font-size: 1.05rem;
  }
}

.term{font-weight: bold; color: #EA6E1B;}

/* sdgs
====================================================*/
.sdgs {
  background-image: url(../img/policy-bg.png);
  background-size: cover;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  .sdgs {
    min-width: initial;
  }
}
.sdgs-inner {
  padding-top: 56px;
}
.sdgs-ttl {
  font-size: 2.25rem;
  color: #22A438;
  padding-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sdgs-ttl {
    font-size: 1.4625rem;
  }
}
.sdgs-ttl span {
  display: block;
  margin-bottom: 1rem;
}
.sdgs-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .sdgs-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-img li {
    width: 44%;
    margin-bottom: 10px;
  }
}
.sdgs-img img {
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .sdgs-img img {
    width: 100%;
    height: 100%;
  }
}

/* contact-b4
====================================================*/
.contact-b4 {
  background-image: url(../img/news-bg.jpg);
  background-size: cover;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  .contact-b4 {
    min-width: initial;
  }
}
.contact-b4 p {
  font-size: 1.875rem;
  color: #EB6EA5;
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .contact-b4 p {
    font-size: 1.21875rem;
    padding-left: 0;
  }
}

/* contact
====================================================*/
.contact-ttl::before {
  content: "contact us";
}

/* footer
====================================================*/
.footer {
  background-color: #EA6E1B;
  min-width: 1100px;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: initial;
  }
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-l-r-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .footer-l-r-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.footer h3 {
  font-size: 2.25rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .footer h3 {
    font-size: 1.4625rem;
  }
}
.footer-l, .footer-r {
  text-align: center;
  color: #fff;
}
.footer-l p, .footer-l dt, .footer-l dd, .footer-r p, .footer-r dt, .footer-r dd {
  color: #fff;
}
.footer-l a {
  margin-bottom: 10px;
}
.footer address {
  margin-bottom: 30px;
}
.footer-tel {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .footer-tel {
    font-size: 1.1375rem;
  }
}
.footer-r dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .footer-r dt {
    font-size: 0.975rem;
  }
}
.footer-r dd {
  text-align: left;
  width: 422px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer-r dd {
    width: 100%;
  }
}
.footer-r-button-container a:first-of-type {
  margin-bottom: 20px;
}
.footer-b-menu {
  background-color: #fff;
}
.footer-b-menu-container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1288px) {
  .footer-b-menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-b-menu-container {
    width: 100%;
    min-width: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-b-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .footer-b-menu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-b-menu ul li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3.4;
}
@media screen and (max-width: 767px) {
  .footer-b-menu ul li {
    font-size: 0.8125rem;
  }
}
.footer-b-pagetop {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.footer-copyright {
  color: #fff;
  line-height: 3;
  text-align: center;
}

.arrow-r {
  position: relative;
  display: inline-block;
  width: 280px;
  padding: 14px 30px;
  background: #FFEBCA;
}
@media screen and (max-width: 767px) {
  .arrow-r {
    width: 100%;
  }
}
.arrow-r::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .footer hr {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #fff;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */