@charset "UTF-8";
/*
Theme Name: API
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description: 
Version: 0.01 (2019/09/30)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: vertical; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0; }

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

ol, ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto; }

html {
  overflow: hidden; }

body {
  overflow: hidden;
  margin: 0; }

/* 
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease; }

.ivo {
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px); }
  .ivo.in-view {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * WordPressスタイル
 *
***************************************************************/
.content_body h1,
.content_body h3 {
  color: #4f648a;
  font-size: 2em;
  padding: 0.5em 1em;
  background-color: #FFF;
  font-weight: 600;
  margin: 3em 0 1.5em;
  line-height: 1.8em;
  border-radius: 0.2em; }

.content_body h2 {
  font-size: 2em;
  color: #FFF;
  padding: 0.5em 1em;
  font-weight: 600;
  margin: 3em 0 1.5em;
  line-height: 1.8em; }

.content_body h3 {
  font-size: 1.6em; }

.content_body h1:first-child,
.content_body h2:first-child,
.content_body h3:first-child {
  margin: 0 0 1.5em; }

.content_body ul {
  padding-left: 2em;
  margin-bottom: 1em; }

.content_body ul > li {
  margin-bottom: 0.5em; }

/***************************************************************
 *
 * Stylesheet for API
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #060606;
  font-family: "Zen Kaku Gothic Antique","Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans",  "Noto Sans Japanese", "メイリオ", "Meiryo",system-ui, sans-serif;
  overflow: hidden; }

body a {
  color: #060606;
  text-decoration: none; }

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

.font_i {
  font-style: italic; }

#smooth-content {
  overflow: hidden; }

/* 
			Responsive
*********************************************/
.lg_show,
.md_show,
.sm_show,
.xs_show,
.lg_showin,
.md_showin,
.sm_showin,
.xs_showin {
  display: none; }

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; }

  .lg_hide {
    display: none; }

  .lg_show {
    display: block; }

  .lg_showin {
    display: inline; }

  .res {
    width: 100%; } }
@media screen and (max-width: 1024px) {
  body {
    font-size: 15.75px;
    font-size: 1.53846153846vw;
    line-height: 1.4em; } }
@media screen and (max-width: 768px) {
  .md_hide {
    display: none; }

  .md_show {
    display: block; }

  .md_showin {
    display: inline; }

  body {
    font-size: 20px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; } }
@media screen and (max-width: 600px) {
  body {
    font-size: 15.6px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .sm_hide {
    display: none; }

  .sm_show {
    display: block; }

  .sm_showin {
    display: inline; } }
@media screen and (max-width: 414px) {
  body {
    font-size: 10.76px;
    font-size: 2.6041666666667vw;
    line-height: 1.4em; }

  .xs_hide {
    display: none; }

  .xs_show {
    display: block; }

  .xs_showin {
    display: inline; } }
/***************************************************************
 *
 * 				 トップページ
 *
***************************************************************/
/*  Gnav 
-------------------------------- */
#gnav {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1.5em 2.5em 0;
  opacity: 0;
  transform: translateY(-5em);
  transition: all 0.6s ease;
  pointer-events: none; }
  #gnav.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  #gnav.pg {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin-bottom: 3em; }
  #gnav > div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #gnav > div > h1 {
      width: 13.3em; }
    @media screen and (max-width: 768px) {
      #gnav > div > ul {
        display: none; } }
    #gnav > div > ul > li {
      display: inline-block;
      margin-right: 2.5em; }

/*  FV
-------------------------------- */
.tp_wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: calc( 100% - 6vw );
  background: url("img/071.png") center top;
  margin: 0 auto;
  height: calc( 100% - 6vw);
  top: 3vw;
  left: 3vw;
  border-radius: 3em; }

.tp_wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4em;
  left: 0;
  right: 0;
  margin: auto;
  height: 8em;
  width: 0;
  border-right: 1px solid #000; }

/* FV Card */
.card__img {
  background-size: contain;
  background-repeat: no-repeat; }

/* TOP bg */
.grid__item {
  overflow: visible; }

.grid__item-inner {
  background-repeat: no-repeat;
  background-size: 30% auto; }

#tp_fv {
  height: 100vh; }

#tp_fv_imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  #tp_fv_imgs > img {
    position: absolute;
    width: 6vw;
    height: 6vw;
    opacity: 0;
    transition: opacity 0.6s ease;
    /* フェード時間は必要に応じて調整 */
    will-change: opacity; }
    #tp_fv_imgs > img.is-visible {
      opacity: 1; }
  #tp_fv_imgs > img:nth-child(1) {
    top: 7%;
    left: 8%; }
  #tp_fv_imgs > img:nth-child(2) {
    top: 6%;
    left: 20%; }
  #tp_fv_imgs > img:nth-child(3) {
    top: 9%;
    right: 24%; }
  #tp_fv_imgs > img:nth-child(4) {
    top: 18%;
    right: 9%; }
  #tp_fv_imgs > img:nth-child(5) {
    top: 76%;
    right: 8%; }
  #tp_fv_imgs > img:nth-child(6) {
    top: 90%;
    right: 25%; }
  #tp_fv_imgs > img:nth-child(7) {
    top: 86%;
    left: 16%; }
  #tp_fv_imgs > img:nth-child(8) {
    top: 82%;
    left: 5%; }
  #tp_fv_imgs > img:nth-child(8) {
    top: 82%;
    left: 5%; }
  #tp_fv_imgs > img:nth-child(9),
  #tp_fv_imgs > a:nth-child(11) {
    position: absolute;
    display: block;
    width: 1.15em;
    height: 8.75em;
    top: 40%;
    left: 1vw;
    z-index: 90; }
    @media screen and (max-width: 768px) {
      #tp_fv_imgs > img:nth-child(9),
      #tp_fv_imgs > a:nth-child(11) {
        display: none; } }
  #tp_fv_imgs > img:nth-child(10) {
    width: 0.925em;
    height: 26.95em;
    top: 20%;
    right: 1vw; }
    @media screen and (max-width: 768px) {
      #tp_fv_imgs > img:nth-child(10) {
        display: none; } }

