@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;
}

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: #293962;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.86;
  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;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: initial;
  }
}

.wf-active body {
  opacity: 1;
}

.bg_spirng {
  background: #f8f4f4;
}

p,
dd {
  line-height: 1.86;
}

@media screen and (max-width: 768px) {
  /* スマホ */
  .pc_only {
    display: none !important;
  }
} /* End MQ */
@media screen and (min-width: 769px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important;
  }
} /* End MQ */
a {
  color: #293962;
  -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 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: #707070;
    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;
  background: #f8f4f4;
}
@media screen and (min-width: 769px) {
  .keyvisual {
    max-height: 800px;
  }
}
.keyvisual picture {
  width: 100%;
}
.keyvisual picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.keyvisual .main_txt {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 2;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt {
    top: 200px;
    width: calc(100% - 30px);
    max-width: 1140px;
    bottom: initial;
  }
}
.keyvisual .main_txt h2 {
  font-weight: 700;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.5rem;
  text-align: left;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(41, 37, 97, 0.5);
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt h2 {
    font-size: 6.5rem;
    line-height: 10rem;
  }
}

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

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important;
  }
  .pc_w20 {
    width: 20% !important;
  }
  .pc_w30 {
    width: 30% !important;
  }
  .pc_w40 {
    width: 40% !important;
  }
  .pc_w50 {
    width: 50% !important;
  }
  .pc_w60 {
    width: 60% !important;
  }
  .pc_w70 {
    width: 70% !important;
  }
  .pc_w80 {
    width: 80% !important;
  }
  .pc_w90 {
    width: 90% !important;
  }
  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important;
  }
  .sp_w20 {
    width: 20% !important;
  }
  .sp_w30 {
    width: 30% !important;
  }
  .sp_w40 {
    width: 40% !important;
  }
  .sp_w50 {
    width: 50% !important;
  }
  .sp_w60 {
    width: 60% !important;
  }
  .sp_w70 {
    width: 70% !important;
  }
  .sp_w80 {
    width: 80% !important;
  }
  .sp_w90 {
    width: 90% !important;
  }
  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

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

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

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

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important;
  }
  .pc_textr {
    text-align: right !important;
  }
  .pc_textl {
    text-align: left !important;
  }
  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important;
  }
  .sp_textr {
    text-align: right !important;
  }
  .sp_textl {
    text-align: left !important;
  }
  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.no_margin {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

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

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

.pa10_all {
  padding: 10px !important;
}

.no_pa {
  padding: 0px !important;
}

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mr20 {
    margin-right: 20px !important;
  }
  .tb_mt0 {
    margin-top: 0px !important;
  }
  .tb_mt5 {
    margin-top: 5px !important;
  }
  .tb_mt10 {
    margin-top: 10px !important;
  }
  .tb_mt15 {
    margin-top: 15px !important;
  }
  .tb_mt20 {
    margin-top: 20px !important;
  }
  .tb_mt30 {
    margin-top: 30px !important;
  }
  .tb_mt40 {
    margin-top: 40px !important;
  }
  .tb_mt50 {
    margin-top: 50px !important;
  }
  .tb_mt60 {
    margin-top: 60px !important;
  }
  .tb_mt70 {
    margin-top: 70px !important;
  }
  .tb_mt80 {
    margin-top: 80px !important;
  }
  .tb_mt90 {
    margin-top: 90px !important;
  }
  .tb_mt100 {
    margin-top: 100px !important;
  }
  .tb_mb0 {
    margin-bottom: 0px !important;
  }
  .tb_mb5 {
    margin-bottom: 5px !important;
  }
  .tb_mb10 {
    margin-bottom: 10px !important;
  }
  .tb_mb15 {
    margin-bottom: 15px !important;
  }
  .tb_mb20 {
    margin-bottom: 20px !important;
  }
  .tb_mb30 {
    margin-bottom: 30px !important;
  }
  .tb_mb40 {
    margin-bottom: 40px !important;
  }
  .tb_mb50 {
    margin-bottom: 50px !important;
  }
  .tb_mb60 {
    margin-bottom: 60px !important;
  }
  .tb_mb70 {
    margin-bottom: 70px !important;
  }
  .tb_mb80 {
    margin-bottom: 80px !important;
  }
  .tb_mb90 {
    margin-bottom: 12vw !important;
  }
  .tb_mb100 {
    margin-bottom: 100px !important;
  }
  .tb_mb120 {
    margin-bottom: 120px !important;
  }
  .tb_mb140 {
    margin-bottom: 140px !important;
  }
  .tb_mb170 {
    margin-bottom: 170px !important;
  }
  .tb_mb200 {
    margin-bottom: 200px !important;
  }
  .tb_mb300 {
    margin-bottom: 300px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important;
  }
  .pc_mt0 {
    margin-top: 0px !important;
  }
  .pc_mt5 {
    margin-top: 5px !important;
  }
  .pc_mt10 {
    margin-top: 10px !important;
  }
  .pc_mt15 {
    margin-top: 15px !important;
  }
  .pc_mt20 {
    margin-top: 20px !important;
  }
  .pc_mt30 {
    margin-top: 30px !important;
  }
  .pc_mt40 {
    margin-top: 40px !important;
  }
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_mt60 {
    margin-top: 60px !important;
  }
  .pc_mt70 {
    margin-top: 70px !important;
  }
  .pc_mt80 {
    margin-top: 80px !important;
  }
  .pc_mt90 {
    margin-top: 90px !important;
  }
  .pc_mt100 {
    margin-top: 100px !important;
  }
  .pc_mb0 {
    margin-bottom: 0px !important;
  }
  .pc_mb5 {
    margin-bottom: 5px !important;
  }
  .pc_mb10 {
    margin-bottom: 10px !important;
  }
  .pc_mb15 {
    margin-bottom: 15px !important;
  }
  .pc_mb20 {
    margin-bottom: 20px !important;
  }
  .pc_mb30 {
    margin-bottom: 30px !important;
  }
  .pc_mb40 {
    margin-bottom: 40px !important;
  }
  .pc_mb50 {
    margin-bottom: 50px !important;
  }
  .pc_mb60 {
    margin-bottom: 60px !important;
  }
  .pc_mb70 {
    margin-bottom: 70px !important;
  }
  .pc_mb80 {
    margin-bottom: 80px !important;
  }
  .pc_mb90 {
    margin-bottom: 90px !important;
  }
  .pc_mb100 {
    margin-bottom: 100px !important;
  }
  .pc_mb120 {
    margin-bottom: 120px !important;
  }
  .pc_mb130 {
    margin-bottom: 130px !important;
  }
  .pc_mb140 {
    margin-bottom: 140px !important;
  }
  .pc_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 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: 32px;
}
@media screen and (min-width: 769px) {
  .title_type01 {
    margin-bottom: 60px;
  }
}
.title_type01 h2 {
  font-size: 3rem;
  line-height: 1;
  color: #293962;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 {
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
.title_type01 h2 span {
  display: none;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 span {
    display: inline-block;
  }
}
.title_type01 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #014099;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .title_type01 p {
    font-size: 1.5rem;
  }
}

