@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@500;600&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  font-size: 62.5%; }

ul {
  list-style: none; }

@media screen and (max-width: 980px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
    background-color: #c7ecf9;
    font-size: 1.4rem; }
  a {
    text-decoration: none; }
  .section-ttl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0.08em;
    color: #9c9c9c;
    font-size: 1.6rem; }
    .section-ttl span {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 6rem;
      font-weight: 600;
      line-height: 1;
      position: relative;
      display: table;
      margin: 0 auto 10px;
      letter-spacing: 0.08em;
      color: #00a9dd; }
    .section-ttl span {
      font-size: 3.6rem; }
  .section-ttl--message {
    margin-bottom: 70px;
    margin-bottom: 27px; }
  .section-ttl--facebook {
    margin-bottom: 45px; }
  .section-ttl--project {
    margin-bottom: 90px;
    margin-bottom: 33px; }
  .section-ttl--voice {
    margin-bottom: 90px;
    color: #696969;
    background: url("../images/bg_voice.jpg") center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding: 50px 0; }
  .section-ttl--contact {
    margin-bottom: 80px;
    color: #00a9dd;
    margin-bottom: 25px; }
  .section-txt {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px; }
  #header {
    position: absolute;
    z-index: 200;
    right: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    transition: 0.3s;
    color: #00a9dd;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 4%; }
    #header.scroll {
      position: fixed;
      top: 0;
      background-color: #ffffff; }
  .header-logo img {
    transition: 0.3s; }
  .header-logo img {
    width: 75px;
    height: auto; }
  #global-nav {
    display: flex;
    height: 100%;
    align-items: center;
    display: none; }
    #global-nav ul {
      display: flex;
      height: 100%;
      justify-content: space-around; }
    #global-nav li {
      margin-left: 40px; }
    #global-nav a {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      display: flex;
      height: 100%;
      transition: 0.3s;
      transition: 0.3s;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.08em;
      color: #00a9dd;
      align-items: center; }
      #global-nav a:hover {
        opacity: 0.7; }
  .drawer-hamburger span {
    background-color: #00a9dd; }
  .drawer-nav {
    width: 100%;
    padding: 0;
    background: #00a9dd url("../images/sp/bg_drawer.png") bottom no-repeat;
    background-size: contain; }
  .drawer-nav__logo {
    display: flex;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 4%;
    align-items: center; }
    .drawer-nav__logo img {
      display: block;
      width: 75px;
      height: auto; }
  .drawer-menu li:not(:last-child) {
    border-bottom: 1px solid #ffffff; }
  .drawer-menu a {
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.8rem;
    display: flex;
    padding: 15px 0;
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #ffffff;
    justify-content: center; }
    .drawer-menu a img {
      width: 25px;
      height: 27px;
      margin-right: 10px; }
  .drawer-nav__close {
    position: absolute;
    top: 10px;
    right: 4%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    color: #ffffff; }
    .drawer-nav__close::before, .drawer-nav__close::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 2px;
      height: 100%;
      margin: auto;
      content: "";
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #ffffff; }
    .drawer-nav__close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .mv {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 35px; }
  .mv__img {
    position: relative;
    width: 645px;
    display: none; }
    .mv__img > img {
      position: relative;
      z-index: 2; }
  #mv__img__slider {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 530px;
    height: 850px; }
  .mv__logo {
    box-sizing: border-box;
    width: 50%;
    max-width: 645px;
    padding-top: 311px;
    padding-left: 30px;
    display: none; }
    .mv__logo img {
      display: block;
      float: right;
      width: 100%;
      max-width: 468px; }
  .mv__sp {
    position: relative;
    display: none;
    display: block; }
    .mv__sp > img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: auto; }
  #mv__sp__slider {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 66vw;
    margin-left: 34vw; }
    #mv__sp__slider .slick-slide {
      margin: 0; }
    #mv__sp__slider img {
      width: 100%; }
  #profiles {
    padding: 80px 0 225px;
    background: url(../images/icon_color.png) center bottom -127px no-repeat;
    padding: 20px 0 100px;
    background: url(../images/icon_color.png) center bottom -50px no-repeat;
    background-size: 100px; }
  .profiles__container {
    position: relative;
    margin-bottom: 144px;
    margin-bottom: 35px; }
  .profiles__container__img {
    display: flex;
    justify-content: flex-end;
    background-color: #abe0f3; }
    .profiles__container__img figure {
      font-size: 9rem;
      position: relative; }
    .profiles__container__img img {
      display: block;
      width: 100%;
      max-width: 561px; }
    .profiles__container__img figcaption {
      font-weight: 600;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl; }
    .profiles__container__img figure {
      position: relative;
      z-index: 3;
      width: 74.6666%;
      margin: -20px auto 0; }
    .profiles__container__img figcaption {
      font-size: 3.6rem;
      position: absolute;
      top: 6.25%;
      left: 6.25%; }
  .profiles__container__txt {
    box-sizing: border-box; }
  .profiles__container__txt__wrap {
    position: relative;
    height: 100%; }
    .profiles__container__txt__wrap > p {
      font-size: 1.8rem;
      line-height: 1.6666; }
    .profiles__container__txt__wrap > p {
      font-size: 1.4rem;
      margin: 0 4% 30px;
      letter-spacing: -0.04em; }
  .profiles__name {
    font-size: 4.8rem;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
    font-size: 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px 0 35px;
    text-align: center;
    background-color: #abe0f3; }
    .profiles__name::before {
      position: absolute;
      z-index: -1;
      right: 0;
      bottom: -5px;
      left: 0;
      display: block;
      width: 100%;
      max-width: 313px;
      height: 165px;
      margin: auto;
      content: "";
      background: url(../images/sp/bg_profiles.png) no-repeat;
      background-size: cover; }
  .profiles__name__class {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    letter-spacing: 0.08em;
    font-size: 1.2rem; }
  .profiles__name__wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
  .profiles__name__eng {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 10px 0 0 34px;
    letter-spacing: 0.08em;
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0 0 0 12px; }
  .profiles__container__txt__box {
    padding: 56px 0;
    color: #36b5e1;
    background-color: #ffffff;
    margin: 0 4%;
    padding: 28px 25px; }
    .profiles__container__txt__box p {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.6666; }
    .profiles__container__txt__box p {
      font-size: 1.3rem;
      letter-spacing: -0.06em; }
  .history {
    max-width: 1150px;
    margin: 0 auto 100px;
    margin-bottom: 35px; }
  .history__box {
    padding: 60px 75px;
    padding: 25px 4%;
    border-top: 2px solid #ffffff; }
    .history__box > p {
      font-size: 1.8rem;
      line-height: 1.94444; }
    .history__box:last-child {
      border-bottom: 2px solid #ffffff; }
    .history__box > p {
      font-size: 1.4rem;
      line-height: 1.5; }
  .history__box--center {
    padding: 50px 75px;
    text-align: center;
    padding: 25px 4%; }
  .history__table {
    width: 100%; }
    .history__table th {
      font-size: 1.8rem;
      font-weight: 600;
      text-align: left;
      color: #ef8300; }
    .history__table td {
      letter-spacing: 0; }
    .history__table th,
    .history__table td {
      font-size: 1.4rem;
      display: block; }
    .history__table td {
      margin-bottom: 1em; }
  .history__ttl {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
    color: #00a9dd;
    font-size: 1.8rem;
    margin-bottom: 12px; }
  .profiles__link {
    max-width: 1290px;
    margin: auto;
    margin: 0 4%; }
    .profiles__link p {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 58px;
      text-align: center;
      letter-spacing: 0.06em;
      color: #00a9dd; }
      .profiles__link p br.sp {
        display: none; }
    .profiles__link p {
      font-size: 1.6rem;
      margin-bottom: 40px; }
  .profiles__link__list a {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    box-sizing: border-box;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ffffff;
    border-radius: 50px;
    background-color: #ef8300;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center; }
    .profiles__link__list a:hover {
      opacity: 0.7; }
  .profiles__link__list li:not(:last-child) {
    margin-bottom: 15px; }
  .profiles__link__list a {
    font-size: 1.5rem;
    position: relative;
    min-height: 4em;
    padding: 8px 0; }
    .profiles__link__list a::after {
      position: absolute;
      top: 0;
      right: 35px;
      bottom: 0;
      display: block;
      width: 20px;
      height: 20px;
      margin: auto;
      content: "";
      background: url("../images/icon_window.png") center no-repeat;
      background-size: cover; }
  #facebook {
    padding: 170px 0;
    margin: 0 4%;
    padding: 85px 0; }
  .facebook__btn {
    width: 100%;
    margin: 64px auto 0;
    margin: 30px auto 0; }
    .facebook__btn a {
      font-size: 2rem;
      position: relative;
      display: flex;
      margin: auto;
      transition: 0.3s;
      letter-spacing: 0.04em;
      color: #ffffff;
      border-radius: 50px;
      background-color: #ff8b00;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      align-items: center;
      justify-content: center; }
      .facebook__btn a:hover {
        opacity: 0.7; }
      .facebook__btn a span {
        position: relative;
        display: inline-block;
        padding: 0 56px; }
        .facebook__btn a span::before, .facebook__btn a span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          margin: auto;
          content: ""; }
    .facebook__btn p {
      font-size: 1.8rem; }
    .facebook__btn a {
      font-size: 1.5rem;
      padding: 15px 0; }
      .facebook__btn a::after {
        position: absolute;
        top: 0;
        right: 35px;
        bottom: 0;
        display: block;
        width: 20px;
        height: 20px;
        margin: auto;
        content: "";
        background: url("../images/icon_window.png") center no-repeat;
        background-size: cover; }
  #project {
    position: relative;
    z-index: 1;
    padding: 68px 0 320px;
    background: url(../images/bg_project.png) left 80px bottom -55px no-repeat;
    padding: 20px 0 120px;
    background: url(../images/bg_project.png) center bottom -15px no-repeat;
    background-size: 472px auto; }
    #project::before, #project::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: "";
      background-color: #ddf4fb; }
    #project::before {
      top: 0;
      left: 0;
      width: 139px;
      height: 642px; }
    #project::after {
      right: 0;
      bottom: 0;
      width: 231px;
      height: 485px; }
    #project::before {
      width: 77px;
      height: 321px; }
    #project::after {
      bottom: 80px;
      width: 77px;
      height: 321px; }
  .project__list {
    counter-reset: project-number 0;
    margin: 0 4%; }
  .project__item {
    position: relative;
    z-index: 1; }
    .project__item:not(:last-child) {
      margin-bottom: 170px; }
    .project__item:not(:last-child) {
      margin-bottom: 75px; }
  .project__img {
    position: relative;
    z-index: 1; }
    .project__img img {
      display: block;
      width: 100%;
      max-width: 685px; }
    .project__img::before {
      position: absolute;
      z-index: -1;
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #ddf4fb; }
    .project__item:nth-of-type(odd) .project__img {
      margin-bottom: 45px; }
      .project__item:nth-of-type(odd) .project__img::before {
        right: -4%;
        bottom: -22px; }
    .project__item:nth-of-type(even) .project__img {
      margin-bottom: 18px; }
      .project__item:nth-of-type(even) .project__img::before {
        top: -22px;
        left: -4%; }
  .project__txt__wrap > p {
    line-height: 1.75;
    letter-spacing: 0.08em; }
  .project__txt__box {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 40px 26px;
    background-color: #ffffff;
    padding: 15px;
    background-color: #e9f7fd; }
  .project__txt__box__table {
    margin: auto; }
    .project__txt__box__table th {
      font-weight: 600; }
    .project__txt__box__table ol {
      list-style: none; }
    .project__txt__box__table li {
      font-size: 1.4rem;
      margin-left: 2em;
      text-indent: -2em; }
    .project__txt__box__table tr:not(:last-child) td {
      margin-bottom: 1em; }
    .project__txt__box__table th,
    .project__txt__box__table td {
      display: block;
      text-align: left; }
    .project__txt__box__table th {
      font-size: 1.5rem; }
  .project__ttl {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 2.4rem; }
    .project__ttl::before {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 8rem;
      font-weight: 600;
      margin-right: 10px;
      content: counter(project-number);
      counter-increment: project-number;
      color: #00a9dd; }
    .project__ttl::before {
      font-size: 4rem; }
  .project__btn {
    width: 100%;
    margin: 64px auto 0;
    margin: 30px auto 0; }
    .project__btn p {
      font-size: 2.8rem;
      font-weight: 600;
      margin-bottom: 1em;
      text-align: center;
      letter-spacing: 0.08em;
      color: #00a9dd; }
    .project__btn a {
      font-size: 2rem;
      display: flex;
      margin: auto;
      transition: 0.3s;
      letter-spacing: 0.04em;
      color: #ffffff;
      border-radius: 50px;
      background-color: #ff8b00;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      align-items: center;
      justify-content: center; }
      .project__btn a:hover {
        opacity: 0.7; }
      .project__btn a span {
        position: relative;
        display: inline-block;
        padding: 0 56px; }
        .project__btn a span::before, .project__btn a span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          margin: auto;
          content: ""; }
    .project__btn p {
      font-size: 1.8rem; }
    .project__btn a {
      font-size: 1.5rem;
      padding: 15px 0; }
  .project__btn--blank a span::after {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    content: "";
    background: url(../images/icon_window.png) center no-repeat;
    background-size: cover; }
  #message {
    padding: 126px 0 106px;
    background: url("../images/bg_message.png") center no-repeat;
    background-size: cover;
    padding: 30px 4%;
    background: url("../images/sp/bg_message.png") center no-repeat;
    background-size: cover; }
  .message__box {
    box-sizing: border-box;
    max-width: 1079px;
    margin: auto;
    padding: 70px 40px 80px;
    background-color: #ffffff;
    padding: 20px 10px; }
    .message__box p {
      font-size: 1.8rem;
      line-height: 2;
      letter-spacing: 0.06em; }
    .message__box p {
      font-size: 1.5rem;
      line-height: 1.3333333;
      letter-spacing: -0.025em; }
  .voice__list {
    max-width: 1290px;
    margin: 0 auto 110px;
    list-style: none;
    counter-reset: voice-number 0;
    margin: 0 4% 50px; }
  .voice__list__item {
    cursor: pointer;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff; }
    .voice__list__item:last-child {
      border-bottom: 3px solid #ffffff; }
  .voice__list__ttl {
    font-size: 2.4rem;
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 0 110px 0 40px;
    transition: 0.3s;
    align-items: center;
    font-size: 1.6rem;
    padding: 10px 38px 10px 18px; }
    .voice__list__ttl::before {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 4.8rem;
      min-width: 57px;
      margin-right: 36px;
      content: counter(voice-number, decimal-leading-zero);
      counter-increment: voice-number;
      color: #00a9dd; }
    .voice__list__ttl::after {
      position: absolute;
      top: -6px;
      right: 70px;
      bottom: 0px;
      display: block;
      width: 22px;
      height: 22px;
      margin: auto;
      content: "";
      transition: 0.3s;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-right: 3px solid #00a9dd;
      border-bottom: 3px solid #00a9dd; }
    .expanded .voice__list__ttl {
      background-color: #ffffff; }
      .expanded .voice__list__ttl::after {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
    .voice__list__ttl::before {
      font-size: 2.4rem;
      margin-right: 20px; }
    .voice__list__ttl::after {
      right: 14px;
      width: 14px;
      height: 14px;
      border-right: 2px solid #00a9dd;
      border-bottom: 2px solid #00a9dd; }
  .voice__list__content {
    display: none; }
  .voice__list__box {
    display: flex;
    padding: 0px 70px 0px 74px;
    align-items: center;
    margin: 0 30px 0 37px;
    padding: 10px 0 20px 0;
    flex-flow: wrap; }
    .voice__list__box:not(:last-child) {
      border-bottom: 2px solid #ffffff; }
  .voice__list__img {
    width: 100%; }
    .voice__list__img figcaption {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-weight: 500;
      letter-spacing: 0.06em;
      color: #00a9dd; }
      .voice__list__img figcaption span {
        font-size: 2.4rem; }
      .voice__list__box:nth-of-type(even) .voice__list__img figcaption {
        color: #ff8b00; }
    .voice__list__img img {
      display: none; }
    .voice__list__img figcaption {
      font-size: 1.2rem; }
      .voice__list__img figcaption span {
        font-size: 1.8rem; }
  .voice__list__txt p {
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.06em; }
  .voice__list__txt p {
    line-height: 1.285714285714286; }
  .gallery {
    overflow: hidden;
    margin-bottom: 140px;
    margin-bottom: 60px; }
  .gallery__ttl {
    font-size: 3rem;
    font-weight: 600;
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #ff8b00;
    font-size: 1.8rem;
    margin: 0 4% 14px; }
  #gallery__slider {
    margin: 0 20px 50px;
    margin: 0 0 25px;
    padding: 15px 0;
    background-color: #ddf4fb; }
    #gallery__slider .slick-slide {
      margin: 0;
      transition: 0.3s;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
      #gallery__slider .slick-slide.slick-active {
        -webkit-transform: scale(1);
                transform: scale(1); }
    #gallery__slider img {
      display: block;
      width: 100%;
      height: auto; }
  #gallery__slider__control {
    display: flex;
    align-items: center;
    justify-content: center; }
    #gallery__slider__control .slick-next {
      order: 3; }
    #gallery__slider__control .slick-dots li {
      width: 8px;
      height: 8px; }
    #gallery__slider__control .slick-prev,
    #gallery__slider__control .slick-next {
      width: 21px;
      height: 21px; }
      #gallery__slider__control .slick-prev::before,
      #gallery__slider__control .slick-next::before {
        width: 14px;
        height: 14px; }
    #gallery__slider__control .slick-prev::before {
      border-top: 2px solid #00a9dd;
      border-left: 2px solid #00a9dd; }
    #gallery__slider__control .slick-next::before {
      border-top: 2px solid #00a9dd;
      border-right: 2px solid #00a9dd; }
  #contact {
    padding: 100px 0 126px;
    background-color: #ffffff;
    padding: 30px 4%; }
  .contact__btn {
    margin: auto; }
    .contact__btn a {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      display: flex;
      transition: 0.3s;
      text-align: center;
      color: #ffffff;
      border-radius: 36px;
      background-color: #ff8b00;
      background-repeat: no-repeat;
      background-position: left 50px center;
      justify-content: center;
      align-items: center; }
      .contact__btn a:hover {
        opacity: 0.7; }
    .contact__btn li:not(:last-child) {
      margin-bottom: 15px; }
    .contact__btn a {
      height: 52px; }
      .contact__btn a span {
        background-repeat: no-repeat;
        background-position: left center; }
  .contact__btn__tel a {
    font-size: 3rem; }
  .contact__btn__tel a {
    font-size: 2rem; }
    .contact__btn__tel a span {
      padding-left: 36px;
      background-image: url(../images/icon_tel.png);
      background-size: 26px; }
  .contact__btn__mail a {
    font-size: 1.6rem; }
    .contact__btn__mail a span {
      padding-left: 35px;
      background-image: url(../images/icon_mail.png);
      background-size: 25px; }
  #footer {
    box-sizing: border-box;
    padding: 63px 0 0;
    text-align: center;
    background: #c7ecf9 url(../images/bg_footer.png) top center repeat-x;
    padding: 24px 0;
    background: #c7ecf9 url(../images/sp/bg_footer.png) top center repeat-x;
    background-size: contain; }
    #footer p {
      margin-bottom: 24px;
      letter-spacing: 0.06em; }
  .footer__logo {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    max-width: 182px;
    height: auto;
    margin: 0 auto 22px; }
  .copyright {
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #ff8b00; }
  .page-top-btn {
    text-align: right;
    background-color: #ffffff; }
    .page-top-btn a {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      margin-right: 5.9375%;
      transition: 0.3s;
      color: #ffffff;
      border-radius: 40px 40px 0 0;
      background-color: #00a9dd; }
      .page-top-btn a:hover {
        opacity: 0.7; }
    .page-top-btn a {
      font-size: 1.5rem;
      margin-right: 4%;
      padding: 11px 18px 5px;
      border-radius: 20px 20px 0 0; }
  .forPC {
    display: none !important; } }

@media print, screen and (min-width: 981px) {
  body {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
    background-color: #c7ecf9; }
  a {
    text-decoration: none; }
  .section-ttl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0.08em;
    color: #9c9c9c; }
    .section-ttl span {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 6rem;
      font-weight: 600;
      line-height: 1;
      position: relative;
      display: table;
      margin: 0 auto 10px;
      letter-spacing: 0.08em;
      color: #00a9dd; }
    .section-ttl span::before, .section-ttl span::after {
      position: absolute;
      top: 0;
      bottom: 0;
      display: block;
      width: 150px;
      height: 4px;
      margin: auto;
      content: "";
      background-color: #00a9dd; }
    .section-ttl span::before {
      left: calc(-1em - 150px); }
    .section-ttl span::after {
      right: calc(-1em - 150px); }
  .section-ttl--message {
    margin-bottom: 70px; }
  .section-ttl--facebook {
    margin-bottom: 45px; }
  .section-ttl--project {
    margin-bottom: 90px; }
  .section-ttl--voice {
    margin-bottom: 90px;
    color: #696969;
    background: url("../images/bg_voice.jpg") center no-repeat;
    background-size: cover;
    padding: 74px 0; }
  .section-ttl--contact {
    margin-bottom: 80px;
    color: #00a9dd; }
  .section-txt {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center; }
  #header {
    position: absolute;
    z-index: 200;
    right: 0;
    left: 0;
    display: flex;
    box-sizing: border-box;
    transition: 0.3s;
    color: #00a9dd;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    top: 70px;
    height: 122px;
    margin: 0 4.53125%;
    padding: 0 60px;
    border: 3px solid #00a9dd; }
    #header.scroll {
      position: fixed;
      top: 0;
      background-color: #ffffff; }
    #header.scroll {
      height: 70px;
      margin: auto;
      padding: 0 30px; }
  .header-logo {
    box-sizing: border-box;
    height: 100%;
    max-height: 79px;
    padding: 15px 0; }
    .header-logo img {
      transition: 0.3s; }
    .header-logo a:hover img {
      opacity: 0.7; }
    .header-logo img {
      display: block;
      width: auto;
      height: 100%; }
  #global-nav {
    display: flex;
    height: 100%;
    align-items: center; }
    #global-nav ul {
      display: flex;
      height: 100%;
      justify-content: space-around; }
    #global-nav li {
      margin-left: 40px; }
    #global-nav a {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      display: flex;
      height: 100%;
      transition: 0.3s;
      transition: 0.3s;
      text-align: center;
      text-decoration: none;
      letter-spacing: 0.08em;
      color: #00a9dd;
      align-items: center; }
      #global-nav a:hover {
        opacity: 0.7; }
  .drawer-nav,
  .drawer-hamburger {
    display: none; }
  .drawer-hamburger span {
    background-color: #00a9dd; }
  .drawer-nav {
    width: 100%;
    padding: 0;
    background: #00a9dd url("../images/sp/bg_drawer.png") bottom no-repeat;
    background-size: contain; }
  .drawer-nav__logo {
    display: flex;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 4%;
    align-items: center; }
    .drawer-nav__logo img {
      display: block;
      width: 75px;
      height: auto; }
  .drawer-menu li:not(:last-child) {
    border-bottom: 1px solid #ffffff; }
  .drawer-menu a {
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.8rem;
    display: flex;
    padding: 15px 0;
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #ffffff;
    justify-content: center; }
    .drawer-menu a img {
      width: 25px;
      height: 27px;
      margin-right: 10px; }
  .drawer-nav__close {
    position: absolute;
    top: 10px;
    right: 4%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    color: #ffffff; }
    .drawer-nav__close::before, .drawer-nav__close::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 2px;
      height: 100%;
      margin: auto;
      content: "";
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #ffffff; }
    .drawer-nav__close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .mv {
    position: relative;
    display: block;
    overflow: hidden; }
  .mv__wrap {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1290px;
    margin: auto; }
    .mv__wrap::before, .mv__wrap::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: ""; }
    .mv__wrap::before {
      top: 423px;
      left: -100px;
      width: 145px;
      height: 145px;
      background: url(../images/star.png) no-repeat; }
    .mv__wrap::after {
      top: 157px;
      left: 625px;
      width: 1030px;
      height: 346px;
      background: url(../images/bg_mv.png) no-repeat; }
  .mv__img {
    position: relative;
    width: 645px; }
    .mv__img > img {
      position: relative;
      z-index: 2; }
  #mv__img__slider {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 530px;
    height: 850px; }
  .mv__logo {
    box-sizing: border-box;
    width: 50%;
    max-width: 645px;
    padding-top: 311px;
    padding-left: 30px; }
    .mv__logo img {
      display: block;
      float: right;
      width: 100%;
      max-width: 468px; }
  .mv__sp {
    position: relative;
    display: none; }
    .mv__sp > img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: auto; }
  #mv__sp__slider {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 66vw;
    margin-left: 34vw; }
    #mv__sp__slider .slick-slide {
      margin: 0; }
    #mv__sp__slider img {
      width: 100%; }
  #profiles {
    padding: 80px 0 225px;
    background: url(../images/icon_color.png) center bottom -127px no-repeat; }
    #profiles::before {
      position: relative;
      z-index: -1;
      display: block;
      box-sizing: border-box;
      width: 100%;
      max-width: 1611px;
      height: 213px;
      margin: 0 auto -54px;
      content: "";
      background: url(../images/bg_profiles.png) center bottom no-repeat;
      background-size: contain; }
  .profiles__container {
    position: relative;
    margin-bottom: 144px;
    display: flex;
    padding: 84px 0 73px;
    background-color: rgba(159, 219, 240, 0.7); }
  .profiles__container__img {
    display: flex;
    justify-content: flex-end;
    width: 50%; }
    .profiles__container__img figure {
      font-size: 9rem;
      position: relative; }
    .profiles__container__img img {
      display: block;
      width: 100%;
      max-width: 561px; }
    .profiles__container__img figcaption {
      font-weight: 600;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl; }
    .profiles__container__img figure {
      padding-left: 1em; }
  .profiles__container__txt {
    box-sizing: border-box;
    width: 50%;
    padding: 3.85416% 0 0 3.85416%; }
  .profiles__container__txt__wrap {
    position: relative;
    height: 100%; }
    .profiles__container__txt__wrap > p {
      font-size: 1.8rem;
      line-height: 1.6666; }
    .profiles__container__txt__wrap > p {
      max-width: 570px;
      margin-bottom: 110px; }
  .profiles__name {
    font-size: 4.8rem;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.08em; }
  .profiles__name__class {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    letter-spacing: 0.08em; }
  .profiles__name__wrap {
    display: flex;
    align-items: center; }
  .profiles__name__eng {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 10px 0 0 34px;
    letter-spacing: 0.08em;
    color: #ffffff; }
  .profiles__container__txt__box {
    padding: 56px 0;
    color: #36b5e1;
    background-color: #ffffff;
    position: absolute;
    bottom: -129px;
    width: 100%; }
    .profiles__container__txt__box p {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1.6666; }
    .profiles__container__txt__box p {
      box-sizing: border-box;
      max-width: 660px;
      padding: 0 10%; }
  .history {
    max-width: 1150px;
    margin: 0 auto 100px; }
  .history__box {
    padding: 60px 75px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff; }
    .history__box > p {
      font-size: 1.8rem;
      line-height: 1.94444; }
    .history__box:last-child {
      border-bottom: 3px solid #ffffff; }
  .history__box--center {
    padding: 50px 75px;
    text-align: center; }
  .history__table {
    width: 100%; }
    .history__table th {
      font-size: 1.8rem;
      font-weight: 600;
      text-align: left;
      color: #ef8300; }
    .history__table td {
      letter-spacing: 0; }
    .history__table th,
    .history__table td {
      padding-bottom: 1em; }
    .history__table th {
      width: 8em; }
  .history__ttl {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
    color: #00a9dd; }
  .profiles__link {
    max-width: 1290px;
    margin: auto; }
    .profiles__link p {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 58px;
      text-align: center;
      letter-spacing: 0.06em;
      color: #00a9dd; }
      .profiles__link p br.sp {
        display: none; }
  .profiles__link__list {
    display: flex;
    flex-flow: wrap;
    justify-content: center; }
    .profiles__link__list a {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.2;
      display: flex;
      box-sizing: border-box;
      transition: 0.3s;
      text-align: center;
      letter-spacing: 0.04em;
      color: #ffffff;
      border-radius: 50px;
      background-color: #ef8300;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      justify-content: center;
      align-items: center; }
      .profiles__link__list a:hover {
        opacity: 0.7; }
    .profiles__link__list li {
      margin-bottom: 25px; }
      .profiles__link__list li:nth-of-type(2) {
        margin: 0 25px; }
    .profiles__link__list a {
      width: 384px;
      height: 80px; }
      .profiles__link__list a span {
        position: relative;
        display: inline-block;
        padding: 0 56px; }
        .profiles__link__list a span::before, .profiles__link__list a span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          margin: auto;
          content: ""; }
        .profiles__link__list a span::before {
          left: 0;
          width: 24px;
          height: 8px;
          background: url("../images/icon_arrow.png") center no-repeat; }
        .profiles__link__list a span::after {
          right: 0;
          width: 30px;
          height: 28px;
          background: url("../images/icon_window.png") center no-repeat; }
  #facebook {
    padding: 170px 0; }
  .facebook__btn {
    width: 100%;
    margin: 64px auto 0; }
    .facebook__btn a {
      font-size: 2rem;
      position: relative;
      display: flex;
      margin: auto;
      transition: 0.3s;
      letter-spacing: 0.04em;
      color: #ffffff;
      border-radius: 50px;
      background-color: #ff8b00;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      align-items: center;
      justify-content: center; }
      .facebook__btn a:hover {
        opacity: 0.7; }
      .facebook__btn a span {
        position: relative;
        display: inline-block;
        padding: 0 56px; }
        .facebook__btn a span::before, .facebook__btn a span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          margin: auto;
          content: ""; }
    .facebook__btn a {
      max-width: 467px;
      height: 100px; }
      .facebook__btn a span::before {
        left: 0;
        width: 24px;
        height: 8px;
        background: url("../images/icon_arrow.png") center no-repeat; }
      .facebook__btn a span::after {
        right: 0;
        width: 30px;
        height: 28px;
        background: url("../images/icon_window.png") center no-repeat; }
  #project {
    position: relative;
    z-index: 1;
    padding: 68px 0 320px;
    background: url(../images/bg_project.png) left 80px bottom -55px no-repeat; }
    #project::before, #project::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: "";
      background-color: #ddf4fb; }
    #project::before {
      top: 0;
      left: 0;
      width: 139px;
      height: 642px; }
    #project::after {
      right: 0;
      bottom: 0;
      width: 231px;
      height: 485px; }
  .project__list {
    counter-reset: project-number 0; }
  .project__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: wrap; }
    .project__item:not(:last-child) {
      margin-bottom: 170px; }
    .project__item:nth-of-type(even) {
      flex-direction: row-reverse; }
    .project__item::before {
      position: absolute;
      z-index: -1;
      display: block;
      height: 497px;
      content: "";
      background-color: #ddf4fb; }
    .project__item:nth-of-type(odd)::before {
      top: 48px;
      right: 0;
      width: calc(50% + 100px); }
    .project__item:nth-of-type(even)::before {
      top: -85px;
      left: 0;
      width: calc(50% - 30px); }
  .project__img {
    position: absolute;
    z-index: 5;
    display: flex;
    box-sizing: border-box;
    height: 490px; }
    .project__img img {
      display: block;
      width: 100%;
      max-width: 685px; }
    .project__item:nth-of-type(odd) .project__img {
      left: calc(50% - 100px);
      width: calc(50% + 100px);
      padding-left: 50px; }
    .project__item:nth-of-type(even) .project__img {
      right: calc(50% - 44px);
      flex-direction: row-reverse;
      width: calc(50% + 44px); }
    .project__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .project__txt {
    display: flex;
    box-sizing: border-box;
    width: 50%;
    min-width: 645px;
    min-height: 490px; }
    .project__item:nth-of-type(odd) .project__txt {
      flex-direction: row-reverse; }
    .project__item:nth-of-type(even) .project__txt {
      width: 100%;
      padding-left: calc(50% + 115px); }
  .project__txt__wrap {
    width: 645px; }
    .project__txt__wrap > p {
      line-height: 1.75;
      letter-spacing: 0.08em; }
  .project__txt__box {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 40px 26px;
    background-color: #ffffff;
    position: relative;
    left: -26px;
    width: calc(100% + 26px); }
  .project__txt__box__table th {
    font-weight: 600; }
  .project__txt__box__table ol {
    list-style: none; }
  .project__txt__box__table li {
    font-size: 1.4rem;
    margin-left: 2em;
    text-indent: -2em; }
  .project__txt__box__table th,
  .project__txt__box__table td {
    font-size: 2rem;
    padding-bottom: 1em; }
  .project__txt__box__table th {
    width: 11em; }
  .project__ttl {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.08em; }
    .project__ttl::before {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 8rem;
      font-weight: 600;
      margin-right: 10px;
      content: counter(project-number);
      counter-increment: project-number;
      color: #00a9dd; }
  .project__btn {
    width: 100%;
    margin: 64px auto 0; }
    .project__btn p {
      font-size: 2.8rem;
      font-weight: 600;
      margin-bottom: 1em;
      text-align: center;
      letter-spacing: 0.08em;
      color: #00a9dd; }
    .project__btn a {
      font-size: 2rem;
      display: flex;
      margin: auto;
      transition: 0.3s;
      letter-spacing: 0.04em;
      color: #ffffff;
      border-radius: 50px;
      background-color: #ff8b00;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      align-items: center;
      justify-content: center; }
      .project__btn a:hover {
        opacity: 0.7; }
      .project__btn a span {
        position: relative;
        display: inline-block;
        padding: 0 56px; }
        .project__btn a span::before, .project__btn a span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          margin: auto;
          content: ""; }
    .project__btn a {
      max-width: 467px;
      height: 100px; }
      .project__btn a span::before {
        left: 0;
        width: 24px;
        height: 8px;
        background: url("../images/icon_arrow.png") center no-repeat; }
  .project__btn--left a {
    margin: 0; }
  .project__btn--blank a span::after {
    right: 0;
    width: 30px;
    height: 28px;
    background: url("../images/icon_window.png") center no-repeat; }
  #message {
    padding: 126px 0 106px;
    background: url("../images/bg_message.png") center no-repeat;
    background-size: cover; }
  .message__box {
    box-sizing: border-box;
    max-width: 1079px;
    margin: auto;
    padding: 70px 40px 80px;
    background-color: #ffffff; }
    .message__box p {
      font-size: 1.8rem;
      line-height: 2;
      letter-spacing: 0.06em; }
    .message__box p {
      text-align: center; }
  .voice__list {
    max-width: 1290px;
    margin: 0 auto 110px;
    list-style: none;
    counter-reset: voice-number 0; }
  .voice__list__item {
    cursor: pointer;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff; }
    .voice__list__item:last-child {
      border-bottom: 3px solid #ffffff; }
  .voice__list__ttl {
    font-size: 2.4rem;
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 0 110px 0 40px;
    transition: 0.3s;
    align-items: center; }
    .voice__list__ttl::before {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 4.8rem;
      min-width: 57px;
      margin-right: 36px;
      content: counter(voice-number, decimal-leading-zero);
      counter-increment: voice-number;
      color: #00a9dd; }
    .voice__list__ttl::after {
      position: absolute;
      top: -6px;
      right: 70px;
      bottom: 0px;
      display: block;
      width: 22px;
      height: 22px;
      margin: auto;
      content: "";
      transition: 0.3s;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-right: 3px solid #00a9dd;
      border-bottom: 3px solid #00a9dd; }
    .expanded .voice__list__ttl {
      background-color: #ffffff; }
      .expanded .voice__list__ttl::after {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
  .voice__list__content {
    display: none; }
  .voice__list__box {
    display: flex;
    padding: 0px 70px 0px 74px;
    align-items: center; }
    .voice__list__box:first-of-type {
      padding-top: 30px; }
    .voice__list__box:last-of-type {
      padding-bottom: 30px; }
    .voice__list__box:not(:last-child) {
      margin-bottom: 20px; }
  .voice__list__img {
    margin-right: 30px; }
    .voice__list__img figcaption {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-weight: 500;
      letter-spacing: 0.06em;
      color: #00a9dd; }
      .voice__list__img figcaption span {
        font-size: 2.4rem; }
      .voice__list__box:nth-of-type(even) .voice__list__img figcaption {
        color: #ff8b00; }
  .voice__list__txt {
    display: flex;
    flex-direction: row;
    min-height: 100px;
    margin-top: -20px;
    border-bottom: 2px solid #ffffff;
    flex: 1;
    align-items: center; }
    .voice__list__txt p {
      font-weight: 400;
      line-height: 1.875;
      letter-spacing: 0.06em; }
  .gallery {
    overflow: hidden;
    margin-bottom: 140px; }
  .gallery__ttl {
    font-size: 3rem;
    font-weight: 600;
    position: relative;
    display: table;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #ff8b00;
    padding: 0 50px; }
    .gallery__ttl::before, .gallery__ttl::after {
      position: absolute;
      top: 0;
      bottom: -15px;
      display: block;
      width: 2px;
      height: 60px;
      margin: auto;
      content: "";
      background-color: #ff8b00; }
    .gallery__ttl::before {
      left: 0;
      -webkit-transform: rotate(-35deg);
              transform: rotate(-35deg); }
    .gallery__ttl::after {
      right: 0;
      -webkit-transform: rotate(35deg);
              transform: rotate(35deg); }
  #gallery__slider {
    margin: 0 20px 50px; }
  #gallery__slider__control {
    display: flex;
    align-items: center;
    justify-content: center; }
    #gallery__slider__control .slick-next {
      order: 3; }
  #contact {
    padding: 100px 0 126px;
    background-color: #ffffff; }
  .contact__btn {
    margin: auto;
    width: 606px;
    margin: auto; }
    .contact__btn a {
      font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
      font-size: 2rem;
      font-weight: 600;
      display: flex;
      transition: 0.3s;
      text-align: center;
      color: #ffffff;
      border-radius: 36px;
      background-color: #ff8b00;
      background-repeat: no-repeat;
      background-position: left 50px center;
      justify-content: center;
      align-items: center; }
      .contact__btn a:hover {
        opacity: 0.7; }
    .contact__btn li:not(:last-child) {
      margin-bottom: 18px; }
    .contact__btn a {
      height: 73px;
      letter-spacing: 0.06em; }
  .contact__btn__tel a {
    font-size: 3rem; }
  .contact__btn__tel a {
    background-image: url(../images/icon_tel.png); }
  .contact__btn__mail a {
    background-image: url(../images/icon_mail.png); }
  #footer {
    box-sizing: border-box;
    padding: 63px 0 0;
    text-align: center;
    background: #c7ecf9 url(../images/bg_footer.png) top center repeat-x;
    min-height: 440px; }
    #footer p {
      margin-bottom: 24px;
      letter-spacing: 0.06em; }
  .footer__logo {
    margin-bottom: 30px; }
  .copyright {
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #ff8b00; }
  .page-top-btn {
    text-align: right;
    background-color: #ffffff; }
    .page-top-btn a {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1;
      display: inline-block;
      margin-right: 5.9375%;
      transition: 0.3s;
      color: #ffffff;
      border-radius: 40px 40px 0 0;
      background-color: #00a9dd; }
      .page-top-btn a:hover {
        opacity: 0.7; }
    .page-top-btn a {
      position: relative;
      bottom: -2px;
      padding: 19px 57px 18px; }
  .forSP {
    display: none !important; } }

/*# sourceMappingURL=map/style.css.map */