#tp_fv_sub {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  #tp_fv_sub > h3 {
    position: absolute;
    width: 15em;
    height: 4em;
    top: 5vw;
    right: 5vw;
    text-align: right; }
    @media screen and (max-width: 768px) {
      #tp_fv_sub > h3 {
        width: 50%;
        height: 8em; } }
    #tp_fv_sub > h3 > span {
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #tp_fv_sub > h3 > span {
          font-size: 1.2em;
          line-height: 1.6em; } }
  #tp_fv_sub > h4 {
    position: absolute;
    width: 30em;
    height: 5em;
    bottom: 3vw;
    left: 5vw; }
    @media screen and (max-width: 768px) {
      #tp_fv_sub > h4 {
        bottom: 5vw;
        width: 100%;
        height: 5em; } }
    #tp_fv_sub > h4 > span {
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        #tp_fv_sub > h4 > span {
          font-size: 1.2em; } }

#tp_fv_headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
  opacity: 0;
  text-transform: none; }
  #tp_fv_headline > h1 {
    padding-bottom: 5vh;
    text-align: center;
    width: 80%; }
    @media screen and (max-width: 768px) {
      #tp_fv_headline > h1 {
        padding-bottom: 6vw; } }
    #tp_fv_headline > h1 > span {
      font-size: 10vw;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        #tp_fv_headline > h1 > span {
          font-size: 14vw;
          line-height: 1.2em; } }
  #tp_fv_headline > h2 {
    text-align: center; }
    #tp_fv_headline > h2 > span {
      font-size: 3vw;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        #tp_fv_headline > h2 > span {
          font-size: 6vw; } }

#tp_mission {
  height: 200vh; }
  @media (max-aspect-ratio: 3 / 4) {
    #tp_mission {
      height: 170vh;
      padding-top: 30vh; } }

#tp_mission_headline {
  position: absolute;
  width: 60%;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  padding: 4em 0 4em 12vw;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10vw 0 0 10vw / 50% 0 0 50%; }
  @media (max-aspect-ratio: 3 / 2) {
    #tp_mission_headline {
      top: 50%; } }
  @media (max-aspect-ratio: 3 / 3) {
    #tp_mission_headline {
      top: 35%; } }
  @media (max-aspect-ratio: 3 / 4) {
    #tp_mission_headline {
      top: 45%; } }
  @media screen and (max-width: 768px) {
    #tp_mission_headline {
      width: 85%;
      left: 15%;
      border-radius: 12em 0 0 12em / 50% 0 0 50%;
      padding: 4em 0 4em 5em; } }
  #tp_mission_headline > h2 {
    margin-bottom: 1.5em; }
    #tp_mission_headline > h2 > span {
      font-size: 2.4em;
      line-height: 1em; }
  #tp_mission_headline > h3 {
    margin-bottom: 1.5em; }
    #tp_mission_headline > h3 > span {
      font-size: 2.7em;
      line-height: 1.2em; }
  #tp_mission_headline > p > span {
    font-size: 1.4em;
    line-height: 1.2em; }

#tp_vision {
  height: 150vh;
  top: -80vh; }
  @media (max-aspect-ratio: 3 / 2) {
    #tp_vision {
      height: 150vh;
      top: -50vh;
      padding-bottom: 20vh; } }
  @media (max-aspect-ratio: 3 / 3) {
    #tp_vision {
      height: 60vh;
      top: -80vh; } }
  @media (max-aspect-ratio: 3 / 4) {
    #tp_vision {
      top: -60vh; } }

#tp_vision_headline {
  position: absolute;
  width: 80vw;
  max-width: 1200px;
  top: 80%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 4em 0;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2em;
  text-align: center; }
  @media (max-aspect-ratio: 3 / 3) {
    #tp_vision_headline {
      top: 120%; } }
  @media (max-aspect-ratio: 2 / 4) {
    #tp_vision_headline {
      top: 90%; } }
  #tp_vision_headline > h2 {
    margin-bottom: 1.5em; }
    #tp_vision_headline > h2 > span {
      font-size: 2.4em;
      line-height: 1em; }
  #tp_vision_headline > h3 {
    margin-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      #tp_vision_headline > h3 {
        margin-bottom: 3em; } }
    #tp_vision_headline > h3 > span {
      font-size: 2.7em;
      line-height: 1.2em; }
      @media screen and (max-width: 768px) {
        #tp_vision_headline > h3 > span {
          line-height: 1.4em; } }
  #tp_vision_headline > p > span {
    font-size: 1.4em;
    line-height: 1.2em; }