.title_type02 {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .title_type02 {
    margin-bottom: 20px;
  }
}
.title_type02 h2 {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 {
    font-size: 3.5rem;
    text-align: left;
  }
}
.title_type02 p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .title_type02 p {
    font-size: 1.5rem;
  }
}

.article_list {
  width: calc(100% - 60px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.article_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .article_list ul {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .article_list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .article_list ul {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}
.article_list ul li a picture {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article_list ul li a picture img {
  width: 100%;
  height: auto;
}
.article_list ul li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.article_list ul li a:hover picture {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
}
.article_list ul li a:hover .category_tag p {
  opacity: 1;
}
.article_list ul li a > div h3 {
  font-size: min(5.5vw, 2.2rem);
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 15px;
  line-height: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .article_list ul li a > div h3 {
    font-size: 2.2rem;
  }
}
.article_list ul li a > div > p {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.article_list ul li a .category_tag {
  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-top: 15px;
}
.article_list ul li a .category_tag p {
  color: #014099;
  font-size: 1.3rem;
  display: block;
  margin-right: 20px;
}
.article_list ul li a:hover .article_list-link p::after {
  right: -5px;
}
.article_list ul li a .article_list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #d4d4d4;
  padding: 10px 0;
}
.article_list ul li a .article_list-link p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 2.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article_list ul li a .article_list-link p::after {
  background: url("../images/common/arrow_black.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.top_contents01 {
  background: #fff;
  padding: 30px 0 0;
}
.top_contents01 .top_news {
  width: 100%;
  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;
  padding: 0 0 50px;
}
@media screen and (min-width: 769px) {
  .top_contents01 .top_news {
    padding: 0;
    padding: 0 0 90px;
  }
}
.top_contents01 .top_news .inner_wrap {
  width: calc(100% - 30px);
  max-width: 500px;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents01 .top_news .inner_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
  }
}
.top_contents01 .top_news .inner_wrap .news_title {
  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;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .top_contents01 .top_news .inner_wrap .news_title {
    margin-bottom: 0;
  }
}
.top_contents01 .top_news .inner_wrap .news_title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #293962;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.top_contents01 .top_news .inner_wrap .news_title p {
  font-family: "Poppins", sans-serif;
  color: #014099;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .top_contents01 .top_news .inner_wrap .news_title {
    padding-right: 60px;
    margin-right: 60px;
    border-right: solid 1px #d1d1d1;
  }
}
.top_contents01 .top_news .inner_wrap dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #293962;
}
.top_contents01 .top_news .inner_wrap 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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.top_contents01 .top_news .inner_wrap dl dt p {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03em;
}
.top_contents01 .top_news .inner_wrap dl dt h3 {
  font-weight: 500;
  margin-left: 20px;
  letter-spacing: 0.05em;
}
.top_contents01 .top_news .inner_wrap dl dd p {
  font-size: 1.4rem;
  letter-spacing: -0.015em;
}
.top_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section {
    margin-bottom: 100px;
    max-width: 1140px;
  }
}
.top_contents01 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .top_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
}
.top_contents01 section .inner_contents h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 50px;
  color: #293962;
  margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents h2 {
    font-size: 5rem;
    line-height: 8rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .top_contents01 section .inner_contents h2 {
    margin-bottom: 0;
  }
}
.top_contents01 section .inner_contents p {
  line-height: 1.86;
  color: #293962;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents p {
    max-width: 693px;
  }
}

.loop_wrap ul:first-child {
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
}
.loop_wrap ul:first-child li:nth-of-type(odd) {
  margin-top: 30px;
}

.loop_wrap ul:last-child {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}
.loop_wrap ul:last-child li:nth-of-type(even) {
  margin-top: 30px;
}

