@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

:root {
  --browser-width: 0px;
  /* ブラウザの幅を格納するCSS変数 */
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */ }

html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    html.active {
      overflow: hidden;
      height: 100vh; } }

picture,
figure {
  display: flex;
  justify-content: center;
  align-items: center; }

body {
  color: #000;
  font-family: "Noto Sans JP", Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
  font-size: min(3.75vw, 1.5rem);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    body {
      overflow-x: initial;
      font-size: min(4vw, 1.6rem); } }

p, dd {
  line-height: 1.8; }

@media screen and (max-width: 768px) {
  /* スマホ */
  .pc_only {
    display: none !important; } }
/* End MQ */
@media screen and (min-width: 769px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important; } }
/* End MQ */
a {
  color: #000;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .8; }

.nodeco {
  text-decoration: none; }

#container {
  margin: 0 auto;
  clear: both;
  position: relative; }
  #container.works::after {
    position: absolute;
    width: 100%;
    height: 16vw;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #000 0%, rgba(13, 13, 13, 0) 100%);
    content: "";
    z-index: 1; }
    @media screen and (min-width: 769px) {
      #container.works::after {
        height: 120px; } }

section,
.section {
  clear: both;
  text-align: left;
  margin: 0; }

section p,
section ul,
.section p,
.section ul {
  text-align: left; }

.blue {
  color: #0E50B2; }

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  padding-top: 60px; }
  @media screen and (min-width: 1080px) {
    .keyvisual {
      padding-top: 120px; } }
  .keyvisual > picture {
    width: 100%; }
    .keyvisual > picture > img {
      width: 100%;
      height: auto;
      object-fit: cover; }
      @media (orientation: landscape) {
        .keyvisual > picture > img {
          height: 175vw; } }
      @media screen and (min-width: 768px) {
        .keyvisual > picture > img {
          height: auto; } }
  .keyvisual .key_txt {
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1D2A53;
    height: 49.75vw; }
    @media screen and (min-width: 769px) {
      .keyvisual .key_txt {
        height: 122px; } }
    .keyvisual .key_txt .inner_wrap {
      width: calc(100% - 30px);
      max-width: 1140px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .keyvisual .key_txt .inner_wrap {
          flex-direction: row; } }
      @media screen and (max-width: 768px) {
        .keyvisual .key_txt .inner_wrap .key_inner-txt {
          margin-bottom: 3.75vw; } }
      .keyvisual .key_txt .inner_wrap .key_inner-txt p {
        color: #fff;
        text-align: center;
        font-size: 3.75vw;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .01em; }
        @media screen and (min-width: 769px) {
          .keyvisual .key_txt .inner_wrap .key_inner-txt p {
            font-size: 2.6rem; } }
        .keyvisual .key_txt .inner_wrap .key_inner-txt p + p {
          font-weight: 700;
          font-size: 7.5vw;
          letter-spacing: .05em;
          margin-top: 12px; }
          @media screen and (min-width: 769px) {
            .keyvisual .key_txt .inner_wrap .key_inner-txt p + p {
              font-size: min(4vw, 5.2rem);
              margin-top: 12px; } }
      .keyvisual .key_txt .inner_wrap .key_inner-contact {
        width: 100%; }
        @media screen and (min-width: 769px) {
          .keyvisual .key_txt .inner_wrap .key_inner-contact {
            width: 48%;
            max-width: 453px; } }
        .keyvisual .key_txt .inner_wrap .key_inner-contact a {
          background: #FDE63E;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0 3.75vw;
          box-sizing: border-box;
          color: #1D2A53;
          width: 100%;
          height: 20.75vw;
          border-radius: 5px;
          position: relative; }
          @media screen and (min-width: 769px) {
            .keyvisual .key_txt .inner_wrap .key_inner-contact a {
              height: 83px;
              padding: 0 15px; } }
          @media screen and (min-width: 1000px) {
            .keyvisual .key_txt .inner_wrap .key_inner-contact a {
              padding: 0 30px; } }
          .keyvisual .key_txt .inner_wrap .key_inner-contact a::after {
            background: url("../images/common/arrow01.svg") no-repeat;
            background-size: contain;
            width: 2.5vw;
            height: 4.25vw;
            position: absolute;
            right: 3.75vw;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            transition: all .2s; }
            @media screen and (min-width: 769px) {
              .keyvisual .key_txt .inner_wrap .key_inner-contact a::after {
                right: 15px;
                width: 12px;
                height: 20px; } }
            @media screen and (min-width: 960px) {
              .keyvisual .key_txt .inner_wrap .key_inner-contact a::after {
                right: 30px; } }
          .keyvisual .key_txt .inner_wrap .key_inner-contact a span {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            .keyvisual .key_txt .inner_wrap .key_inner-contact a span p {
              line-height: 1;
              text-align: center;
              font-weight: 700;
              font-size: 5vw;
              letter-spacing: .05em; }
              @media screen and (min-width: 769px) {
                .keyvisual .key_txt .inner_wrap .key_inner-contact a span p {
                  font-size: 2.25rem; } }
              @media screen and (min-width: 860px) {
                .keyvisual .key_txt .inner_wrap .key_inner-contact a span p {
                  font-size: 2.5rem; } }
              .keyvisual .key_txt .inner_wrap .key_inner-contact a span p + p {
                margin-top: 2.5vw;
                font-weight: 500;
                font-size: 3.75vw;
                letter-spacing: .01em; }
                @media screen and (min-width: 769px) {
                  .keyvisual .key_txt .inner_wrap .key_inner-contact a span p + p {
                    margin-top: 8px;
                    font-size: 1.5rem; } }
          .keyvisual .key_txt .inner_wrap .key_inner-contact a picture {
            width: 8.75vw;
            height: 6vw;
            margin-right: 5vw;
            position: relative; }
            @media screen and (min-width: 769px) {
              .keyvisual .key_txt .inner_wrap .key_inner-contact a picture {
                width: 39px;
                height: 17px;
                margin-right: 25px; } }
            .keyvisual .key_txt .inner_wrap .key_inner-contact a picture img {
              width: 100%;
              height: auto; }

.sp_side-contact {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 3; }
  @media screen and (min-width: 769px) {
    .sp_side-contact {
      display: none; } }
  .sp_side-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    width: 30px;
    height: 110px;
    background: #1D2A53;
    color: #fff;
    writing-mode: vertical-rl; }

/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important; }

  .pc_w20 {
    width: 20% !important; }

  .pc_w30 {
    width: 30% !important; }

  .pc_w40 {
    width: 40% !important; }

  .pc_w50 {
    width: 50% !important; }

  .pc_w60 {
    width: 60% !important; }

  .pc_w70 {
    width: 70% !important; }

  .pc_w80 {
    width: 80% !important; }

  .pc_w90 {
    width: 90% !important; }

  .pc_w100 {
    width: 100% !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important; }

  .sp_w20 {
    width: 20% !important; }

  .sp_w30 {
    width: 30% !important; }

  .sp_w40 {
    width: 40% !important; }

  .sp_w50 {
    width: 50% !important; }

  .sp_w60 {
    width: 60% !important; }

  .sp_w70 {
    width: 70% !important; }

  .sp_w80 {
    width: 80% !important; }

  .sp_w90 {
    width: 90% !important; }

  .sp_w100 {
    width: 100% !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important; }

.textr {
  text-align: right !important; }

.textl {
  text-align: left !important; }

.textj {
  text-align: justify !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important; }

  .pc_textr {
    text-align: right !important; }

  .pc_textl {
    text-align: left !important; }

  .pc_textj {
    text-align: justify !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important; }

  .sp_textr {
    text-align: right !important; }

  .sp_textl {
    text-align: left !important; }

  .sp_textj {
    text-align: justify; } }
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.no_margin {
  margin: 0 !important; }

.mra {
  margin-right: auto !important; }