#tp_about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15em 3em 10em 1em;
  display: flex;
  height: 80em; }
  @media screen and (max-width: 768px) {
    #tp_about {
      display: block;
      padding: 15em 1em 15em 1em;
      height: 145em; } }
  @media (max-aspect-ratio: 3 / 3) {
    #tp_about {
      padding: 15em 3em 20em 1em; } }
  #tp_about > div {
    z-index: 1;
    width: 50%; }
    @media screen and (max-width: 768px) {
      #tp_about > div {
        width: 100%; } }
    #tp_about > div:nth-child(1) > h3 {
      padding-left: 4.5em;
      margin-bottom: 2em; }
      #tp_about > div:nth-child(1) > h3 > span {
        font-size: 2.2em;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #tp_about > div:nth-child(1) > h3 > span {
            font-size: 2.4em; } }
      #tp_about > div:nth-child(1) > h3::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2.5em;
        height: 0;
        border-top: 1px solid #000; }
    #tp_about > div:nth-child(1) > h2 {
      margin-bottom: 3em; }
      #tp_about > div:nth-child(1) > h2 > span {
        display: block;
        font-size: 5em;
        line-height: 1.2em; }
        @media screen and (max-width: 768px) {
          #tp_about > div:nth-child(1) > h2 > span {
            font-size: 6em; } }
      #tp_about > div:nth-child(1) > h2 > strong {
        display: block;
        width: 100%; }
        #tp_about > div:nth-child(1) > h2 > strong > img {
          width: 90%;
          border-radius: 0 0 0 7.74% / 0 0 0 15%; }
          @media screen and (max-width: 768px) {
            #tp_about > div:nth-child(1) > h2 > strong > img {
              width: 100%; } }
    #tp_about > div:nth-child(1) > a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.8em;
      width: 10em;
      background: #000;
      border-radius: 1.5em/50%; }
      #tp_about > div:nth-child(1) > a > span {
        font-size: 0.9em;
        color: #FFF; }
    #tp_about > div:nth-child(2) {
      padding-top: 1.5em; }
      @media screen and (max-width: 768px) {
        #tp_about > div:nth-child(2) {
          padding-top: 3em; } }
      #tp_about > div:nth-child(2) > p {
        font-size: 1.1em;
        line-height: 1.6em;
        margin-bottom: 2em; }
        @media screen and (max-width: 768px) {
          #tp_about > div:nth-child(2) > p {
            font-size: 1.4em;
            line-height: 1.6em;
            padding-left: 0.5em; } }
  #tp_about > ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0; }
    #tp_about > ul > li {
      position: absolute;
      width: 5vw;
      height: 5vw; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li {
          width: 8vw;
          height: 8vw; } }
    #tp_about > ul > li:nth-child(1) {
      top: 9em;
      left: -2em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(1) {
          top: 49%;
          left: 2em; } }
    #tp_about > ul > li:nth-child(2) {
      top: 28em;
      left: -8em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(2) {
          top: 38%;
          left: 8em; } }
    #tp_about > ul > li:nth-child(3) {
      bottom: 12em;
      left: -4em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(3) {
          bottom: 12%;
          left: 4em; } }
    #tp_about > ul > li:nth-child(4) {
      top: 9em;
      left: 55em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(4) {
          top: 32%;
          left: 35em; } }
    #tp_about > ul > li:nth-child(5) {
      top: 28em;
      left: 50em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(5) {
          top: 60%;
          left: 25em; } }
    #tp_about > ul > li:nth-child(6) {
      bottom: 8em;
      left: 58em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(6) {
          bottom: 12%;
          left: 28em; } }
    #tp_about > ul > li:nth-child(7) {
      bottom: 9em;
      left: 27em; }
      @media screen and (max-width: 768px) {
        #tp_about > ul > li:nth-child(7) {
          left: 15em;
          bottom: 28%; } }

.tp_srz {
  will-change: transform, opacity; }

#tp_bgtwo {
  background: #f2f3ee;
  border-radius: 50% 50% 2em 2em / 40vw 40vw 2em 2em; }
  @media screen and (max-width: 768px) {
    #tp_bgtwo {
      border-radius: 50% 50% 2em 2em / 50vw 50vw 2em 2em; } }

#tp_value {
  padding-top: 5em; }
  #tp_value > h2 {
    text-align: center;
    margin-bottom: 2em; }
    #tp_value > h2 > span {
      font-size: 2.2em; }
  #tp_value > h3 {
    margin-bottom: 8em;
    text-align: center; }
    #tp_value > h3 > span {
      font-size: 1.5em; }
  #tp_value > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 1600px) {
      #tp_value > ul {
        width: 50em;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      #tp_value > ul {
        width: 100%; } }
    #tp_value > ul > li {
      margin-bottom: 4em;
      width: 16em;
      padding: 0 1.5em; }
      @media screen and (max-width: 768px) {
        #tp_value > ul > li {
          width: 50%; } }
      #tp_value > ul > li > span {
        display: block;
        width: 70%;
        margin: 0 auto;
        transform: scale(0);
        transform-origin: center bottom;
        transition: all 0.3s cubic-bezier(0.28, 1.5, 0.6, 1); }
        @media screen and (max-width: 768px) {
          #tp_value > ul > li > span {
            width: 60%; } }
      #tp_value > ul > li > h3 {
        padding: 1.5em 0;
        text-align: center; }
        #tp_value > ul > li > h3 > span {
          font-size: 1.35em;
          line-height: 1.2em;
          text-decoration: underline; }
      #tp_value > ul > li > h4 {
        margin-bottom: 1.5em;
        text-align: center; }
        #tp_value > ul > li > h4 > span {
          font-size: 1.0em;
          line-height: 1.4em; }
      #tp_value > ul > li > p > span {
        font-size: 1.1em;
        line-height: 1.4em; }
        @media screen and (max-width: 768px) {
          #tp_value > ul > li > p > span {
            font-size: 1.2em; } }
    #tp_value > ul > li:nth-child(2) > span {
      transition-delay: 0.2s; }
    #tp_value > ul > li:nth-child(3) > span {
      transition-delay: 0.4s; }
    #tp_value > ul > li:nth-child(4) > span {
      transition-delay: 0.6s; }
    #tp_value > ul > li:nth-child(5) > span {
      transition-delay: 0.8s; }
    #tp_value > ul.in-view > li > span {
      transform: scale(1); }
  #tp_value > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em;
    width: 10em;
    margin: 0 auto;
    background: #000;
    border-radius: 1.5em/50%; }
    #tp_value > a > span {
      font-size: 0.9em;
      color: #FFF; }

#tp_service {
  padding: 10em 0; }
  #tp_service > div {
    display: grid;
    grid-template-columns: 25em 1fr 18em;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 1em; }
    @media screen and (max-width: 768px) {
      #tp_service > div {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    #tp_service > div > h1 {
      font-size: 3.4em;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        #tp_service > div > h1 {
          grid-column: span 4;
          margin-bottom: 0.4em; } }
    #tp_service > div > span {
      border-top: 1px solid #000; }
      @media screen and (max-width: 768px) {
        #tp_service > div > span {
          grid-column: 2; } }
    #tp_service > div > h2 {
      font-size: 1.4em;
      text-align: right; }
      @media screen and (max-width: 768px) {
        #tp_service > div > h2 {
          grid-column: 3 / 5;
          text-align: center; } }

