@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Specify the box size calculation method */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Improved responsiveness of links and buttons on touch devices */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* --------------------
	Settings
	変数・mixin設定
-------------------- */
/*
	書体
-------------------- */
/*
$font_googleFont02: 'Noto Sans JP', sans-serif;
$font_googleFont03: 'Noto Sans JP', sans-serif;
*/
/*
@mixin font02() {
	font-family: $font_googleFont02;
	font-weight: $font_regular;
	font-style: normal;
}
@mixin font03() {
	font-family: $font_googleFont03;
	font-weight: $font_regular;
	font-style: normal;
}
*/
/*
	カラー
-------------------- */
/*
	その他
-------------------- */
/* --------------------
	Base
	基本設定
-------------------- */
html {
  font-size: 1.8vw; }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 3.86vw; } }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal; }
  body a {
    color: inherit;
    text-decoration: none;
    /*&[href^="tel:"] {
    	pointer-events: none;
    }*/ }
  body img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  body em {
    font-style: normal; }
  body li {
    list-style: none; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: inherit; }

.wrap {
  background: white;
  width: 100%;
  color: #333333; }
  @media screen and (max-width: 1000px) {
    .wrap {
      /*a {
      	&[href^="tel:"] {
      		pointer-events: auto;
      	}
      }*/ } }

/* --------------------
	Layout
	Mail form
-------------------- */
/* Settings */
/* Mixin */
/* common parts */
/* button */
/*
	Base settings
------------------------------------------------------------ */
body#confirm .wrap, body#thanks .wrap {
  min-height: 100vh;
  height: 100%;
  border-bottom: 3rem solid #104789;
  display: flex;
  flex-flow: column; }
@media screen and (max-width: 1000px) {
  body#confirm .wrap, body#thanks .wrap {
    border-bottom-width: 5vw; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  min-height: 30%;
  color: black;
  flex: 1; }

/* contact */
.contact {
  background: #eefaff; }
  .contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0; }
  .contact__heading {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.3em; }
  .contact__text {
    text-align: center;
    line-height: 1.8em;
    padding: 2rem 0;
    font-weight: 500; }
  @media screen and (max-width: 1000px) {
    .contact__heading {
      font-size: 5.5vw; }
    .contact__text {
      font-size: 3.3vw;
      text-align: justify; }
      .contact__text br {
        display: none; } }