.loop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .loop_wrap {
    margin-bottom: 100px;
  }
}
.loop_wrap ul {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0;
  will-change: transform;
  width: 2010px;
}
@media screen and (min-width: 769px) {
  .loop_wrap ul {
    width: 1650px;
  }
}
.loop_wrap ul li {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .loop_wrap ul li {
    margin-right: 30px;
  }
}
.loop_wrap ul li img {
  width: 181px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .loop_wrap ul li img {
    width: 300px;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.top_contents02 {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents02 {
    padding-top: 100px;
  }
}
.top_contents02::after {
  background: #f5f7fb;
  width: 100%;
  height: 1930px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  margin: auto;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents02::after {
    top: 0px;
    height: 1182px;
  }
}
.top_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section {
    width: calc(100% - 30px);
    margin-bottom: 120px;
    max-width: 1140px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_list {
    width: 769px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents02 section .inner_list {
    width: 1140px;
  }
}
.top_contents02 section .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_contents02 section .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_list ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents02 section .inner_list ul {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
  }
}
.top_contents02 section .inner_list ul li {
  width: 353px;
}
@media screen and (max-width: 768px) {
  .top_contents02 section .inner_list ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
.top_contents02 section .inner_list ul li:first-of-type a h3 {
  text-align: left;
}
.top_contents02 section .inner_list ul li a {
  width: 100%;
  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;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 10px rgba(90, 127, 216, 0.16);
          box-shadow: 5px 5px 10px rgba(90, 127, 216, 0.16);
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_list ul li a {
    min-height: 414px;
  }
}
.top_contents02 section .inner_list ul li a picture {
  width: 100%;
  margin-bottom: 20px;
}
.top_contents02 section .inner_list ul li a picture img {
  width: 100%;
  height: auto;
}
.top_contents02 section .inner_list ul li a h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #293962;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_list ul li a h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.top_contents02 section .inner_list ul li a h3::before {
  background: #26c6da;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  top: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.top_contents02 section .inner_list ul li a h3::after {
  background: url("../images/common/arrow_right_w.svg") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 12px;
  height: 12px;
  right: 6px;
  top: 2px;
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_contents02 section .inner_list ul li a p {
  color: #293962;
  width: 100%;
  font-weight: 500;
}
.top_contents02 section .inner_list ul li a p::before {
  content: "ー ";
}

.top_contents03 a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
  background: url("../images/top/img04_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 355px;
  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;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_contents03 a {
    padding: 0;
    margin-bottom: 110px;
    max-width: 1140px;
    background: url("../images/top/img04_pc.jpg") no-repeat;
    background-size: cover;
    height: 434px;
  }
}
.top_contents03 a:hover {
  opacity: 0.8;
}
.top_contents03 a:hover .link_type01 b {
  background: #014099;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: solid 1px #014099;
}
.top_contents03 a:hover .link_type01 b::before {
  right: 14px;
}
.top_contents03 a:hover .link_type01 b::after {
  right: 18px;
}
.top_contents03 section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_contents03 section {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section {
    padding: 0 60px;
  }
}
.top_contents03 section .title_type01 {
  margin-bottom: 28px;
}
.top_contents03 section .title_type01 h2 {
  color: #fff;
}
.top_contents03 section .title_type01 p {
  color: #fff;
}
.top_contents03 section > p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section > p {
    max-width: 472px;
    margin-bottom: 40px;
  }
}
.top_contents03 section .link_type01 a {
  border: none;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .link_type01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top_contents04 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents04::after {
    z-index: -1;
    background: #f5f7fb;
    width: 100%;
    height: 133px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
  }
}
.top_contents04 section {
  width: 100%;
  max-width: 500px;
  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: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .top_contents04 section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
    max-width: 1400px;
  }
}
.top_contents04 section .left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .left {
    width: 50%;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents04 section .left picture {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_contents04 section .left picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .left picture img {
    min-height: 320px;
  }
}
.top_contents04 section .right {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 530px) {
  .top_contents04 section .right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right {
    width: calc(50% - 40px);
    max-width: 490px;
    margin-left: 40px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents04 section .right {
    width: calc(50% - 80px);
    margin-left: 80px;
    padding-right: 0;
  }
}
.top_contents04 section .right .title_type01 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1080px) {
  .top_contents04 section .right .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents04 section .right > p {
  margin-bottom: 41px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right > p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .top_contents04 section .right > p {
    margin-bottom: 70px;
  }
}

.top_contents05 {
  position: relative;
  background: #f5f7fb;
  padding: 100px 0;
}
.top_contents05 section {
  width: 100%;
  max-width: 1140px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .top_contents05 section {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_contents05 section .link_type01 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.top_contents05 section .link_type01 a {
  width: 340px;
  height: 51px;
  border-radius: 51px;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 500;
}
.top_contents05 section picture {
  width: 100%;
  max-width: 353px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section picture {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top_contents05 section picture img {
  width: 100%;
  height: auto;
}
.top_contents05 section .secondhand-dealer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  max-width: 353px;
  padding: 45px 30px 41px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top_contents05 section .secondhand-dealer {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.top_contents05 section .secondhand-dealer h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #293962;
}
.top_contents05 section .secondhand-dealer p {
  font-size: 1.6rem;
  text-align: center;
}

.top_contents06 {
  position: relative;
}
.top_contents06 section {
  width: 100%;
  max-width: 1400px;
  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 screen and (min-width: 769px) {
  .top_contents06 section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_contents06 section .left {
  width: 100%;
  height: 267px;
  position: relative;
  margin-bottom: 65px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .left {
    width: 50%;
    max-width: 700px;
    height: 494px;
    margin-bottom: 0;
  }
}
.top_contents06 section .left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_contents06 section .left picture img {
  width: 100%;
  height: auto;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contents06 section .right {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .right {
    width: calc(50% - 40px);
    max-width: 490px;
    margin-left: 40px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents06 section .right {
    width: calc(50% - 80px);
    margin-left: 80px;
    padding-right: 0;
  }
}
.top_contents06 section .right .title_type01 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .right .title_type01 {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.top_contents06 section .right .bottom {
  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 (min-width: 769px) {
  .top_contents06 section .right .bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_contents06 section .right .bottom > p {
  font-weight: 500;
  color: #293962;
}
.top_contents06 section .right .bottom a {
  font-weight: 500;
  color: #26c6da;
  margin-bottom: 24px;
  text-decoration: underline;
  display: block;
}
.top_contents06 section .right .bottom a:hover {
  text-decoration: none;
}

.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 b,
.link_type01 a {
  background: #fff;
  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;
  width: 230px;
  height: 51px;
  border-radius: 51px;
  border: solid 1px #c4c4c4;
  color: #014099;
  -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;
  padding-left: 30px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
.link_type01 b::before,
.link_type01 a::before {
  background: #26c6da;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  right: 18px;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type01 b::after,
.link_type01 a::after {
  background: url("../images/common/arrow_right_w.svg") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 22px;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type01 b:hover,
.link_type01 a:hover {
  opacity: 1;
  background: #014099;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: solid 1px #014099;
}
.link_type01 b:hover::before,
.link_type01 a:hover::before {
  right: 14px;
}
.link_type01 b:hover::after,
.link_type01 a:hover::after {
  right: 18px;
}

.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: #101111;
  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: 300px;
  height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 2.1rem;
  position: relative;
}
.link_type02 a::after {
  background: url("../images/common/arrow_white.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type02 a:hover::after {
  right: 15px;
}
.link_type02 a:hover {
  opacity: 1;
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */
.page_keyvisual {
  margin: 0 auto 60px;
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 980px) {
  .page_keyvisual {
    margin: 80px auto 120px;
    padding-top: 0;
  }
}
.page_keyvisual picture {
  position: relative;
  width: 100%;
}
.page_keyvisual picture img {
  width: 100%;
  height: 137px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .page_keyvisual picture img {
    height: 248px;
  }
}
.page_keyvisual.not_found {
  margin: 0px auto 90px;
}
@media screen and (min-width: 769px) {
  .page_keyvisual.not_found {
    margin: 110px auto 15px;
  }
}
.page_keyvisual.not_found .main_txt {
  position: relative;
}
.page_keyvisual.not_found .main_txt h1,
.page_keyvisual.not_found .main_txt p {
  color: #014099;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 400px) {
  .page_keyvisual.not_found .main_txt h1 {
    font-size: 7.5vw;
    line-height: 11.25vw;
  }
  .page_keyvisual.not_found .main_txt p {
    font-size: 5vw;
  }
}
.page_keyvisual .main_txt {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  max-width: 1140px;
  margin: auto;
  height: 137px;
  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 (min-width: 980px) {
  .page_keyvisual .main_txt {
    height: 248px;
    top: 0;
  }
}
.page_keyvisual .main_txt h1 {
  font-size: 3rem;
  line-height: 1;
  color: #293962;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 4.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .page_keyvisual .main_txt h1 {
    font-size: 7.5vw;
    line-height: 11.25vw;
  }
}
@media screen and (min-width: 769px) {
  .page_keyvisual .main_txt h1 {
    font-size: 4rem;
    line-height: 5.8rem;
    text-align: left;
  }
}
.page_keyvisual .main_txt p {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #293962;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 400px) {
  .page_keyvisual .main_txt p {
    font-size: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .page_keyvisual .main_txt p {
    font-size: 2.5rem;
  }
}

/* ------------------------------------------------
404ページ
------------------------------------------------ */
.not_found_block {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 95px;
}
@media screen and (min-width: 769px) {
  .not_found_block {
    margin-bottom: 150px;
  }
}
.not_found_block h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.not_found_block p {
  letter-spacing: 0.05em;
}

/* ------------------------------------------------
管材部門 溶材部門 建材部門ページ
------------------------------------------------ */
.service_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents01 section {
    max-width: 1140px;
  }
}
.service_contents01 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 (min-width: 769px) {
  .service_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service_contents01 section .inner_contents .left {
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .service_contents01 section .inner_contents .left {
    width: 570px;
    margin-bottom: 0;
  }
}
.service_contents01 section .inner_contents .left picture img {
  width: 100%;
  height: auto;
}
.service_contents01 section .inner_contents .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_contents01 section .inner_contents .right {
    width: 530px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service_contents01 section .inner_contents .right p {
    letter-spacing: 0.1vw;
  }
}

.service_tab-block {
  width: calc(100% - 30px);
  max-width: 500px;
  margin: 60px auto 90px;
}
@media screen and (min-width: 769px) {
  .service_tab-block {
    width: 769px;
    max-width: 1140px;
    margin: 100px auto 120px;
  }
}
@media screen and (min-width: 1025px) {
  .service_tab-block {
    width: calc(100% - 40px);
  }
}
.service_tab-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_tab-block ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .service_tab-block ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .service_tab-block ul {
    grid-column-gap: 40px;
  }
}
.service_tab-block ul li {
  width: 100%;
}
.service_tab-block ul li a {
  background: #014099;
  color: #fff;
  width: 350px;
  height: 70px;
  border-radius: 70px;
  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.6rem;
  font-weight: 500;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .service_tab-block ul li a {
    width: 100%;
  }
}
.service_tab-block ul li a.tight_text {
  letter-spacing: -0.07em;
}
.service_tab-block ul li a span {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  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: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_tab-block ul li a span svg {
  width: 7.7px;
  height: 4.3px;
}
.service_tab-block ul li a:hover {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #26c6da;
}
.service_tab-block ul li a:hover span {
  top: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service_tab-block ul li a:hover span path {
  stroke: #26c6da;
}

.service_contents02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents02 {
    margin-bottom: 80px;
  }
}
.service_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents02 section {
    max-width: 1140px;
  }
}
.service_contents02 section h3 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.service_contents02 section .title_type01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .service_contents02 section .title_type01 h2 {
    line-height: 1.46;
    margin-bottom: 0;
  }
}
.service_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 (min-width: 769px) {
  .service_contents02 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service_contents02 section .inner_contents .left {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .inner_contents .left {
    width: 570px;
    margin-bottom: 0;
  }
}
.service_contents02 section .inner_contents .left picture img {
  width: 100%;
  height: auto;
}
.service_contents02 section .inner_contents .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .inner_contents .right {
    width: 530px;
    margin-left: 20px;
  }
}
.service_contents02 section .inner_contents .right p {
  font-weight: 400;
}
.service_contents02 section .service_list01 {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list01 {
    margin-top: 80px;
  }
}
.service_contents02 section .service_list01 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.service_contents02 section .service_list01 ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.service_contents02 section .service_list01 ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list01 ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .service_contents02 section .service_list01 ul {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.service_contents02 section .service_list01 ul li {
  -webkit-box-shadow: 5px 5px 10px rgba(90, 127, 216, 0.16);
          box-shadow: 5px 5px 10px rgba(90, 127, 216, 0.16);
}
.service_contents02 section .service_list01 ul li img {
  width: 100%;
  height: auto;
}
.service_contents02 section .service_list02 {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list02 {
    margin-top: 80px;
  }
}
.service_contents02 section .service_list02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list02 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.service_contents02 section .service_list02 ul li {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 5px 5px 10px rgba(90, 127, 216, 0.16);
          box-shadow: 5px 5px 10px rgba(90, 127, 216, 0.16);
}
@media screen and (min-width: 769px) {
  .service_contents02 section .service_list02 ul li {
    margin-bottom: 0;
    max-width: 300px;
  }
  .service_contents02 section .service_list02 ul li.wide {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 610px;
  }
}
.service_contents02 section .service_list02 ul li img {
  width: 100%;
  height: auto;
}

.service_contents03 {
  margin-bottom: 85px;
}
@media screen and (min-width: 769px) {
  .service_contents03 {
    margin-bottom: 130px;
  }
}
.service_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents03 section {
    max-width: 1140px;
  }
}
.service_contents03 section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents03 section h3 {
    font-size: 2.5rem;
  }
}
.service_contents03 section table {
  caption-side: top;
  border: solid 1px #293962;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table {
    margin-bottom: 60px;
  }
}
.service_contents03 section table caption {
  background: #293962;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 11.5px 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table caption {
    font-size: 2rem;
    padding: 11.5px;
    text-align: center;
  }
}
.service_contents03 section table tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #293962;
  background: #ebeff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service_contents03 section table tr:last-of-type {
  border-bottom: solid 0 #293962;
}
.service_contents03 section table tr.one-td th {
  display: none;
}
.service_contents03 section table tr.one-td td {
  width: 100%;
}
.service_contents03 section table th {
  background: #ebeff7;
  padding: 11px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 128px;
  font-weight: 500;
  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;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table th {
    width: 194px;
    padding: 13.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service_contents03 section table th span {
    display: none;
  }
}
.service_contents03 section table td {
  background: #fff;
  padding: 11px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 128px);
  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;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .service_contents03 section table td {
    padding: 13.5px 20px;
    width: calc(100% - 194px);
    font-size: 1.5rem;
  }
}

.service_contents04 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .service_contents04 {
    margin-bottom: 80px;
  }
}
.service_contents04 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .service_contents04 section {
    max-width: 1140px;
  }
}
.service_contents04 section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .service_contents04 section h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.service_contents04 section p {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .service_contents04 section p {
    margin-bottom: 30px;
  }
}
.service_contents04 section p span {
  display: block;
  margin-top: 15px;
}
.service_contents04 section .inner_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.service_contents04 section .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.service_contents04 section .inner_list ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 769px) {
  .service_contents04 section .inner_list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .service_contents04 section .inner_list ul {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

/* ------------------------------------------------
会社情報ページ
------------------------------------------------ */
.about_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .about_contents01 section {
    margin-bottom: 120px;
    max-width: 1140px;
  }
}
.about_contents01 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;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1140px) {
  .about_contents01 section .inner_contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about_contents01 section .inner_contents .left {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents01 section .inner_contents .left {
    position: relative;
    width: 50%;
    margin-bottom: 0;
    max-width: 612px;
  }
}
@media screen and (min-width: 1400px) {
  .about_contents01 section .inner_contents .left {
    width: 612px;
  }
}
.about_contents01 section .inner_contents .left .title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1140px) {
  .about_contents01 section .inner_contents .left .title_type01 {
    margin-bottom: 60px;
  }
}
.about_contents01 section .inner_contents .left h3 {
  color: #293962;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 4rem;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1140px) {
  .about_contents01 section .inner_contents .left h3 {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: 6rem;
  }
}
.about_contents01 section .inner_contents .left p.ceo {
  text-align: right;
  margin-top: 20px;
}
.about_contents01 section .inner_contents .right {
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .about_contents01 section .inner_contents .right {
    width: 50%;
    max-width: 598px;
    margin-bottom: 0;
    right: -20px;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .about_contents01 section .inner_contents .right {
    right: calc(-1 * var(--element-x));
  }
}
@media screen and (min-width: 1400px) {
  .about_contents01 section .inner_contents .right {
    position: absolute;
    top: 0;
    right: -130px;
    width: 598px;
  }
}
.about_contents01 section .inner_contents .right picture img {
  width: 100%;
  height: auto;
}

.about_contents02 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .about_contents02 {
    margin-bottom: 130px;
  }
}
.about_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .about_contents02 section {
    width: calc(100% - 30px);
    max-width: 1140px;
  }
}
.about_contents02 section .inner_number ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (min-width: 769px) {
  .about_contents02 section .inner_number ul {
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 45px;
    grid-column-gap: 45px;
  }
}
.about_contents02 section .inner_number ul li h3 {
  color: #26c6da;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents02 section .inner_number ul li h3 {
    margin-bottom: 30px;
  }
}
.about_contents02 section .inner_number ul li h3 strong {
  font-weight: 500;
  font-size: 6rem;
  display: inline-block;
  margin-left: 10px;
}

.about_contents03 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .about_contents03 {
    margin-bottom: 120px;
  }
}
.about_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .about_contents03 section {
    max-width: 1140px;
  }
}
.about_contents03 section .inner_table {
  width: 100%;
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}
.about_contents03 section .inner_table h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table h3 {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
.about_contents03 section .inner_table dl {
  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;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
.about_contents03 section .inner_table dl:last-of-type {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about_contents03 section .inner_table dl dt {
  min-width: 200px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table dl dt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_table dl dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .about_contents03 section .inner_table dl dd.sp_w500 {
    font-weight: 500;
  }
}
.about_contents03 section .inner_img {
  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-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px;
  }
}
.about_contents03 section .inner_img picture {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents03 section .inner_img picture {
    max-width: 547px;
    margin-bottom: 0;
    width: 49%;
  }
}
.about_contents03 section .inner_img picture img {
  width: 100%;
  height: auto;
}

.TOP .about_contents04 section {
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .TOP .about_contents04 section {
    padding-top: 110px;
  }
}

.about_contents04 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .about_contents04 {
    margin-bottom: 130px;
  }
}
.about_contents04 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .about_contents04 section {
    max-width: 1140px;
  }
}
.about_contents04 section .inner_map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .about_contents04 section .inner_map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about_contents04 section .inner_map .map {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents04 section .inner_map .map {
    width: calc(50% - 20px);
  }
}
.about_contents04 section .inner_map .map .map_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.about_contents04 section .inner_map .map .map_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about_contents04 section .inner_map .map > p {
  font-weight: 500;
  color: #293962;
}
.about_contents04 section .inner_map .map a {
  font-weight: 500;
  color: #26c6da;
  margin-bottom: 24px;
  text-decoration: underline;
  display: block;
}
.about_contents04 section .inner_map .map a:hover {
  text-decoration: none;
}
.about_contents04 section .inner_map .map a:last-of-type {
  margin-bottom: 0;
}

.about_contents05 {
  position: relative;
}
.about_contents05 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .about_contents05 section {
    max-width: 1140px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .about_contents05 section .title_type01 {
    margin-bottom: 5px;
  }
}
.about_contents05 section .inner_table02 {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about_contents05 section .inner_table02 dl {
  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;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .about_contents05 section .inner_table02 dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 17px 0;
  }
}
.about_contents05 section .inner_table02 dl:last-of-type {
  margin-bottom: 60px;
}
.about_contents05 section .inner_table02 dl dt {
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .about_contents05 section .inner_table02 dl dt {
    min-width: 240px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .about_contents05 section .inner_table02 dl dd {
    width: calc(100% - 240px);
  }
}

.sdgs_contents01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents01 {
    margin-bottom: 100px;
  }
}
.sdgs_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sdgs_contents01 section {
    max-width: 1140px;
  }
}
.sdgs_contents01 section .inner_contents figure {
  margin-bottom: 30px;
  width: 100%;
}
.sdgs_contents01 section .inner_contents figure img {
  width: 100%;
  height: auto;
}

.sdgs_contents02 {
  background: #f5f7fb;
  padding: 65px 0;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 {
    padding: 105px 0 115px;
  }
}
.sdgs_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section {
    max-width: 1140px;
  }
}
.sdgs_contents02 section .inner_contents ul li {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.sdgs_contents02 section .inner_contents ul li 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;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li dl {
    margin-bottom: 30px;
  }
}
.sdgs_contents02 section .inner_contents ul li dl dt {
  margin-right: 20px;
  line-height: 3rem;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li dl dt {
    margin-right: 30px;
    line-height: 2.8rem;
  }
}
.sdgs_contents02 section .inner_contents ul li dl dt figure {
  width: 60px;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li dl dt figure {
    width: 100px;
  }
}
.sdgs_contents02 section .inner_contents ul li dl dt figure img {
  width: 100%;
  height: auto;
}
.sdgs_contents02 section .inner_contents ul li dl dd {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.sdgs_contents02 section .inner_contents ul li div {
  background: #f5f7fb;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .sdgs_contents02 section .inner_contents ul li div {
    padding: 15px 22px;
  }
}
.sdgs_contents02 section .inner_contents ul li div h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.sdgs_contents02 section .inner_contents ul li div p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.modal-open {
  overflow: hidden;
}

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 screen and (min-width: 769px) {
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05 {
    margin-top: -120px;
    padding-top: 120px;
  }
}

/* -------------------------------------------------------------------------------
PRIVACY POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .privacy_block {
    margin-bottom: 150px;
    max-width: 1140px;
  }
}
.privacy_block .read_text {
  margin-bottom: 35px;
  line-height: 2.8rem;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .privacy_block .read_text {
    margin-bottom: 50px;
  }
}
.privacy_block h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 2.5rem;
}
.privacy_block p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: -0.01em;
}
.privacy_block .box {
  width: 100%;
  max-width: 446px;
  -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;
  border: solid 1px #293962;
  padding: 17px 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-top: 15px;
}
.privacy_block .box a {
  color: #293962;
}
.privacy_block > ul {
  counter-reset: huga;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .privacy_block > ul {
    margin-bottom: 50px;
  }
}
.privacy_block > ul > li {
  font-size: 1.4rem;
  margin-bottom: 5px;
  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: 35px;
}
@media screen and (min-width: 769px) {
  .privacy_block ul.type02 {
    margin-bottom: 50px;
    margin-top: 16px;
  }
}
.privacy_block ul.type02 li {
  font-size: 1.5rem;
  margin-bottom: 4px;
  padding-left: 2rem;
  -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;
}
@media screen and (min-width: 769px) {
  .privacy_block ul.type02 li {
    line-height: 2.8rem;
  }
}
.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: 100px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contact_wrap {
    max-width: 898px;
    margin-bottom: 145px;
  }
}
.contact_wrap .read_text {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 800px) {
  .contact_wrap .read_text p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
.contact_wrap .read_text p a {
  color: #293962;
}

.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: 826px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.6rem;
  color: #dc000c;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .required_text {
    margin-bottom: 10px;
  }
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 826px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .contact_table {
    margin-bottom: 60px;
  }
}
.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 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: 30px;
  }
}
.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 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 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 screen and (min-width: 560px) {
  .contact_table tr.radio_list td label {
    width: 45% !important;
  }
}
@media 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;
  color: #293962;
  font-size: 1.6rem;
  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 screen and (min-width: 800px) {
  .contact_table th {
    width: 162px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 15px;
    white-space: nowrap;
  }
}
.contact_table th.entry {
  padding-top: 0;
}
.contact_table th span {
  color: #dc000c;
}
.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 screen and (min-width: 800px) {
  .contact_table td {
    width: calc(100% - 162px);
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact_table td {
    width: 664px;
  }
}
.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.6rem;
}
@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 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 .birthday_wrap {
  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 .birthday_wrap p {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
}
.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: 45px;
  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 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 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: 45px;
  background: #f5f7fb;
  -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 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 3px 20px;
    height: 50px;
  }
}
.contact_table td label {
  width: 100% !important;
  height: 50px;
  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: 50px;
  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 3px 20px;
  height: 50px;
  font-weight: 500;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #293962;
  background: #f5f7fb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  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%;
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 25px;
  margin: auto;
  z-index: 1;
  background: url("../images/common/select.svg") no-repeat;
  background-size: contain;
  width: 13px;
  height: 7px;
  background-size: contain;
}
.contact_table td > p {
  margin-top: 10px;
}
@media 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: 20px 20px 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  height: 150px;
  border-radius: 5px;
  border: solid 0 #fff;
  background: #f5f7fb;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 800px) {
  .contact_table td textarea {
    height: 210px;
    padding: 20px;
    font-size: 1.6rem;
  }
}
.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: 500;
  font-size: 1.6rem !important;
}
.contact_bottom_text p a {
  text-decoration: underline;
  color: #293962;
}
.contact_bottom_text p a:hover {
  text-decoration: none;
}
.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: 350px;
  height: 70px;
  border-radius: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #014099;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
  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;
}
.contact_submit div svg {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit div:hover input[type=submit] {
  background: #26c6da;
  opacity: 1;
}
.contact_submit div:hover svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 19px;
}
.contact_submit div:hover svg circle {
  fill: #fff;
}
.contact_submit div:hover svg line,
.contact_submit div:hover svg path {
  stroke: #26c6da;
}
.contact_submit input[type=submit] {
  width: 350px;
  height: 70px;
  border-radius: 70px;
  background: #014099;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  border: solid 0 #014099;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  transition: all 0.2s;
}
.contact_submit input[type=submit]:hover {
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.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;
}

/* -------------------------------------------------------------------------------
採用情報ページ
---------------------------------------------------------------------------------- */
.bg_recruit {
  background: #f5f7fb;
}
.bg_recruit main p {
  font-size: 1.4rem;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .bg_recruit main p {
    font-size: 1.5rem;
  }
}
.bg_recruit main p.indent {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .bg_recruit main p.indent {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
}

.recruit_contents01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 {
    margin-bottom: 120px;
  }
}
.recruit_contents01 .title_type01 {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 .title_type01 {
    max-width: 1140px;
    margin-bottom: 40px;
  }
}
.recruit_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 30px 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section {
    max-width: 1140px;
    padding: 60px 15px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1140px) {
  .recruit_contents01 section {
    padding: 100px 0;
  }
}
.recruit_contents01 section .inner_table {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.recruit_contents01 section .inner_table h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table h3 {
    font-size: 2.5rem;
    margin-bottom: 18px;
    line-height: 3.6rem;
  }
}
.recruit_contents01 section .inner_table dl {
  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;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #e5e5e5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl {
    padding: 17px 0;
  }
}
.recruit_contents01 section .inner_table dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.recruit_contents01 section .inner_table dl dt {
  min-width: 150px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl dt {
    margin-bottom: 0;
  }
}
.recruit_contents01 section .inner_table dl dd {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_table dl dd {
    width: calc(100% - 150px);
    font-size: 1.5rem;
  }
}
.recruit_contents01 section .inner_img {
  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-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 100px;
  }
}
.recruit_contents01 section .inner_img picture {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .recruit_contents01 section .inner_img picture {
    max-width: 547px;
    margin-bottom: 0;
    width: 49%;
  }
}
.recruit_contents01 section .inner_img picture img {
  width: 100%;
  height: auto;
}

.recruit_contents02 {
  background: #fff;
  padding: 100px 0 80px;
}
.recruit_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .recruit_contents02 section {
    max-width: 1140px;
  }
}
.recruit_contents02 section .inner_flow {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .recruit_contents02 section .inner_flow {
    max-width: 800px;
  }
}
.recruit_contents02 section .inner_flow ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 47px;
}
@media screen and (min-width: 769px) {
  .recruit_contents02 section .inner_flow ul {
    -ms-grid-columns: 1fr 53px 1fr 53px 1fr 53px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 53px;
    grid-row-gap: 47px;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .recruit_contents02 section .inner_flow ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .recruit_contents02 section .inner_flow ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit_contents02 section .inner_flow ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit_contents02 section .inner_flow ul li:nth-of-type(2)::after {
    left: 0;
    right: 0 !important;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 115%;
  }
  .recruit_contents02 section .inner_flow ul li::after {
    right: -50% !important;
  }
  .recruit_contents02 section .inner_flow ul li:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit_contents02 section .inner_flow ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .recruit_contents02 section .inner_flow ul li:nth-of-type(3)::after {
    left: -230%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .recruit_contents02 section .inner_flow ul li:last-of-type {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.recruit_contents02 section .inner_flow ul li {
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  height: 163px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .recruit_contents02 section .inner_flow ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit_contents02 section .inner_flow ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit_contents02 section .inner_flow ul li::after {
  background: url("../images/recruit/icon_flow.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .recruit_contents02 section .inner_flow ul li::after {
    right: -35px;
    left: initial;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.recruit_contents02 section .inner_flow ul li:last-of-type::after {
  content: none;
}
.recruit_contents02 section .inner_flow ul li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.recruit_contents02 section .inner_flow ul li p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.recruit_contents03 {
  background: #fff;
  padding: 0 0 90px;
}
.recruit_contents03 .contact_wrap {
  margin-bottom: 0;
}
.recruit_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .recruit_contents03 section {
    max-width: 1140px;
  }
}
.recruit_contents03 section .contact_form {
  width: 100%;
}
.recruit_contents03 section .read_text {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recruit_contents03 section .read_text {
    margin-bottom: 100px;
  }
}
.recruit_contents03 section .read_text p {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .recruit_contents03 section .read_text p {
    text-align: center;
  }
}

/* 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 screen and (min-width: 980px) {
  .header {
    height: 80px;
    width: 100%;
    -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 screen and (min-width: 980px) {
  .header .h_logo {
    margin-left: 15px;
  }
}
.header .h_logo img {
  width: 174px;
  height: auto;
}
@media screen and (min-width: 980px) {
  .header .h_logo img {
    width: 232px;
  }
}
.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;
}
.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 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 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 screen and (min-width: 1100px) {
  .header .h_right nav ul li {
    margin-left: 40px;
  }
}
.header .h_right nav ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  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;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #293962;
}
.header .h_right nav .h_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  line-height: 1;
}
.header .h_right nav .h_tel a {
  color: #014099;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.header .h_right nav .h_tel p {
  color: #014099;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 6px;
}
.header .h_right nav .h_tel p span {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 979px) {
  .header .h_right .h_contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 998;
  }
}
@media screen and (max-width: 768px) {
  .header .h_right .h_contact {
    right: 0;
  }
}
.header .h_right .h_contact a {
  background: #26c6da;
  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.5rem;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .header .h_right .h_contact a {
    height: 80px;
    width: 130px;
  }
}
@media screen and (min-width: 1100px) {
  .header .h_right .h_contact a {
    width: 164px;
  }
}
.header .h_right .h_contact a p {
  display: none;
}
@media screen and (min-width: 980px) {
  .header .h_right .h_contact a p {
    display: block;
  }
}
.header .h_right .h_contact a svg {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .header .h_right .h_contact a svg {
    width: 28px;
    height: 19px;
  }
}

/* gnav.scss */
@media 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: #014099;
  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 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: -700px;
  z-index: 997;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) and (max-width: 979px) {
  .nav_menu.active {
    top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .nav_menu {
    display: none;
  }
}
.nav_menu .nav_inner {
  overflow-y: auto;
  width: 100%;
  position: relative;
  padding: 0 0 20px;
}
.nav_menu .nav_inner_menu {
  overflow-y: auto;
  background: #fff;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-height: 672px) {
  .nav_menu .nav_inner_menu {
    height: 79vh;
  }
}
.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;
  color: #293962;
  line-height: 1;
  position: relative;
  font-size: 2.5rem;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-weight: 500;
  padding: 24px 0 11px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #E5E5E5;
}
.nav_menu .nav_inner_menu li a::after {
  background: #26C6DA;
  width: 30px;
  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: #014099;
}

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

/* footer.scss */
.footer .footer_top {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: #014099;
  padding: 50px 0;
  /*height:420px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer .footer_top {
    padding: 0;
    height: 286px;
  }
}
.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
    height: 100%;
  }
}
.footer .footer_top .inner_contents .left {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .left {
    margin-bottom: 0;
  }
}
.footer .footer_top .inner_contents .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right {
    width: auto;
    margin-left: 20px;
  }
}
.footer .footer_top .inner_contents .right > a {
  background: #fff;
  width: 100%;
  max-width: 370px;
  height: 90px;
  border-radius: 90px;
  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.8rem;
  font-weight: 700;
  color: #293962;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right > a {
    width: 450px;
    padding-left: 30px;
  }
}
.footer .footer_top .inner_contents .right > a svg.g_604 {
  margin-right: 28px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 23.2px;
  height: 16px;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right > a svg.g_604 {
    margin-right: 15px;
  }
}
.footer .footer_top .inner_contents .right > a span {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #26c6da;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right > a span {
    right: 30px;
  }
}
.footer .footer_top .inner_contents .right > a svg.arrow01 {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 11px;
}
.footer .footer_top .inner_contents .right > a svg.arrow01 path {
  width: 12px;
  stroke: #fff;
}
.footer .footer_top .inner_contents .right > a svg.arrow01 line {
  width: 12px;
  stroke: #fff;
}
.footer .footer_top .inner_contents .right > a:hover {
  opacity: 1;
  background: #26c6da;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}
.footer .footer_top .inner_contents .right > a:hover span {
  background: #fff;
  right: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .footer_top .inner_contents .right > a:hover svg.g_604 path {
  fill: #fff;
}
.footer .footer_top .inner_contents .right > a:hover svg.arrow01 path {
  stroke: #26c6da;
}
.footer .footer_top .inner_contents .right > a:hover svg.arrow01 line {
  stroke: #26c6da;
}
.footer .footer_top .inner_contents .right .f_tel {
  margin-top: 8px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .footer_top .inner_contents .right .f_tel a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: -12px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right .f_tel a {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.footer .footer_top .inner_contents .right .f_tel span {
  display: inline-block;
}
.footer .footer_top .inner_contents .right .f_tel .fax {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: -12px;
}
@media screen and (min-width: 769px) {
  .footer .footer_top .inner_contents .right .f_tel .fax {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.footer .footer_top .inner_contents .right .f_tel p {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer .footer_top .inner_contents .right .f_tel p span {
  font-family: "Poppins", sans-serif;
}
.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: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media 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 screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents {
    max-width: 1140px;
    margin-bottom: 18px;
    -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: 20px;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left .f_logo {
    margin-bottom: 18px;
  }
}
.footer .footer_bottom .inner_contents .left .f_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 200px;
}
.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 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: #293962;
  font-size: 1.4rem;
}
.footer .footer_bottom .inner_contents .left address p:first-of-type {
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .footer .footer_bottom .inner_contents .left address p:first-of-type {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.footer .footer_bottom .inner_contents .left address p b {
  display: block;
  font-weight: 500;
}
.footer .footer_bottom .inner_contents .left address p a {
  color: #293962;
}
.footer .footer_bottom .inner_contents .right {
  display: none;
}
@media 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;
  color: #293962;
  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 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 {
  margin-bottom: 5px;
}
.footer .footer_bottom .inner_contents .right nav ul li a {
  color: #293962;
  font-weight: 500;
}
.footer .footer_bottom .inner_contents .right nav ul li a.sub {
  font-size: 1.4rem;
  position: relative;
}
.footer .footer_bottom .inner_contents .right nav ul li a.sub::before {
  content: "- ";
}
.footer .privacy {
  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;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 500px) {
  .footer .privacy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .footer .privacy {
    max-width: 1140px;
    padding-bottom: 6px;
  }
}
.footer .privacy a {
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 500;
  color: #293962;
}
.footer .privacy a:hover {
  text-decoration: none;
}
.footer .privacy p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (min-width: 500px) {
  .footer .privacy p {
    margin-top: 0;
  }
}

/* add.scss */
.wpcf7-form-control-wrap {
  width: 100%;
}

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

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

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