#tps_w {
  padding: 5em 0 0; }
  @media screen and (max-width: 768px) {
    #tps_w {
      padding: 35em 0 0; } }
  #tps_w > div {
    margin-left: calc((100vw - 1300px)/2 + 16em );
    padding: 2em 1em 2em 13em; }
    @media screen and (max-width: 1300px) {
      #tps_w > div {
        margin-left: 16em; } }
    @media screen and (max-width: 768px) {
      #tps_w > div {
        margin-left: 0;
        padding: 2em 1em 2em 8em; } }
    #tps_w > div > span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("img/023.png") center top;
      border-radius: 18em 0 0 18em / 50% 0 0 50%; }
      @media screen and (max-width: 768px) {
        #tps_w > div > span {
          width: 95%;
          left: 5%; } }
    #tps_w > div > div {
      width: 35em;
      display: grid;
      grid-template-columns: 31em 4em; }
      @media screen and (max-width: 768px) {
        #tps_w > div > div {
          width: 100%;
          grid-template-columns: 1fr 3em; } }
      #tps_w > div > div > h2 {
        margin-bottom: 2em;
        grid-column: 1; }
        #tps_w > div > div > h2 > span {
          font-size: 1.8em;
          line-height: 1.4em; }
          @media screen and (max-width: 768px) {
            #tps_w > div > div > h2 > span {
              font-size: 2em;
              line-height: 1.4em; } }
      #tps_w > div > div > span {
        display: block;
        grid-row: 1 / 5;
        grid-column: 2;
        width: 1.3em;
        justify-self: end; }
      #tps_w > div > div > p {
        margin-bottom: 2em; }
        #tps_w > div > div > p > span {
          font-size: 1.1em;
          line-height: 1.6em; }
          @media screen and (max-width: 768px) {
            #tps_w > div > div > p > span {
              font-size: 1.4em;
              line-height: 1.6em; } }
      #tps_w > div > div > ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1em;
        margin-bottom: 2em; }
        #tps_w > div > div > ul > li {
          border: 1px solid #000;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0.5em;
          border-radius: 1.2em/50%; }
          #tps_w > div > div > ul > li > span {
            font-size: 0.9em;
            line-height: 1em; }
      #tps_w > div > div > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.8em;
        width: 100%;
        margin: 0 auto;
        background: #000;
        border-radius: 1.5em/50%; }
        #tps_w > div > div > a > span {
          font-size: 0.9em;
          color: #FFF; }
  #tps_w > ul {
    position: absolute;
    width: 29em;
    height: 100%;
    top: 0;
    left: calc( (100vw - 1300px) / 2 ); }
    @media screen and (max-width: 1300px) {
      #tps_w > ul {
        left: 0; } }
    @media screen and (max-width: 768px) {
      #tps_w > ul {
        height: 30em;
        width: 100%;
        top: 5em; } }
    #tps_w > ul > li:nth-child(1) {
      position: absolute;
      width: 37.45em;
      height: 30.45em;
      bottom: -3em;
      right: 2em; }
      @media screen and (max-width: 768px) {
        #tps_w > ul > li:nth-child(1) {
          right: 0; } }
    #tps_w > ul > li:nth-child(2) {
      position: absolute;
      width: 5.55em;
      height: 6.95em;
      bottom: 19em;
      right: 30em;
      transition-delay: 1.25s;
      mix-blend-mode: multiply; }
    #tps_w > ul > li:nth-child(3) {
      position: absolute;
      width: 7.3em;
      height: 7.7em;
      bottom: 21em;
      right: 24em;
      transition-delay: 1.5s;
      mix-blend-mode: multiply; }
    #tps_w > ul > li:nth-child(4) {
      position: absolute;
      width: 6.95em;
      height: 6.25em;
      bottom: 19em;
      right: 19em;
      transition-delay: 1.75s;
      mix-blend-mode: multiply; }
    #tps_w > ul > li:nth-child(5) {
      position: absolute;
      width: 5.725em;
      height: 5.6em;
      bottom: 22.5em;
      right: 14em;
      transition-delay: 2s;
      mix-blend-mode: multiply; }
    #tps_w > ul > li {
      transition: all 0.4s cubic-bezier(0.28, 1.5, 0.6, 1);
      transform: scale(0);
      transform-origin: center bottom; }
    #tps_w > ul.in-view > li {
      transform: scale(1); }

#tps_b {
  padding: 10em 0 0 0; }
  @media screen and (max-width: 768px) {
    #tps_b {
      padding: 50em 0 0; } }
  #tps_b > div {
    color: #FFF;
    margin-right: calc((100vw - 1300px)/2 + 16em );
    padding: 2em 13em 2em 1em; }
    @media screen and (max-width: 1300px) {
      #tps_b > div {
        margin-right: 16em; } }
    @media screen and (max-width: 768px) {
      #tps_b > div {
        margin-right: 0;
        padding: 2em 8em 2em 1em; } }
    #tps_b > div > span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("img/024.png") center top;
      border-radius: 0 18em 18em 0 / 0 50% 50% 0; }
      @media screen and (max-width: 768px) {
        #tps_b > div > span {
          width: 95%;
          right: 5%; } }
    #tps_b > div > div {
      width: 35em;
      margin: 0 0 0 auto;
      display: grid;
      grid-template-columns: 4em 31em; }
      @media screen and (max-width: 768px) {
        #tps_b > div > div {
          width: 100%;
          grid-template-columns: 3em 1fr; } }
      #tps_b > div > div > span {
        display: block;
        grid-row: 1 / 5;
        width: 1.3em;
        justify-self: start; }
      #tps_b > div > div > h2 {
        margin-bottom: 2em; }
        #tps_b > div > div > h2 > span {
          font-size: 1.8em;
          line-height: 1.4em; }
          @media screen and (max-width: 768px) {
            #tps_b > div > div > h2 > span {
              font-size: 2em;
              line-height: 1.4em; } }
      #tps_b > div > div > p {
        margin-bottom: 2em; }
        #tps_b > div > div > p > span {
          font-size: 1.1em;
          line-height: 1.6em; }
          @media screen and (max-width: 768px) {
            #tps_b > div > div > p > span {
              font-size: 1.4em;
              line-height: 1.6em; } }
      #tps_b > div > div > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
        margin-bottom: 2em; }
        #tps_b > div > div > ul > li {
          border: 1px solid #FFF;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0.5em;
          border-radius: 1.2em/50%; }
          #tps_b > div > div > ul > li > span {
            font-size: 0.9em;
            line-height: 1em; }
      #tps_b > div > div > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.8em;
        width: 100%;
        margin: 0 auto;
        background: #000;
        border-radius: 1.5em/50%; }
        #tps_b > div > div > a > span {
          font-size: 0.9em;
          color: #FFF; }
  #tps_b > ul {
    position: absolute;
    width: 29em;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(27em); }
    @media screen and (max-width: 768px) {
      #tps_b > ul {
        height: 40em;
        width: 100%;
        top: 10em;
        transform: translateX(0); } }
    #tps_b > ul > li:nth-child(1) {
      position: absolute;
      width: 37.85em;
      height: 39.3em;
      bottom: -5em;
      right: 1em; }
      @media screen and (max-width: 768px) {
        #tps_b > ul > li:nth-child(1) {
          bottom: 0; } }
    #tps_b > ul > li:nth-child(2) {
      position: absolute;
      width: 5.95em;
      height: 8.55em;
      bottom: 18em;
      right: 33em;
      mix-blend-mode: multiply;
      transition-delay: 1.25s; }
    #tps_b > ul > li:nth-child(3) {
      position: absolute;
      width: 9.8em;
      height: 8.1em;
      bottom: 17em;
      right: 11em;
      mix-blend-mode: multiply;
      transition-delay: 1.5s; }
    #tps_b > ul > li:nth-child(4) {
      position: absolute;
      width: 10.2em;
      height: 8.75em;
      bottom: 11em;
      right: 4em;
      mix-blend-mode: multiply;
      transition-delay: 1.75s; }
    #tps_b > ul > li {
      transition: all 0.4s cubic-bezier(0.28, 1.5, 0.6, 1);
      transform: scale(0);
      transform-origin: center bottom; }
    #tps_b > ul.in-view > li {
      transform: scale(1); }