/* form */
.form {
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 4rem;
  line-height: 1.8em;
  background: white;
  border-radius: 16px; }
  .form__list-item {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: left; }
    .form__list-item .head {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      line-height: 1.8em;
      margin: 0 0 .5rem; }
    .form__list-item .body {
      line-height: 1.8em; }
    .form__list-item02 .body {
      width: 30%; }
    .form__list-item a {
      color: #ff065f;
      border-bottom: 1px solid; }
    .form__list-item .error {
      color: #ff1421;
      font-size: .88em; }
    .form__list-item .icon {
      margin-left: 1em;
      padding: .2em .5em;
      line-height: 1em;
      font-size: .88em;
      vertical-align: middle;
      display: inline-block; }
      .form__list-item .icon-required {
        background: #ff065f;
        color: white; }
      .form__list-item .icon-optional {
        background: #999999;
        color: white; }
    .form__list-item:last-child {
      margin: 0;
      padding: 0;
      border-bottom: none; }
  .form__button {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 42%; }
    .form__button::before {
      content: " ";
      position: absolute;
      background-image: url("../images/arrow_wh.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: .5rem;
      height: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 3rem;
      z-index: 2;
      pointer-events: none; }
    .form__button input[type='submit'] {
      background-color: transparent;
      border: none;
      font-family: inherit;
      font-size: inherit;
      cursor: pointer;
      outline: none;
      padding: 0;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      margin: 0 auto;
      padding: 1.5rem 1rem;
      border-radius: 10rem;
      line-height: 1;
      font-size: 1.33rem;
      font-weight: 700;
      display: block;
      background-color: #ff6600;
      background-image: linear-gradient(to right, #ff6600, #ff0060);
      color: white;
      display: block;
      color: white;
      background: linear-gradient(to right, #ff6600, #ff065f);
      font-size: 1.5rem;
      text-align: center;
      line-height: .8em;
      font-weight: 700;
      border-radius: 100px;
      padding: 1.8rem 0;
      margin: 2rem auto;
      width: 100%; }
      .form__button input[type='submit']:hover {
        opacity: .7; }
      @media screen and (max-width: 1000px) {
        .form__button input[type='submit']:hover {
          opacity: 1; } }
      @media screen and (max-width: 1000px) {
        .form__button input[type='submit'] {
          padding: 1.5rem 0; } }
    .form__button input[type='button'] {
      background-color: transparent;
      border: none;
      font-family: inherit;
      font-size: inherit;
      cursor: pointer;
      outline: none;
      padding: 0;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      margin: 0 auto;
      padding: 1.5rem 1rem;
      border-radius: 10rem;
      line-height: 1;
      font-size: 1.33rem;
      font-weight: 700;
      display: block;
      background-color: #333333;
      background-image: linear-gradient(#333333, form_button_other02);
      color: white;
      width: 100%;
      margin-top: 1rem;
      display: block; }
      .form__button input[type='button']:hover {
        opacity: .7; }
      @media screen and (max-width: 1000px) {
        .form__button input[type='button']:hover {
          opacity: 1; } }
      @media screen and (max-width: 1000px) {
        .form__button input[type='button'] {
          padding: 1.5rem 0; } }
    .form__button a {
      background-color: transparent;
      border: none;
      font-family: inherit;
      font-size: inherit;
      cursor: pointer;
      outline: none;
      padding: 0;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      margin: 0 auto;
      padding: 1.5rem 1rem;
      border-radius: 10rem;
      line-height: 1;
      font-size: 1.33rem;
      font-weight: 700;
      display: block;
      background-color: #333333;
      background-image: linear-gradient(#333333, form_button_other02);
      color: white;
      width: 100%;
      margin-top: 1rem;
      display: block; }
      .form__button a:hover {
        opacity: .7; }
      @media screen and (max-width: 1000px) {
        .form__button a:hover {
          opacity: 1; } }
      @media screen and (max-width: 1000px) {
        .form__button a {
          padding: 1.5rem 0; } }
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='tel'],
  .form input[type='number'],
  .form input[type='date'],
  .form select,
  .form textarea {
    letter-spacing: .08em;
    background: white;
    width: 100%;
    padding: .8rem .8rem .8rem 1rem;
    border: 1px solid #b6b6b6;
    border-radius: .5em;
    line-height: 1.8em;
    font-size: .85rem; }
    .form input[type='text']:placeholder-shown,
    .form input[type='email']:placeholder-shown,
    .form input[type='tel']:placeholder-shown,
    .form input[type='number']:placeholder-shown,
    .form input[type='date']:placeholder-shown,
    .form select:placeholder-shown,
    .form textarea:placeholder-shown {
      background: white; }
    .form input[type='text']::placeholder,
    .form input[type='email']::placeholder,
    .form input[type='tel']::placeholder,
    .form input[type='number']::placeholder,
    .form input[type='date']::placeholder,
    .form select::placeholder,
    .form textarea::placeholder {
      color: #b6b6b6; }
    .form input[type='text'].short,
    .form input[type='email'].short,
    .form input[type='tel'].short,
    .form input[type='number'].short,
    .form input[type='date'].short,
    .form select.short,
    .form textarea.short {
      width: calc((100% - 3rem) / 3); }
  .form input[type='date'] {
    width: calc((100% - 3rem) / 3);
    max-width: 20em; }
  .form textarea {
    min-height: 10em;
    vertical-align: bottom;
    resize: vertical; }
  .form label.radio, .form label.checkbox {
    margin: 0 1rem 0 0;
    padding: 0 0 0 2rem;
    line-height: 1.8em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer; }
  .form label input[type='radio'],
  .form label input[type='checkbox'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  .form label.date {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start; }
    .form label.date input,
    .form label.date select {
      width: calc((100% - 3rem) / 3);
      max-width: 20em;
      margin: 0 1rem 0 0; }
      .form label.date input:last-child,
      .form label.date select:last-child {
        margin-right: 0; }
  .form .radio-wrap {
    margin-bottom: -1rem;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start; }
    .form .radio-wrap label.radio {
      width: calc((100% - 3rem) / 3);
      margin-bottom: 1rem;
      text-align: left; }
  .form .checkbox-wrap {
    margin-bottom: -1rem;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: flex-start; }
    .form .checkbox-wrap label.checkbox {
      width: calc((100% - 3rem) / 3);
      margin-bottom: 1rem;
      text-align: left; }
    .form .checkbox-wrap label.checkbox01 {
      width: 66.7%;
      margin: 0 0 1rem; }
    .form .checkbox-wrap label.checkbox02 {
      margin: 0 0 1rem; }
  .form input.required,
  .form select.required,
  .form textarea.required {
    border-color: #ff065f !important; }
  .form select {
    -webkit-appearance: none;
    appearance: none; }
  .form .dropdown {
    position: relative; }
    .form .dropdown::before {
      pointer-events: none;
      border-top: 2px solid #000;
      border-left: 2px solid #000;
      transform: translateY(-50%) rotate(-135deg);
      content: "";
      position: absolute;
      right: 20px;
      top: 12px;
      width: 12px;
      height: 12px; }
  @media screen and (max-width: 1000px) {
    .form {
      padding: 1.5rem 2rem;
      font-size: 4vw;
      font-weight: 600; }
      .form__list-item .head {
        width: 100%;
        padding: 0 0 2vw;
        justify-content: flex-start; }
      .form__list-item .main {
        margin: 0 .5em 0 0; }
      .form__list-item .body {
        width: 100%;
        padding: 0; }
        .form__list-item .body label.radio, .form__list-item .body label.checkbox {
          width: 100%; }
      .form__list-item .icon-required, .form__list-item .icon-optional {
        margin: 0 .5rem 0 0;
        position: static;
        display: inline-block; }
      .form__privacy {
        margin: 10vw 0;
        padding: 4vw; }
        .form__privacy-item02 {
          padding: .5rem 0;
          text-align: left; }
      .form__text {
        padding: 5vw 0; }
      .form__button {
        width: 100%;
        max-width: none; }
        .form__button input[type='submit'] {
          font-size: 4.2vw;
          width: 100%; }
      .form input[type='text'],
      .form input[type='email'],
      .form input[type='tel'],
      .form input[type='number'],
      .form input[type='date'],
      .form select,
      .form textarea {
        padding: 2vw;
        line-height: 2rem;
        font-size: 3.85vw; }
        .form input[type='text'].short,
        .form input[type='email'].short,
        .form input[type='tel'].short,
        .form input[type='number'].short,
        .form input[type='date'].short,
        .form select.short,
        .form textarea.short {
          width: 100%;
          max-width: none; }
      .form input[type='date'] {
        width: 100%;
        max-width: none; }
      .form textarea {
        min-height: 5em; }
      .form label.radio, .form label.checkbox {
        margin: 0;
        padding: 0 0 0 2.2rem; }
      .form label.date {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start; }
        .form label.date input,
        .form label.date select {
          width: 100%;
          max-width: none;
          margin: 0 0 3vw; }
          .form label.date input:last-child,
          .form label.date select:last-child {
            margin: 0; }
      .form .radio-wrap {
        display: block; }
        .form .radio-wrap label.radio {
          width: 100%;
          margin-right: 0; }
      .form .checkbox-wrap {
        display: block; }
        .form .checkbox-wrap label.checkbox {
          width: 100%;
          margin-right: 0;
          font-weight: 600; } }

/* --------------------
	Layout
-------------------- */
/* Mixin */
/* common parts */
/* background image */
/* button */
/*
	Wrap
------------------------------------------------------------ */
body a {
  transition: all .2s ease-in-out;
  cursor: pointer; }
  body a:hover {
    opacity: .7; }
  @media screen and (max-width: 1000px) {
    body a:hover {
      opacity: 1; } }

.wrap {
  overflow: hidden; }
  .wrap img {
    width: 100%;
    height: auto; }
  .wrap .sp {
    display: none; }
  @media screen and (max-width: 1000px) {
    .wrap .sp {
      display: block; } }

/*
	Header
------------------------------------------------------------ */
@keyframes scroll-anim {
  0% {
    opacity: 0;
    translate: 0 -20px; }
  5% {
    opacity: 0;
    translate: 0 -20px; }
  10% {
    opacity: 1;
    translate: 0 0; }
  100% {
    opacity: 1; } }
.header {
  height: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  transition: all .2s ease-out;
  display: none; }
  .header.is-blur {
    display: block;
    opacity: 1;
    background: white;
    backdrop-filter: blur(10px);
    color: #333333;
    height: 6rem; }
  .header__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem; }
  .header__heading {
    display: flex;
    align-items: center; }
    .header__heading .head {
      width: 30%;
      padding: 0 1rem 0 0; }
    .header__heading .text {
      font-weight: 700;
      font-size: 1vw; }
  .header__button a {
    display: block;
    color: white;
    background: linear-gradient(to right, #ff6600, #ff0060);
    text-align: center;
    line-height: 1;
    font-weight: 700;
    border-radius: 50px;
    padding: 1rem 4rem;
    position: relative; }
    .header__button a .sub {
      font-size: .8rem; }
    .header__button a::before {
      content: " ";
      position: absolute;
      background-image: url("../images/arrow_wh.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: .5rem;
      height: 1rem;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 1rem; }
  @media screen and (max-width: 1000px) {
    .header {
      background: white;
      position: relative;
      display: none; }
      .header__inner {
        display: block;
        padding: 1rem; }
      .header__heading {
        display: block; }
        .header__heading .head {
          margin: 0 auto;
          width: 40%;
          padding: 0 0 .5rem 0; }
        .header__heading .text {
          text-align: center;
          font-size: 3vw; }
      .header__button {
        display: none; } }

/* visual */
.visual {
  background-color: white;
  background-image: url("../images/visual.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .visual::before {
    position: absolute;
    content: " ";
    background-image: url("../images/visual_image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    width: 54%;
    height: 100%; }
  .visual::after {
    position: absolute;
    content: " ";
    background-image: url("../images/visual_point.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 1rem;
    z-index: 2;
    bottom: 1rem;
    width: 13vw;
    height: 13vw; }
  .visual__logo {
    padding: 2rem 0 2rem 2rem; }
    .visual__logo .head {
      width: 12%; }
  .visual__inner {
    padding: 2vw 0 2vw 5vw; }
  .visual__heading {
    font-size: 3vw;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-weight: 900; }
    .visual__heading .large {
      color: #0072ff;
      font-size: 3.5vw; }
  .visual__box {
    background: white;
    border-radius: 15px;
    padding: 1vw;
    position: relative;
    width: 40%;
    margin: 3vw 0 0; }
    .visual__box .image {
      position: absolute;
      top: -1.25vw;
      width: 50%; }
    .visual__box .text {
      font-size: 1.3vw;
      line-height: 1.8em;
      padding: 1vw;
      font-weight: 700; }
  .visual__button {
    width: 40%;
    padding: 2rem 0 3rem; }
    .visual__button a {
      display: block;
      color: white;
      background: linear-gradient(to right, #ff6600, #ff0060);
      text-align: center;
      line-height: 1;
      font-weight: 700;
      border-radius: 50px;
      padding: 1rem 0;
      font-size: 1.1rem;
      letter-spacing: .04em;
      position: relative; }
      .visual__button a .sub {
        font-size: .8rem; }
      .visual__button a::before {
        content: " ";
        position: absolute;
        background-image: url("../images/arrow_wh.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: .75rem;
        height: 1.25rem;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 2rem; }
  @media screen and (max-width: 1000px) {
    .visual {
      background-image: url("../images/visual-sp.webp");
      background-position: top; }
      .visual::before {
        background-image: url("../images/visual_image-sp.webp");
        right: 0;
        width: 100%;
        height: 84vw;
        bottom: 0; }
      .visual::after {
        width: 26vw;
        height: 26vw;
        bottom: 15.5rem; }
      .visual__inner {
        padding: 1rem 1rem 20rem; }
      .visual__logo {
        padding: 2rem 0 0; }
        .visual__logo .head {
          margin: 0 auto;
          width: 40%; }
      .visual__heading {
        font-size: 6.2vw;
        padding: 1rem 0 2rem;
        text-align: center; }
        .visual__heading .large {
          font-size: 6.8vw; }
      .visual__box {
        border-radius: 7px;
        padding: 1rem;
        width: 100%;
        margin: 0 0 3rem; }
        .visual__box .image {
          top: -1rem;
          width: 66%;
          left: 50%;
          transform: translateX(-50%); }
        .visual__box .text {
          font-size: 3.5vw;
          padding: 1rem 0 .75rem; }
      .visual__button {
        display: none;
        width: 100%;
        padding: 1rem 0 2rem; }
        .visual__button a {
          font-size: 4.2vw; }
          .visual__button a .sub {
            font-size: 3vw; }
          .visual__button a::before {
            width: 3vw;
            height: 6vw;
            right: 7vw; } }

/*
	Contents
------------------------------------------------------------ */
.contents {
  background: transparent;
  color: #333333;
  /* 埋め込み地図・動画 レスポンシブ対応用 */ }
  .contents .video,
  .contents .map {
    width: 100%;
    max-width: 1000px;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .contents .video iframe,
    .contents .map iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }

/*
	Contents	主な編集箇所
------------------------------------------------------------ */
/* cv */
.cv {
  background-color: white;
  background-image: url("../images/cv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0; }
  @media screen and (max-width: 1000px) {
    .cv {
      padding: 8vw 0; } }
  .cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px; }
    .cv__inner-item {
      width: 50%; }
      .cv__inner-item .medium {
        font-size: 1rem;
        font-weight: 900; }
      .cv__inner-item .eng {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 900; }
      .cv__inner-item .main {
        font-weight: 900;
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.6em;
        margin: 1rem 0; }
      .cv__inner-item .image {
        width: 80%;
        margin: 0 auto; }
      .cv__inner-item02 {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        padding: 2rem 1rem;
        font-weight: 500; }
      .cv__inner-item .catch {
        font-size: 1.3rem;
        font-weight: 700;
        text-align: center; }
        .cv__inner-item .catch .pink {
          color: #ff065f; }
      .cv__inner-item .head {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .cv__inner-item .wrap {
        background: none;
        padding: 1rem 0;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap; }
        .cv__inner-item .wrap-item {
          width: 48%;
          margin: 0 0 0.5rem; }
          .cv__inner-item .wrap-item02 {
            margin: .5rem 0 0 0; }
        .cv__inner-item .wrap .head {
          line-height: 1.8em; }
        .cv__inner-item .wrap .required {
          padding: .2em .5em;
          line-height: 1em;
          font-size: .88em;
          font-weight: 600;
          vertical-align: middle;
          display: inline-block;
          background: #ff065f;
          color: white; }
        .cv__inner-item .wrap input[type='text'] {
          background: white;
          width: 100%;
          padding: 1rem;
          border: 1px solid #b6b6b6;
          border-radius: .5em;
          line-height: 1.8em;
          font-size: .88rem; }
        .cv__inner-item .wrap input::placeholder {
          color: #b6b6b6; }
      .cv__inner-item .privacy {
        text-align: center;
        padding: 1rem 0 .5rem;
        border-top: 1px solid #b6b6b6; }
      .cv__inner-item input[type='checkbox'] {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 .5em .35rem 0; }
      .cv__inner-item a {
        transition: all .2s ease-in-out;
        cursor: pointer;
        border-bottom: 1px solid #ff065f;
        color: #ff065f; }
        .cv__inner-item a:hover {
          opacity: .7; }
        @media screen and (max-width: 1000px) {
          .cv__inner-item a:hover {
            opacity: 1; } }
      .cv__inner-item .button {
        position: relative;
        width: 18rem;
        margin: 0 auto; }
        .cv__inner-item .button::before {
          content: " ";
          position: absolute;
          background-image: url("../images/arrow_wh.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: .5rem;
          height: 1rem;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 2rem; }
        .cv__inner-item .button input[type='submit'] {
          display: block;
          color: white;
          background: linear-gradient(to right, #ff6600, #ff065f);
          font-size: 1.1rem;
          letter-spacing: .2em;
          text-align: center;
          line-height: .8em;
          font-weight: 700;
          border-radius: 100px;
          padding: 1.5rem 0;
          width: 100%;
          margin: 1rem 0;
          border: none; }
  @media screen and (max-width: 1000px) {
    .cv {
      background-image: url("../images/cv-sp.webp"); }
      .cv__inner {
        display: block;
        max-width: none; }
        .cv__inner-item {
          width: 100%; }
          .cv__inner-item .main {
            font-size: 5vw;
            line-height: 1.5em; }
          .cv__inner-item .image {
            padding: 1rem 0;
            width: 70%; }
          .cv__inner-item01 {
            margin: 0; }
          .cv__inner-item02 {
            width: 100%;
            padding: 2rem; }
          .cv__inner-item .catch {
            font-size: 5vw; }
          .cv__inner-item .head {
            justify-content: flex-start; }
          .cv__inner-item .title {
            margin: 0 .5rem 0 0; }
          .cv__inner-item .wrap {
            padding: 1rem 0;
            display: block; }
            .cv__inner-item .wrap-item {
              width: 100%; }
              .cv__inner-item .wrap-item02 {
                margin: 1rem 0 0 0; }
            .cv__inner-item .wrap .head {
              font-size: 4vw;
              padding: .5rem 0 0; }
            .cv__inner-item .wrap .required {
              font-size: 3vw; }
            .cv__inner-item .wrap input[type='text'] {
              font-size: 4vw; }
          .cv__inner-item .privacy {
            font-size: 4vw; }
          .cv__inner-item input[type='checkbox'] {
            width: 1.5rem;
            height: 1.5rem; }
          .cv__inner-item .button {
            width: 100%; } }

/* 全ブロック共通 */
.about,
.case,
.appeal,
.reason,
.service,
.scene {
  padding: 4rem 0; }
  @media screen and (max-width: 1000px) {
    .about,
    .case,
    .appeal,
    .reason,
    .service,
    .scene {
      padding: 8vw 0; } }
  .about .number,
  .case .number,
  .appeal .number,
  .reason .number,
  .service .number,
  .scene .number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0; }
  .about .text,
  .case .text,
  .appeal .text,
  .reason .text,
  .service .text,
  .scene .text {
    text-align: justify; }
  .about__inner,
  .case__inner,
  .appeal__inner,
  .reason__inner,
  .service__inner,
  .scene__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto; }
  .about__heading,
  .case__heading,
  .appeal__heading,
  .reason__heading,
  .service__heading,
  .scene__heading {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding: 0 0 2rem; }
    .about__heading-sub,
    .case__heading-sub,
    .appeal__heading-sub,
    .reason__heading-sub,
    .service__heading-sub,
    .scene__heading-sub {
      font-size: 1.1rem;
      font-weight: 900;
      text-align: center;
      margin: 0 0 1rem; }
      .about__heading-sub .medium,
      .case__heading-sub .medium,
      .appeal__heading-sub .medium,
      .reason__heading-sub .medium,
      .service__heading-sub .medium,
      .scene__heading-sub .medium {
        font-size: 1.6rem; }
    .about__heading .blue,
    .case__heading .blue,
    .appeal__heading .blue,
    .reason__heading .blue,
    .service__heading .blue,
    .scene__heading .blue {
      color: #0072ff; }
    .about__heading .large,
    .case__heading .large,
    .appeal__heading .large,
    .reason__heading .large,
    .service__heading .large,
    .scene__heading .large {
      font-size: 2.7rem; }
  .about__text,
  .case__text,
  .appeal__text,
  .reason__text,
  .service__text,
  .scene__text {
    line-height: 1.8em;
    text-align: justify; }
  .about__image,
  .case__image,
  .appeal__image,
  .reason__image,
  .service__image,
  .scene__image {
    text-align: center; }
  @media screen and (max-width: 1000px) {
    .about__heading,
    .case__heading,
    .appeal__heading,
    .reason__heading,
    .service__heading,
    .scene__heading {
      font-size: 5.6vw;
      letter-spacing: 0;
      padding: 0 0 1rem; }
      .about__heading-sub,
      .case__heading-sub,
      .appeal__heading-sub,
      .reason__heading-sub,
      .service__heading-sub,
      .scene__heading-sub {
        font-size: 3.5vw;
        margin: 0 0 1rem; }
        .about__heading-sub .medium,
        .case__heading-sub .medium,
        .appeal__heading-sub .medium,
        .reason__heading-sub .medium,
        .service__heading-sub .medium,
        .scene__heading-sub .medium {
          font-size: 4.5vw; }
      .about__heading .large,
      .case__heading .large,
      .appeal__heading .large,
      .reason__heading .large,
      .service__heading .large,
      .scene__heading .large {
        font-size: 6.5vw; } }

.client__text {
  background: #333333;
  color: white;
  font-weight: 900;
  text-align: center;
  font-size: 1.3vw;
  letter-spacing: .1em;
  padding: .75rem 0; }
  .client__text .number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0; }
.client__list {
  padding: 1rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .client__list-item {
    width: 10%; }
@media screen and (max-width: 1000px) {
  .client__text {
    font-size: 4vw;
    line-height: 1.3em; }
  .client__list {
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap; }
    .client__list-item {
      width: calc((100% - 2rem) /4);
      padding: .5rem; } }

.about {
  background-color: white;
  background-image: url("../images/about.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .about__text {
    display: flex;
    align-items: center;
    justify-content: center; }
    .about__text .image {
      width: 14%;
      margin: 0 1rem 0 0; }
    .about__text .text {
      line-height: 1.8em;
      font-size: 1.3rem;
      font-weight: 700; }
    .about__text .marker {
      background: linear-gradient(transparent 50%, #fff77e 50%); }
  .about__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 0; }
    .about__list-item {
      width: calc((100% - 2rem) /3); }
      .about__list-item .text {
        text-align: center;
        margin: .75rem 0 0;
        font-weight: 600;
        font-size: .8rem; }
  @media screen and (max-width: 1000px) {
    .about {
      background-image: url("../images/about-sp.webp"); }
      .about__text {
        display: block; }
        .about__text .image {
          width: 24%;
          margin: 0 auto 1rem; }
        .about__text .text {
          font-size: 4.2vw; }
          .about__text .text br {
            display: none; }
      .about__list-item .text {
        font-size: 3.2vw;
        line-height: 1.3em; } }

.case {
  padding: 4rem 0;
  background-color: white;
  background-image: url("../images/case.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1800px;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .case {
      padding: 8vw 0; } }
  .case .tab_item {
    width: calc(100% /4);
    padding: 1rem 0 1.5rem;
    color: #939393;
    background: #EEEEEE;
    line-height: 1.1em;
    font-weight: 700;
    text-align: center;
    display: block;
    align-items: flex-end;
    float: left;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    margin: 0;
    position: relative;
    border-left: 4px solid #cccccc; }
    .case .tab_item::before {
      content: " ";
      position: absolute;
      width: 30px;
      aspect-ratio: 1;
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      background: #ffffff;
      top: 0;
      right: 0; }
    .case .tab_item04::before {
      background: #ffffff; }
    .case .tab_item .number {
      font-size: .8rem;
      letter-spacing: .1em; }
  .case .tabs input:checked + .tab_item {
    background-color: #eefaff;
    color: #0072ff;
    padding: 1rem 0 1.5rem;
    border-left: 4px solid #0072ff; }
  .case .tab_item:hover {
    opacity: 0.75; }
  .case input[name="tab_item"] {
    display: none; }
  .case .tab_content {
    display: none;
    clear: both;
    overflow: hidden; }
  .case .tab_content_description {
    background: #eefaff;
    padding: 2rem;
    margin: 0; }
    .case .tab_content_description .member {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .case .tab_content_description .member .icon {
        width: 4%;
        margin: 0 .5rem 0 0; }
      .case .tab_content_description .member .text {
        font-weight: 700;
        font-size: 1.1rem; }
    .case .tab_content_description .marker {
      color: white;
      padding: 0 .25rem;
      font-weight: 700; }
    .case .tab_content_description .black {
      background: #333333; }
    .case .tab_content_description .blue {
      background: #0072ff; }
    .case .tab_content_description .green {
      background: #00d69c; }
    .case .tab_content_description .box {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      margin: 1rem 0;
      position: relative; }
      .case .tab_content_description .box::before {
        position: absolute;
        content: " ";
        background-image: url("../images/case_arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 4rem; }
      .case .tab_content_description .box01::before {
        top: 17.5rem; }
      .case .tab_content_description .box02::before, .case .tab_content_description .box03::before {
        top: 17rem; }
      .case .tab_content_description .box04::before {
        top: 15.5rem; }
      .case .tab_content_description .box-item {
        width: 49%;
        background: white;
        border-radius: 16px; }
        .case .tab_content_description .box-item .category {
          text-align: center;
          margin: 2rem 0 1rem; }
          .case .tab_content_description .box-item .category02 {
            margin: 5rem 0 1rem; }
          .case .tab_content_description .box-item .category03 {
            margin: 5rem 0 1rem; }
          .case .tab_content_description .box-item .category04 {
            margin: 6.6rem 0 1rem; }
          .case .tab_content_description .box-item .category05 {
            margin: 8.1rem 0 1rem; }
        .case .tab_content_description .box-item .head {
          text-align: center;
          font-weight: 900;
          font-size: 1.1rem;
          line-height: 1.5em; }
          .case .tab_content_description .box-item .head01 {
            margin: 1.75rem 0 .85rem; }
        .case .tab_content_description .box-item .text {
          line-height: 1.8em;
          text-align: justify;
          padding: 1rem 2rem;
          font-size: .88rem;
          font-weight: 500; }
        .case .tab_content_description .box-item .image {
          margin: 0 auto;
          width: 70%;
          padding: 0 0 2rem; }
    .case .tab_content_description .list {
      font-weight: 700; }
      .case .tab_content_description .list .blue {
        color: #0072ff; }
  .case #case01:checked ~ #case01_content,
  .case #case02:checked ~ #case02_content,
  .case #case03:checked ~ #case03_content,
  .case #case04:checked ~ #case04_content {
    display: block; }
  .case__text {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1.5em;
    padding: 4rem 0 0;
    position: relative; }
    .case__text::before {
      top: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      content: " ";
      width: 4rem;
      aspect-ratio: 1/cos(64deg);
      clip-path: polygon(50% 100%, 100% 0, 0 0);
      background: #333333; }
    .case__text .marker {
      background: linear-gradient(transparent 50%, #fff77e 50%); }
  @media screen and (max-width: 1000px) {
    .case {
      background-size: 100%; }
      .case .tab_item {
        width: calc(100% /4);
        font-size: 3.5vw;
        padding: 1rem .5rem 1rem 0; }
        .case .tab_item .number {
          font-size: 3vw; }
      .case .tabs input:checked + .tab_item {
        padding: 1rem .5rem 1rem 0; }
      .case .tab_content_description {
        padding: 2rem 1.5rem;
        margin: 0; }
        .case .tab_content_description .member {
          display: block; }
          .case .tab_content_description .member .icon {
            display: none; }
          .case .tab_content_description .member .text {
            text-align: center;
            font-size: 3.85vw;
            line-height: 1.5em; }
        .case .tab_content_description .box {
          display: block;
          margin: 1rem 0; }
          .case .tab_content_description .box::before {
            display: none; }
          .case .tab_content_description .box01 {
            margin: 1rem 0; }
          .case .tab_content_description .box-item {
            width: 100%;
            padding: 1rem 0; }
            .case .tab_content_description .box-item .category {
              margin: 1rem 0; }
              .case .tab_content_description .box-item .category02, .case .tab_content_description .box-item .category03 {
                margin: 1rem 0; }
            .case .tab_content_description .box-item .head {
              font-size: 4vvw; }
              .case .tab_content_description .box-item .head01 {
                margin: 0; }
            .case .tab_content_description .box-item .text {
              padding: 1rem;
              font-size: 3.5vw; }
            .case .tab_content_description .box-item .image {
              padding: 0; }
      .case__text {
        font-size: 5.6vw;
        padding: 3rem 0 0; }
        .case__text::before {
          top: 1rem;
          width: 3rem; } }

.appeal {
  background-color: #eefaff; }
  .appeal__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: wrap; }
    .appeal__list-item {
      width: calc((100% - 2rem) / 3);
      background: white;
      border-radius: 16px;
      padding: 1rem; }
      .appeal__list-item .image {
        width: 40%;
        margin: 0 auto; }
      .appeal__list-item .text {
        font-weight: 700;
        text-align: center;
        padding: 0.75rem 0 0;
        font-size: 1.3rem; }
  .appeal__text {
    font-weight: 700;
    text-align: center;
    line-height: 1.8em;
    padding: 1.5rem 0;
    font-size: 1.2rem; }
  .appeal__logo {
    background: white;
    border-radius: 16px;
    padding: 2rem; }
    .appeal__logo .title {
      font-weight: 900;
      text-align: center;
      font-size: 1.2rem;
      letter-spacing: .05em; }
    .appeal__logo .image {
      padding: .5rem 1.5rem 0; }
  @media screen and (max-width: 1000px) {
    .appeal__list-item {
      width: calc((100% - 1rem) / 3);
      padding: 1rem 0; }
      .appeal__list-item .image {
        width: 80%; }
      .appeal__list-item .text {
        font-size: 4.2vw;
        line-height: 1.3em; }
    .appeal__text {
      font-size: 4vw;
      text-align: justify; }
      .appeal__text br {
        display: none; }
    .appeal__logo {
      padding: 1.5rem; }
      .appeal__logo .title {
        font-size: 4.2vw;
        line-height: 1.5em;
        letter-spacing: 0; }
      .appeal__logo .image {
        padding: .5rem 0; } }

.reason__box {
  margin: 3rem 0 0;
  position: relative;
  border-radius: 16px;
  padding: 2rem 2.5rem; }
  .reason__box .number {
    position: absolute;
    top: -1rem;
    left: 1rem;
    font-size: 1.3rem;
    font-weight: 700; }
    .reason__box .number .large {
      font-size: 2rem; }
  .reason__box .head {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.7em;
    padding: 0 0 1rem; }
    .reason__box .head .medium {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.8rem;
      font-weight: 700; }
  .reason__box .text {
    line-height: 1.8em;
    font-weight: 600;
    text-align: justify; }
  .reason__box01, .reason__box03 {
    background: #eefaff; }
  .reason__box02, .reason__box04 {
    background: #eefff2; }
    .reason__box02 .number, .reason__box04 .number {
      right: 1rem;
      left: auto; }
  .reason__box01, .reason__box02 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .reason__box01-item01, .reason__box02-item01 {
      width: 58%; }
    .reason__box01-item02, .reason__box02-item02 {
      width: 36%; }
  .reason__box02 {
    flex-flow: row-reverse; }
  .reason__box03 .head,
  .reason__box03 .text,
  .reason__box03 .title {
    text-align: center; }
  .reason__box03 .title {
    color: white;
    background: #333333;
    padding: .5rem 0;
    font-weight: 700;
    margin: 1.5rem auto 1rem;
    width: 88%; }
  .reason__box04 .image {
    display: flex;
    align-items: flex-end; }
    .reason__box04 .image01, .reason__box04 .image02 {
      padding: 1rem 1rem 0; }
.reason .slide .box {
  padding: 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .reason .slide .box-item {
    width: calc((100% - 2rem) / 4);
    align-items: stretch;
    background: white;
    border-radius: 8px;
    padding: .5rem;
    margin: 0 0 1rem; }
    .reason .slide .box-item .logo {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .reason .slide .box-item .icon {
      width: 32%;
      margin: 0 .5rem 0 0; }
    .reason .slide .box-item .name {
      font-weight: 700;
      width: 68%; }
    .reason .slide .box-item .text {
      text-align: left;
      line-height: 1.6em;
      font-size: .88rem;
      padding: 1rem 0; }
.reason .slide .swiper-slide {
  height: auto;
  margin: 0 0 1rem; }
.reason .slide .swiper-button-next,
.reason .slide .swiper-button-prev {
  top: calc(70% - 3rem); }
.reason .slide .swiper-button-next {
  right: 1rem; }
.reason .slide .swiper-button-prev {
  left: 1rem; }
.reason .slide .swiper-pagination {
  margin: 0 auto;
  right: 0;
  left: 0; }
@media screen and (max-width: 1000px) {
  .reason__heading-sub {
    font-size: 3vw; }
    .reason__heading-sub .medium {
      font-size: 3.5vw; }
  .reason__box {
    margin: 1rem 0 2rem;
    padding: 2rem 1.5rem; }
    .reason__box .number {
      top: -0.5rem;
      font-size: 4vw; }
      .reason__box .number .large {
        font-size: 5vw; }
    .reason__box .head {
      font-size: 5vw; }
      .reason__box .head .medium {
        font-size: 5.3vw; }
    .reason__box .image {
      margin: 2rem 0 0; }
    .reason__box01, .reason__box02 {
      display: block; }
      .reason__box01-item01, .reason__box01-item02, .reason__box02-item01, .reason__box02-item02 {
        width: 100%; }
    .reason__box03 .head, .reason__box04 .head {
      text-align: start; }
    .reason__box03 .text, .reason__box04 .text {
      text-align: justify; }
    .reason__box03 .title {
      width: 100%; }
    .reason__box04 .image01, .reason__box04 .image02 {
      padding: 0 .5rem; }
  .reason .slide .box {
    padding: 0 1.5rem; }
    .reason .slide .box::after {
      content: "";
      display: block;
      width: 100%; }
    .reason .slide .box-item {
      width: 49%;
      padding: .25rem; }
      .reason .slide .box-item .icon {
        width: 24%;
        margin: 0 .5rem 0 0; }
      .reason .slide .box-item .name {
        font-size: 2.8vw; }
  .reason .slide .swiper-button-next,
  .reason .slide .swiper-button-prev {
    top: calc(66% - 3rem);
    width: 4vw;
    height: 5vw; }
  .reason .slide .swiper-button-next {
    right: 0; }
  .reason .slide .swiper-button-prev {
    left: 0; } }

.service {
  background: #eefaff; }
  .service__text {
    text-align: center;
    font-weight: 600;
    margin: 0 0 2rem; }
  @media screen and (max-width: 1000px) {
    .service__text {
      text-align: justify; }
      .service__text br {
        display: none; } }

.scene {
  background-color: white;
  background-image: url("../images/scene.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .scene__text {
    text-align: center;
    font-weight: 600;
    margin: 0 0 2rem; }
  .scene__title {
    background: #333333;
    text-align: center;
    padding: .4em 0 .6em;
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .04em; }
    .scene__title .medium {
      font-size: 1rem; }
  .scene__list {
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around; }
    .scene__list::after {
      content: "";
      display: block;
      width: calc((100% - 3rem) / 4); }
    .scene__list-item {
      width: calc((100% - 3rem) / 4); }
      .scene__list-item .text {
        margin: .5rem 0 1.5rem;
        text-align: center;
        font-weight: 700;
        font-size: .88rem; }
      .scene__list-item .small {
        font-size: .66rem; }
  @media screen and (max-width: 1000px) {
    .scene__text {
      text-align: justify; }
      .scene__text br {
        display: none; }
    .scene__title {
      padding: .4em 0 .6em;
      font-size: 4vw; }
      .scene__title .medium {
        font-size: 3vw; }
    .scene__list {
      justify-content: space-between; }
      .scene__list::after {
        width: calc((100% - 2rem) / 3); }
      .scene__list-item {
        width: calc((100% - 2rem) / 3); }
        .scene__list-item .text {
          margin: .5rem 0 1rem;
          font-size: 2.5vw; }
        .scene__list-item .small {
          font-size: 2.5vw; } }

/*
	Footer
------------------------------------------------------------ */
.footer__inner {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto; }

.company {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto; }
  .company__box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 800px;
    align-items: center;
    margin: 0 auto;
    padding: 4rem 0 2rem; }
    .company__box-item01 {
      width: 37%; }
    .company__box-item02 {
      width: 58%;
      font-size: .88rem;
      line-height: 1.7em;
      font-weight: 600; }
  @media screen and (max-width: 1000px) {
    .company__box {
      display: block;
      padding: 2rem 0;
      max-width: none; }
      .company__box-item01 {
        width: 37%;
        margin: 0 0 1rem; }
      .company__box-item02 {
        width: 100%;
        font-size: 3vw;
        line-height: 2em; } }

.copyright {
  background: #333333;
  color: white;
  padding: .5rem 10rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .88rem; }
  .copyright__link {
    width: 50%; }
  .copyright__text {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    width: 50%;
    line-height: 1.8em;
    text-align: right; }
  @media screen and (max-width: 1000px) {
    .copyright {
      padding: .5rem 0 6rem;
      display: block;
      font-size: 3.3vw; }
      .copyright__link {
        width: 100%;
        text-align: center;
        margin: 1rem 0 2rem; }
      .copyright__text {
        width: 100%;
        text-align: center; } }

.floating {
  width: 100%; }
  .floating__button {
    display: none; }
  .floating .pagetop {
    position: fixed;
    z-index: 1;
    bottom: 4rem;
    right: 1rem; }
    .floating .pagetop a {
      transition: all .2s ease-in-out;
      background: #333333;
      padding: .7rem 1rem;
      color: white;
      font-size: 0.88rem;
      display: inline-block;
      z-index: 200;
      position: relative; }
      .floating .pagetop a::before {
        content: '';
        width: 1rem;
        height: 1rem;
        margin: .5rem auto 0;
        border-top: solid .1rem white;
        border-left: solid .1rem white;
        display: block;
        transform: rotate(45deg); }
      .floating .pagetop a:hover {
        opacity: 1; }
  @media screen and (max-width: 1000px) {
    .floating__button {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 4; }
      .floating__button a {
        display: block;
        color: white;
        background: linear-gradient(to right, #ff6600, #ff0060);
        text-align: center;
        line-height: 1;
        font-weight: 700;
        padding: 1rem 0;
        font-size: 4vw;
        letter-spacing: .04em;
        position: relative; }
        .floating__button a .sub {
          font-size: 3vw; }
        .floating__button a::before {
          content: " ";
          position: absolute;
          background-image: url("../images/arrow_wh.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%;
          width: .75rem;
          height: 1.25rem;
          top: 0;
          bottom: 0;
          margin: auto;
          right: 2rem; }
    .floating .pagetop {
      display: none;
      bottom: 2rem; }
      .floating .pagetop a {
        padding: .4rem .7rem;
        font-size: 3vw; }
        .floating .pagetop a::before {
          content: '';
          width: 2.5vw;
          height: 2.5vw;
          margin: .5rem auto 0;
          border-top: solid .1rem white;
          border-left: solid .1rem white; } }