.mla {
  margin-left: auto !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt200 {
  margin-top: 200px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mb240 {
  margin-bottom: 240px !important; }

.mb300 {
  margin-bottom: 300px !important; }

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mr20 {
    margin-right: 20px !important; }

  .tb_mt0 {
    margin-top: 0px !important; }

  .tb_mt5 {
    margin-top: 5px !important; }

  .tb_mt10 {
    margin-top: 10px !important; }

  .tb_mt15 {
    margin-top: 15px !important; }

  .tb_mt20 {
    margin-top: 20px !important; }

  .tb_mt30 {
    margin-top: 30px !important; }

  .tb_mt40 {
    margin-top: 40px !important; }

  .tb_mt50 {
    margin-top: 50px !important; }

  .tb_mt60 {
    margin-top: 60px !important; }

  .tb_mt70 {
    margin-top: 70px !important; }

  .tb_mt80 {
    margin-top: 80px !important; }

  .tb_mt90 {
    margin-top: 90px !important; }

  .tb_mt100 {
    margin-top: 100px !important; }

  .tb_mb0 {
    margin-bottom: 0px !important; }

  .tb_mb5 {
    margin-bottom: 5px !important; }

  .tb_mb10 {
    margin-bottom: 10px !important; }

  .tb_mb15 {
    margin-bottom: 15px !important; }

  .tb_mb20 {
    margin-bottom: 20px !important; }

  .tb_mb30 {
    margin-bottom: 30px !important; }

  .tb_mb40 {
    margin-bottom: 40px !important; }

  .tb_mb50 {
    margin-bottom: 50px !important; }

  .tb_mb60 {
    margin-bottom: 60px !important; }

  .tb_mb70 {
    margin-bottom: 70px !important; }

  .tb_mb80 {
    margin-bottom: 80px !important; }

  .tb_mb90 {
    margin-bottom: 12vw !important; }

  .tb_mb100 {
    margin-bottom: 100px !important; }

  .tb_mb120 {
    margin-bottom: 120px !important; }

  .tb_mb140 {
    margin-bottom: 140px !important; }

  .tb_mb170 {
    margin-bottom: 170px !important; }

  .tb_mb200 {
    margin-bottom: 200px !important; }

  .tb_mb300 {
    margin-bottom: 300px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important; }

  .pc_mt0 {
    margin-top: 0px !important; }

  .pc_mt5 {
    margin-top: 5px !important; }

  .pc_mt10 {
    margin-top: 10px !important; }

  .pc_mt15 {
    margin-top: 15px !important; }

  .pc_mt20 {
    margin-top: 20px !important; }

  .pc_mt30 {
    margin-top: 30px !important; }

  .pc_mt40 {
    margin-top: 40px !important; }

  .pc_mt50 {
    margin-top: 50px !important; }

  .pc_mt60 {
    margin-top: 60px !important; }

  .pc_mt70 {
    margin-top: 70px !important; }

  .pc_mt80 {
    margin-top: 80px !important; }

  .pc_mt90 {
    margin-top: 90px !important; }

  .pc_mt100 {
    margin-top: 100px !important; }

  .pc_mb0 {
    margin-bottom: 0px !important; }

  .pc_mb5 {
    margin-bottom: 5px !important; }

  .pc_mb10 {
    margin-bottom: 10px !important; }

  .pc_mb15 {
    margin-bottom: 15px !important; }

  .pc_mb20 {
    margin-bottom: 20px !important; }

  .pc_mb30 {
    margin-bottom: 30px !important; }

  .pc_mb40 {
    margin-bottom: 40px !important; }

  .pc_mb50 {
    margin-bottom: 50px !important; }

  .pc_mb60 {
    margin-bottom: 60px !important; }

  .pc_mb70 {
    margin-bottom: 70px !important; }

  .pc_mb80 {
    margin-bottom: 80px !important; }

  .pc_mb90 {
    margin-bottom: 90px !important; }

  .pc_mb100 {
    margin-bottom: 100px !important; }

  .pc_mb120 {
    margin-bottom: 120px !important; }

  .pc_mb130 {
    margin-bottom: 130px !important; }

  .pc_mb140 {
    margin-bottom: 140px !important; }

  .pc_mb170 {
    margin-bottom: 170px !important; }

  .pc_mb180 {
    margin-bottom: 180px !important; }

  .pc_mb200 {
    margin-bottom: 200px !important; }

  .pc_mb220 {
    margin-bottom: 220px !important; }

  .pc_mb340 {
    margin-bottom: 340px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important; }

  .sp_mt5 {
    margin-top: 5px !important; }

  .sp_mt10 {
    margin-top: 10px !important; }

  .sp_mt15 {
    margin-top: 15px !important; }

  .sp_mt20 {
    margin-top: 20px !important; }

  .sp_mt30 {
    margin-top: 30px !important; }

  .sp_mt40 {
    margin-top: 40px !important; }

  .sp_mt50 {
    margin-top: 50px !important; }

  .sp_mt60 {
    margin-top: 60px !important; }

  .sp_mt70 {
    margin-top: 70px !important; }

  .sp_mt80 {
    margin-top: 80px !important; }

  .sp_mt90 {
    margin-top: 90px !important; }

  .sp_mt100 {
    margin-top: 100px !important; }

  .sp_mb0 {
    margin-bottom: 0px !important; }

  .sp_mb5 {
    margin-bottom: 5px !important; }

  .sp_mb10 {
    margin-bottom: 1.33vw !important; }

  .sp_mb15 {
    margin-bottom: 15px !important; }

  .sp_mb20 {
    margin-bottom: 2.66vw !important; }

  .sp_mb30 {
    margin-bottom: 4vw !important; }

  .sp_mb40 {
    margin-bottom: 40px !important; }

  .sp_mb50 {
    margin-bottom: 50px !important; }

  .sp_mb60 {
    margin-bottom: 8vw !important; }

  .sp_mb70 {
    margin-bottom: 70px !important; }

  .sp_mb80 {
    margin-bottom: 10.66vw !important; }

  .sp_mb90 {
    margin-bottom: 90px !important; }

  .sp_mb100 {
    margin-bottom: 13.33vw !important; }

  .sp_mb110 {
    margin-bottom: 14.66vw !important; }

  .sp_mb120 {
    margin-bottom: 120px !important; }

  .sp_mb125 {
    margin-bottom: 125px !important; }

  .sp_mb130 {
    margin-bottom: 17.33vw !important; }

  .sp_mb150 {
    margin-bottom: 150px !important; }

  .sp_mb200 {
    margin-bottom: 200px !important; }

  .mb10 {
    margin-bottom: 1.33vw !important; }

  .mb20 {
    margin-bottom: 4vw !important; }

  .mb35 {
    margin-bottom: 4.66vw !important; }

  .mb40 {
    margin-bottom: 5.33vw !important; }

  .mt25 {
    margin-top: 3.33vw !important; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: flex; }

.justify-between {
  justify-content: space-between !important; }

.justify-around {
  justify-content: space-around !important; }

.justify-center {
  justify-content: center !important; }

.justify-start {
  justify-content: flex-start !important; }

.justify-end {
  justify-content: flex-end !important; }

.align-center {
  align-items: center !important; }

.align-start {
  align-items: flex-start !important; }

.align-end {
  align-items: flex-end !important; }

.flex1 {
  flex: 1; }

@media screen and (max-width: 768px) {
  .sp_flex {
    display: flex; }

  .sp_align-end {
    align-items: flex-end !important; }

  .sp_column-reverse {
    flex-flow: column-reverse !important; }

  .sp_column {
    flex-flow: column !important; }

  .sp_row {
    flex-flow: row !important; }

  .sp_row-reverse {
    flex-flow: row-reverse !important; }

  .sp_justify-center {
    justify-content: center !important; } }
.sp_justify-end {
  justify-content: flex-end !important; }

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex; }

  .pc_column-reverse {
    flex-flow: column-reverse !important; }

  .pc_column {
    flex-flow: column !important; }

  .pc_row {
    flex-flow: row !important; }

  .pc_row-reverse {
    flex-flow: row-reverse !important; }

  .pc_justify-between {
    justify-content: space-between !important; }

  .pc_justify-around {
    justify-content: space-around !important; }

  .pc_justify-center {
    justify-content: center !important; }

  .pc_justify-start {
    justify-content: flex-start !important; }

  .pc_justify-end {
    justify-content: flex-end !important; }

  .pc_align-center {
    align-items: center !important; }

  .pc_align-start {
    align-items: flex-start !important; }

  .pc_align-end {
    align-items: flex-end !important; } }
.title_type01 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .title_type01 {
      margin-bottom: 25px; } }
  .title_type01 h2 {
    font-size: min(6.25vw, 3rem);
    line-height: 1;
    color: #1D2A53;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .title_type01 h2 {
        font-size: 4rem; } }
    .title_type01 h2::after {
      background: #1D2A53;
      width: 100%;
      height: 2px;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
    .title_type01 h2 span {
      z-index: 2;
      position: relative;
      background: #fff;
      padding: 0 12px;
      box-sizing: border-box;
      display: inline-block; }
      @media screen and (min-width: 769px) {
        .title_type01 h2 span {
          padding: 0 30px; } }
  .title_type01 p {
    line-height: 1;
    display: inline-block;
    font-family: "Roboto", serif;
    font-size: min(3.75vw, 2rem);
    font-weight: 700;
    background: #FDE63E;
    letter-spacing: .05em;
    padding: 2px 15px;
    box-sizing: border-box;
    color: #1D2A53;
    margin-bottom: 10px; }
    @media screen and (min-width: 769px) {
      .title_type01 p {
        font-size: 2rem;
        padding: 3px 20px;
        margin-bottom: 18px; } }

#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06,
#sec07,
#sec08,
#sec09 {
  margin-top: -80px;
  padding-top: 80px; }
  @media screen and (min-width: 769px) {
    #sec01,
    #sec02,
    #sec03,
    #sec04,
    #sec05,
    #sec06,
    #sec07,
    #sec08,
    #sec09 {
      margin-top: -140px;
      padding-top: 140px; } }