#tps_p {
  padding: 10em 0 0 0;
  margin-bottom: 5em; }
  @media screen and (max-width: 768px) {
    #tps_p {
      padding: 45em 0 0; } }
  #tps_p > div {
    color: #FFF;
    margin-left: calc((100vw - 1300px)/2 + 16em );
    padding: 2em 1em 2em 13em; }
    @media screen and (max-width: 1300px) {
      #tps_p > div {
        margin-left: 16em; } }
    @media screen and (max-width: 768px) {
      #tps_p > div {
        margin-left: 0;
        padding: 2em 1em 2em 8em; } }
    #tps_p > div > span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("img/025.png") center top;
      border-radius: 18em 0 0 18em / 50% 0 0 50%; }
      @media screen and (max-width: 768px) {
        #tps_p > div > span {
          width: 95%;
          left: 5%; } }
    #tps_p > div > div {
      width: 35em;
      display: grid;
      grid-template-columns: 31em 4em; }
      @media screen and (max-width: 768px) {
        #tps_p > div > div {
          width: 100%;
          grid-template-columns: 1fr 2em; } }
      #tps_p > div > div > h2 {
        margin-bottom: 2em;
        grid-column: 1; }
        #tps_p > div > div > h2 > span {
          font-size: 1.8em;
          line-height: 1.4em; }
          @media screen and (max-width: 768px) {
            #tps_p > div > div > h2 > span {
              font-size: 2em;
              line-height: 1.4em; } }
      #tps_p > div > div > span {
        display: block;
        grid-row: 1 / 5;
        grid-column: 2;
        width: 1.3em;
        justify-self: end; }
      #tps_p > div > div > p {
        margin-bottom: 2em; }
        #tps_p > div > div > p > span {
          font-size: 1.1em;
          line-height: 1.6em; }
          @media screen and (max-width: 768px) {
            #tps_p > div > div > p > span {
              font-size: 1.4em;
              line-height: 1.6em; } }
      #tps_p > div > div > ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1em;
        margin-bottom: 2em; }
        @media screen and (max-width: 768px) {
          #tps_p > div > div > ul {
            gap: 0.5em; } }
        #tps_p > div > div > ul > li {
          border: 1px solid #FFF;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0.5em;
          border-radius: 1.2em/50%; }
          #tps_p > div > div > ul > li:nth-child(1), #tps_p > div > div > ul > li:nth-child(3) {
            grid-column: span 3; }
          #tps_p > div > div > ul > li:nth-child(2) {
            grid-column: span 4; }
          #tps_p > div > div > ul > li:nth-child(4), #tps_p > div > div > ul > li:nth-child(5) {
            grid-column: span 5; }
          #tps_p > div > div > ul > li > span {
            font-size: 0.9em;
            line-height: 1em; }
      #tps_p > div > div > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.8em;
        width: 100%;
        margin: 0 auto;
        background: #000;
        border-radius: 1.5em/50%; }
        #tps_p > div > div > a > span {
          font-size: 0.9em;
          color: #FFF; }
  #tps_p > ul {
    position: absolute;
    width: 29em;
    height: 100%;
    top: 0;
    left: calc( (100vw - 1300px) / 2 ); }
    @media screen and (max-width: 1300px) {
      #tps_p > ul {
        left: 0; } }
    @media screen and (max-width: 768px) {
      #tps_p > ul {
        height: 35em;
        width: 100%;
        top: 5em; } }
    #tps_p > ul > li:nth-child(1) {
      position: absolute;
      width: 35.675em;
      height: 34.975em;
      bottom: -5em;
      right: 1em; }
    #tps_p > ul > li:nth-child(2) {
      position: absolute;
      width: 11.05em;
      height: 13.4em;
      bottom: 18em;
      right: 14em;
      transition-delay: 1.25s;
      mix-blend-mode: multiply; }
    #tps_p > ul > li:nth-child(3) {
      position: absolute;
      width: 10.95em;
      height: 12.1em;
      bottom: 19em;
      right: 24em;
      transition-delay: 1.5s;
      mix-blend-mode: multiply; }
    #tps_p > ul > li:nth-child(4) {
      position: absolute;
      width: 12.425em;
      height: 10.75em;
      bottom: 10em;
      right: 21em;
      transition-delay: 1.75s;
      mix-blend-mode: multiply; }
    #tps_p > ul > li:nth-child(5) {
      position: absolute;
      width: 11.2em;
      height: 9em;
      bottom: 4.5em;
      right: 25em;
      transition-delay: 2s;
      mix-blend-mode: multiply; }
    #tps_p > ul > li {
      transition: all 0.4s cubic-bezier(0.28, 1.5, 0.6, 1);
      transform: scale(0);
      transform-origin: center bottom; }
    #tps_p > ul.in-view > li {
      transform: scale(1); }

#tp_text {
  background: #FFF;
  padding: 1em 0;
  margin-bottom: 5em; }
  #tp_text > div {
    width: max-content; }
    #tp_text > div > p {
      width: max-content;
      animation: textloop 30s linear infinite; }
