@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: 1em;
  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] {
  -webkit-box-sizing: border-box;
          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 */
  -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;
  scroll-behavior: smooth;
}

picture,
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wf-loading {
  opacity: 0;
}

body {
  color: #2a2a2a;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.wf-active body {
  opacity: 1;
}

p,
dd {
  line-height: 1.86;
}

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

.nodeco {
  text-decoration: none;
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}

@media print, screen and (min-width: 980px) {
  #screen {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 980px) {
  #screen {
    position: relative;
  }
  #screen.active::after {
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 100%;
    background: rgba(42, 42, 42, 0.3);
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
}

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;
  padding-top: 60px;
}
@media print, screen and (min-width: 960px) {
  .keyvisual {
    padding-top: 80px;
    height: calc(100vh - 80px);
    min-height: 600px;
    max-height: 600px;
  }
}
.keyvisual .key_left {
  position: absolute;
  left: 4px;
  top: 62px;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .key_left {
    left: -30px;
    top: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .keyvisual .key_left {
    left: 0;
  }
}
@media print, screen and (min-width: 1060px) {
  .keyvisual .key_left {
    left: 10px;
  }
}
.keyvisual .key_left picture img {
  width: 255px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .key_left picture img {
    width: auto;
    min-height: 600px;
    max-height: 600px;
    height: calc(100vh - 120px);
  }
}
.keyvisual > picture {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 30px);
  height: 450px;
  min-height: 450px;
  border-bottom-right-radius: 200px;
  background: -webkit-gradient(linear, right top, left top, from(#4dcbe2), color-stop(0%, #4cc9e2), to(#0967d8));
  background: linear-gradient(270deg, #4dcbe2 0%, #4cc9e2 0%, #0967d8 100%);
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 17px;
}
@media print, screen and (min-width: 500px) {
  .keyvisual > picture {
    width: calc(100% - 15px);
  }
}
@media print, screen and (min-width: 960px) {
  .keyvisual > picture {
    height: calc(100vh - 80px);
    margin-bottom: 0;
    padding-right: 30px;
    padding-bottom: 30px;
    min-height: 600px;
    max-height: 600px;
  }
}
.keyvisual > picture img {
  width: 100%;
  -o-object-position: calc(100% + 30px) center;
     object-position: calc(100% + 30px) center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-bottom-right-radius: 180px;
}
@media print, screen and (min-width: 769px) {
  .keyvisual > picture img {
    -o-object-position: right;
       object-position: right;
  }
}
@media print, screen and (min-width: 960px) {
  .keyvisual > picture img {
    border-bottom-right-radius: 200px;
    min-height: 600px;
    max-height: 600px;
  }
}
@media screen and (min-width: 1525px) {
  .keyvisual {
    height: 100%;
  }
}
.keyvisual .key_bottom {
  margin-bottom: 33px;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .key_bottom {
    display: none;
  }
}
.keyvisual .key_bottom picture {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.keyvisual .key_bottom img {
  width: 100%;
  height: auto;
}
.keyvisual .rectuit_button {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .keyvisual .rectuit_button {
    width: 100%;
    position: fixed;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
@media print, screen and (min-width: 960px) {
  .keyvisual .rectuit_button {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 2;
  }
}
.keyvisual .rectuit_button a {
  width: 100%;
  height: 70px;
  border-radius: 25px 0px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #0967d8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .rectuit_button a {
    padding: 10px;
    width: 300px;
    height: 150px;
    border-radius: 30px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual .rectuit_button a:hover {
    opacity: 1;
  }
}
.keyvisual .rectuit_button a span {
  background: #fff;
  border-radius: 18px 0px 0px 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 25px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .rectuit_button a span {
    border-radius: 20px 0px 0px 0px;
    padding: 0 25px 0 20px;
  }
}
.keyvisual .rectuit_button a span::after {
  background: url("../images/common/icon_recruit.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .keyvisual .rectuit_button a span::after {
    right: 20px;
    bottom: 0;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .keyvisual .rectuit_button a span::after {
    right: 40px;
  }
}
.keyvisual .rectuit_button a span p {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0967d8;
  white-space: nowrap;
  line-height: 3.8rem;
  margin-left: 20px;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .rectuit_button a span p {
    font-size: 2.5rem;
  }
}
.keyvisual .rectuit_button a span p .pc_only {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .rectuit_button a span p .pc_only {
    display: block;
  }
}
.keyvisual .rectuit_button picture {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
}
@media screen and (max-width: 768px) {
  .keyvisual .rectuit_button picture {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .keyvisual .rectuit_button picture {
    right: 20px;
  }
}
.keyvisual .rectuit_button picture img {
  width: 38px;
  height: auto;
}
@media print, screen and (min-width: 960px) {
  .keyvisual .rectuit_button picture img {
    width: 83px;
  }
}
.keyvisual .rectuit_button.fade-out {
  opacity: 0;
  pointer-events: none;
}
.keyvisual .rectuit_button.fade-in {
  opacity: 1;
  pointer-events: auto;
}

/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.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 print, 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 print, 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 print, 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 print, 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_mb150 {
    margin-bottom: 150px !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: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb30 {
    margin-bottom: 4vw !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_mb110 {
    margin-bottom: 110px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_mb125 {
    margin-bottom: 125px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_mb200 {
    margin-bottom: 200px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
}
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

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

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

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

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

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .sp_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .sp_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .sp_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .sp_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .sp_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.sp_justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media print, screen and (min-width: 769px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc_column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: column-reverse !important;
            flex-flow: column-reverse !important;
  }
  .pc_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .pc_row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .pc_row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: row-reverse !important;
            flex-flow: row-reverse !important;
  }
  .pc_justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pc_justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pc_justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pc_justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pc_justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pc_align-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pc_align-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pc_align-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.title_type01 {
  margin-bottom: 30px;
}
.title_type01 h2 {
  font-size: 4rem;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), color-stop(60%, #0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #0967d8 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 769px) {
  .title_type01 h2 {
    font-size: 6rem;
    text-align: left;
  }
}
.title_type01 p {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #2a2a2a;
}
@media print, screen and (min-width: 769px) {
  .title_type01 p {
    font-size: 2rem;
  }
}

.title_type02 {
  margin-bottom: 20px;
  position: relative;
}
.title_type02 h2 {
  font-size: 4rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .title_type02 h2 {
    font-size: 6rem;
    text-align: left;
    margin-bottom: 8px;
  }
}
.title_type02 p {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .title_type02 p {
    font-size: 2rem;
  }
}

.top_contents01 {
  margin: 50px 0 80px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top_contents01 {
    margin: 80px 0 120px;
  }
}
.top_contents01 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section {
    margin-bottom: 70px;
  }
}
.top_contents01 section .title_type01 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .title_type01 {
    margin-bottom: 45px;
  }
}
.top_contents01 section .inner_contents {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 1140px) {
  .top_contents01 section .inner_contents {
    margin-bottom: 80px;
  }
}
.top_contents01 section .inner_contents > p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents > p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .inner_contents > p {
    font-size: 1.6rem;
    line-height: 3.5rem;
    max-width: 570px;
    width: 49%;
  }
}
.top_contents01 section .img_block {
  height: 549px;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .img_block {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .img_block {
    height: auto;
  }
}
.top_contents01 section .img_block::after {
  width: 200px;
  height: 204px;
  border-radius: 0px 0px 0px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(#4dcbe2 0%, #0967d8 100%);
  opacity: 0.15;
  position: absolute;
  right: -55px;
  top: 140px;
  content: "";
  z-index: -1;
}
@media print, screen and (min-width: 500px) {
  .top_contents01 section .img_block::after {
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .img_block::after {
    width: 350px;
    height: 216px;
    top: 58vw;
    right: calc(-100px - var(--element-x));
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents01 section .img_block::after {
    top: 703px;
    right: calc(-80px - var(--element-x));
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 section .img_block::after {
    top: 358px;
    height: 600px;
    right: -280px;
    width: 503px;
  }
}
.top_contents01 section picture {
  position: relative;
  overflow: hidden;
}
.top_contents01 section picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contents01 section .img01 {
  width: 218px;
  height: 200px;
  left: -15px;
  top: 340px;
  border-radius: 0 20px 0px 0px;
  position: relative;
}
@media print, screen and (min-width: 500px) {
  .top_contents01 section .img01 {
    left: 65px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .img01 {
    width: 35.21vw;
    height: 32.21vw;
    left: -15px;
    top: initial;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents01 section .img01 {
    position: relative;
    width: 493px;
    height: 451px;
    left: calc(-15px - var(--element-x));
    top: initial;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_contents01 section .img01 {
    left: -130px;
  }
}
.top_contents01 section .img02 {
  position: relative;
  width: 150px;
  height: 100px;
  left: 0;
  top: 10px;
  border-radius: 20px 0px 20px 0px;
  z-index: 2;
}
@media print, screen and (min-width: 430px) {
  .top_contents01 section .img02 {
    left: 30px;
  }
}
@media print, screen and (min-width: 460px) {
  .top_contents01 section .img02 {
    left: 50px;
  }
}
@media print, screen and (min-width: 500px) {
  .top_contents01 section .img02 {
    left: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .img02 {
    position: absolute;
    width: 21.42vw;
    height: 14.28vw;
    left: 40vw;
    top: 62.5vw;
  }
}
@media print, screen and (min-width: 900px) {
  .top_contents01 section .img02 {
    top: 58vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .top_contents01 section .img02 {
    top: 54vw;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents01 section .img02 {
    width: 300px;
    height: 199px;
    left: 510px;
    top: 51vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_contents01 section .img02 {
    top: 620px;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 section .img02 {
    top: 695px;
  }
}
.top_contents01 section .img03 {
  width: 300px;
  height: 258px;
  right: -20px;
  top: 0;
  position: absolute;
  border-radius: 30px 0px 0px 0px;
}
@media print, screen and (min-width: 500px) {
  .top_contents01 section .img03 {
    right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents01 section .img03 {
    width: 50%;
    height: 39.21vw;
    right: -15px;
    top: 235px;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents01 section .img03 {
    right: -130px;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .top_contents01 section .img03 {
    width: 640px;
    height: 549px;
  }
}
.top_contents01 .rinen {
  width: calc(100% - 30px);
  height: 293px;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(-270deg, #4dcbe2 0%, #0967d8 100%);
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media print, screen and (min-width: 769px) {
  .top_contents01 .rinen {
    max-width: 743px;
    width: 743px;
    height: 312px;
  }
}
.top_contents01 .rinen div {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.top_contents01 .rinen div h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #0967d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 769px) {
  .top_contents01 .rinen div h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.top_contents01 .rinen div p {
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #0967d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .top_contents01 .rinen div p {
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin-bottom: 0;
  }
}

.top_contents02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents02 {
    margin-bottom: 80px;
  }
}
.top_contents02 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents02 section .title_type01 {
    margin-bottom: 12px;
  }
}
.top_contents02 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top_contents02 section .inner_contents {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents02 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_contents02 section .inner_contents .left {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .left {
    width: 570px;
    margin-bottom: 0;
  }
}
.top_contents02 section .inner_contents .left img {
  width: 143px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .left img {
    width: auto;
  }
}
.top_contents02 section .inner_contents .right {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media print, screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .right {
    width: 570px;
  }
}
.top_contents02 section .inner_contents .right h3 {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #4dcbe2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  left: -65px;
  top: -105px;
}
@media print, screen and (min-width: 769px) {
  .top_contents02 section .inner_contents .right h3 {
    left: -90px;
    top: 55px;
  }
}
.top_contents02 section .inner_contents .right p strong {
  color: #0967d8;
  font-size: 3rem;
  letter-spacing: 0.12rem;
}
.top_contents02::after {
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #edfafc;
  border-width: 421px 0px 0px 421px;
  position: absolute;
  left: 0;
  top: -65px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 769px) {
  .top_contents02::after {
    border-width: 350px 0px 0px 350px;
    bottom: 0;
    top: initial;
  }
}

.top_contents03 {
  position: relative;
  padding: 80px 0 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(#4dcbe2 0%, #0967d8 100%);
}
@media print, screen and (min-width: 769px) {
  .top_contents03 {
    padding: 110px 0 100px;
  }
}
.top_contents03 .bg_txt {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1rem;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 138px;
  left: 0;
  font-size: 5rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 .bg_txt {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 411px;
    left: -464px;
    font-size: 13.3rem;
  }
}
.top_contents03 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.top_contents03 section:first-of-type {
  margin-bottom: 160px;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:first-of-type {
    margin-bottom: 130px;
  }
}
.top_contents03 section:first-of-type::after {
  background: url("../images/common/k.svg") no-repeat;
  background-size: contain;
  width: 209px;
  height: 163px;
  position: absolute;
  right: -40px;
  bottom: -84px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:first-of-type::after {
    width: 546px;
    height: 425px;
    right: -100px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 section:first-of-type .inner_list {
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:first-of-type .inner_list {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:first-of-type .inner_list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents03 section:first-of-type .inner_list ul {
    grid-column-gap: 30px;
  }
}
.top_contents03 section:first-of-type .inner_list ul li {
  padding: 20px 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 7px 7px #4dcbe2;
          box-shadow: 7px 7px #4dcbe2;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:first-of-type .inner_list ul li {
    margin-bottom: 0;
    padding: 20px 15px 25px;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents03 section:first-of-type .inner_list ul li {
    padding: 30px 28px;
  }
}
.top_contents03 section:first-of-type .inner_list ul li figure {
  margin-bottom: 20px;
}
.top_contents03 section:first-of-type .inner_list ul li figure img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:first-of-type .inner_list ul li figure img {
    max-height: 160px;
    width: auto;
  }
}
.top_contents03 section:first-of-type .inner_list ul li h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.8rem;
  text-align: center;
  color: #0967d8;
}
.top_contents03 section:first-of-type .inner_list ul li p {
  line-height: 2.8rem;
}
.top_contents03 section .title_type02 {
  position: relative;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section .title_type02 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section .title_type02 h2 {
    margin-bottom: -5px;
  }
}
.top_contents03 section .title_type02 p {
  text-align: left;
}
.top_contents03 section .title_type02 figure {
  left: 230px;
  top: -15px;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section .title_type02 figure {
    left: 347px;
    top: -50px;
  }
}
.top_contents03 section .title_type02 figure img {
  width: 65px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section .title_type02 figure img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 section:last-of-type .inner_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.top_contents03 section:last-of-type .inner_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.top_contents03 section:last-of-type .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section:last-of-type .inner_list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.top_contents03 section:last-of-type .inner_list ul li picture {
  margin-bottom: 8px;
}
.top_contents03 section:last-of-type .inner_list ul li picture img {
  width: 100%;
  height: auto;
}
.top_contents03 section:last-of-type .inner_list ul li p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.top_contents03 section .inner_range {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 224px;
  border: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_contents03 section .inner_range {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section .inner_range {
    width: 762px;
    height: 235px;
    padding: 20px 58px;
  }
}
.top_contents03 section .inner_range h3 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top_contents03 section .inner_range h3 {
    font-size: 2.5rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
}

.top_contents04 {
  position: relative;
  padding: 65px 0 50px;
}
@media print, screen and (min-width: 769px) {
  .top_contents04 {
    padding: 110px 0 100px;
  }
  .top_contents04::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #edfafc transparent transparent;
    border-width: 0px 350px 350px 0px;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: -1;
  }
  .top_contents04::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #edfafc;
    border-width: 350px 0px 0px 350px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: -1;
  }
}
.top_contents04 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top_contents04 section .number_list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list {
    max-width: 1140px;
  }
}
.top_contents04 section .number_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl {
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top_contents04 section .number_list dl:nth-of-type(2) {
    margin-left: 60px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1140px) {
  .top_contents04 section .number_list dl:nth-of-type(2) {
    margin-left: 160px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl:nth-of-type(3) {
    margin-left: 130px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1140px) {
  .top_contents04 section .number_list dl:nth-of-type(3) {
    margin-left: 250px;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents04 section .number_list dl {
    margin-left: 80px;
  }
}
.top_contents04 section .number_list dl dt {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl dt {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents04 section .number_list dl dt {
    margin-right: 60px;
  }
}
.top_contents04 section .number_list dl dt figure {
  width: 60px;
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl dt figure {
    width: 80px;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents04 section .number_list dl dt figure {
    width: 100px;
  }
}
.top_contents04 section .number_list dl dt figure img {
  width: 100%;
  height: auto;
}
.top_contents04 section .number_list dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 126px;
  border-radius: 30px 0px 0px 0px;
  background: #eff5fc;
  border-right: solid 5px #4dcbe2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top_contents04 section .number_list dl dd {
    width: calc(100% - 30px);
    left: 15px;
    font-size: 1.5rem;
    padding: 20px 20px 20px 32px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl dd {
    padding: 0 30px 0 42px;
    width: 75%;
    height: 129px;
    border-radius: 30px 0px 0px 0px;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents04 section .number_list dl dd {
    width: 656px;
  }
}
.top_contents04 section .number_list dl dd::before {
  background: #0967d8;
  width: 30px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents04 section .number_list dl dd h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: #0967d8;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl dd h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.top_contents04 section .number_list dl dd span {
  position: absolute;
  font-family: "Roboto", sans-serif;
  color: #4dcbe2;
  right: -67px;
  bottom: 33px;
  font-weight: 700;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl dd span {
    right: -72px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents04 section .number_list dl dd p {
    font-size: 1.6rem;
  }
}

.scroll-infinity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.scroll-infinity ul {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 800px;
}
@media print, screen and (min-width: 769px) {
  .scroll-infinity ul:nth-of-type(2) {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .scroll-infinity {
    margin-bottom: 100px;
  }
  .scroll-infinity ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
  }
  .scroll-infinity ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .scroll-infinity ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .scroll-infinity ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .scroll-infinity ul li picture img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .scroll-infinity ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: auto;
  }
  @-webkit-keyframes scroll-left {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes scroll-left {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes scroll-left2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  @keyframes scroll-left2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  .scroll-infinity ul:first-child {
    -webkit-animation: scroll-left 60s -30s linear infinite;
            animation: scroll-left 60s -30s linear infinite;
  }
  .scroll-infinity ul:last-child {
    -webkit-animation: scroll-left2 60s linear infinite;
            animation: scroll-left2 60s linear infinite;
  }
  .scroll-infinity ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .scroll-infinity img {
    height: auto;
    width: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bottom_img picture img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media print, screen and (min-width: 769px) {
  .bottom_img picture img {
    height: auto;
    max-height: 350px;
  }
}

.top_contents05 {
  background: url("../images/common/bg01_sp.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 0;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top_contents05 {
    background: url("../images/common/bg01_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 117px 0 100px;
  }
}
.top_contents05 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .top_contents05 section {
    max-width: 1140px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents05 section .txt {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_contents05 section .title_type02 {
  margin-bottom: 25px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .top_contents05 section .title_type02 {
    margin-bottom: 50px;
  }
}
.top_contents05 section .title_type02 span {
  background: url("../images/common/txt01.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 109px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top_contents05 section .title_type02 span {
    display: none;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents05 section .title_type02 span {
    width: 1161px;
    left: -93px;
    top: -23px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents05 section .title_type02 h2 {
    margin-bottom: -4px;
  }
}
.top_contents05 section .title_type02 p {
  text-align: left;
}
.top_contents05 section h3 {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .top_contents05 section h3 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.top_contents05 section p {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 40px;
}
.top_contents05 section p:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .top_contents05 section p {
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
  }
}

.top_contents06 {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
  .top_contents06 {
    margin-bottom: 100px;
  }
}
.top_contents06 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #0967d8;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .top_contents06 h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.top_contents06 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_contents06 section ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.top_contents06 section ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 768px) {
  .top_contents06 section ul {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents06 section ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents06 section ul {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.top_contents06 section ul li {
  padding: 20px 15px 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(49, 77, 154, 0.16);
          box-shadow: 0px 3px 6px rgba(49, 77, 154, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 980px) {
  .top_contents06 section ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 255px;
    padding: 25px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents06 section ul li div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_contents06 section ul li picture {
  margin-right: 20px;
}
@media print, screen and (min-width: 769px) {
  .top_contents06 section ul li picture {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents06 section ul li picture {
    margin-bottom: 15px;
  }
}
.top_contents06 section ul li picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top_contents06 section ul li picture img {
    width: 100px;
  }
}
.top_contents06 section ul li h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.03em;
  color: #0967d8;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 769px) {
  .top_contents06 section ul li h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  .top_contents06 section ul li h3 .pc_only {
    display: none;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents06 section ul li h3 {
    white-space: nowrap;
    text-align: center;
  }
  .top_contents06 section ul li h3 .pc_only {
    display: block;
  }
}

.top_contents07 {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
  .top_contents07 {
    margin-bottom: 100px;
  }
}
.top_contents07 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #0967d8;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .top_contents07 h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.top_contents07 section {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  background: #f2f7fd;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .top_contents07 section {
    padding: 30px;
    max-width: 1140px;
  }
}
@media print, screen and (min-width: 980px) {
  .top_contents07 section {
    padding: 60px 75px;
  }
}
.top_contents07 section .inner_contents {
  display: contents;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .top_contents07 section .inner_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_contents07 section .inner_contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  line-height: 2.8rem;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top_contents07 section .inner_contents dl {
    font-size: 1.5rem;
  }
}
.top_contents07 section .inner_contents dl dt {
  font-weight: 500;
  width: 100px;
}
@media print, screen and (min-width: 769px) {
  .top_contents07 section .inner_contents dl dt {
    width: 105px;
  }
}
.top_contents07 section .inner_contents dl dd {
  width: calc(100% - 100px);
}
@media print, screen and (min-width: 769px) {
  .top_contents07 section .inner_contents dl dd {
    width: calc(100% - 105px);
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents07 section .inner_contents .left {
    margin-right: 78px;
  }
}

.top_contents08 {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 769px) {
  .top_contents08 {
    margin-bottom: 100px;
  }
}
.top_contents08 section {
  width: calc(100% - 30px);
  max-width: 847px;
  margin-left: auto;
  margin-right: auto;
}
.top_contents08 section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #0967d8;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .top_contents08 section h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.top_contents08 section .inner_step ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
}
.top_contents08 section .inner_step ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media print, screen and (min-width: 769px) {
  .top_contents08 section .inner_step ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_contents08 section .inner_step ul {
    grid-column-gap: 50px;
  }
}
.top_contents08 section .inner_step ul::after {
  background: #0967d8;
  width: 3px;
  height: 500px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 769px) {
  .top_contents08 section .inner_step ul::after {
    width: 500px;
    height: 3px;
  }
}
.top_contents08 section .inner_step ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(180deg, #4dcbe2 0%, #0967d8 100%);
  width: 220px;
  height: 220px;
  border-radius: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top_contents08 section .inner_step ul li {
    margin-left: auto;
    margin-right: auto;
    width: 249px;
    height: 249px;
    border-radius: 249px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_contents08 section .inner_step ul li {
    width: 249px;
    height: 249px;
    border-radius: 249px;
  }
}
.top_contents08 section .inner_step ul li div {
  background: #fff;
  width: 243px;
  height: 243px;
  border-radius: 243px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .top_contents08 section .inner_step ul li div {
    width: 214px;
    height: 214px;
    border-radius: 214px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_contents08 section .inner_step ul li div {
    width: 243px;
    height: 243px;
    border-radius: 243px;
  }
}
.top_contents08 section .inner_step ul li div span {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  color: #0967d8;
  margin-bottom: 2px;
  display: block;
}
.top_contents08 section .inner_step ul li div h3 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #0967d8;
  margin-bottom: 15px;
}
.top_contents08 section .inner_step ul li div p {
  text-align: center;
}

.top_contents09 {
  background: url("../images/common/bg02_sp.webp") no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
}
@media print, screen and (min-width: 769px) {
  .top_contents09 {
    background: url("../images/common/bg02_pc.webp") no-repeat;
    background-size: cover;
    padding: 110px 0 100px;
  }
}
.top_contents09 section {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.top_contents09 section .title_type02 {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 769px) {
  .top_contents09 section .title_type02 {
    margin-bottom: 140px;
  }
}
.top_contents09 section .title_type02 p {
  text-align: left;
}
.top_contents09 section .inner_voice {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media print, screen and (min-width: 769px) {
  .top_contents09 section .inner_voice {
    max-width: 1140px;
  }
}
.top_contents09 section .inner_voice ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 100px;
}
.top_contents09 section .inner_voice ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media print, screen and (min-width: 769px) {
  .top_contents09 section .inner_voice ul {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .top_contents09 section .inner_voice ul {
    grid-column-gap: 30px;
  }
}
.top_contents09 section .inner_voice ul li {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .top_contents09 section .inner_voice ul li {
    padding: 0 20px 30px;
  }
}
.top_contents09 section .inner_voice ul li figure {
  margin-top: -75px;
}
@media print, screen and (min-width: 769px) {
  .top_contents09 section .inner_voice ul li figure {
    margin-top: -100px;
  }
}
.top_contents09 section .inner_voice ul li figure img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
@media print, screen and (min-width: 1020px) {
  .top_contents09 section .inner_voice ul li figure img {
    max-width: 200px;
  }
}
.top_contents09 section .inner_voice ul li h3 {
  margin-top: -5px;
  position: relative;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #0967d8;
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.top_contents09 section .inner_voice ul li h3::after {
  background: #4dcbe2;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents09 section .inner_voice ul li dl {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.top_contents09 section .inner_voice ul li dl span {
  color: #0967d8;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.top_contents09 section .inner_voice ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top_contents09 section .inner_voice ul li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top_contents09 section .inner_voice ul li dl dd span {
  color: #4dcbe2;
}

.three_img_block {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  .three_img_block {
    margin-bottom: 100px;
  }
}
.three_img_block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.three_img_block ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.three_img_block ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.three_img_block ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.three_img_block ul li picture img {
  width: 100%;
  height: auto;
}

.recruit_link {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 769px) {
  .recruit_link {
    margin-bottom: 100px;
  }
}
.recruit_link p {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), color-stop(60%, #0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #0967d8 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .recruit_link p {
    max-width: 500px;
    margin-bottom: 32px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .recruit_link p {
    letter-spacing: 0.1em;
    font-size: 2rem;
  }
}

.top_contents10 {
  position: relative;
  padding: 80px 0 60px;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 {
    padding: 120px 0 150px;
  }
}
.top_contents10::after {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4dcbe2), to(#0967d8));
  background: linear-gradient(#4dcbe2 0%, #0967d8 100%);
  opacity: 0.05;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
.top_contents10 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.top_contents10 section .inner_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
  }
}
.top_contents10 section .inner_contents .left {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .inner_contents .left {
    width: 48%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents10 section .inner_contents .left {
    width: 680px;
  }
}
.top_contents10 section .inner_contents .left picture img {
  width: 100%;
  height: auto;
}
.top_contents10 section .inner_contents .right {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .inner_contents .right {
    width: 48%;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents10 section .inner_contents .right {
    width: 400px;
  }
}
.top_contents10 section .inner_contents .right figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 21px;
}
.top_contents10 section .inner_contents .right figure img {
  width: 251px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .inner_contents .right figure img {
    width: auto;
  }
}
.top_contents10 section .inner_contents .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  border-bottom: solid 1px #d1d1d1;
  padding: 6px 0;
}
.top_contents10 section .inner_contents .right dl dt {
  width: 100px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .inner_contents .right dl dt {
    width: 120px;
  }
}
.top_contents10 section .inner_contents .right dl dd {
  width: calc(100% - 100px);
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .inner_contents .right dl dd {
    width: calc(100% - 120px);
  }
}
.top_contents10 section .bottom_img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_contents10 section .bottom_img_block ul {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .bottom_img_block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_contents10 section .bottom_img_block ul li {
  width: 226px;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .bottom_img_block ul li {
    width: 32.5%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1140px) {
  .top_contents10 section .bottom_img_block ul li {
    width: 312px;
    margin-right: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .top_contents10 section .bottom_img_block ul li:nth-of-type(2) {
    margin-right: 16px;
  }
}
.top_contents10 section .bottom_img_block ul li:nth-of-type(3) {
  width: 194px;
  margin-right: 0;
}
@media print, screen and (min-width: 920px) {
  .top_contents10 section .bottom_img_block ul li:nth-of-type(3) {
    width: 268px;
  }
}
.top_contents10 section .bottom_img_block ul li img {
  width: 100%;
  height: auto;
}

.link_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type01 a {
  width: 250px;
  height: 60px;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), color-stop(0.96%, #4ccae2), color-stop(60%, #0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #4ccae2 0.96%, #0967d8 60%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .link_type01 a {
    font-size: 2.5rem;
    width: 500px;
    height: 100px;
    border-radius: 100px;
  }
}
.link_type01 a::after {
  background: url("../images/common/icon_link01.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 769px) {
  .link_type01 a::after {
    width: 42px;
    height: 42px;
    right: 30px;
  }
}

.link_type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_type02 a {
  background: #fe9b2b;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: 500;
}
.link_type02 a::before {
  background: url("../images/common/icon_mail.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 15px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type02 a::after {
  background: url("../images/common/icon_link02.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */
.page_keyvisual {
  margin: 0 auto 60px;
  position: relative;
  padding-top: 60px;
}
@media print, screen and (min-width: 980px) {
  .page_keyvisual {
    padding-top: 80px;
  }
}
.page_keyvisual picture {
  position: relative;
  width: 100%;
}
.page_keyvisual picture img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 769px) {
  .page_keyvisual picture img {
    height: 230px;
  }
}
.page_keyvisual span {
  font-size: 5.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -31px;
  right: 0;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .page_keyvisual span {
    font-size: 15.3rem;
    bottom: -83px;
  }
}
.page_keyvisual .main_txt {
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  max-width: 1140px;
  margin: auto;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 980px) {
  .page_keyvisual .main_txt {
    height: 230px;
    top: 100px;
  }
}
.page_keyvisual .main_txt h1 {
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  line-height: 4.4rem;
  white-space: nowrap;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 769px) {
  .page_keyvisual .main_txt h1 {
    font-size: 8rem;
    line-height: 5.8rem;
    text-align: left;
    margin-bottom: 15px;
  }
}
.page_keyvisual .main_txt p {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}

input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c2c2c2;
  vertical-align: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  background: #000;
  content: "";
  border: 1px solid #000;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  margin-top: -14vw;
  padding-top: 14vw;
}
@media print, screen and (min-width: 769px) {
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    margin-top: -120px;
    padding-top: 120px;
  }
}

/* -------------------------------------------------------------------------------
PRIVACY POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #707070;
  padding: 35px 15px;
  box-sizing: border-box;
  height: 200px;
  overflow-y: auto;
}
@media print, screen and (min-width: 769px) {
  .privacy_block {
    padding: 35px 60px;
    max-width: 841px;
    margin-bottom: 40px;
  }
}
.privacy_block .read_text01 {
  margin-bottom: 30px;
  line-height: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .privacy_block .read_text01 {
    font-size: 1.4rem;
  }
}
.privacy_block h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .privacy_block h2 {
    font-size: 2rem;
  }
}
.privacy_block h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.privacy_block p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
}
.privacy_block .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 15px;
}
.privacy_block > ul {
  counter-reset: huga;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .privacy_block > ul {
    margin-bottom: 30px;
  }
}
.privacy_block > ul > li {
  font-size: 1.4rem;
  margin-bottom: 2px;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
}
.privacy_block > ul > li::before {
  counter-increment: huga;
  content: " " counter(huga) " ";
  position: absolute;
  left: 0;
}
.privacy_block > ul > li:last-of-type {
  margin-bottom: 0;
}
.privacy_block ul.type02 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .privacy_block ul.type02 {
    margin-bottom: 30px;
    margin-top: 16px;
  }
}
.privacy_block ul.type02 li {
  font-size: 1.4rem;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.01em;
  line-height: 2.5rem;
}
.privacy_block ul.type02 li span {
  width: 2rem;
  display: block;
}
.privacy_block ul.type02 li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacy_block ul.type02 li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
.contact_wrap.entry {
  max-width: 779px;
}

.contact_wrap {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 80px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .contact_wrap {
    max-width: 898px;
    margin-bottom: 103px;
  }
}
.contact_wrap .read_text {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .contact_wrap .read_text {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 800px) {
  .contact_wrap .read_text p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    text-align: center;
  }
}

.contact_form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}

.black {
  color: #000 !important;
}

.gray {
  color: #9b9b9b !important;
}

.required_text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .required_text {
    margin-bottom: 10px;
  }
}
.required_text span {
  color: #fe9b2b;
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 744px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 800px) {
  .contact_table {
    margin-bottom: 80px;
  }
}
.contact_table caption {
  color: #dc000c;
  margin-bottom: 20px;
}
.contact_table tbody {
  position: relative;
}
.contact_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 800px) {
  .contact_table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 25px;
  }
}
.contact_table tr:last-of-type {
  margin-bottom: 0;
}
.contact_table tr.check_list {
  margin-bottom: 10px;
}
.contact_table tr.check_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 800px) {
  .contact_table tr.check_list td {
    margin: 15px 0 0;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact_table tr.check_list td label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
  background: none !important;
  margin-bottom: 20px;
  height: auto;
}
.contact_table tr.check_list td label input {
  display: block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: #f5f7fb;
}
.contact_table tr.check_list td p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table tr.radio_list {
  margin-bottom: 10px;
}
.contact_table tr.radio_list td {
  margin: 0 0 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media print, screen and (min-width: 800px) {
  .contact_table tr.radio_list td {
    padding-left: 20px;
    margin: 15px 0 0;
  }
}
.contact_table tr.radio_list td label {
  position: relative;
  cursor: pointer;
  background: none !important;
  width: 100% !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 560px) {
  .contact_table tr.radio_list td label {
    width: 45% !important;
  }
}
@media print, screen and (min-width: 800px) {
  .contact_table tr.radio_list td label {
    width: auto !important;
    margin-right: 20px;
  }
}
.contact_table tr.radio_list td label .space {
  display: inline-block;
  padding: 0 12px;
}
.contact_table tr.radio_list td label input {
  margin-right: 8px;
}
.contact_table tr.radio_list td label p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
.contact_table th {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 0;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0;
}
@media print, screen and (min-width: 800px) {
  .contact_table th {
    width: 182px;
    margin-bottom: 0;
    padding-top: 6px;
    padding-right: 15px;
    white-space: nowrap;
  }
}
.contact_table th.entry {
  padding-top: 0;
}
.contact_table th span {
  color: #fe9b2b;
}
.contact_table td {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 800px) {
  .contact_table td {
    width: calc(100% - 182px);
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1140px) {
  .contact_table td {
    width: 562px;
  }
}
.contact_table td .wpcf7-form-control-wrap {
  width: 100%;
}
.contact_table td.radio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column-gap: 35px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_table td.radio_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_table td.radio_block label {
    height: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact_table td.radio_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact_table td.radio_block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_table td.radio_block div label {
  cursor: pointer;
}
.contact_table td.radio_block div input {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.contact_table td select#year {
  width: 193px !important;
}
@media screen and (max-width: 470px) {
  .contact_table td select#year {
    margin-bottom: 10px;
    display: block;
  }
}
.contact_table td select#month,
.contact_table td select#day {
  width: 91px !important;
  padding: 3px 10px;
}
.contact_table td .file-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_table td .file-wrapper .select-image {
    position: relative;
    top: -3px;
    left: 10px;
    font-size: 1.6rem;
  }
  .contact_table td .file-wrapper label {
    margin-bottom: 5px !important;
  }
}
.contact_table td label[for=form-image],
.contact_table td label[for=form-image02] {
  background: #f5f5f5;
  border: solid 1px #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px !important;
  height: 40px;
  border-radius: 0;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .contact_table td label[for=form-image],
  .contact_table td label[for=form-image02] {
    margin-right: 10px;
    margin-bottom: 0;
    width: 215px !important;
  }
}
.contact_table td input[type=file] {
  display: none;
}
.contact_table td button.deleteButton {
  border: none;
  background: #fff;
  position: absolute;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  bottom: 10px;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .contact_table td button.deleteButton {
    top: 0;
    bottom: -5px;
  }
}
.contact_table td .post_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.contact_table td .post_block input {
  margin: 0 10px;
  width: 72px;
}
.contact_table td small {
  position: absolute;
  left: 0;
  top: 25px;
  color: #9b9b9b;
  font-size: 1.1rem;
}
.contact_table td input[type=text],
.contact_table td input[type=tel],
.contact_table td input[type=email] {
  width: 100%;
  padding: 0 15px 0 20px;
  height: 40px;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .contact_table td input[type=text],
  .contact_table td input[type=tel],
  .contact_table td input[type=email] {
    padding: 3px 15px;
  }
}
.contact_table td label {
  width: 100% !important;
  height: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
}
.contact_table td label input[type=date] {
  color: #000;
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td select {
  width: 100%;
  padding: 3px 15px;
  height: 40px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #eee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td option {
  padding: 5px 20px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table td .select-wrap {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .contact_table td .select-wrap {
    width: 400px;
  }
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 15px;
  margin: auto;
  z-index: 1;
  background: url("../images/common/select.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 10px;
  background-size: contain;
}
.contact_table td > p {
  margin-top: 10px;
}
@media print, screen and (min-width: 800px) {
  .contact_table td > p {
    margin-top: 20px;
  }
}
.contact_table td select::-ms-expand {
  display: none;
}
.contact_table td textarea {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  height: 150px;
  border-radius: 5px;
  border: solid 0 #fff;
  background: #eeeeee;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media print, screen and (min-width: 800px) {
  .contact_table td textarea {
    height: 182px;
    padding: 15px;
  }
}
.contact_table td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bottom_text {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.contact_bottom_text p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
}
.contact_bottom_text p label {
  cursor: pointer;
}
.contact_bottom_text p span {
  text-decoration: underline;
}
.contact_bottom_text input {
  position: relative;
  top: 2px;
}

.contact_submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_submit div {
  width: 300px;
  height: 70px;
  border-radius: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), color-stop(0.96%, #4ccae2), color-stop(60%, #0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #4ccae2 0.96%, #0967d8 60%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.contact_submit div::after {
  background: url("../images/common/icon_link01.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit div:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit input[type=submit] {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  width: 300px;
  border: solid 0 #0967d8;
  height: 70px;
  border-radius: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#4dcbe2), color-stop(0.96%, #4ccae2), color-stop(60%, #0967d8));
  background: linear-gradient(90deg, #4dcbe2 0%, #4ccae2 0.96%, #0967d8 60%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.contact_submit input[type=submit]:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.recaptcha-block {
  text-align: center;
  margin: 20px auto;
  font-size: 1.2rem;
}

.thankyou_message {
  max-width: 600px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  line-height: 1.4;
}

.thankyou_message p:last-of-type {
  margin-top: 20px;
}

.thankyou_message .no-mail {
  padding-left: 15px;
}

.thankyou_message .no-mail li {
  margin-top: 10px;
  list-style-type: decimal;
}

/* header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 60px);
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width: 980px) {
  .header {
    width: 100%;
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .h_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
@media print, screen and (min-width: 980px) {
  .header .h_logo {
    margin-left: 20px;
  }
}
.header .h_logo img {
  width: 146px;
  height: auto;
}
@media print, screen and (min-width: 980px) {
  .header .h_logo img {
    width: 188px;
  }
}
.header .h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.header .h_right nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 80px;
}
@media print, screen and (min-width: 980px) {
  .header .h_right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1100px) {
  .header .h_right nav {
    margin-right: 40px;
  }
}
.header .h_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_right nav ul li {
  margin-left: 20px;
}
@media print, screen and (min-width: 1100px) {
  .header .h_right nav ul li {
    margin-left: 40px;
  }
}
.header .h_right nav ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
}
.header .h_right nav ul li a.active {
  text-decoration: underline;
  text-decoration-color: #4dcbe2;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 979px) {
  .header .h_right .h_contact {
    position: absolute;
    right: 10px;
    top: 2.5px;
    z-index: 998;
  }
}
@media screen and (max-width: 768px) {
  .header .h_right .h_contact {
    right: 0;
    top: 0;
  }
}
.header .h_right .h_contact a {
  background: #fe9b2b;
  color: #fff;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .header .h_right .h_contact a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 54px;
    width: 190px;
    border-radius: 54px;
    font-size: 1.5rem;
  }
}
.header .h_right .h_contact a figure {
  position: relative;
  margin-bottom: 3px;
  padding-top: 6px;
}
@media print, screen and (min-width: 769px) {
  .header .h_right .h_contact a figure {
    margin-right: 24px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.header .h_right .h_contact a figure img {
  width: 19px;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .header .h_right .h_contact a figure img {
    width: 16px;
  }
}
.header .h_right .h_contact a span {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .header .h_right .h_contact a span {
    display: inline-block;
  }
}

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

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 0;
  z-index: 999;
  background: #0967d8;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 980px) {
  .toggle {
    display: none;
  }
}
.toggle.active span {
  background: #fff;
}
.toggle.active span:first-of-type {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 28px;
}
.toggle.active span:last-of-type {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 9px;
}
.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

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

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

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav_menu {
  position: fixed;
  top: -110%;
  z-index: 997;
  width: 100%;
  background: #fff;
}
@media print, screen and (min-width: 769px) and (max-width: 979px) {
  .nav_menu.active {
    top: 60px;
  }
}
@media print, screen and (min-width: 980px) {
  .nav_menu {
    display: none;
  }
}
.nav_menu .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 60px;
}
.nav_menu .h_contact a {
  width: 300px;
  height: 70px;
  border-radius: 35px;
  background: #fe9b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
}
.nav_menu .h_contact a figure {
  margin-right: 30px;
}
.nav_menu .h_contact a figure img {
  width: 20px;
  height: auto;
}
.nav_menu .copyright {
  text-align: center;
  font-size: 1.1rem;
}
.nav_menu .nav_inner {
  overflow-y: auto;
  width: 100%;
  position: relative;
  padding: 0 0 15px;
  height: 79vh;
}
.nav_menu .nav_inner_menu {
  overflow-y: auto;
  background: #fff;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner_menu li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner_menu li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  position: relative;
  font-size: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-weight: 500;
  padding: 22px 0 22px 15px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #e5e5e5;
}
.nav_menu .nav_inner_menu li a::after {
  background: #4dcbe2;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}
.nav_menu .nav_inner_menu li a p {
  line-height: 1;
  margin-bottom: 10px;
}
.nav_menu .nav_inner_menu li a small {
  font-size: 14px;
  font-weight: 500;
  color: #0967d8;
}

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

/* footer.scss */
.footer .footer_top {
  background: url("../images/common/footer_bg_sp.webp") no-repeat;
  background-size: cover;
  min-height: 439px;
}
@media screen and (max-width: 768px) {
  .footer .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .footer .footer_top {
    background: url("../images/common/footer_bg_pc.webp") no-repeat;
    background-size: cover;
    height: 410px;
  }
}
.footer .footer_top .inner_contents {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_top .inner_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1140px;
    height: 100%;
  }
}
.footer .footer_top .inner_contents .link_type02 {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .title_type02 {
    margin-bottom: 25px;
  }
}
.footer .footer_top .inner_contents .title_type02 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer_top .inner_contents .title_type02 p {
    text-align: left;
  }
}
.footer .footer_top .inner_contents > span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1rem;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -72px;
  left: 5px;
  font-size: 7.4rem;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_top .inner_contents > span {
    top: -31px;
    left: -70px;
    font-size: 15rem;
  }
}
.footer .footer_top .inner_contents > p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_top .inner_contents > p {
    text-align: center;
  }
}
.footer .footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 40px;
  }
}
.footer .footer_bottom .inner_contents {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents {
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footer_bottom .inner_contents .left .f_logo {
  margin-bottom: 15px;
}
.footer .footer_bottom .inner_contents .left .f_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 188px;
}
.footer .footer_bottom .inner_contents .left .f_logo figure img {
  width: 100%;
  height: auto;
}
.footer .footer_bottom .inner_contents .left address {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer .footer_bottom .inner_contents .left address p {
  color: #2a2a2a;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left address p:first-of-type {
    margin-right: 40px;
  }
}
.footer .footer_bottom .inner_contents .left address p a {
  color: #2a2a2a;
}
.footer .footer_bottom .inner_contents .right {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .footer .footer_bottom .inner_contents .right {
    display: block;
  }
}
.footer .footer_bottom .inner_contents .right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.5rem;
}
.footer .footer_bottom .inner_contents .right nav span {
  font-weight: 700;
}
.footer .footer_bottom .inner_contents .right nav ul {
  margin-left: 20px;
}
@media print, screen and (min-width: 1140px) {
  .footer .footer_bottom .inner_contents .right nav ul {
    margin-left: 40px;
  }
}
.footer .footer_bottom .inner_contents .right nav ul:nth-of-type(2) {
  margin-left: 50px;
}
.footer .footer_bottom .inner_contents .right nav ul li {
  text-align: right;
  margin-bottom: 3px;
}
.footer .footer_bottom .inner_contents .right nav ul li a {
  position: relative;
  color: #2a2a2a;
  font-weight: 500;
  text-align: right;
}
.footer .footer_bottom .inner_contents .right nav ul li a::before {
  background: #0967d8;
  width: 10px;
  height: 1px;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .copyright {
  margin-bottom: 15px;
  color: #2a2a2a;
  text-align: center;
  font-size: 1.1rem;
}

.grecaptcha-badge {
  display: none !important;
}

/* print.scss */
@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    margin: 0;
    padding: 0;
    opacity: 1 !important;
  }
  html {
    zoom: 0.7 !important;
    font-size: 62.5%;
  }
  .nav_menu,
  .h_right,
  .toggle,
  .rectuit_button {
    display: none !important;
  }
  .header {
    position: static !important;
  }
}