.lp_contents-01 {
  width: 100%;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .lp_contents-01 {
      margin: 100px auto 135px; } }
  .lp_contents-01 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .lp_contents-01 section .title_type01 {
      margin-bottom: 70px; }
      @media screen and (min-width: 769px) {
        .lp_contents-01 section .title_type01 {
          margin-bottom: 90px; } }
      .lp_contents-01 section .title_type01 h2 {
        line-height: 1.5; }
        @media screen and (min-width: 769px) {
          .lp_contents-01 section .title_type01 h2 {
            line-height: 1; } }
  .lp_contents-01 .inner_box {
    text-align: center;
    border: solid 2px #1D2A53;
    border-radius: 5px;
    padding: 0 15px 30px;
    box-sizing: border-box;
    margin-bottom: 90px;
    box-shadow: 10px 10px #E3EDF5; }
    .lp_contents-01 .inner_box:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .lp_contents-01 .inner_box {
        margin-left: auto;
        margin-right: auto;
        padding: 0 60px 30px; } }
    @media screen and (max-width: 440px) {
      .lp_contents-01 .inner_box {
        min-width: 100%;
        padding: 0 15px 30px; } }
    @media screen and (min-width: 769px) {
      .lp_contents-01 .inner_box {
        padding: 0 40px 30px;
        margin-bottom: 107px; } }
    @media screen and (min-width: 1200px) {
      .lp_contents-01 .inner_box {
        box-shadow: 20px 20px #E3EDF5; } }
    .lp_contents-01 .inner_box h3 {
      top: -30px;
      background: #1D2A53;
      color: #fff;
      width: 100%;
      height: 59px;
      border-radius: 73px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: min(4.5vw, 2rem);
      letter-spacing: .03em;
      font-weight: 500;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin-bottom: -10px; }
      @media screen and (max-width: 380px) {
        .lp_contents-01 .inner_box h3 {
          font-size: min(4.2vw, 2rem); } }
      @media screen and (min-width: 769px) {
        .lp_contents-01 .inner_box h3 {
          width: calc(100% - 30px);
          width: 489px;
          height: 73px;
          border-radius: 73px;
          top: -37px;
          font-size: 2.5rem; } }
    .lp_contents-01 .inner_box ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
      @media screen and (min-width: 769px) {
        .lp_contents-01 .inner_box ul {
          grid-template-columns: repeat(3, 1fr);
          grid-row-gap: 40px; } }
      @media screen and (max-width: 768px) {
        .lp_contents-01 .inner_box ul li {
          padding: 0 20px;
          box-sizing: border-box; } }
      @media screen and (max-width: 400px) {
        .lp_contents-01 .inner_box ul li {
          padding: 0; } }
      .lp_contents-01 .inner_box ul li figure {
        flex-direction: column; }
        .lp_contents-01 .inner_box ul li figure figcaption {
          text-align: center;
          color: #1D2A53;
          font-size: 1.8rem;
          line-height: 3rem;
          font-weight: 700;
          letter-spacing: .03em; }
          @media screen and (min-width: 769px) {
            .lp_contents-01 .inner_box ul li figure figcaption {
              font-size: min(1.8vw, 2rem);
              line-height: 2.9rem; } }
        .lp_contents-01 .inner_box ul li figure img {
          width: 90%;
          height: auto;
          margin-bottom: 8px; }
          @media screen and (min-width: 769px) {
            .lp_contents-01 .inner_box ul li figure img {
              width: 100%;
              max-width: 310px;
              margin-bottom: 30px; } }

.bg01 {
  padding: 80px 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #DDF5F8;
  position: relative; }
  .bg01::before {
    background: url("../images/common/bg_figure01_sp.svg") no-repeat;
    background-size: contain;
    width: 138px;
    height: 243px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .bg01::before {
        background: url("../images/common/bg_figure01_pc.svg") no-repeat;
        background-size: contain;
        width: 240px;
        height: 270px; } }
  .bg01::after {
    background: url("../images/common/bg_figure02_sp.svg") no-repeat;
    background-size: contain;
    width: 118px;
    height: 152px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .bg01::after {
        background: url("../images/common/bg_figure02_pc.svg") no-repeat;
        background-size: contain;
        width: 240px;
        height: 270px; } }
  @media screen and (min-width: 769px) {
    .bg01 {
      padding: 100px 0; } }
  .bg01 .lp_contents-02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .bg01 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .bg01 section .title_type01 {
      margin-bottom: 55px; }
      @media screen and (min-width: 769px) {
        .bg01 section .title_type01 {
          margin-bottom: 90px; } }
      .bg01 section .title_type01 h2 {
        letter-spacing: 0;
        line-height: 1.5; }
        @media screen and (min-width: 769px) {
          .bg01 section .title_type01 h2 {
            line-height: 1; } }
        .bg01 section .title_type01 h2 span {
          background: #DDF5F8; }
    .bg01 section .inner_point-list {
      position: relative;
      z-index: 2; }
      .bg01 section .inner_point-list ul {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .bg01 section .inner_point-list ul {
            justify-content: space-between;
            flex-direction: row; } }
        .bg01 section .inner_point-list ul li {
          width: calc(100% - 30px);
          margin-left: auto;
          margin-right: auto;
          padding: 20px;
          box-sizing: border-box;
          background: #fff;
          border-radius: 5px;
          position: relative;
          margin-bottom: 45px; }
          @media screen and (min-width: 769px) {
            .bg01 section .inner_point-list ul li {
              margin-left: 77px;
              width: 460px;
              padding: 30px;
              margin-bottom: 0; } }
          .bg01 section .inner_point-list ul li .point {
            position: absolute;
            left: -13px;
            top: -15px;
            background: #1BBCD5;
            width: 111px;
            height: 49px;
            color: #fff;
            box-sizing: border-box;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            letter-spacing: .05em;
            font-family: "Roboto", serif;
            font-size: 2rem;
            line-height: 1;
            padding-bottom: 11px; }
            @media screen and (min-width: 769px) {
              .bg01 section .inner_point-list ul li .point {
                left: -23px;
                top: -10px;
                font-size: 3rem;
                width: 185px;
                height: 73px; } }
            .bg01 section .inner_point-list ul li .point strong {
              position: relative;
              top: 3px;
              font-size: 3rem; }
              @media screen and (min-width: 769px) {
                .bg01 section .inner_point-list ul li .point strong {
                  font-size: 5rem; } }
            .bg01 section .inner_point-list ul li .point::after {
              width: 0;
              height: 0;
              border-style: solid;
              border-color: transparent #3296A5 transparent transparent;
              border-width: 0px 12px 12px 0px;
              position: absolute;
              left: 0;
              top: 49px;
              content: "";
              transition: all .2s; }
              @media screen and (min-width: 769px) {
                .bg01 section .inner_point-list ul li .point::after {
                  border-color: transparent #3296A5 transparent transparent;
                  border-width: 0px 23px 23px 0px;
                  top: 73px; } }
          .bg01 section .inner_point-list ul li picture {
            margin-bottom: 10px; }
            @media screen and (min-width: 769px) {
              .bg01 section .inner_point-list ul li picture {
                margin-bottom: 16px; } }
            .bg01 section .inner_point-list ul li picture img {
              width: 100%;
              height: auto;
              border-radius: 5px; }
          .bg01 section .inner_point-list ul li h3 {
            color: #1D2A53;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 8px; }
            @media screen and (min-width: 769px) {
              .bg01 section .inner_point-list ul li h3 {
                font-size: 2.5rem; } }
          .bg01 section .inner_point-list ul li p {
            font-size: 1.5rem;
            line-height: 2.6rem; }
            @media screen and (min-width: 769px) {
              .bg01 section .inner_point-list ul li p:last-of-type {
                font-size: 1.5rem;
                line-height: 2.8rem; }
              .bg01 section .inner_point-list ul li p:first-of-type {
                font-size: 1.6rem; } }

.lp_contents-03 {
  width: 100%;
  margin: 80px auto 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .lp_contents-03 {
      margin: 100px auto; } }
  .lp_contents-03 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .lp_contents-03 section .title_type01 {
      margin-bottom: 40px; }
      @media screen and (min-width: 769px) {
        .lp_contents-03 section .title_type01 {
          margin-bottom: 50px; } }
      .lp_contents-03 section .title_type01 h2 {
        line-height: 1.5; }
        @media screen and (min-width: 769px) {
          .lp_contents-03 section .title_type01 h2 {
            line-height: 1; } }
  .lp_contents-03 .inner_voice {
    box-sizing: border-box; }
    .lp_contents-03 .inner_voice ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
      @media screen and (min-width: 769px) {
        .lp_contents-03 .inner_voice ul {
          grid-template-columns: repeat(2, 1fr);
          grid-row-gap: 30px;
          grid-column-gap: 40px; } }
      .lp_contents-03 .inner_voice ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #F1F6FA;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 5px; }
        @media screen and (min-width: 769px) {
          .lp_contents-03 .inner_voice ul li {
            padding: 30px;
            align-items: flex-start; } }
        .lp_contents-03 .inner_voice ul li figure {
          flex-direction: column;
          width: 65px;
          margin-right: 30px; }
          @media screen and (min-width: 769px) {
            .lp_contents-03 .inner_voice ul li figure {
              width: 80px; } }
          @media screen and (min-width: 900px) {
            .lp_contents-03 .inner_voice ul li figure {
              width: 100px; } }
          .lp_contents-03 .inner_voice ul li figure figcaption {
            font-size: 1.5rem; }
          .lp_contents-03 .inner_voice ul li figure img {
            width: 100%;
            height: auto;
            margin-bottom: 10px; }
        .lp_contents-03 .inner_voice ul li p {
          flex: 1;
          font-size: 1.5rem;
          line-height: 2.8rem; }

.bg02 {
  padding: 60px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #E3EDF5;
  position: relative; }
  .bg02::before {
    background: url("../images/common/bg_figure03_sp.svg") no-repeat;
    background-size: contain;
    width: 76px;
    height: 165px;
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .bg02::before {
        background: url("../images/common/bg_figure03_pc.svg") no-repeat;
        background-size: contain;
        width: 130px;
        height: 300px;
        top: 0; } }
  .bg02::after {
    background: url("../images/common/bg_figure04_sp.svg") no-repeat;
    background-size: contain;
    background-position: right;
    width: 127px;
    height: 117px;
    position: absolute;
    right: 0;
    bottom: 10px;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .bg02::after {
        background: url("../images/common/bg_figure04_pc.svg") no-repeat;
        background-size: contain;
        width: 160px;
        height: 340px;
        bottom: 0; } }
  @media screen and (min-width: 769px) {
    .bg02 {
      padding: 100px 0 60px 0; } }
  .bg02 .lp_contents-04 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .bg02 .lp_contents-04 section {
      position: relative;
      width: calc(100% - 30px);
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto; }
      .bg02 .lp_contents-04 section .title_type01 {
        margin-bottom: 40px; }
        @media screen and (min-width: 769px) {
          .bg02 .lp_contents-04 section .title_type01 {
            margin-bottom: 50px; } }
        .bg02 .lp_contents-04 section .title_type01 span {
          background: #E3EDF5; }
      .bg02 .lp_contents-04 section .inner_ttl {
        background: #FF3A7D;
        color: #fff;
        text-align: center;
        font-size: min(6.25vw, 2.5rem);
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px 20px;
        height: 16.5vw;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 316px;
        letter-spacing: .05em;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .bg02 .lp_contents-04 section .inner_ttl {
            max-height: 66px; } }
        @media screen and (min-width: 769px) {
          .bg02 .lp_contents-04 section .inner_ttl {
            font-size: 4rem;
            padding: 2px 40px;
            margin-bottom: 40px;
            max-width: 490px;
            min-height: initial;
            height: 98px; } }
    .bg02 .lp_contents-04 .inner_block {
      box-sizing: border-box;
      background: #fff;
      border-radius: 5px;
      padding: 20px 15px;
      margin-bottom: 20px;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .bg02 .lp_contents-04 .inner_block {
          padding: 40px 67px 83px;
          margin-bottom: 40px; } }
      .bg02 .lp_contents-04 .inner_block .inner_txt {
        margin-bottom: 20px; }
        @media screen and (min-width: 769px) {
          .bg02 .lp_contents-04 .inner_block .inner_txt {
            margin-bottom: 15px; } }
        .bg02 .lp_contents-04 .inner_block .inner_txt h3 {
          color: #1D2A53;
          font-size: 2rem;
          font-weight: 700;
          letter-spacing: .05em;
          border-bottom: solid 1px #D8D8D8;
          padding-bottom: 8px;
          margin-bottom: 8px; }
          @media screen and (min-width: 769px) {
            .bg02 .lp_contents-04 .inner_block .inner_txt h3 {
              font-size: 3rem; } }
        .bg02 .lp_contents-04 .inner_block .inner_txt p {
          font-size: 1.5rem; }
          @media screen and (min-width: 769px) {
            .bg02 .lp_contents-04 .inner_block .inner_txt p {
              font-size: 1.6rem; } }
      .bg02 .lp_contents-04 .inner_block .inner_photo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .bg02 .lp_contents-04 .inner_block .inner_photo {
            flex-direction: row; } }
        .bg02 .lp_contents-04 .inner_block .inner_photo picture {
          width: 100%;
          justify-content: flex-start;
          margin-bottom: 32px; }
          .bg02 .lp_contents-04 .inner_block .inner_photo picture:first-of-type {
            margin-bottom: 38px; }
            @media screen and (min-width: 769px) {
              .bg02 .lp_contents-04 .inner_block .inner_photo picture:first-of-type {
                margin-bottom: 0; } }
          @media screen and (min-width: 769px) {
            .bg02 .lp_contents-04 .inner_block .inner_photo picture {
              margin-bottom: 0;
              width: 48% !important; }
              .bg02 .lp_contents-04 .inner_block .inner_photo picture:first-of-type {
                width: 426px;
                height: 307px; }
              .bg02 .lp_contents-04 .inner_block .inner_photo picture:last-of-type {
                width: 460px;
                height: 309px; } }
          .bg02 .lp_contents-04 .inner_block .inner_photo picture img {
            width: 100%;
            height: auto;
            object-fit: cover; }
            @media screen and (min-width: 769px) {
              .bg02 .lp_contents-04 .inner_block .inner_photo picture img {
                height: 280px; } }
            @media screen and (min-width: 1200px) {
              .bg02 .lp_contents-04 .inner_block .inner_photo picture img {
                width: auto;
                height: 100%; } }

.bg03 {
  padding: 80px 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bg03 {
      padding: 100px 0 120px 0; } }
  .bg03::before {
    background: url("../images/common/bg_figure05.svg") no-repeat;
    background-size: contain;
    width: 138px;
    height: 113px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .bg03::before {
        width: 251px;
        height: 206px; } }
  .bg03::after {
    background: url("../images/common/bg_figure06.svg") no-repeat;
    background-size: contain;
    width: 87px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .bg03::after {
        width: 160px;
        height: 204px; } }
  .bg03 .lp_contents-05 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .bg03 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .bg03 section .title_type01 {
      margin-bottom: 40px; }
      @media screen and (min-width: 769px) {
        .bg03 section .title_type01 {
          margin-bottom: 60px; } }
      .bg03 section .title_type01 h2 {
        letter-spacing: 0; }
    .bg03 section .inner_plan ul li {
      width: calc(100% - 30px);
      margin-left: auto;
      margin-right: auto;
      padding: 20px 15px 15px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 5px;
      position: relative;
      border: solid 2px #1D2A53;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
      box-shadow: 10px 10px #E3EDF5;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .bg03 section .inner_plan ul li {
          margin-bottom: 33px; }
          .bg03 section .inner_plan ul li:last-of-type {
            margin-bottom: 33px; } }
      @media screen and (min-width: 769px) {
        .bg03 section .inner_plan ul li {
          flex-direction: row;
          padding: 40px 40px 40px 50px; } }
      @media screen and (min-width: 1200px) {
        .bg03 section .inner_plan ul li {
          width: 100%;
          box-shadow: 20px 20px #E3EDF5; } }
      .bg03 section .inner_plan ul li.second .left .price .tax + p {
        width: 40px;
        text-align: center; }
        @media screen and (min-width: 1000px) {
          .bg03 section .inner_plan ul li.second .left .price .tax + p {
            width: 60px; } }
      .bg03 section .inner_plan ul li:last-of-type .left .price {
        margin-top: 38px; }
      .bg03 section .inner_plan ul li .left {
        width: 100%;
        margin-bottom: 25px; }
        @media screen and (min-width: 769px) {
          .bg03 section .inner_plan ul li .left {
            width: 50%;
            margin-right: 20px;
            margin-bottom: 0; } }
        @media screen and (min-width: 1200px) {
          .bg03 section .inner_plan ul li .left {
            width: 520px;
            margin-left: 0; } }
        @media screen and (max-width: 768px) {
          .bg03 section .inner_plan ul li .left .indent {
            text-indent: -1.5rem;
            padding-left: 1.5rem;
            box-sizing: border-box; } }
        .bg03 section .inner_plan ul li .left .inner_ttl {
          margin-bottom: 70px; }
          @media screen and (min-width: 769px) {
            .bg03 section .inner_plan ul li .left .inner_ttl {
              margin-bottom: 90px; } }
          .bg03 section .inner_plan ul li .left .inner_ttl h3 {
            position: absolute;
            left: -25px;
            background: #1BBCD5;
            min-width: 243px;
            padding-right: 30px;
            height: 56px;
            color: #fff;
            box-sizing: border-box;
            font-weight: 700;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            letter-spacing: .05em;
            padding-left: 30px;
            font-size: 2.5rem;
            line-height: 1; }
            @media screen and (min-width: 769px) {
              .bg03 section .inner_plan ul li .left .inner_ttl h3 {
                width: 52%;
                max-width: 433px;
                height: 74px;
                padding-left: 80px;
                font-size: 2.6rem;
                left: -25px;
                padding-right: 0; } }
            @media screen and (min-width: 860px) {
              .bg03 section .inner_plan ul li .left .inner_ttl h3 {
                font-size: 3rem; } }
            .bg03 section .inner_plan ul li .left .inner_ttl h3::after {
              width: 0;
              height: 0;
              border-style: solid;
              border-color: transparent #3296A5 transparent transparent;
              border-width: 0px 23px 23px 0px;
              position: absolute;
              left: 0;
              top: 56px;
              content: "";
              transition: all .2s;
              z-index: -1; }
              @media screen and (min-width: 769px) {
                .bg03 section .inner_plan ul li .left .inner_ttl h3::after {
                  top: 73px; } }
          .bg03 section .inner_plan ul li .left .inner_ttl + p:first-of-type {
            color: #1D2A53;
            font-size: 1.8rem;
            font-weight: 500; }
            @media screen and (min-width: 769px) {
              .bg03 section .inner_plan ul li .left .inner_ttl + p:first-of-type {
                font-size: 2rem;
                margin-bottom: 4px; } }
        .bg03 section .inner_plan ul li .left .price {
          text-align: right;
          white-space: nowrap;
          line-height: 1;
          display: flex;
          justify-content: flex-end;
          align-items: flex-end;
          color: #000;
          position: relative;
          margin-top: 16px; }
          @media screen and (min-width: 1000px) {
            .bg03 section .inner_plan ul li .left .price {
              margin-top: 65px; } }
          .bg03 section .inner_plan ul li .left .price small {
            font-size: 2rem;
            font-weight: 700;
            position: relative;
            display: block;
            top: -10px; }
            @media screen and (min-width: 1000px) {
              .bg03 section .inner_plan ul li .left .price small {
                font-size: 3rem;
                top: -13px; } }
          .bg03 section .inner_plan ul li .left .price strong {
            font-size: 5.5rem;
            font-weight: 700;
            font-family: "Roboto", serif;
            color: #FF3A7D;
            display: inline-block;
            margin: 0 6px; }
            @media screen and (min-width: 1000px) {
              .bg03 section .inner_plan ul li .left .price strong {
                font-size: 8rem;
                margin: 0 10px; } }
          .bg03 section .inner_plan ul li .left .price .tax {
            position: absolute;
            right: -6px;
            top: 3px;
            font-weight: 400;
            color: #000;
            font-size: 1.3rem; }
            @media screen and (min-width: 1000px) {
              .bg03 section .inner_plan ul li .left .price .tax {
                font-size: 2rem;
                top: 0;
                right: -10px; } }
          .bg03 section .inner_plan ul li .left .price p {
            font-size: 2rem;
            font-weight: 700; }
            @media screen and (min-width: 1000px) {
              .bg03 section .inner_plan ul li .left .price p {
                font-size: 3rem; } }
      @media screen and (min-width: 769px) and (max-width: 1040px) {
        .bg03 section .inner_plan ul li .right {
          width: 48%; } }
      .bg03 section .inner_plan ul li .right picture {
        width: 100%; }
        @media screen and (min-width: 769px) {
          .bg03 section .inner_plan ul li .right picture {
            max-width: 480px; } }
        .bg03 section .inner_plan ul li .right picture img {
          width: 100%;
          height: auto;
          border-radius: 5px; }
    .bg03 section .inner_txt {
      width: calc(100% - 30px);
      margin-left: auto;
      margin-right: auto;
      padding: 15px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 5px;
      position: relative;
      border: solid 2px #1D2A53;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      box-shadow: 10px 10px #E3EDF5;
      flex-direction: column;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .bg03 section .inner_txt {
          padding: 31px 40px 31px 50px;
          flex-direction: row;
          align-items: center; } }
      @media screen and (min-width: 1200px) {
        .bg03 section .inner_txt {
          width: 100%;
          box-shadow: 20px 20px #E3EDF5; } }
      .bg03 section .inner_txt h3 {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: .05em;
        color: #1D2A53;
        margin-bottom: 8px; }
        @media screen and (min-width: 769px) {
          .bg03 section .inner_txt h3 {
            font-size: 3rem;
            margin-bottom: 0;
            margin-right: 74px; } }

.bg04 {
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #E3EDF5;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bg04 {
      padding: 100px 0 0 0; } }
  .bg04 .lp_contents-06 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .bg04 .lp_contents-06 section {
      position: relative;
      width: calc(100% - 30px);
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
      @media screen and (min-width: 769px) {
        .bg04 .lp_contents-06 section {
          margin-bottom: 85px; } }
      .bg04 .lp_contents-06 section .title_type01 {
        margin-bottom: 40px; }
        .bg04 .lp_contents-06 section .title_type01 span {
          background: #E3EDF5; }
      .bg04 .lp_contents-06 section .inner_area {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        letter-spacing: .05em;
        flex-direction: column-reverse; }
        @media screen and (min-width: 769px) {
          .bg04 .lp_contents-06 section .inner_area {
            flex-direction: row;
            align-items: center; } }
        @media screen and (min-width: 860px) {
          .bg04 .lp_contents-06 section .inner_area {
            align-items: flex-start; } }
        .bg04 .lp_contents-06 section .inner_area .inner_txt {
          background: #fff;
          padding: 26px 15px 15px;
          box-sizing: border-box;
          border-radius: 5px;
          position: relative;
          margin-top: 40px; }
          @media screen and (min-width: 769px) {
            .bg04 .lp_contents-06 section .inner_area .inner_txt {
              padding: 40px 45px 40px;
              margin-top: 20px;
              margin-right: 20px;
              flex: 1; } }
          @media screen and (min-width: 860px) {
            .bg04 .lp_contents-06 section .inner_area .inner_txt {
              margin-right: 0; } }
          .bg04 .lp_contents-06 section .inner_area .inner_txt::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 14px 33px 14px;
            border-color: transparent transparent #FFFFFF transparent;
            position: absolute;
            right: 0;
            left: 0;
            top: -30px;
            margin: auto;
            content: "";
            transition: all .2s; }
            @media screen and (min-width: 769px) {
              .bg04 .lp_contents-06 section .inner_area .inner_txt::after {
                right: -33px;
                top: 0;
                bottom: 0;
                left: initial;
                border-width: 14px 0 14px 33px;
                border-color: transparent transparent transparent #FFFFFF; } }
          .bg04 .lp_contents-06 section .inner_area .inner_txt h3 {
            font-weight: 500;
            font-size: 2.5rem;
            color: #1D2A53;
            margin-bottom: 5px; }
            @media screen and (min-width: 769px) {
              .bg04 .lp_contents-06 section .inner_area .inner_txt h3 {
                margin-bottom: 15px; } }
          .bg04 .lp_contents-06 section .inner_area .inner_txt p {
            font-size: 1.5rem; }
            @media screen and (min-width: 769px) {
              .bg04 .lp_contents-06 section .inner_area .inner_txt p {
                font-size: 2rem; } }
            .bg04 .lp_contents-06 section .inner_area .inner_txt p br {
              display: none; }
              @media screen and (min-width: 1130px) {
                .bg04 .lp_contents-06 section .inner_area .inner_txt p br {
                  display: block; } }
        .bg04 .lp_contents-06 section .inner_area picture {
          width: 100%; }
          @media screen and (min-width: 769px) {
            .bg04 .lp_contents-06 section .inner_area picture {
              width: 400px; } }
          .bg04 .lp_contents-06 section .inner_area picture img {
            max-width: 236px;
            width: 100%;
            height: auto; }
            @media screen and (min-width: 769px) {
              .bg04 .lp_contents-06 section .inner_area picture img {
                max-width: 336px; } }
    .bg04 .lp_contents-06 .contact_area {
      width: 100%;
      height: 378px;
      background: #FDE63E;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .bg04 .lp_contents-06 .contact_area {
          height: 284px; } }
      .bg04 .lp_contents-06 .contact_area h3 {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
        color: #1D2A53; }
        @media screen and (min-width: 1080px) {
          .bg04 .lp_contents-06 .contact_area h3 {
            font-size: 3rem;
            margin-bottom: 30px; } }
        .bg04 .lp_contents-06 .contact_area h3 b {
          display: none; }
          @media screen and (min-width: 769px) {
            .bg04 .lp_contents-06 .contact_area h3 b {
              display: inline-block; } }
        .bg04 .lp_contents-06 .contact_area h3::before {
          background: url("../images/common/slash_sp.svg") no-repeat;
          background-size: contain;
          width: 26px;
          height: 49px;
          position: absolute;
          left: -46px;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          transition: all .2s; }
          @media screen and (min-width: 1080px) {
            .bg04 .lp_contents-06 .contact_area h3::before {
              background: url("../images/common/slash_pc.svg") no-repeat;
              background-size: contain;
              width: 17px;
              height: 30px;
              left: -578px;
              right: 0; } }
        .bg04 .lp_contents-06 .contact_area h3::after {
          background: url("../images/common/slash_sp.svg") no-repeat;
          background-size: contain;
          width: 26px;
          height: 49px;
          position: absolute;
          right: -46px;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          transition: all .2s;
          transform: scale(-1, 1); }
          @media screen and (min-width: 1080px) {
            .bg04 .lp_contents-06 .contact_area h3::after {
              background: url("../images/common/slash_pc.svg") no-repeat;
              background-size: contain;
              width: 17px;
              height: 30px;
              right: -570px;
              left: 0; } }
      .bg04 .lp_contents-06 .contact_area .inner_contents {
        width: calc(100% - 30px);
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .bg04 .lp_contents-06 .contact_area .inner_contents {
            flex-direction: row;
            justify-content: flex-end; } }
        .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left {
          width: 100%;
          margin-bottom: 20px; }
          @media screen and (min-width: 769px) {
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left {
              width: 48%;
              margin-bottom: 0; } }
          @media screen and (min-width: 1080px) {
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left {
              width: 493px; } }
          .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            background: #fff;
            border-radius: 5px;
            border: solid 2px #1D2A53;
            color: #1D2A53;
            height: 100px;
            font-size: 1.5rem;
            position: relative;
            box-sizing: border-box; }
            @media screen and (min-width: 769px) {
              .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a {
                padding-left: 42px; } }
            @media screen and (max-width: 399px) {
              .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a {
                padding-left: 10px; } }
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a::before {
              background: url("../images/common/tel.svg") no-repeat;
              background-size: contain;
              width: 36px;
              height: 36px;
              position: absolute;
              left: -310px;
              right: 0;
              top: 2px;
              bottom: 0;
              margin: auto;
              content: "";
              transition: all .2s; }
              @media screen and (min-width: 769px) {
                .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a::before {
                  left: 20px;
                  right: initial; } }
              @media screen and (max-width: 399px) {
                .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a::before {
                  left: 5px;
                  right: initial; } }
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a strong {
              line-height: 1;
              font-weight: 700;
              font-size: min(10vw, 4rem);
              margin-bottom: 5px;
              font-family: "Roboto", serif;
              display: block; }
              @media screen and (min-width: 1080px) {
                .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a strong {
                  font-size: 5rem;
                  margin-bottom: 0; } }
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-left a p {
              line-height: 1; }
        .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right {
          width: 100%; }
          @media screen and (min-width: 769px) {
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right {
              width: 48%;
              margin-left: 30px; } }
          @media screen and (min-width: 1080px) {
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right {
              width: 493px; } }
          .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a {
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            background: #1D2A53;
            border-radius: 5px;
            color: #fff;
            height: 100px;
            font-size: min(4.5vw, 1.8rem);
            font-weight: 500;
            position: relative; }
            @media screen and (min-width: 1080px) {
              .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a {
                font-size: 2.5rem; } }
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a::before {
              background: url("../images/common/mail_w.svg") no-repeat;
              background-size: contain;
              width: 30px;
              height: 21px;
              position: absolute;
              left: -310px;
              right: 0;
              top: 2px;
              bottom: 0;
              margin: auto;
              content: "";
              transition: all .2s; }
              @media screen and (min-width: 769px) {
                .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a::before {
                  left: 20px;
                  right: initial; } }
              @media screen and (max-width: 399px) {
                .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a::before {
                  left: 10px;
                  right: initial; } }
            .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a::after {
              background: url("../images/common/arrow02.svg") no-repeat;
              background-size: contain;
              width: 20px;
              height: 12px;
              position: absolute;
              right: 15px;
              top: 0;
              bottom: 0;
              margin: auto;
              content: "";
              transition: all .2s; }
              @media screen and (min-width: 769px) {
                .bg04 .lp_contents-06 .contact_area .inner_contents .inner_button-right a::after {
                  right: 20px; } }
        .bg04 .lp_contents-06 .contact_area .inner_contents figure {
          position: absolute;
          bottom: -53px;
          display: none; }
          @media screen and (min-width: 1140px) {
            .bg04 .lp_contents-06 .contact_area .inner_contents figure {
              display: block;
              left: -73px; } }
          @media screen and (min-width: 1200px) {
            .bg04 .lp_contents-06 .contact_area .inner_contents figure {
              left: -93px; } }

.lp_contents-07 {
  width: 100%;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .lp_contents-07 {
      margin: 100px auto 0; } }
  .lp_contents-07 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .lp_contents-07 section .title_type01 {
      margin-bottom: 40px; }
      @media screen and (min-width: 769px) {
        .lp_contents-07 section .title_type01 {
          margin-bottom: 50px; } }
    .lp_contents-07 section .inner_step {
      width: 100%;
      max-width: 1038px;
      margin-left: auto;
      margin-right: auto; }
      .lp_contents-07 section .inner_step dl {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 32px;
        position: relative;
        border: solid 1px #1D2A53;
        border-radius: 5px;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .lp_contents-07 section .inner_step dl {
            flex-direction: row;
            border: solid 2px #1D2A53; } }
        .lp_contents-07 section .inner_step dl:last-of-type::after {
          content: none; }
        .lp_contents-07 section .inner_step dl::after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 11px 9.5px 0 9.5px;
          border-color: #1D2A53 transparent transparent transparent;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -23px;
          margin: auto;
          content: "";
          transition: all .2s; }
          @media screen and (min-width: 769px) {
            .lp_contents-07 section .inner_step dl::after {
              left: 54px;
              right: initial; } }
        .lp_contents-07 section .inner_step dl dt {
          padding: 15px 5px 15px 20px;
          box-sizing: border-box;
          background: #1D2A53;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          color: #fff;
          font-family: "Inter", serif;
          letter-spacing: .05em; }
          @media screen and (min-width: 769px) {
            .lp_contents-07 section .inner_step dl dt {
              width: 125px;
              padding: 20px;
              font-size: 1.5rem;
              min-height: 80px;
              flex-direction: column;
              justify-content: center; } }
          .lp_contents-07 section .inner_step dl dt p {
            line-height: 1;
            font-weight: 600;
            font-size: 1.8rem;
            letter-spacing: .05em; }
            .lp_contents-07 section .inner_step dl dt p strong {
              font-size: 2.5rem; }
          .lp_contents-07 section .inner_step dl dt h3 {
            font-weight: 700;
            font-size: min(4.6vw, 2rem);
            display: block;
            letter-spacing: .03em;
            margin-left: 20px;
            color: #fff;
            font-family: "Noto Sans JP", Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
            @media screen and (min-width: 769px) {
              .lp_contents-07 section .inner_step dl dt h3 {
                display: none; } }
        .lp_contents-07 section .inner_step dl dd {
          flex: 1;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 15px;
          box-sizing: border-box;
          font-size: 1.5rem; }
          @media screen and (min-width: 769px) {
            .lp_contents-07 section .inner_step dl dd {
              padding: 15px 40px; } }
          .lp_contents-07 section .inner_step dl dd h3 {
            font-weight: 700;
            font-size: 2rem;
            width: 245px;
            display: none;
            color: #1D2A53;
            letter-spacing: .03em; }
            @media screen and (min-width: 769px) {
              .lp_contents-07 section .inner_step dl dd h3 {
                display: block; } }
          .lp_contents-07 section .inner_step dl dd p {
            flex: 1; }

.lp_contents-08 {
  width: 100%;
  margin: 45px auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .lp_contents-08 {
      margin: 85px auto 55px; } }
  .lp_contents-08 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .lp_contents-08 section .title_type01 {
      margin-bottom: 40px; }
      @media screen and (min-width: 769px) {
        .lp_contents-08 section .title_type01 {
          margin-bottom: 50px; } }
    .lp_contents-08 section .inner_faq {
      max-width: 100%; }
      .lp_contents-08 section .inner_faq dl {
        width: 100%; }
        .lp_contents-08 section .inner_faq dl span {
          color: #1D2A53;
          font-family: "Inter", serif;
          font-size: 2rem;
          font-weight: 500;
          display: block;
          line-height: 1;
          margin-right: 15px; }
          @media screen and (min-width: 769px) {
            .lp_contents-08 section .inner_faq dl span {
              font-size: 2.8rem;
              margin-right: 30px; } }
        .lp_contents-08 section .inner_faq dl dt {
          padding: 8px 15px;
          box-sizing: border-box;
          background: #E3EDF5;
          min-height: 69px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          border-radius: 5px;
          font-size: 1.5rem; }
          @media screen and (min-width: 769px) {
            .lp_contents-08 section .inner_faq dl dt {
              padding: 20px;
              font-size: 1.8rem;
              min-height: 74px; } }
          .lp_contents-08 section .inner_faq dl dt p {
            font-weight: 500; }
        .lp_contents-08 section .inner_faq dl dd {
          flex: 1;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          padding: 15px 0 30px 15px;
          box-sizing: border-box;
          font-size: 1.5rem;
          max-width: 1050px; }
          @media screen and (min-width: 769px) {
            .lp_contents-08 section .inner_faq dl dd {
              padding: 20px 20px 18px; } }
          .lp_contents-08 section .inner_faq dl dd span {
            color: #FF3A7D; }
            @media screen and (max-width: 768px) {
              .lp_contents-08 section .inner_faq dl dd span {
                line-height: 1.5; } }

.bg05 {
  padding: 35px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #E3EDF5;
  position: relative; }
  @media screen and (min-width: 769px) {
    .bg05 {
      padding: 100px 0; } }
  .bg05 .lp_contents-09 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .bg05 .lp_contents-09 section {
      position: relative;
      width: calc(100% - 30px);
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto; }
      .bg05 .lp_contents-09 section .title_type01 {
        margin-bottom: 40px; }
        @media screen and (min-width: 769px) {
          .bg05 .lp_contents-09 section .title_type01 {
            margin-bottom: 58px; } }
        .bg05 .lp_contents-09 section .title_type01 h2 {
          line-height: 1.4; }
          @media screen and (min-width: 769px) {
            .bg05 .lp_contents-09 section .title_type01 h2 {
              line-height: 1; } }
        .bg05 .lp_contents-09 section .title_type01 span {
          background: #E3EDF5; }
          .bg05 .lp_contents-09 section .title_type01 span b {
            display: none; }
            @media screen and (min-width: 769px) {
              .bg05 .lp_contents-09 section .title_type01 span b {
                display: inline-block; } }
          .bg05 .lp_contents-09 section .title_type01 span br {
            display: block; }
            @media screen and (min-width: 769px) {
              .bg05 .lp_contents-09 section .title_type01 span br {
                display: none; } }
      .bg05 .lp_contents-09 section .inner_ttl {
        background: #FF3A7D;
        color: #fff;
        text-align: center;
        font-size: 4rem;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px 40px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 490px;
        letter-spacing: .05em;
        margin-bottom: 40px; }

.lp_contents-10 {
  width: 100%;
  margin: 80px auto 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .lp_contents-10 {
      margin: 100px auto 150px; } }
  .lp_contents-10 section {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .lp_contents-10 section .title_type01 {
      margin-bottom: 30px; }
      @media screen and (min-width: 769px) {
        .lp_contents-10 section .title_type01 {
          margin-bottom: 40px; } }
    .lp_contents-10 section .inner_block {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; }
      .lp_contents-10 section .inner_block dl {
        border-bottom: solid 1px #CECECE;
        padding: 15px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.5rem; }
        .lp_contents-10 section .inner_block dl dt {
          width: 86px; }
          @media screen and (min-width: 769px) {
            .lp_contents-10 section .inner_block dl dt {
              width: 105px; } }
        .lp_contents-10 section .inner_block dl dd {
          flex: 1; }

/* ------------------------------------------------
お問い合わせ
------------------------------------------------ */
.contact_block {
  padding: 40px 15px;
  background: #fff;
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-radius: 5px; }
  @media screen and (min-width: 769px) {
    .contact_block {
      padding: 40px 20px 80px; } }
  .contact_block .txt {
    margin-bottom: 30px;
    line-height: 1.8; }
    @media screen and (min-width: 769px) {
      .contact_block .txt {
        text-align: center;
        margin-bottom: 40px; } }

.table_type01 {
  width: 100%;
  box-sizing: border-box;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .table_type01 table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    table-layout: fixed;
    font-size: 1.5rem; }
    @media screen and (min-width: 769px) {
      .table_type01 table {
        margin-bottom: 40px; } }
  .table_type01 tr {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .table_type01 tr {
        flex-direction: row; } }
  .table_type01 th {
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 15px;
    box-sizing: border-box;
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .table_type01 th {
        width: 30%;
        padding: 0 0 20px; } }
    @media screen and (min-width: 769px) {
      .table_type01 th {
        width: 220px; } }
    .table_type01 th.one {
      padding: 10px 0; }
      @media screen and (min-width: 769px) {
        .table_type01 th.one {
          padding: 10px 0 20px; } }
  .table_type01 td {
    width: 100%;
    padding: 0 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .table_type01 td {
        width: 70%;
        padding: 0 0 20px; } }
    @media screen and (min-width: 1140px) {
      .table_type01 td {
        width: calc(100% - 220px); } }
    .table_type01 td.radio_block {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 12px;
      margin-bottom: 8px; }
      @media screen and (min-width: 1000px) {
        .table_type01 td.radio_block {
          grid-template-columns: repeat(2, 1fr); } }
      .table_type01 td.radio_block div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media screen and (min-width: 769px) {
          .table_type01 td.radio_block div {
            align-items: center; } }
        .table_type01 td.radio_block div label {
          cursor: pointer;
          flex: 1; }
      .table_type01 td.radio_block.w300 {
        grid-template-columns: repeat(2, 1fr);
        width: 300px !important; }
      @media screen and (min-width: 769px) {
        .table_type01 td.radio_block.w355 {
          width: 355px !important; } }
    .table_type01 td .small {
      color: #666666;
      font-size: .875rem;
      margin-bottom: 10px; }
    .table_type01 td .select_wrap {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .table_type01 td .select_wrap select {
        margin-right: 8px;
        width: 120px;
        padding: 6px; }
        @media screen and (min-width: 769px) {
          .table_type01 td .select_wrap select {
            margin-right: 10px;
            width: 140px; } }
    .table_type01 td .post_block {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 15px; }
      .table_type01 td .post_block input {
        margin: 0 10px;
        width: 72px; }
    .table_type01 td .post_select {
      margin-bottom: 15px; }
      .table_type01 td .post_select select {
        width: 196px; }
      .table_type01 td .post_select + div {
        width: 100%; }
  .table_type01 textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
    border: solid 0 #CCCCCC;
    height: 200px;
    border-radius: 5px;
    background: #F4F4F4; }
  .table_type01 input,
  .table_type01 select {
    border: solid 0 #CCCCCC;
    padding: 13.5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    background: #f4f4f4; }
  .table_type01 input[type="radio"] {
    padding: 0;
    width: auto; }
  .table_type01 textarea::placeholder,
  .table_type01 input::placeholder {
    color: #C8C8C8; }
  .table_type01 input[type="email"]::placeholder {
    color: #FF0000; }
  .table_type01 input[type="radio"] {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #CECECE;
    border-radius: 50%;
    vertical-align: -2px;
    background: #fff;
    margin-right: 10px;
    appearance: none; }
  .table_type01 input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FF3A7D;
    content: ''; }
  .table_type01 input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #707070;
    vertical-align: -5px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .table_type01 input[type="checkbox"]:checked:before {
    position: absolute;
    top: 4px;
    left: 8px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #FF3A7D;
    border-bottom: 2px solid #FF3A7D;
    content: ''; }

.privacy_check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }
  .privacy_check a {
    color: #000;
    text-decoration: underline; }
    .privacy_check a:hover {
      text-decoration: none; }
  .privacy_check input {
    margin-right: 14px; }

.hisu {
  color: #fff;
  background: #FF3A7D;
  padding: 3px 8px;
  font-size: 1.1rem;
  line-height: 1;
  top: 3px;
  left: 10px;
  position: relative; }

.contact_button {
  background: #1D2A53;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 70px;
  border-radius: 5px;
  transition: all .2s;
  box-sizing: border-box;
  border: solid 2px #1D2A53;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem; }
  @media screen and (min-width: 769px) {
    .contact_button {
      width: 350px;
      height: 80px;
      font-size: 2rem; } }
  .contact_button:hover {
    transition: all .2s;
    opacity: .85; }
  .contact_button svg {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 17px; }
    @media screen and (min-width: 769px) {
      .contact_button svg {
        right: 25px; } }
    .contact_button svg .st0 {
      fill: none;
      stroke: #fff;
      stroke-miterlimit: 10; }
  .contact_button input {
    position: relative;
    border: none;
    width: 100%;
    max-width: 300px;
    height: 70px;
    font-weight: 500;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all .3s; }
    @media screen and (min-width: 769px) {
      .contact_button input {
        width: 350px;
        height: 80px; } }

/* header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 9;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1079px) {
    .header {
      width: calc(100% - 120px);
      z-index: 1000;
      height: 60px;
      justify-content: flex-start; } }
  .header .h_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .header .h_logo img {
      width: 170px;
      height: auto; }
      @media screen and (min-width: 769px) {
        .header .h_logo img {
          width: 210px; } }
      @media screen and (min-width: 1080px) {
        .header .h_logo img {
          width: 300px; } }
  .header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    padding-left: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 1080px) {
      .header .header_inner {
        padding-left: 0; } }
    .header .header_inner .header_right {
      display: none;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column;
      margin-top: 10px; }
      @media screen and (min-width: 1080px) {
        .header .header_inner .header_right {
          display: flex; } }
      .header .header_inner .header_right .header_right-top {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .header .header_inner .header_right .header_right-top .header_tel a {
          line-height: 1;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-size: 3rem;
          font-family: "Roboto", serif;
          font-weight: 700;
          margin-bottom: -10px; }
        .header .header_inner .header_right .header_right-top .header_tel > p {
          text-align: right;
          line-height: 1;
          font-size: 1.3rem; }
        .header .header_inner .header_right .header_right-top .header_mail {
          margin-left: 20px; }
          .header .header_inner .header_right .header_right-top .header_mail a {
            line-height: 1;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FDE63E;
            font-weight: 700;
            width: 288px;
            height: 53px;
            font-weight: 700; }
            .header .header_inner .header_right .header_right-top .header_mail a p {
              margin-left: 18px; }
      .header .header_inner .header_right nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative; }
        .header .header_inner .header_right nav ul {
          display: flex;
          justify-content: center;
          align-items: center; }
          .header .header_inner .header_right nav ul li {
            margin-left: 18px; }
            @media screen and (min-width: 1200px) {
              .header .header_inner .header_right nav ul li {
                margin-left: 38px; } }
            .header .header_inner .header_right nav ul li a {
              height: 52px;
              font-size: 1.4rem;
              font-weight: 500;
              line-height: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative;
              white-space: nowrap; }
              @media screen and (min-width: 1300px) {
                .header .header_inner .header_right nav ul li a {
                  font-size: 1.5rem; } }

/* gnav.scss */
@media screen and (max-width: 1079px) {
  .header_menu {
    width: calc(100% - 40px);
    max-width: 1120px;
    position: relative;
    margin-inline: auto;
    right: 0;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999; } }

.h_mail {
  position: fixed;
  top: 0;
  right: 60px;
  z-index: 1000; }
  @media screen and (min-width: 1080px) {
    .h_mail {
      display: none; } }
  .h_mail a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FDE63E; }

.toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  right: 0;
  top: 0;
  z-index: 999;
  background: #1D2A53;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  user-select: none;
  padding-top: 21px;
  box-sizing: border-box; }
  @media screen and (min-width: 1080px) {
    .toggle {
      display: none; } }
  .toggle p {
    margin-top: 5vw;
    color: #fff;
    font-size: 2.93vw; }
  .toggle.active span {
    background: #fff; }
    .toggle.active span:first-of-type {
      transform: rotate(45deg);
      top: 28px; }
    .toggle.active span:last-of-type {
      transform: rotate(-45deg);
      top: 12px; }
    .toggle.active span:nth-of-type(2) {
      opacity: 0; }

.toggle span {
  display: block;
  position: absolute;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 25px;
  height: 1px;
  background: #fff; }
  .toggle span:last-of-type {
    margin-top: 16px; }
  .toggle span:nth-of-type(2) {
    opacity: 1;
    margin-top: 8px; }

.toggle.isWhite span {
  border-bottom: solid 1px #000; }

@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOutAnime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.nav_menu {
  position: fixed;
  top: -120%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff; }
  @media screen and (min-width: 1080px) {
    .nav_menu {
      display: none; } }
  .nav_menu .nav_inner {
    background: #fff;
    overflow-y: auto;
    width: 100%;
    position: relative; }
  .nav_menu .nav_inner_menu {
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    .nav_menu .nav_inner_menu li {
      width: 100%;
      box-sizing: border-box; }
      .nav_menu .nav_inner_menu li a {
        box-sizing: border-box;
        height: 18.5vw;
        max-height: 7.4rem;
        letter-spacing: .05em;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #1D2A53;
        line-height: 1;
        white-space: nowrap;
        position: relative;
        font-size: min(5vw, 2.2rem);
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        z-index: 5;
        font-weight: 700;
        border-bottom: solid 1px #CECECE; }
  .nav_menu .nav_bottom {
    width: calc(100% - 30px);
    height: 410px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .nav_menu .nav_bottom > p {
      padding: 30px 0 20px;
      text-align: center;
      font-size: min(5vw, 2rem);
      font-weight: 700;
      position: relative;
      color: #1D2A53;
      line-height: 2.9rem; }
      .nav_menu .nav_bottom > p::before {
        background: url("../images/common/slash_sp.svg") no-repeat;
        background-size: contain;
        width: 26px;
        height: 49px;
        position: absolute;
        left: -280px;
        right: 0;
        top: 6px;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
      .nav_menu .nav_bottom > p::after {
        background: url("../images/common/slash_sp.svg") no-repeat;
        background-size: contain;
        width: 26px;
        height: 49px;
        position: absolute;
        right: -280px;
        left: 0;
        top: 6px;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s;
        transform: scale(-1, 1); }
  .nav_menu .nav_tel {
    margin-bottom: 20px; }
    .nav_menu .nav_tel a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      background: #fff;
      border-radius: 5px;
      border: solid 2px #1D2A53;
      color: #1D2A53;
      height: 100px;
      font-size: 1.5rem;
      position: relative;
      box-sizing: border-box; }
      .nav_menu .nav_tel a::before {
        background: url("../images/common/tel.svg") no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        position: absolute;
        left: 10px;
        top: 2px;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }
      .nav_menu .nav_tel a strong {
        line-height: 1;
        font-weight: 700;
        font-size: min(9vw, 4rem);
        margin-bottom: 5px;
        font-family: "Roboto", serif;
        display: block; }
      .nav_menu .nav_tel a p {
        line-height: 1;
        font-size: min(3.6vw, 1.5rem); }
  .nav_menu .nav_mail a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #1D2A53;
    border-radius: 5px;
    color: #fff;
    height: 100px;
    font-size: min(4vw, 1.8rem);
    font-weight: 500;
    position: relative; }
    .nav_menu .nav_mail a::before {
      background: url("../images/common/mail_w.svg") no-repeat;
      background-size: contain;
      width: 30px;
      height: 21px;
      position: absolute;
      left: 15px;
      top: 2px;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
    .nav_menu .nav_mail a::after {
      background: url("../images/common/arrow02.svg") no-repeat;
      background-size: contain;
      width: 20px;
      height: 12px;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }

.nav_inner.active::before {
  opacity: 1;
  transition: all 0s; }

/* footer.scss */
.footer {
  background: #1D2A53;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 15px 10px; }
  @media screen and (min-width: 769px) {
    .footer {
      padding: 40px 15px 10px; } }
  .footer .footer_inner {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .footer .footer_inner .footer_logo {
      margin-bottom: 24px; }
      @media screen and (min-width: 769px) {
        .footer .footer_inner .footer_logo {
          margin-bottom: 40px; } }
      .footer .footer_inner .footer_logo picture {
        justify-content: flex-start; }
        .footer .footer_inner .footer_logo picture img {
          width: 250px;
          height: auto; }
          @media screen and (min-width: 769px) {
            .footer .footer_inner .footer_logo picture img {
              width: 300px; } }
    .footer .footer_inner .footer_bottom {
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.1rem; }
      .footer .footer_inner .footer_bottom a {
        color: #fff;
        text-decoration: underline; }
        .footer .footer_inner .footer_bottom a:hover {
          text-decoration: none; }

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
.breadcrumbs {
  margin: 0 auto 20px;
  width: calc(100% - 30px); }

.breadcrumbs p {
  margin: 0;
  font-size: .75rem;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .breadcrumbs p {
      font-size: .875rem; } }