@keyframes textloop {
  0% {
    left: 0; }
  100% {
    left: -50%; } }
      #tp_text > div > p > span {
        font-size: 1.1em;
        padding-right: 5em; }

#tp_contact {
  text-align: center; }
  #tp_contact > h2 {
    margin-bottom: 3em; }
    #tp_contact > h2 > span {
      font-size: 2.7em;
      line-height: 1em; }
  #tp_contact > h3 > span {
    font-size: 1.6em;
    line-height: 1.4em; }
    @media screen and (max-width: 768px) {
      #tp_contact > h3 > span {
        font-size: 1.8em;
        line-height: 1.6em; } }
  #tp_contact > a {
    display: block;
    width: 5.8em;
    height: 5.8em;
    margin: 0 auto;
    top: 2.9em;
    z-index: 2; }

#tp_message {
  z-index: 1;
  padding: 11em 1em 4em;
  max-width: 1300px;
  margin: 0 auto 10em; }
  #tp_message > div {
    display: grid;
    grid-template-columns: 65% 35%; }
    @media screen and (max-width: 768px) {
      #tp_message > div {
        grid-template-columns: 1fr; } }
    #tp_message > div > p {
      grid-row: span 3;
      grid-column: 1;
      padding-right: 6em; }
      @media screen and (max-width: 768px) {
        #tp_message > div > p {
          grid-row: 4;
          grid-column: auto;
          font-size: 1.2em;
          line-height: 1.6em;
          padding: 2em 1em 0; } }
      #tp_message > div > p > span {
        display: block;
        margin-bottom: 2em;
        font-size: 1.1em;
        line-height: 1.6em; }
    #tp_message > div > h2 {
      grid-column: 2;
      padding-left: 4em;
      margin-bottom: 3em; }
      @media screen and (max-width: 768px) {
        #tp_message > div > h2 {
          grid-column: auto; } }
      #tp_message > div > h2::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0.3em;
        height: 0;
        width: 2em;
        border-top: 1px solid #000; }
        @media screen and (max-width: 768px) {
          #tp_message > div > h2::before {
            bottom: 1em; } }
      #tp_message > div > h2 > span {
        font-size: 2.2em;
        line-height: 1em; }
        @media screen and (max-width: 768px) {
          #tp_message > div > h2 > span {
            font-size: 2.4em; } }
    #tp_message > div > h3 {
      margin-bottom: 2em; }
      #tp_message > div > h3 > span {
        display: block;
        font-size: 5em;
        line-height: 1.2em; }
        @media screen and (max-width: 768px) {
          #tp_message > div > h3 > span {
            display: inline; } }
    #tp_message > div > div {
      height: 12.5em;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 768px) {
        #tp_message > div > div {
          height: 20em;
          width: 20em;
          margin-left: auto; } }
      #tp_message > div > div > img {
        width: 16em; }
        @media screen and (max-width: 768px) {
          #tp_message > div > div > img {
            width: 20em; } }
      #tp_message > div > div > span {
        position: absolute;
        width: 10.15em;
        height: 12.35em;
        bottom: 0;
        left: 1.5em; }
        @media screen and (max-width: 768px) {
          #tp_message > div > div > span {
            width: 20em;
            height: auto; } }
        #tp_message > div > div > span > img {
          transform: scale(0);
          transform-origin: center bottom;
          transition: all 1s cubic-bezier(0.28, 1.5, 0.6, 1); }
          #tp_message > div > div > span > img.in-view {
            transform: scale(1); }
  #tp_message > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 1px;
    margin: auto; }
    #tp_message > ul > li {
      position: absolute;
      aspect-ratio: 1/1; }
    #tp_message > ul > li:nth-child(1) {
      width: 6em;
      left: -33em;
      top: -22em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(1) {
          left: -18em; } }
    #tp_message > ul > li:nth-child(2) {
      width: 2em;
      left: -16em;
      top: -16em; }
    #tp_message > ul > li:nth-child(3) {
      width: 6em;
      left: 17em;
      top: -18em; }
    #tp_message > ul > li:nth-child(4) {
      width: 7em;
      left: 36em;
      top: -15em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(4) {
          left: 17em; } }
    #tp_message > ul > li:nth-child(5) {
      width: 4em;
      left: -37em;
      top: -2em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(5) {
          left: -14em; } }
    #tp_message > ul > li:nth-child(6) {
      width: 4em;
      left: -41em;
      top: 14em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(6) {
          left: -19em; } }
    #tp_message > ul > li:nth-child(7) {
      width: 3em;
      left: 44em;
      top: 15em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(7) {
          left: 17em; } }
    #tp_message > ul > li:nth-child(8) {
      width: 4.5em;
      left: 32em;
      top: 11em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(8) {
          left: 14em; } }
    #tp_message > ul > li:nth-child(9) {
      width: 3.5em;
      left: 25em;
      top: 13em; }
      @media screen and (max-width: 768px) {
        #tp_message > ul > li:nth-child(9) {
          left: 10em; } }

#tp_company > ul {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
  #tp_company > ul > li {
    position: absolute;
    width: 4.5em;
    height: 4.5em; }
  #tp_company > ul > li:nth-child(1) {
    z-index: 2;
    top: 6em;
    left: -31em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(1) {
        left: -18em; } }
  #tp_company > ul > li:nth-child(2) {
    z-index: 2;
    top: -2em;
    left: -24em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(2) {
        left: -12em; } }
  #tp_company > ul > li:nth-child(3) {
    top: 20em;
    left: -36em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(3) {
        left: -16em; } }
  #tp_company > ul > li:nth-child(4) {
    bottom: 10em;
    left: -35em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(4) {
        left: -14em; } }
  #tp_company > ul > li:nth-child(5) {
    bottom: -1em;
    left: -31em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(5) {
        left: -13em; } }
  #tp_company > ul > li:nth-child(6) {
    top: 38em;
    right: -40em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(6) {
        right: -17em; } }
  #tp_company > ul > li:nth-child(7) {
    bottom: 10em;
    right: -34em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(7) {
        right: -15em; } }
  #tp_company > ul > li:nth-child(8) {
    z-index: 2;
    bottom: -1em;
    right: -8em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(8) {
        right: -14em; } }
  #tp_company > ul > li:nth-child(9) {
    z-index: 2;
    bottom: -5em;
    right: -28em; }
    @media screen and (max-width: 768px) {
      #tp_company > ul > li:nth-child(9) {
        right: -9em; } }
