@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* breakpoint mixin */
/* inner mixin */
/* 変数 */
body {
  max-width: 1440px;
  background: url(../img/bg-pc.jpg) no-repeat center/cover;
  color: #1C579B;
  font-family: "m-plus-rounded-2p", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-y: hidden; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

p {
  transform: rotate(0.05deg); }

.xs {
  display: none; }

@media screen and (max-width: 355px) {
  .md {
    display: none; }

  .xs {
    display: inline; } }
.contents-wrap {
  display: flex; }
  @media screen and (max-width: 768px) {
    .contents-wrap {
      display: block; } }

.l-contents {
  width: calc(100% - 550px);
  position: relative; }
  @media screen and (max-width: 768px) {
    .l-contents {
      display: none; } }
  .l-contents .side-block {
    width: clamp(200px, 42.80899%, 381px);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.main {
  height: 100vh; }

.main-contents {
  height: 100%;
  width: 450px;
  background: url(../img/bg-sp.jpg) no-repeat center/cover;
  box-shadow: 0 4px 20px #002A52;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative; }
  @media screen and (max-width: 768px) {
    .main-contents {
      width: 100%; } }
  .main-contents::-webkit-scrollbar {
    display: none; }

.inner {
  width: 88.88889%;
  max-width: 450px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      width: 89.74359%;
      max-width: 390px;
      margin: 0 auto; } }

.ttl {
  margin-top: 40px; }
  .ttl__img {
    width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .ttl__img {
        width: 100%; } }

.message {
  margin-top: 37px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .message {
      margin-top: 30px; } }
  .message__icon {
    width: 228px;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .message__icon {
        width: 184px;
        top: -10px; } }
  .message__text-area {
    position: relative; }
  .message .circle-bg {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background-color: #F9C519;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .message .circle-bg {
        width: 374px;
        height: 374px; } }
  .message__text {
    padding-top: 70px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.47059em;
    position: relative; }
    @media screen and (max-width: 768px) {
      .message__text {
        padding-top: 70px;
        font-size: 15px;
        line-height: 1.4em; } }
  .message__signature {
    display: block;
    padding-bottom: 40px;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.06667em;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .message__signature {
        font-size: 13px;
        line-height: 1.15385em; } }

.fuji-img {
  position: relative;
  z-index: 1;
  margin-top: -25px; }
  @media screen and (max-width: 768px) {
    .fuji-img {
      margin-top: -20px; } }

.about {
  margin-top: -1px;
  padding-bottom: 103px;
  background: linear-gradient(#1c579b, #2e72b6);
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .about {
      margin-top: clamp(-80px, calc(-0.1587 * 100vw + 41.8px), -20px);
      padding-bottom: clamp(90px, 22.91667vw, 176px); } }
  .about .inner {
    position: relative; }
  .about__ttl {
    width: 28.88889%;
    max-width: 130px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
  .about__text {
    padding: 83px 25px 77px;
    border-top: solid 4px #F9C519;
    border-bottom: solid 4px #F9C519;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 2px #014B90; }
    @media screen and (max-width: 768px) {
      .about__text {
        padding: 71px 15px 66px;
        font-size: 16px;
        line-height: 1.375em; } }
    .about__text .text2 {
      margin-top: 17px; }
  .about__signature {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28571em;
    text-align: right; }
  .about__decoration-top, .about__decoration-bottom {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .about__decoration-top {
    top: -1px; }
  .about__decoration-bottom {
    bottom: -1px; }

.logo-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 46px 0 38px; }
  .logo-area .cf-logo {
    width: 54.35897%; }
    @media screen and (max-width: 768px) {
      .logo-area .cf-logo {
        max-width: 212px; } }
  .logo-area .pic-logo {
    width: 29.74359%; }
    @media screen and (max-width: 768px) {
      .logo-area .pic-logo {
        max-width: 116px; } }

.try-btn {
  width: 100%;
  max-width: 450px;
  position: fixed;
  bottom: 0;
  z-index: 3; }
  @media screen and (max-width: 768px) {
    .try-btn {
      max-width: none;
      left: 50%;
      transform: translateX(-50%); } }

.r-contents {
  width: 100px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .r-contents {
      display: none; } }
  .r-contents .copy {
    display: block;
    color: #FFF;
    font-size: 13px;
    transform: rotateZ(-90deg);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: -60px; }
