@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&display=swap");
@font-face {
  font-family: 'futura-pt';
  src: url("../fonts/FuturaCyrillicLight.woff") format("woff"); }
/*
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  position: relative;
  font-family: 'IBM Plex Sans JP', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  color: #1A1A1A;
  overflow: hidden; }

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, p, th, td, table, dl, dt, dd, ul, ol, li {
  font-weight: normal; }

/*
------------------------------------------
共通
------------------------------------------
*/
/*inner幅指定　大・小*/
.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%; }

/*text*/
.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

/*
---------------------------------------------
header
---------------------------------------------
*/
#header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  padding: 35px 5% 20px; }
  #header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 35px;
    overflow: hidden; }
    #header .logo .companyLogo {
      width: 25%;
      padding: 5px 0; }
    #header .logo ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      column-gap: 20px;
      width: 71%; }
      #header .logo ul li a {
        color: #1A1A1A;
        font-size: 16px;
        font-weight: 600; }
      #header .logo ul li.header__nav--btn1 {
        max-width: 240px;
        width: 100%; }
        #header .logo ul li.header__nav--btn1 a {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 30px;
          padding: 16px 0;
          background: linear-gradient(90deg, #87bfcc 0%, #d3c0d8 60%, #f59fb1 100%);
          text-align: center;
          color: #fff; }
          #header .logo ul li.header__nav--btn1 a span {
            margin-right: 5px; }
      #header .logo ul li.header__nav--btn2 {
        max-width: 200px;
        width: 100%; }
        #header .logo ul li.header__nav--btn2 a {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 30px;
          padding: 16px 0;
          background: #64B4D2;
          text-align: center;
          color: #fff; }
          #header .logo ul li.header__nav--btn2 a span {
            margin-right: 5px; }
  #header .logo.top {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  #header .floating {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

#header .logo img {
  width: 100%;
  height: auto; }

/* スクロール制御 */
.rest #header .logo.top,
#header.fixed .logo.top {
  display: none; }

.rest #header .floating,
#header.fixed .floating {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block; }

#header.fixed {
  position: fixed;
  top: 0;
  padding: 20px 5% 20px;
  background: rgba(255, 255, 255, 0.5); }

@media screen and (max-width: 1600px) and (min-width: 1450px) {
  #header .logo .companyLogo {
    width: 20%; }

  #header .logo ul {
    width: 75%;
    column-gap: 15px; }

  #header .logo ul li.header__nav--btn1 {
    max-width: 210px; }

  #header .logo ul li.header__nav--btn2 {
    max-width: 180px; } }
@media screen and (max-width: 1450px) and (min-width: 1250px) {
  #header .logo .companyLogo {
    width: 18%; }

  #header .logo ul {
    column-gap: 20px;
    width: 79%; }

  #header .logo ul li a {
    font-size: 14px; }

  #header .logo ul li.header__nav--btn1 {
    max-width: 200px; }
    #header .logo ul li.header__nav--btn1 a {
      font-size: 14px; }
      #header .logo ul li.header__nav--btn1 a span {
        font-size: 18px; }

  #header .logo ul li.header__nav--btn2 {
    max-width: 170px; }
    #header .logo ul li.header__nav--btn2 a {
      font-size: 14px; }
      #header .logo ul li.header__nav--btn2 a span {
        font-size: 18px; } }
@media screen and (max-width: 1250px) {
  #header {
    padding: 35px 2% 20px; }

  #header.fixed {
    padding: 20px  2% 20px; }

  #header .logo ul {
    column-gap: 10px; }

  #header .logo ul li a {
    font-size: 12px;
    white-space: nowrap; }

  #header .logo ul li.header__nav--btn1 {
    max-width: 170px; }
    #header .logo ul li.header__nav--btn1 a {
      font-size: 12px;
      white-space: nowrap; }
      #header .logo ul li.header__nav--btn1 a span {
        font-size: 15px; }

  #header .logo ul li.header__nav--btn2 {
    max-width: 140px; }
    #header .logo ul li.header__nav--btn2 a {
      font-size: 12px;
      white-space: nowrap; }
      #header .logo ul li.header__nav--btn2 a span {
        font-size: 15px; } }
/*--------------------.-------------------
footer
---------------------------------------*/
#footer {
  background: #2D4B61;
  padding: 47px 0 49px; }
  #footer #copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    text-align: center; }