#tp_company > div {
  z-index: 1;
  width: 60em;
  margin: 0 auto;
  background: #ecede6;
  border-radius: 1em;
  padding: 2em 2em 4em 2em; }
  @media screen and (max-width: 768px) {
    #tp_company > div {
      width: 95%;
      padding: 2em 1em 4em 1em; } }
  #tp_company > div > span:nth-child(1) {
    position: absolute;
    top: 10em;
    left: -3em;
    width: 0.925em;
    height: 27.925em; }
  #tp_company > div > span:nth-child(2) {
    position: absolute;
    top: 10.5em;
    right: -3em;
    width: 0.925em;
    height: 26.95em; }
  #tp_company > div > h2 {
    top: -3em;
    text-align: center; }
    #tp_company > div > h2 > span {
      font-size: 5em; }
  #tp_company > div > div {
    top: -2em; }
    #tp_company > div > div > span {
      font-size: 0.9em;
      display: block;
      text-align: right; }
  #tp_company > div > ul {
    padding: 0 3em;
    margin-bottom: 5em; }
    #tp_company > div > ul > li {
      border-bottom: 1px solid #000;
      padding: 1em;
      display: flex; }
      #tp_company > div > ul > li > h4 {
        width: 11em; }
        #tp_company > div > ul > li > h4 > span {
          font-weight: 400; }
      #tp_company > div > ul > li > p {
        flex: 1; }
        #tp_company > div > ul > li > p > a {
          margin-left: 2em; }
          #tp_company > div > ul > li > p > a > img {
            width: 5.625em; }

#tp_slide {
  z-index: 1;
  padding: 4em 0;
  width: max-content; }
  #tp_slide > ul {
    display: flex;
    width: max-content;
    animation: textloop 20s linear infinite; }
    #tp_slide > ul > li {
      width: 18.25em; }

#tp_insta {
  margin-bottom: 10em; }
  #tp_insta > ul {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    #tp_insta > ul > li {
      position: absolute;
      width: 4.5em;
      height: 4.5em; }
    #tp_insta > ul > li:nth-child(1) {
      z-index: 0;
      top: 0em;
      left: -31em; }
      @media screen and (max-width: 768px) {
        #tp_insta > ul > li:nth-child(1) {
          left: -17em; } }
    #tp_insta > ul > li:nth-child(2) {
      z-index: 2;
      top: 27em;
      left: -30em; }
      @media screen and (max-width: 768px) {
        #tp_insta > ul > li:nth-child(2) {
          left: -18em; } }
    #tp_insta > ul > li:nth-child(3) {
      top: -1em;
      right: -36em; }
      @media screen and (max-width: 768px) {
        #tp_insta > ul > li:nth-child(3) {
          right: -17em; } }
    #tp_insta > ul > li:nth-child(4) {
      bottom: 10em;
      right: -32em; }
      @media screen and (max-width: 768px) {
        #tp_insta > ul > li:nth-child(4) {
          right: -14em; } }
    #tp_insta > ul > li:nth-child(5) {
      bottom: -1em;
      right: -10em; }
      @media screen and (max-width: 768px) {
        #tp_insta > ul > li:nth-child(5) {
          right: -4em; } }
  #tp_insta > div:nth-child(2) {
    display: grid;
    grid-template-columns: 25em 1fr 10em;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto 3em;
    padding: 0 1em; }
    #tp_insta > div:nth-child(2) > h1 {
      font-size: 3.4em;
      line-height: 1em; }
    #tp_insta > div:nth-child(2) > span {
      border-top: 1px solid #000; }
    #tp_insta > div:nth-child(2) > h2 {
      font-size: 1.4em;
      text-align: right; }
  #tp_insta > div:nth-child(3) {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 1em; }

footer,
div#page_wrap {
  background: #f2f3ee;
  border-radius: 3em 3em 0 0;
  margin-left: 4.5vw;
  margin-right: 4.5vw; }
  @media screen and (max-width: 1300px) {
    footer,
    div#page_wrap {
      margin: 0 2em; } }
  @media screen and (max-width: 768px) {
    footer,
    div#page_wrap {
      margin: 0 1em; } }

#tp_news {
  max-width: 1300px;
  padding: 6em 1em;
  margin: 0 auto 2em; }
  #tp_news > ol {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    #tp_news > ol > li {
      position: absolute;
      width: 4.5em;
      height: 4.5em; }
    #tp_news > ol > li:nth-child(1) {
      z-index: 2;
      top: -3em;
      left: -36em; }
      @media screen and (max-width: 768px) {
        #tp_news > ol > li:nth-child(1) {
          left: -18.5em;
          top: -0;
          width: 2.5em;
          height: 2.5em; } }
    #tp_news > ol > li:nth-child(2) {
      z-index: 2;
      bottom: 11em;
      left: -38em; }
      @media screen and (max-width: 768px) {
        #tp_news > ol > li:nth-child(2) {
          width: 2.5em;
          height: 2.5em;
          left: -17em;
          bottom: 4em; } }
    #tp_news > ol > li:nth-child(3) {
      bottom: -10em;
      left: -29em; }
      @media screen and (max-width: 768px) {
        #tp_news > ol > li:nth-child(3) {
          left: -17em;
          bottom: -14em; } }
    #tp_news > ol > li:nth-child(4) {
      top: 3em;
      right: -40em; }
      @media screen and (max-width: 768px) {
        #tp_news > ol > li:nth-child(4) {
          right: -17em;
          top: 6em; } }
    #tp_news > ol > li:nth-child(5) {
      bottom: 13em;
      right: -34em; }
      @media screen and (max-width: 768px) {
        #tp_news > ol > li:nth-child(5) {
          right: -18em;
          width: 2.5em;
          height: 2.5em; } }
    #tp_news > ol > li:nth-child(6) {
      bottom: -4em;
      right: -25em; }
      @media screen and (max-width: 768px) {
        #tp_news > ol > li:nth-child(6) {
          bottom: -12em;
          right: -14em;
          width: 3.5em;
          height: 3.5em; } }
  #tp_news > div {
    display: grid;
    grid-template-columns: 12em 1fr 14em;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto 4em;
    padding: 0 1em; }
    @media screen and (max-width: 768px) {
      #tp_news > div {
        padding: 0; } }
    #tp_news > div > h1 {
      font-size: 3.4em;
      line-height: 1em; }
    #tp_news > div > span {
      border-top: 1px solid #000; }
    #tp_news > div > h2 {
      font-size: 1.4em;
      text-align: right; }
  #tp_news > ul {
    padding: 0 2em;
    margin-bottom: 2em; }
    #tp_news > ul > li {
      background: #FFF;
      border-radius: 2em/50%;
      margin-bottom: 2em; }
      @media screen and (max-width: 768px) {
        #tp_news > ul > li {
          border-radius: 2em; } }
      #tp_news > ul > li > div {
        display: flex;
        align-items: center;
        padding: 1em 3em; }
        @media screen and (max-width: 768px) {
          #tp_news > ul > li > div {
            display: block;
            padding: 1em 2em; } }
        #tp_news > ul > li > div > span {
          width: 6em;
          font-size: 1.4em; }
          @media screen and (max-width: 768px) {
            #tp_news > ul > li > div > span {
              display: block;
              width: 100%;
              margin-bottom: 0.5em; } }
        #tp_news > ul > li > div > p {
          flex: 1;
          padding-left: 2em; }
          @media screen and (max-width: 768px) {
            #tp_news > ul > li > div > p {
              padding: 0; } }
  #tp_news > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em;
    width: 18em;
    background: #000;
    border-radius: 1.5em/50%;
    margin: 0 auto; }
    #tp_news > a > span {
      font-size: 0.9em;
      color: #FFF; }

#f_headline {
  text-align: center;
  margin-bottom: 13em; }
  #f_headline > span {
    display: block;
    font-size: 2.8em;
    line-height: 1.4em;
    font-weight: 600;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #f_headline > span {
        font-size: 2.2em;
        line-height: 1.8em; } }
    #f_headline > span > strong {
      display: block;
      font-weight: 600;
      transform: translateY(100%);
      transition: all .4s ease; }
    #f_headline > span.in-view > strong {
      transform: none; }

#f_footer {
  display: flex;
  padding: 0 5em 5em;
  justify-content: space-between;
  align-items: start; }
  @media screen and (max-width: 768px) {
    #f_footer {
      justify-content: center; } }
  #f_footer > div {
    width: 15em; }
    #f_footer > div > h1 {
      width: 13.3em;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 768px) {
        #f_footer > div > h1 {
          margin: 0 auto; } }
    #f_footer > div > a {
      display: block;
      width: 8.75em;
      margin-left: 1em; }
      @media screen and (max-width: 768px) {
        #f_footer > div > a {
          margin: 0 auto; } }
  #f_footer > ul {
    width: 15em;
    display: grid;
    grid-template-columns: 7.5em 7.5em; }
    @media screen and (max-width: 768px) {
      #f_footer > ul {
        display: none; } }
    #f_footer > ul > li {
      margin-bottom: 0.5em; }

#f_copy {
  width: 100vw; }
  #f_copy > img {
    width: 100%;
    top: 1em; }
    @media screen and (max-width: 768px) {
      #f_copy > img {
        top: 0.5em; } }
  #f_copy::before {
    content: "";
    display: block;
    position: absolute;
    width: 91vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #f2f3ee; }
    @media screen and (max-width: 1300px) {
      #f_copy::before {
        width: calc(100vw - 4em); } }
    @media screen and (max-width: 768px) {
      #f_copy::before {
        width: calc(100vw - 2em); } }

#f_contact {
  position: fixed;
  z-index: 100;
  display: block;
  width: 10em;
  height: 10em;
  bottom: 2em;
  right: 2em;
  opacity: 0;
  transform: translateY(5em);
  transition: all 0.6s ease; }
  @media screen and (max-width: 768px) {
    #f_contact {
      width: 8em;
      height: 8em; } }
  #f_contact.in-view {
    opacity: .8;
    transform: none; }
    #f_contact.in-view:hover {
      opacity: 1;
      transform: scale(1.2); }

#page_content {
  max-width: 45em;
  margin: 0 auto 5em;
  padding: 5em 1em 0; }

#home_pagenavi {
  padding: 4em 0;
  text-align: center; }

#loading {
  z-index: 200;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF; }
  #loading > ul {
    display: grid;
    width: 20em;
    height: 20em;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr; }
    #loading > ul > li {
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.2s cubic-bezier(0.28, 1.5, 0.6, 1);
      transform: scale(0);
      transform-origin: center bottom; }
      #loading > ul > li > img {
        width: 5em;
        height: 5em; }

/* 
    問い合わせフォーム　カスタム
*********************************************/
#snow-monkey-form-2944 .smf-form--business .smf-item__col--label {
  border-right: none; }
#snow-monkey-form-2944 .smf-form--business .smf-item {
  border: none; }
#snow-monkey-form-2944 .smf-form--business .smf-item__col--label {
  background-color: transparent; }
#snow-monkey-form-2944 .smf-text-control__control {
  width: 100%; }
#snow-monkey-form-2944 input, #snow-monkey-form-2944 textarea {
  border-radius: 1em; }
#snow-monkey-form-2944 .smf-button-control__control {
  background: #000;
  color: #FFF;
  border-radius: 1.5em/50%;
  width: 20em; }
#snow-monkey-form-2944 .smf-item__label__text > strong {
  background: #e8e138;
  padding: 0.2em 0.8em;
  border-radius: 0.5em;
  font-size: 70%;
  font-weight: 400; }
#snow-monkey-form-2944 .smf-form .smf-radio-button-control__control:checked {
  background-color: #e8e138;
  border-color: #e8e138; }
@media screen and (max-width: 768px) {
  #snow-monkey-form-2944 .smf-action .smf-button-control + .smf-button-control {
    margin: 0; } }
#snow-monkey-form-2944 h1.wp-block-heading {
  line-height: 1.8em;
  margin-bottom: 2em; }
#snow-monkey-form-2944 .smf-complete-content p {
  margin-bottom: 1em; }
