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

.contact_table {
  /* Contact Form 7のspan wrapper対応 */
  /* Contact Form 7のフィールドスタイリング */
  /* 郵便番号フィールドの自動プレイスホルダー対策 */
  /* Contact Form 7の全体的なスタイル統一 */
  /* テキストエリア */
  /* バリデーションメッセージ */
}
.contact_table .wpcf7-form-control-wrap {
  display: contents;
}
.contact_table .wpcf7-form-control {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_table .wpcf7-form-control.short {
  width: 99px !important;
}
.contact_table .wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3232;
}
.contact_table input[name=zip1]::-webkit-input-placeholder, .contact_table input[name=zip2]::-webkit-input-placeholder, .contact_table input[name=zipcode1]::-webkit-input-placeholder, .contact_table input[name=zipcode2]::-webkit-input-placeholder, .contact_table input[name=postal-code1]::-webkit-input-placeholder, .contact_table input[name=postal-code2]::-webkit-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact_table input[name=zip1]::-moz-placeholder, .contact_table input[name=zip2]::-moz-placeholder, .contact_table input[name=zipcode1]::-moz-placeholder, .contact_table input[name=zipcode2]::-moz-placeholder, .contact_table input[name=postal-code1]::-moz-placeholder, .contact_table input[name=postal-code2]::-moz-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact_table input[name=zip1]:-ms-input-placeholder, .contact_table input[name=zip2]:-ms-input-placeholder, .contact_table input[name=zipcode1]:-ms-input-placeholder, .contact_table input[name=zipcode2]:-ms-input-placeholder, .contact_table input[name=postal-code1]:-ms-input-placeholder, .contact_table input[name=postal-code2]:-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact_table input[name=zip1]::-ms-input-placeholder, .contact_table input[name=zip2]::-ms-input-placeholder, .contact_table input[name=zipcode1]::-ms-input-placeholder, .contact_table input[name=zipcode2]::-ms-input-placeholder, .contact_table input[name=postal-code1]::-ms-input-placeholder, .contact_table input[name=postal-code2]::-ms-input-placeholder {
  color: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact_table input[name=zip1]::placeholder,
.contact_table input[name=zip2]::placeholder,
.contact_table input[name=zipcode1]::placeholder,
.contact_table input[name=zipcode2]::placeholder,
.contact_table input[name=postal-code1]::placeholder,
.contact_table input[name=postal-code2]::placeholder {
  color: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact_table .wpcf7-text,
.contact_table .wpcf7-email,
.contact_table .wpcf7-tel,
.contact_table .wpcf7-textarea,
.contact_table .wpcf7-select {
  width: 100% !important;
  padding: 3px 15px !important;
  height: 40px !important;
  background: #eeeeee !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 5px !important;
  border: solid 0 #fff !important;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif !important;
}
.contact_table textarea.wpcf7-form-control {
  resize: vertical;
  min-height: 120px !important;
  height: auto !important;
  padding: 15px !important;
}
.contact_table .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

/* スピナー非表示 */
.wpcf7-spinner {
  display: none;
}

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

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

picture.bgbg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}
picture.bgbg img {
  vertical-align: top;
  width: 1400px;
  height: auto;
}

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: #153e41;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9;
  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;
    font-size: 1.6rem;
  }
}

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: #153e41;
  -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;
}
@media screen and (max-width: 768px) {
  .keyvisual {
    padding-top: 60px;
    margin-left: auto;
    max-width: 634px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual {
    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: 130px;
    padding-top: 0;
  }
}
.keyvisual::after {
  background: url("../images/top/key_bg_sp.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 807px;
  height: 716px;
  position: absolute;
  left: -100%;
  top: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
@media screen and (min-width: 450px) {
  .keyvisual::after {
    left: -70%;
    right: 0;
  }
}
@media screen and (min-width: 500px) {
  .keyvisual::after {
    left: -50%;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual::after {
    background: url("../images/top/key_bg_pc.svg") no-repeat;
    background-size: contain;
    width: 773px;
    height: 690px;
    left: -220px;
    top: -129px;
    right: initial;
  }
}
.keyvisual .main_txt {
  position: relative;
}
@media screen and (max-width: 768px) {
  .keyvisual .main_txt {
    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;
    width: calc(100% - 30px);
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 249px;
  }
}
@media screen and (min-width: 1240px) {
  .keyvisual .main_txt {
    left: 84px;
  }
}
@media screen and (min-width: 1600px) {
  .keyvisual .main_txt {
    top: 299px;
  }
}
@media screen and (min-width: 1950px) {
  .keyvisual .main_txt {
    top: 398px;
    left: 11vw;
  }
}
@media screen and (min-width: 2200px) {
  .keyvisual .main_txt {
    left: 7.6vw;
  }
}
@media screen and (min-width: 2300px) {
  .keyvisual .main_txt {
    left: 8.6vw;
  }
}
.keyvisual .main_txt figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt figure {
    margin-bottom: 36px;
  }
}
.keyvisual .main_txt figure img {
  width: 385px;
  height: auto;
  position: relative;
  left: -8px;
}
@media screen and (max-width: 410px) {
  .keyvisual .main_txt figure img {
    width: 90vw;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt figure img {
    width: 500px;
  }
}
@media screen and (min-width: 1080px) {
  .keyvisual .main_txt figure img {
    width: 612px;
  }
}
.keyvisual .main_txt p {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .keyvisual .main_txt p {
    margin-left: 14px;
    width: 45%;
    line-height: 2.2;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 840px) {
  .keyvisual .main_txt p {
    width: 340px;
  }
}
@media screen and (min-width: 920px) {
  .keyvisual .main_txt p {
    width: 300px;
  }
}
@media screen and (min-width: 920px) {
  .keyvisual .main_txt p {
    width: 330px;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual .main_txt p {
    width: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .keyvisual .main_txt p {
    width: 442px;
  }
}
.keyvisual .slick-slide.slick-current.slick-active {
  overflow: hidden;
}
.keyvisual .slick-slide.slick-current.slick-active img.animating {
  -webkit-animation: slideZoom 7s ease-out forwards;
          animation: slideZoom 7s ease-out forwards;
}
.keyvisual .slick-slide img.fading-out {
  -webkit-animation: slideFadeOut 2s ease forwards;
          animation: slideFadeOut 2s ease forwards;
}
@-webkit-keyframes slideZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slideZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes slideFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.keyvisual #main_slider {
  position: relative;
  width: calc(100% - var(--element-x) / 2);
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .keyvisual #main_slider {
    left: calc(var(--element-x) / 2);
  }
}
@media screen and (min-width: 769px) {
  .keyvisual #main_slider {
    margin: initial !important;
    margin-left: auto;
    width: calc(100% - 400px);
    height: 100vh;
    margin-bottom: 0;
    max-height: 740px;
    border-bottom-left-radius: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .keyvisual #main_slider {
    max-height: initial;
    min-height: 100vh;
    width: calc(100% - 600px);
  }
}
@media screen and (min-width: 1600px) and (max-width: 1949px) {
  .keyvisual #main_slider {
    max-height: 800px;
  }
}
@media screen and (min-width: 1950px) {
  .keyvisual #main_slider {
    min-height: initial;
    height: 990px;
    width: 61.53vw;
  }
}
@media screen and (min-width: 1950px) {
  .keyvisual #main_slider {
    width: calc(100% - 750px);
  }
}
@media screen and (min-width: 2200px) {
  .keyvisual #main_slider {
    width: calc(100% - 740px);
  }
}
@media screen and (min-width: 2500px) {
  .keyvisual #main_slider {
    width: 70%;
  }
}
.keyvisual #main_slider .slick-list,
.keyvisual #main_slider .slick-track {
  height: 353px;
}
@media screen and (min-width: 769px) {
  .keyvisual #main_slider .slick-list,
  .keyvisual #main_slider .slick-track {
    height: 100%;
  }
}
.keyvisual .slick-slider {
  border-bottom-left-radius: 100px;
  width: calc(100% - 15px);
  margin-left: 15px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .keyvisual .slick-slider {
    margin-left: auto;
  }
}
.keyvisual .slick-slider picture {
  width: 100%;
  height: 353px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .keyvisual .slick-slider picture {
    height: 100%;
  }
}
.keyvisual .slick-slider picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 1900px) {
  .keyvisual .slick-slider picture img {
    -o-object-position: top;
       object-position: top;
  }
}

/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.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;
}

.mb55 {
  margin-bottom: 55px !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: 30px;
}
@media screen and (min-width: 769px) {
  .title_type01 {
    margin-bottom: 30px;
  }
}
.title_type01 h2 {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  color: #153e41;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
@media screen and (max-width: 400px) {
  .title_type01 h2 {
    font-size: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .title_type01 h2 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
}
.title_type01 h2 span {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  color: #0cb59b;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 span {
    margin-top: 20px;
  }
}

.title_type02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .title_type02 {
    margin-bottom: 45px;
  }
}
.title_type02 h2 {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}
.title_type02 h2 span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 20px;
  margin-top: -5px;
}
.title_type02 h2 span::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 1px;
  background: #153e41;
  position: absolute;
}

.title_type03 {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .title_type03 {
    margin-bottom: 40px;
  }
}
.title_type03 h2,
.title_type03 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .title_type03 h2,
  .title_type03 h3 {
    font-size: 2.5rem;
  }
}
.title_type03 h2::before,
.title_type03 h3::before {
  background: #0cb59b;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
.title_type03 h2::after,
.title_type03 h3::after {
  background: #cecece;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.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: #0cb59b;
  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_title_type01 {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_title_type01 {
    margin-bottom: 45px;
  }
}
.top_title_type01 h2 {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .top_title_type01 h2 {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}
.top_title_type01 h2 span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 20px;
  margin-top: -5px;
  font-weight: 500;
}
.top_title_type01 h2 span::before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 1px;
  background: #153e41;
  position: absolute;
}

.top_contents01 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents01 {
    margin-bottom: 0;
  }
}
.top_contents01 section {
  position: relative;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .top_contents01 section {
    max-width: 1140px;
  }
}
.top_contents01 section .title_type01 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .title_type01 {
    left: 12px;
    margin-bottom: 60px;
  }
}
.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;
  position: relative;
  margin-bottom: 53px;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}
.top_contents01 section .inner_contents .left {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left {
    left: -20%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents01 section .inner_contents .left {
    width: 100%;
    height: 269px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents01 section .inner_contents .left {
    left: -183px;
  }
}
.top_contents01 section .inner_contents .left picture {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .top_contents01 section .inner_contents .left picture {
    width: 430px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 520px) {
  .top_contents01 section .inner_contents .left picture {
    width: 500px;
    height: 269px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .left picture {
    width: 64vw;
    height: auto;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents01 section .inner_contents .left picture {
    width: 754px;
    height: 490px;
    border-radius: 50px;
  }
}
.top_contents01 section .inner_contents .left picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_contents01 section .inner_contents .right h3 {
  color: #0cb59b;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right h3 {
    font-size: 2.5rem;
    margin-bottom: 23px;
  }
}
.top_contents01 section .inner_contents .right p {
  margin-bottom: 56px;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 48% !important;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents01 section .inner_contents .right {
    width: 489px !important;
    top: 63px;
  }
}
.top_contents01 section .inner_contents .right .link_type01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .inner_contents .right .link_type01 {
    left: -25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1139px) {
  .top_contents01 section .inner_contents .right .br {
    display: none;
  }
}
.top_contents01 section .bottom_img {
  position: relative;
  height: 335px;
}
@media screen and (max-width: 768px) {
  .top_contents01 section .bottom_img {
    margin-left: auto;
    margin-right: auto;
    width: 370px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .bottom_img {
    height: 380px;
  }
}
.top_contents01 section .bottom_img::after {
  background: url("../images/top/bg02_sp.svg") no-repeat;
  background-size: contain;
  width: 561px;
  height: 492px;
  position: absolute;
  left: -50px;
  right: 0;
  top: -205px;
  z-index: -1;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 500px) {
  .top_contents01 section .bottom_img::after {
    left: -60px;
    top: -155px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 section .bottom_img::after {
    background: url("../images/top/bg02_pc.svg") no-repeat;
    background-size: contain;
    width: 472px;
    height: 556px;
    right: -265px;
    top: -385px;
    left: initial;
  }
}
.top_contents01 section .bottom_img .img01 {
  width: 200px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .bottom_img .img01 {
    width: 200px;
    left: 30px;
    top: -40px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents01 section .bottom_img .img01 {
    width: 286px;
  }
}
@media screen and (min-width: 1280px) {
  .top_contents01 section .bottom_img .img01 {
    left: -30px;
    top: -40px;
  }
}
.top_contents01 section .bottom_img .img01 img {
  width: 100%;
  height: auto;
}
.top_contents01 section .bottom_img .img02 {
  width: 300px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .top_contents01 section .bottom_img .img02 {
    width: 257px;
    right: 0;
    top: 140px;
    bottom: initial;
  }
}
@media screen and (min-width: 960px) {
  .top_contents01 section .bottom_img .img02 {
    top: 90px;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents01 section .bottom_img .img02 {
    width: 357px;
  }
}
@media screen and (min-width: 1280px) {
  .top_contents01 section .bottom_img .img02 {
    right: -50px;
    top: 90px;
    bottom: initial;
  }
}
.top_contents01 section .bottom_img .img02 img {
  width: 100%;
  height: auto;
}

.top_bg01 {
  background: url("../images/top/bg03_pc.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 100px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .top_bg01 {
    background: url("../images/top/bg03_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -190px;
    padding-top: 108px;
  }
}

.top_contents02 {
  margin-bottom: 28px;
}
@media screen and (min-width: 769px) {
  .top_contents02 {
    margin-bottom: 83px;
  }
}
.top_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents02 section {
    max-width: 1140px;
  }
}
.top_contents02 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .title_type01 {
    max-width: 1140px;
    margin-bottom: 60px;
  }
}
.top_contents02 section .title_type01 + p {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .title_type01 + p {
    text-align: center;
    margin-bottom: 90px;
  }
}
.top_contents02 section > h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section > h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
.top_contents02 section 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents02 section ul {
    max-width: 1140px;
    -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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_contents02 section ul li {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_contents02 section ul li {
    width: 32%;
    max-width: 353px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .top_contents02 section ul li {
    padding: 34px 30px 27px;
  }
}
.top_contents02 section ul li .speech {
  margin-bottom: 12px;
  height: 163px;
}
.top_contents02 section ul li .speech p {
  background: #e8f8f6;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  line-height: 1.66;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top_contents02 section ul li .speech p {
    font-size: 1.3rem;
  }
}
.top_contents02 section ul li .speech p::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #e8f8f6 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 12px;
  bottom: -8px;
}
.top_contents02 section ul li figure {
  width: auto;
  height: 100%;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents02 section ul li figure {
    max-height: 180px;
  }
}
@media screen and (min-width: 960px) {
  .top_contents02 section ul li figure {
    max-height: 200px;
  }
}
.top_contents02 section ul li figure img {
  width: auto;
  height: 100%;
}
.top_contents02 section ul li .inner_txt {
  margin-top: 16px;
}
.top_contents02 section ul li .inner_txt h4 {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  text-align: center;
  color: #fe9b2b;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .top_contents02 section ul li .inner_txt h4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .top_contents02 section ul li .inner_txt h4 {
    font-size: 2.2rem;
  }
}
.top_contents02 section ul li .inner_txt p {
  font-size: 1.5rem;
}

.top_column {
  background: url("../images/top/bg04_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 50px;
  padding: 80px 0 100px;
}
@media screen and (min-width: 769px) {
  .top_column {
    background: url("../images/top/bg04_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 128px 0 120px;
    border-top-left-radius: 100px;
  }
}
.top_column section {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_column section {
    width: calc(100% - 30px);
    max-width: 1140px;
  }
}
.top_column section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_column section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_column section .inner_content {
  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;
  border-bottom: solid 1px #cecece;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 52px;
  }
}
.top_column section .inner_content .left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .left {
    width: 48.5%;
    max-width: 515px;
  }
}
@media screen and (min-width: 1140px) {
  .top_column section .inner_content .left {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_column section .inner_content .left a {
    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;
    padding: 15px;
    border-top: solid 1px #cecece;
    border-bottom: solid 1px #cecece;
    margin-bottom: 15px;
  }
}
.top_column section .inner_content .left a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_column section .inner_content .left a:hover .inner_link figure {
  right: -5px;
}
.top_column section .inner_content .left picture {
  margin-bottom: 9px;
}
.top_column section .inner_content .left picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top_column section .inner_content .left picture img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 20px;
    margin-right: 18px;
  }
}
.top_column section .inner_content .left .inner_txt .date {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .left .inner_txt .date {
    margin-bottom: 6px;
  }
}
.top_column section .inner_content .left .inner_txt .txt {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .left .inner_txt .txt {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 18px;
  }
}
.top_column section .inner_content .left .inner_txt .inner_link {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  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;
  letter-spacing: 0.05em;
}
.top_column section .inner_content .left .inner_txt .inner_link figure {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  right: 0;
  margin-left: 10px;
}
.top_column section .inner_content .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right {
    width: 48.5%;
    max-width: 580px;
  }
}
@media screen and (min-width: 1140px) {
  .top_column section .inner_content .right {
    width: auto;
  }
}
.top_column section .inner_content .right ul li {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right ul li {
    margin-bottom: 20px;
  }
}
.top_column section .inner_content .right ul li:last-of-type {
  margin-bottom: 0;
}
.top_column section .inner_content .right ul li:last-of-type a {
  padding-bottom: 0;
  border-bottom: solid 0 #cecece;
}
.top_column section .inner_content .right ul li a {
  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;
  padding: 0 15px 15px;
  border-bottom: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right ul li a {
    padding: 0;
    padding-bottom: 20px;
  }
}
.top_column section .inner_content .right ul li a picture {
  margin-right: 18px;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right ul li a picture {
    max-width: 200px;
    margin-right: 30px;
  }
}
.top_column section .inner_content .right ul li a picture img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right ul li a picture img {
    width: 100%;
    height: auto;
    border-top-left-radius: 0;
  }
}
.top_column section .inner_content .right ul li a .inner_txt .date {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right ul li a .inner_txt .date {
    letter-spacing: 0.03em;
  }
}
.top_column section .inner_content .right ul li a .inner_txt .txt {
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .top_column section .inner_content .right ul li a .inner_txt .txt {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 22px;
  }
}
.top_column section .inner_content .right ul li a .inner_txt .inner_link {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  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;
  letter-spacing: 0.05em;
}
.top_column section .inner_content .right ul li a .inner_txt .inner_link figure {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  margin-left: 10px;
  right: 0;
}
.top_column section .inner_content .right ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_column section .inner_content .right ul li a:hover .inner_link figure {
  right: -5px;
}

.bg02 {
  position: relative;
  background: #f2efea;
}
.bg02::after {
  background: #fff;
  width: 100%;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .bg02::after {
    height: 240px;
  }
}

.top_contents03 {
  padding-bottom: 120px;
}
.top_contents03 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section {
    padding: 53px 60px 60px;
    margin-bottom: 97px;
    max-width: 1140px;
  }
}
.top_contents03 section h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #0cb59b;
}
@media screen and (min-width: 769px) {
  .top_contents03 section h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.top_contents03 section h2 + p {
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section h2 + p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 58px;
  }
}
.top_contents03 section .flow_chart {
  position: relative;
}
.top_contents03 section .flow_chart .txt_chart {
  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: 34px;
  margin-bottom: 41px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart {
    margin-top: 124px;
    margin-bottom: 41px;
  }
}
.top_contents03 section .flow_chart .txt_chart::after {
  background: url("../images/top/flow_arrow04.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 30px;
  height: 10px;
  bottom: -25px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart::after {
    width: 60px;
    height: 20px;
    bottom: -20px;
  }
}
.top_contents03 section .flow_chart .txt_chart .left {
  position: relative;
  width: 60px;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 420px) {
  .top_contents03 section .flow_chart .txt_chart .left {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .left {
    width: 105px;
    left: initial;
  }
}
.top_contents03 section .flow_chart .txt_chart .left figure {
  width: 21px;
  position: relative;
  left: -15px;
  top: 385px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .left figure {
    width: 24px;
    left: -30px;
    top: 330px;
  }
}
.top_contents03 section .flow_chart .txt_chart .left figure img {
  width: 100%;
  height: auto;
}
.top_contents03 section .flow_chart .txt_chart .left::before {
  background: url("../images/top/flow_arrow01_sp.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 1190px;
  position: absolute;
  right: -5px;
  top: 130px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 550px) {
  .top_contents03 section .flow_chart .txt_chart .left::before {
    height: 1100px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .left::before {
    background: url("../images/top/flow_arrow01.svg") no-repeat;
    background-size: contain;
    width: 44px;
    height: 800px;
    right: 16px;
    top: 75px;
  }
}
@media screen and (min-width: 930px) and (max-width: 1179px) {
  .top_contents03 section .flow_chart .txt_chart .left::before {
    height: 700px;
  }
}
.top_contents03 section .flow_chart .txt_chart .left p {
  color: #fe9b2b;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 400px;
  margin-left: -5px;
  position: relative;
  left: 0;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .left p {
    font-size: 2.5rem;
    margin-left: initial;
  }
}
.top_contents03 section .flow_chart .txt_chart .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 913px;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top_contents03 section .flow_chart .txt_chart .right dl {
    width: 100%;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 section .flow_chart .txt_chart .right dl:last-of-type {
    margin-bottom: 0;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl:last-of-type dd::after {
  content: none;
}
.top_contents03 section .flow_chart .txt_chart .right dl dt {
  width: 100%;
  border-radius: 5px 5px 0 0;
  background: #fff5e9;
  padding: 24px 30px 18px 35px;
  -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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt {
    border-radius: 5px 0px 0px 5px;
    width: 40%;
    padding: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt {
    width: 350px;
    height: 210px;
    padding: 36px 40px;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dt .inner_title {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt .inner_title {
    margin-bottom: 16px;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dt .inner_title h4 {
  color: #fe9b2b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt .inner_title h4 {
    font-size: 3.5rem;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dt .inner_title span {
  background: #fe9b2b;
  color: #fff;
  font-size: 1.4rem;
  padding: 0px 10px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt .inner_title span {
    font-size: 1.6rem;
    padding: 0px 10px;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dt > p {
  line-height: 1.75;
}
.top_contents03 section .flow_chart .txt_chart .right dl dt .sub_txt {
  color: #fe9b2b;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt .sub_txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dt .sub_txt {
    display: none;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.5rem;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dt .sub_txt.pc_only {
  display: block !important;
}
.top_contents03 section .flow_chart .txt_chart .right dl dd {
  width: 100%;
  border-radius: 0 0 5px 5px;
  background: #daf4f0;
  padding: 18px 30px 18px 35px;
  -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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd {
    border-radius: 0px 5px 5px 0px;
    width: 60%;
    padding: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd {
    width: 563px;
    height: 210px;
    padding: 40px;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dd::after {
  background: url("../images/top/flow_arrow03.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd::after {
    width: 33px;
    height: 40px;
    right: initial;
    left: -16px;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dd .sub_txt {
  color: #0cb59b;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd .sub_txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd .sub_txt {
    display: none;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.5rem;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dd .sub_txt.pc_only {
  display: block !important;
}
.top_contents03 section .flow_chart .txt_chart .right dl dd ul li {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd ul li {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_contents03 section .flow_chart .txt_chart .right dl dd .tab {
  margin-top: 15px;
}
.top_contents03 section .flow_chart .txt_chart .right dl dd .tab p {
  color: #fff;
  background: #0cb59b;
  min-height: 34px;
  border-radius: 34px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt_chart .right dl dd .tab p {
    margin-bottom: 15px;
  }
}
.top_contents03 section .flow_chart .txt01 {
  background: #daf4f0;
  border-radius: 5px;
  height: 52px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt01 {
    height: 66px;
    margin-bottom: 60px;
  }
}
.top_contents03 section .flow_chart .txt01::after {
  background: url("../images/top/flow_arrow04.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 10px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt01::after {
    width: 60px;
    height: 20px;
    bottom: -40px;
  }
}
.top_contents03 section .flow_chart .txt01 p {
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt01 p {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}
.top_contents03 section .flow_chart .txt02 p {
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .flow_chart .txt02 p {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}
.top_contents03 .link_type01 a {
  letter-spacing: 0.1em;
  padding-right: 40px;
}

.separate_img {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .separate_img {
    margin-bottom: 130px;
  }
}
.separate_img picture {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 769px) {
  .separate_img picture {
    height: 400px;
  }
}
.separate_img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_contents04 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top_contents04 {
    margin-bottom: 116px;
  }
}
.top_contents04 section {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.top_contents04 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .title_type01 {
    margin-bottom: 60px;
  }
}
.top_contents04 section 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents04 section ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_contents04 section ul li {
  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;
}
@media screen and (max-width: 768px) {
  .top_contents04 section ul li {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents04 section ul li {
    margin: 0 20px;
    width: 48%;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section ul li {
    width: 398px;
    margin: 0 40px;
  }
}
.top_contents04 section ul li h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 3.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents04 section ul li h3 {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .top_contents04 section ul li h3 {
    width: 398px;
    white-space: nowrap;
  }
}
.top_contents04 section ul li p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 980px) {
  .top_contents04 section ul li p {
    width: 398px;
  }
}
.top_contents04 section ul li figure {
  height: auto;
  margin-bottom: 15px;
  width: 258px;
}
@media screen and (min-width: 980px) {
  .top_contents04 section ul li figure {
    width: 360px;
    margin-bottom: 25px;
  }
}
.top_contents04 section ul li figure img {
  width: 100%;
  height: auto;
}

.top_contents05 {
  background: url("../images/top/bg04_sp.jpg") no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  padding: 80px 0;
  margin-bottom: 82px;
}
@media screen and (min-width: 769px) {
  .top_contents05 {
    background: url("../images/top/bg04_pc.jpg") no-repeat;
    background-size: cover;
    border-top-left-radius: 100px;
    padding: 130px 0;
    margin-bottom: 120px;
  }
}
.top_contents05 section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top_contents05 section .title_type01 {
  margin-bottom: 60px;
}
.top_contents05 section #voice_slider {
  margin-bottom: 60px;
  width: 3951px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_contents05 section #voice_slider .voice_wrap {
  width: 330px;
  border-radius: 5px;
  background: linear-gradient(45deg, #0cb59b 0%, #05acd9 100%);
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  .top_contents05 section #voice_slider .voice_wrap {
    min-height: 543px;
    width: 700px;
    padding: 10px;
    margin: 0 16px;
    min-height: initial;
  }
}
@media screen and (min-width: 1140px) {
  .top_contents05 section #voice_slider .voice_wrap {
    width: 942px;
    height: 328px;
    margin: 0 31px;
  }
}
.top_contents05 section #voice_slider dl {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_contents05 section #voice_slider dl {
    padding: 40px;
    height: 100%;
  }
}
.top_contents05 section #voice_slider dl dt {
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top_contents05 section #voice_slider dl dt h3 {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top_contents05 section #voice_slider dl dt h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.top_contents05 section #voice_slider dl dt p {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .top_contents05 section #voice_slider dl dt p {
    font-size: 1.6rem;
  }
}
.top_contents05 section #voice_slider dl dd {
  font-size: 1.5rem;
}

.top_contents06 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .top_contents06 {
    margin-bottom: 120px;
    max-width: 1140px;
  }
}
.top_contents06 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .title_type01 {
    margin-bottom: 65px;
  }
}
.top_contents06 section .faq_list {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .faq_list {
    margin-bottom: 80px;
  }
}
.top_contents06 section .faq_list dl {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .faq_list dl {
    margin-bottom: 33px;
  }
}
.top_contents06 section .faq_list dl dt {
  width: 100%;
  border-radius: 20px 0px 0px 0px;
  background: #e6f4f1;
  font-size: 1.6rem;
  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;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .faq_list dl dt {
    height: 70px;
    padding: 20px;
    letter-spacing: 0.05em;
  }
}
.top_contents06 section .faq_list dl dt span {
  background: #0cb59b;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 14px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .faq_list dl dt span {
    margin-right: 20px;
  }
}
.top_contents06 section .faq_list dl dt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_contents06 section .faq_list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 3px #e6f4f1;
  border-left: solid 3px #e6f4f1;
  border-right: solid 3px #e6f4f1;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .faq_list dl dd {
    padding: 13px 20px;
    font-weight: 500;
  }
}
.top_contents06 section .faq_list dl dd span {
  color: #0cb59b;
  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: 34px;
  height: 30px;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 16px;
  line-height: 1.86;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .top_contents06 section .faq_list dl dd span {
    margin-right: 22px;
  }
}
.top_contents06 section .faq_list dl dd p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top_contents07 {
  width: calc(100% - 30px);
  max-width: 500px;
  height: 347px;
  background: #e6f4f1;
  border: solid 3px #0cb59b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 10px;
  margin-bottom: 40px;
}
.top_contents07.second {
  margin-bottom: 88px;
}
@media screen and (min-width: 769px) {
  .top_contents07 {
    max-width: initial;
    max-width: 840px;
    height: 261px;
    padding: 30px;
    margin-bottom: 50px;
  }
  .top_contents07.second {
    margin-bottom: 128px;
  }
}
.top_contents07 section a {
  background: #fff;
  padding: 28px 18px;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .top_contents07 section a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 18px 0px 16px 28px;
  }
}
.top_contents07 section a .title_type01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_contents07 section a .title_type01 {
    margin-bottom: 19px;
  }
}
.top_contents07 section a .title_type01 span {
  text-align: left;
  position: relative;
  margin-top: 14px;
}
.top_contents07 section a .title_type01 h2 {
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .top_contents07 section a .left {
    width: 303px;
    margin-top: 20px;
  }
}
.top_contents07 section a .left p {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .top_contents07 section a .left p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .top_contents07 section a .left p {
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 400px) {
  .top_contents07 section a .left p {
    font-size: 3.75vw;
  }
}
.top_contents07 section a .right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents07 section a .right {
    right: -10px;
    width: 50%;
  }
}
@media screen and (min-width: 890px) {
  .top_contents07 section a .right {
    width: 394px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents07 section a .right figure {
    width: 278px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 400px) {
  .top_contents07 section a .right figure {
    width: 69.5vw;
  }
}
@media screen and (min-width: 769px) {
  .top_contents07 section a .right figure {
    width: 100%;
  }
}
.top_contents07 section a .right figure img {
  width: 100%;
  height: auto;
}
.top_contents07 section a .seminar_link span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 161px;
  height: 46px;
  border-radius: 20px 0px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), color-stop(0%, #0cb59c), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #0cb59c 0%, #05acd9 100%);
  color: #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;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top_contents07 section a .seminar_link span figure {
  margin-left: 20px;
}

.top_news {
  margin-bottom: 78px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_news {
    margin-bottom: 115px;
  }
  .top_news::after {
    background: url("../images/top/bg05.svg") no-repeat;
    background-position: center;
    background-size: auto;
    width: 1782px;
    height: 724px;
    position: absolute;
    right: 0;
    left: -500px;
    top: -550px;
    z-index: -1;
    margin: auto;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 769px) and (min-width: 1400px) {
  .top_news::after {
    left: -27%;
  }
}
.top_news section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_news section {
    max-width: 1140px;
  }
}
.top_news section .title_type01 {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .top_news section .title_type01 {
    margin-bottom: 45px;
  }
}
.top_news section ul {
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .top_news section ul {
    margin-bottom: 13px;
  }
}
.top_news section ul li {
  width: 100%;
}
.top_news section ul li a {
  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;
  padding: 17px 0;
  width: 100%;
  position: relative;
  border-bottom: solid 1px #cecece;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 17px 0;
  }
  .top_news section ul li a::after {
    background: url("../images/top/arrow02.svg") no-repeat;
    background-size: contain;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top_news section ul li a:hover::after {
    right: -5px;
  }
}
.top_news section ul li a span {
  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-right: 27px;
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a span {
    margin-bottom: 0;
  }
}
.top_news section ul li a span .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  margin-right: 15px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a span .date {
    margin-right: 20px;
  }
}
.top_news section ul li a span .cat {
  background: #0cb59b;
  color: #fff;
  font-size: 1.3rem;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_news section ul li a .txt {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .top_news section ul li a .txt {
    line-height: 2.8rem;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_news section ul li a .txt::after {
    background: url("../images/top/arrow02.svg") no-repeat;
    background-size: contain;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top_news section ul li a .txt:hover::after {
    right: -5px;
  }
}
.top_news section .news_link {
  width: 100%;
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
  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;
}
@media screen and (min-width: 769px) {
  .top_news section .news_link {
    width: calc(100% - 30px);
  }
}
.top_news section .news_link a {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding-right: 18px;
  letter-spacing: 0.05em;
  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;
}
.top_news section .news_link a::after {
  background: url("../images/top/arrow02.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top_news section .news_link a:hover::after {
  right: -5px;
}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  width: 350px;
  height: 80px;
  border-radius: 80px;
  border: solid 1px #0cb59b;
  color: #153e41;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 399px) {
  .link_type01 b,
  .link_type01 a {
    width: 87.5vw;
    height: 20vw;
    border-radius: 20vw;
  }
}
.link_type01 b::after,
.link_type01 a::after {
  background: url("../images/common/arrow01.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type01 b:hover,
.link_type01 a:hover {
  opacity: 1;
}
.link_type01 b:hover::after,
.link_type01 a:hover::after {
  right: 15px;
}

.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 b,
.link_type02 a {
  background: #153e41;
  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: 70px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media screen and (max-width: 399px) {
  .link_type02 b,
  .link_type02 a {
    width: 80vw;
    height: 20vw;
    border-radius: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .link_type02 b,
  .link_type02 a {
    width: 400px;
    height: 80px;
  }
}
.link_type02 b::after,
.link_type02 a::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  width: 41px;
  height: 4px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link_type02 b:hover,
.link_type02 a:hover {
  opacity: 1;
}
.link_type02 b:hover::after,
.link_type02 a:hover::after {
  right: -30px;
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */
.page_keyvisual {
  position: relative;
  height: 194px;
  width: 100%;
  background: url("../images/common/page_keyvisual_sp.webp") no-repeat;
  background-size: cover;
  background-position: 0 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1080px) {
  .page_keyvisual {
    background: url("../images/common/page_keyvisual_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 320px;
    margin-bottom: 98px;
  }
}
.page_keyvisual .main_txt {
  z-index: 2;
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  height: 194px;
  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;
  padding-top: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .page_keyvisual .main_txt {
    height: 320px;
    padding-top: 95px;
  }
}
.page_keyvisual .main_txt h1,
.page_keyvisual .main_txt h2 {
  font-size: min(8vw, 3.5rem);
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  white-space: nowrap;
  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;
  text-shadow: 3px 3px 10px rgba(4, 155, 145, 0.3);
}
@media screen and (min-width: 1080px) {
  .page_keyvisual .main_txt h1,
  .page_keyvisual .main_txt h2 {
    font-size: 8rem;
  }
}
.page_keyvisual .main_txt h1 span,
.page_keyvisual .main_txt h2 span {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
@media screen and (min-width: 1080px) {
  .page_keyvisual .main_txt h1 span,
  .page_keyvisual .main_txt h2 span {
    margin-top: 16px;
    font-size: 2rem;
  }
}

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

input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  vertical-align: -6px;
  -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: 9px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  margin-top: -130px;
  padding-top: 130px;
}

/* -------------------------------------------------------------------------------
コラムページ
---------------------------------------------------------------------------------- */
.column_list {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .column_list {
    max-width: 1140px;
  }
}
.column_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: 20px;
  grid-row-gap: 20px;
}
.column_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .column_list ul {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .column_list ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1140px) {
  .column_list ul {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }
}
.column_list ul li a {
  border-bottom: solid 1px #cecece;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 14px;
}
@media screen and (min-width: 1080px) {
  .column_list ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6px;
  }
}
.column_list ul li a > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column_list ul li a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.column_list ul li a:hover span figure {
  right: -5px;
}
.column_list ul li .date {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  line-height: 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.column_list ul li .txt {
  line-height: 2.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.column_list ul li span {
  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;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 500;
}
.column_list ul li span figure {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  right: 0;
  margin-left: 10px;
}
.column_list ul li picture {
  margin-bottom: 10px;
  margin-right: 20px;
  width: 150px;
}
@media screen and (min-width: 1080px) {
  .column_list ul li picture {
    margin-right: 0;
    width: 100%;
  }
}
.column_list ul li picture img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------------------
プライバシーポリシーページ
---------------------------------------------------------------------------------- */
.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 h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.privacy_block p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
}
.privacy_block a {
  color: #0cb59b;
  text-decoration: underline;
}
.privacy_block a:hover {
  text-decoration: none;
}
.privacy_block .box {
  width: 100%;
  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;
  margin: 26px 0 23px;
}
.privacy_block .box a {
  color: #153e41;
}
.privacy_block > ul {
  margin-bottom: 26px;
}
.privacy_block > ul > li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
}
.privacy_block > ul > li:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------------
お問い合わせページ
---------------------------------------------------------------------------------- */
.contact_wrap {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin-bottom: 78px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contact_wrap {
    max-width: 1000px;
    margin-bottom: 130px;
  }
}
.contact_wrap .read_text {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
}
@media screen and (min-width: 769px) {
  .contact_wrap .read_text {
    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: #153e41;
}
.contact_wrap .read_text p .sp_only02 {
  display: none;
}
@media screen and (max-width: 440px) {
  .contact_wrap .read_text p .sp_only02 {
    display: block;
  }
}

.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: 880px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .required_text {
    margin-bottom: 15px;
  }
}
.required_text span {
  color: #fe9b2b;
}

.contact_table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 792px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 58px;
}
@media screen and (min-width: 800px) {
  .contact_table {
    margin-bottom: 60px;
  }
}
.contact_table caption {
  color: #fe9b2b;
  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: #153e41;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0;
}
@media screen and (min-width: 800px) {
  .contact_table th {
    width: 202px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 15px;
    white-space: nowrap;
  }
}
.contact_table th.entry {
  padding-top: 0;
}
.contact_table th span {
  color: #fe9b2b;
  display: inline-block;
}
.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% - 202px);
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .contact_table td {
    width: 590px;
  }
}
.contact_table td.radio_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-column-gap: 35px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact_table td.radio_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_table td.radio_block label {
    height: 30px;
  }
}
@media 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 .input_address {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .contact_table td .input_address {
    padding-left: 10px;
  }
}
.contact_table td .input_address input[type=number] {
  width: 99px;
}
.contact_table td .input_address p {
  margin-right: 10px;
}
.contact_table td .input_address p:last-of-type {
  margin: 0 6px;
}
.contact_table td .select_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;
}
@media screen and (max-width: 470px) {
  .contact_table td .select_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 275px;
  }
}
.contact_table td .select_wrap p {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact_table td .select_wrap .sp_w100 {
  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: 769px) {
  .contact_table td .select_wrap .sp_w100 {
    width: auto !important;
  }
}
.contact_table td select#year {
  width: 193px !important;
}
@media screen and (max-width: 470px) {
  .contact_table td select#year {
    margin-bottom: 10px;
    display: block;
  }
}
.contact_table td select#month,
.contact_table td select#day {
  width: 91px !important;
  padding: 3px 10px;
}
.contact_table td .file-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_table td .file-wrapper .select-image {
    position: relative;
    top: -3px;
    left: 10px;
    font-size: 1.5rem;
  }
  .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: #eeeeee;
  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=number],
.contact_table td input[type=email] {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 769px) {
  .contact_table td input[type=text],
  .contact_table td input[type=number],
  .contact_table td input[type=email] {
    padding: 3px 15p;
    height: 40px;
  }
}
.contact_table td input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::-moz-placeholder {
  color: #b0b0b0;
}
.contact_table td input:-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td input::placeholder {
  color: #b0b0b0;
}
.contact_table td label {
  width: 100% !important;
  height: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 0 #fff;
}
.contact_table td label input[type=date] {
  color: #000;
  height: 40px;
  width: 100%;
  padding: 5px 20px;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
.contact_table td select {
  width: 100%;
  padding: 3px 15px;
  height: 40px;
  font-weight: 400;
  border: solid 0 #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: #153e41;
  background: #eeeeee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 769px) {
  .contact_table td select {
    width: 410px;
  }
}
.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%;
  max-width: 410px;
}
.contact_table td .select-wrap::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 3;
  background: url("../images/common/select.svg") no-repeat;
  background-size: contain;
  width: 17px;
  height: 9px;
}
.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: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  height: 150px;
  border-radius: 5px;
  border: solid 0 #fff;
  background: #eeeeee;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 800px) {
  .contact_table td textarea {
    height: 182px;
    padding: 15px;
  }
}
.contact_table td textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea::-moz-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea::-ms-input-placeholder {
  color: #b0b0b0;
}
.contact_table td textarea::placeholder {
  color: #b0b0b0;
}
.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: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contact_bottom_text p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.5rem !important;
  color: #153e41;
}
.contact_bottom_text p a {
  text-decoration: underline;
  color: #153e41;
  margin-left: 10px;
}
.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: 300px;
  height: 70px;
  border-radius: 70px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fe9b2b;
  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;
}
@media screen and (min-width: 769px) {
  .contact_submit div {
    width: 350px;
    height: 80px;
    border-radius: 80px;
  }
}
.contact_submit div::after {
  background: url("../images/common/link_arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit div:hover::after {
  right: 20px;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact_submit input[type=submit] {
  width: 300px;
  height: 70px;
  border-radius: 70px;
  background: #fe9b2b;
  -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 #fe9b2b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  font-weight: 500;
  color: #fff;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .contact_submit input[type=submit] {
    font-size: 1.6rem;
    font-weight: 700;
    width: 350px;
    height: 80px;
    border-radius: 80px;
  }
}
.contact_submit input[type=submit]:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* -------------------------------------------------------------------------------
お知らせページ
---------------------------------------------------------------------------------- */
.news_block {
  margin-top: -18px;
}
.news_block section {
  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;
  max-width: 500px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .news_block section {
    max-width: 942px;
  }
}
.news_block section .title_type01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .news_block section .title_type01 {
    margin-bottom: 60px;
  }
}
.news_block section .title_type01 p {
  text-align: center;
}
.news_block section ul {
  width: 100%;
}
.news_block section ul li a {
  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;
  padding: 18px 30px 18px 0;
  position: relative;
  border-bottom: solid 1px #cecece;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 55px 20px 0;
    line-height: 2;
  }
}
.news_block section ul li a::after {
  background: url("../images/news/news_arrow_b.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news_block section ul li a:hover::after {
  right: -5px;
}
.news_block section ul li a span {
  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: 6px;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a span {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.news_block section ul li a span .date {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) {
  .news_block section ul li a span .date {
    margin-right: 20px;
  }
}
.news_block section ul li a span .cat_tag {
  background: #0cb59b;
  min-width: 85px;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #fff;
}
.news_block section ul li a span + p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_nav {
  width: calc(100% - 30px);
  margin: 40px auto 100px;
  max-width: 400px;
}
@media screen and (min-width: 769px) {
  .page_nav {
    margin: 80px auto 150px;
  }
}
.page_nav ul {
  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;
}
@media screen and (min-width: 769px) {
  .page_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_nav ul li {
  margin: 0 4px;
}
@media screen and (min-width: 769px) {
  .page_nav ul li {
    margin: 0 8px;
  }
}
.page_nav ul li:first-child a {
  background: #0cb59b;
  color: #fff;
}
.page_nav ul li:first-child a::before {
  background: url("../images/news/news_arrow.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page_nav ul li:last-child a {
  background: #0cb59b;
  color: #fff;
}
.page_nav ul li:last-child a::before {
  background: url("../images/news/news_arrow.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
.page_nav ul li a {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-weight: 500;
  background: #eeeeee;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  color: #153e41;
}
.page_nav ul li a:hover, .page_nav ul li a:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
  color: #fff;
  border: none;
  opacity: 1;
}
.page_nav ul li .active {
  color: #fff;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
}
.page_nav ul li .active::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page_nav ul li .active:hover::after {
  opacity: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
}
.page_nav ul .active a {
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
  color: #fff;
  pointer-events: none;
}
.page_nav ul .active a::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page_nav ul .active a:hover::after {
  opacity: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
}

.news_detail_block {
  position: relative;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  max-width: 500px;
}
@media screen and (min-width: 769px) {
  .news_detail_block {
    max-width: 942px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.news_detail_block .tag_date {
  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: 20px;
}
@media screen and (min-width: 769px) {
  .news_detail_block .tag_date {
    margin-right: 25px;
    margin-bottom: 15px;
  }
}
.news_detail_block .tag_date .date {
  margin-right: 15px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
}
.news_detail_block .tag_date .cat_tag {
  background: #0cb59b;
  min-width: 85px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
.news_detail_block .tag_date + p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_detail_block h1 {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 500;
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .news_detail_block h1 {
    font-size: 2.2rem;
    line-height: 4rem;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.news_detail_block h2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .news_detail_block h2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.news_detail_block h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .news_detail_block h3 {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
}
.news_detail_block blockquote {
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.news_detail_block ol {
  counter-reset: listnum;
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.news_detail_block ol li {
  margin-bottom: 5px;
  font-weight: 400;
}
.news_detail_block ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
.news_detail_block ul {
  list-style: none;
  padding-left: 2rem;
  text-indent: -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.news_detail_block ul li {
  margin-bottom: 5px;
  font-weight: 400;
}
.news_detail_block ul li::before {
  content: "■ ";
  color: #153e41;
}
.news_detail_block .inner_content p {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .news_detail_block .inner_content p {
    font-size: 1.5rem;
  }
}
.news_detail_block .inner_content img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .news_detail_block .inner_content img {
    margin-bottom: 40px;
  }
}
.news_detail_block .bold {
  font-weight: 700 !important;
}
.news_detail_block .post_content p {
  margin-bottom: 10px;
}
.news_detail_block .post_content table {
  width: 100%;
  border-left: solid 1px #b8b8b8;
  border-top: solid 1px #b8b8b8;
  margin-bottom: 40px;
  max-width: 780px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news_detail_block .post_content table tr {
  border-bottom: solid 1px #b8b8b8;
}
.news_detail_block .post_content table th {
  background: #e6f4f1;
  border-right: solid 1px #b8b8b8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  padding: 10px 15px;
  text-align: left;
}
.news_detail_block .post_content table td {
  border-right: solid 1px #b8b8b8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  padding: 10px 15px;
}
.news_detail_block .post_content table td :last-child {
  margin-bottom: 0;
}
.news_detail_block .italic {
  font-style: italic;
}
.news_detail_block .underline {
  text-decoration: underline;
}
.news_detail_block .strike_through {
  display: inline-block;
}
.news_detail_block p a {
  color: #0cb59b;
  text-decoration: underline;
  font-weight: 700;
}
.news_detail_block p a:hover {
  text-decoration: none;
}
.news_detail_block .video_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.news_detail_block .video_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_detail_block .video_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 91, 52, 0.31);
}

.page_back-parts {
  width: calc(100% - 30px);
  max-width: 350px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .page_back-parts {
    max-width: 1140px;
    margin-bottom: 150px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page_back-parts .page_back-list {
  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;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list {
    margin: 0 65px;
  }
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_back-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page_back-parts .page_back-list a {
  background: #fff;
  color: #153e41;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 80px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  border: solid 1px #0cb59b;
}
@media screen and (min-width: 769px) {
  .page_back-parts .page_back-list a {
    font-size: 1.6rem;
  }
}
.page_back-parts .page_back-list a::after {
  background: url("../images/news/news_link_arrow.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_back-list a:hover::after {
  left: 19px;
}
.page_back-parts .page_back-list a:hover {
  opacity: 1;
}
.page_back-parts .page_next {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
  }
}
.page_back-parts .page_next a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.page_back-parts .page_next a::after {
  background: url("../images/news/news_arrow_b.svg") no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 7px;
  height: 13px;
  position: absolute;
  left: -20px;
  top: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_next a:hover::after {
  left: -25px;
}
.page_back-parts .page_next a:hover {
  opacity: 1;
  text-decoration: none;
}
.page_back-parts .page_back {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page_back-parts .page_back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 30px;
  }
}
.page_back-parts .page_back a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.page_back-parts .page_back a::after {
  background: url("../images/news/news_arrow_b.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  position: absolute;
  right: -20px;
  top: 3px;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_back-parts .page_back a:hover::after {
  right: -25px;
}
.page_back-parts .page_back a:hover {
  opacity: 1;
  text-decoration: none;
}

/* -------------------------------------------------------------------------------
お客様の声ページ
---------------------------------------------------------------------------------- */
.review_list {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .review_list {
    margin-bottom: 150px;
    max-width: 942px;
  }
}
.review_list .voice_wrap {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(45deg, #0cb59b 0%, #05acd9 100%);
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .review_list .voice_wrap {
    padding: 10px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1140px) {
  .review_list .voice_wrap {
    width: 942px;
  }
}
.review_list .voice_wrap dl {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .review_list .voice_wrap dl {
    padding: 40px;
  }
}
.review_list .voice_wrap dl dt {
  border-bottom: solid 1px #cecece;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.review_list .voice_wrap dl dt h3 {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .review_list .voice_wrap dl dt h3 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.review_list .voice_wrap dl dt p {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .review_list .voice_wrap dl dt p {
    font-size: 1.6rem;
  }
}
.review_list .voice_wrap dl dd {
  font-size: 1.5rem;
}

/* -------------------------------------------------------------------------------
よくあるご質問ページ
---------------------------------------------------------------------------------- */
.faq_content .faq_list {
  margin-bottom: 60px;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_list {
    margin-bottom: 80px;
    max-width: 1140px;
  }
}
.faq_content .faq_list dl {
  overflow: hidden;
  margin-bottom: 30px;
}
.faq_content .faq_list dl dt {
  width: 100%;
  border-radius: 20px 0px 0px 0px;
  background: #e6f4f1;
  font-size: 1.6rem;
  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;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_list dl dt {
    height: 70px;
    padding: 20px;
    letter-spacing: 0.05em;
  }
}
.faq_content .faq_list dl dt span {
  background: #0cb59b;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 14px;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_list dl dt span {
    margin-right: 20px;
  }
}
.faq_content .faq_list dl dt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq_content .faq_list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 3px #e6f4f1;
  border-left: solid 3px #e6f4f1;
  border-right: solid 3px #e6f4f1;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_list dl dd {
    padding: 13px 20px;
    font-weight: 500;
  }
}
.faq_content .faq_list dl dd span {
  color: #0cb59b;
  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: 34px;
  height: 30px;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 16px;
  line-height: 1.86;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_list dl dd span {
    margin-right: 22px;
  }
}
.faq_content .faq_list dl dd p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq_content .faq_category {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_category {
    max-width: 1140px;
    margin-bottom: 145px;
  }
}
.faq_content .faq_category 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: 40px;
  grid-row-gap: 15px;
}
.faq_content .faq_category ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_category ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.faq_content .faq_category ul li {
  width: 100%;
}
.faq_content .faq_category ul li a {
  position: relative;
  border: solid 1px #0cb59b;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 70px;
  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;
  font-size: 1.6rem;
  padding: 0 30px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_category ul li a {
    padding: 0 40px;
  }
}
.faq_content .faq_category ul li a::after {
  background: url("../images/common/arrow01.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .faq_content .faq_category ul li a::after {
    right: 30px;
  }
}
.faq_content .faq_category ul li a:hover::after {
  right: 25px;
}

/* -------------------------------------------------------------------------------
スタッフ紹介ページ
---------------------------------------------------------------------------------- */
.staff_content {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .staff_content {
    margin-bottom: 150px;
  }
}
.staff_content section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .staff_content section {
    max-width: 1140px;
  }
}
.staff_content section > p {
  margin-bottom: 53px;
}
.staff_content section .staff_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: 60px;
}
.staff_content section .staff_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .staff_content section .staff_list ul {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }
}
@media screen and (min-width: 1140px) {
  .staff_content section .staff_list ul {
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 60px;
  }
}
.staff_content section .staff_list ul li .name_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.staff_content section .staff_list ul li .name_title .name {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .staff_content section .staff_list ul li .name_title .name {
    font-size: 2.5rem;
  }
}
.staff_content section .staff_list ul li .name_title small {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0cb59b;
  display: block;
  margin-left: 10px;
}
.staff_content section .staff_list ul li .post {
  width: 250px;
  height: 40px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(-45deg, #0cb59b 0%, #05acd9 100%);
}
@media screen and (min-width: 769px) {
  .staff_content section .staff_list ul li .post {
    font-size: 1.5rem;
    width: 100%;
  }
}
.staff_content section .staff_list ul li picture {
  margin-bottom: 5px;
}
.staff_content section .staff_list ul li picture img {
  width: 100%;
  height: auto;
  border-radius: 30px 5px 5px 5px;
}
.staff_content section .staff_list ul li .inner_list dl {
  padding: 12px 0;
  border-bottom: solid 1px #cecece;
  letter-spacing: 0;
}
.staff_content section .staff_list ul li .inner_list dl dt {
  font-weight: 500;
  font-size: 1.5rem;
}
.staff_content section .staff_list ul li .inner_list dl dd {
  font-size: 1.5rem;
}

/* -------------------------------------------------------------------------------
セミナー案内ページ
---------------------------------------------------------------------------------- */
.seminar_content {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .seminar_content {
    max-width: 1140px;
  }
}
.seminar_content:last-of-type {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .seminar_content:last-of-type {
    margin-bottom: 150px;
  }
}
.seminar_content section {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .seminar_content section {
    margin-bottom: 120px;
  }
}
.seminar_content section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .seminar_content section .title_type01 {
    margin-bottom: 62px;
  }
}
.seminar_content .seminar_title {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .seminar_content .seminar_title {
    margin-bottom: 30px;
  }
}
.seminar_content .seminar_title h3 {
  width: 100%;
  min-height: 53px;
  border-radius: 60px;
  padding: 10px 30px;
  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;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(-45deg, #0cb59b 0%, #05acd9 100%);
}
@media screen and (min-width: 769px) {
  .seminar_content .seminar_title h3 {
    font-size: 2.5rem;
    min-height: 60px;
    border-radius: 60px;
  }
}
.seminar_content .seminar_title + p {
  margin-bottom: 30px;
}
.seminar_content .seminar_detail {
  background: #f2f9f8;
  border-radius: 10px;
  padding: 6px 20px 20px;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .seminar_content .seminar_detail {
    max-width: 1040px;
  }
}
@media screen and (min-width: 900px) {
  .seminar_content .seminar_detail {
    margin-top: 55px;
    padding: 25px 40px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.seminar_content .seminar_detail .inner_dl {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .seminar_content .seminar_detail .inner_dl {
    max-width: 550px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.seminar_content .seminar_detail .inner_dl dl {
  width: 100%;
  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;
  border-bottom: solid 1px #cecece;
  padding: 11px 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .seminar_content .seminar_detail .inner_dl dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.seminar_content .seminar_detail .inner_dl dl dt {
  font-weight: 500;
  width: 105px;
}
.seminar_content .seminar_detail .inner_dl dl dd {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .seminar_content .seminar_detail .inner_dl dl dd {
    width: calc(100% - 105px);
  }
}
.seminar_content .seminar_detail .link_type01.seminar a {
  font-weight: 700;
}
.seminar_content .seminar_detail .link_type01.seminar a::after {
  background: url("../images/seminar/seminar_arrow.svg") no-repeat;
  background-size: contain;
}
.seminar_content .seminar_detail .link_type01.seminar a:hover::after {
  right: 20px;
}

/* -------------------------------------------------------------------------------
業務内容ページ
---------------------------------------------------------------------------------- */
.serivice_contents01 {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 {
    margin-bottom: 120px;
  }
}
.serivice_contents01 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section {
    max-width: 1038px;
  }
}
.serivice_contents01 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .title_type01 {
    margin-bottom: 60px;
  }
}
.serivice_contents01 section > p {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section > p {
    margin-bottom: 105px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .serivice_contents01 section figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto 30px;
  }
}
.serivice_contents01 section .inner_contents ul li {
  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: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border: solid 3px #0cb59b;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents ul li {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 42px;
    padding: 20px 20px 20px 10px;
  }
}
@media screen and (min-width: 1000px) {
  .serivice_contents01 section .inner_contents ul li {
    padding: 30px 40px 40px;
  }
}
.serivice_contents01 section .inner_contents ul li figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents ul li figure {
    top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .serivice_contents01 section .inner_contents ul li .inner_txt {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents ul li .inner_txt {
    margin-left: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .serivice_contents01 section .inner_contents ul li .inner_txt {
    margin-left: 42px;
  }
}
.serivice_contents01 section .inner_contents ul li .inner_txt .inner_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .serivice_contents01 section .inner_contents ul li .inner_txt .inner_title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }
}
.serivice_contents01 section .inner_contents ul li .inner_txt .inner_title h3 {
  color: #fe9b2b;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents ul li .inner_txt .inner_title h3 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 8px;
  }
}
.serivice_contents01 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .serivice_contents01 section .inner_contents ul li dl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents ul li dl {
    -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;
  }
}
.serivice_contents01 section .inner_contents ul li dl dt {
  background: #e8f8f6;
  border-radius: 5px;
  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: 122px;
  height: 34px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .serivice_contents01 section .inner_contents ul li dl dt {
    width: 122px;
    height: 79px;
    margin-bottom: 0;
  }
}
.serivice_contents01 section .inner_contents ul li dl dd {
  position: relative;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serivice_contents01 section .inner_contents ul li dl dd p {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 400px) {
  .serivice_contents01 section .inner_contents ul li dl dd p {
    letter-spacing: 0.03em;
  }
}
.serivice_contents01 section .inner_contents ul li dl dd p::before {
  background: #0cb59b;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  left: -24px;
  top: 8px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.serivice_contents02 {
  padding-bottom: 80px;
  background: url("../images/service/bg01_sp.webp") no-repeat;
  background-size: cover;
  border-top-left-radius: 100px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 {
    background: url("../images/service/bg01_pc.webp") no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 128px;
  }
}
.serivice_contents02 section {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section {
    max-width: 1038px;
  }
}
.serivice_contents02 section .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section .title_type01 {
    margin-bottom: 60px;
  }
}
.serivice_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: 40px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.serivice_contents02 section .inner_list ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section .inner_list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.serivice_contents02 section .inner_list ul li {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(4, 155, 145, 0.3);
          box-shadow: 0px 3px 6px rgba(4, 155, 145, 0.3);
}
@media screen and (min-width: 1040px) {
  .serivice_contents02 section .inner_list ul li {
    padding: 42px 48px;
  }
}
.serivice_contents02 section .inner_list ul li .inner_title {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section .inner_list ul li .inner_title {
    margin-bottom: 40px;
  }
}
.serivice_contents02 section .inner_list ul li .inner_title h3 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section .inner_list ul li .inner_title h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1040px) {
  .serivice_contents02 section .inner_list ul li .inner_title h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section .inner_list ul li:nth-of-type(3) .inner_title {
    margin-bottom: 10px;
  }
}
.serivice_contents02 section .inner_list 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.serivice_contents02 section .inner_list ul li dl dt {
  background: #e8f8f6;
  border-radius: 5px;
  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: 122px;
  height: 34px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .serivice_contents02 section .inner_list ul li dl dt {
    margin-bottom: 13px;
  }
}
.serivice_contents02 section .inner_list ul li dl dd {
  position: relative;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serivice_contents02 section .inner_list ul li dl dd p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
}
m .serivice_contents02 section .inner_list ul li dl dd p::before {
  background: #0cb59b;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  position: absolute;
  left: -24px;
  top: 8px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ------------------------------------------------
料金表ページ
------------------------------------------------ */
.price_content {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .price_content {
    max-width: 840px;
  }
}
.price_content .title_type01 {
  margin-bottom: 42px;
}
@media screen and (min-width: 769px) {
  .price_content .title_type01 {
    margin-bottom: 60px;
  }
}
.price_content .inner_table01 {
  width: 100%;
}
.price_content .inner_table01 table {
  table-layout: fixed;
  width: 100%;
  border-left: solid 1px #cecece;
  border-top: solid 1px #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table01 table {
    margin-bottom: 42px;
  }
}
.price_content .inner_table01 table.type02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table01 table.type02 {
    margin-bottom: 80px;
  }
}
.price_content .inner_table01 table caption {
  width: 100%;
  font-size: 1.5rem;
  caption-side: bottom;
  letter-spacing: 0.05em;
}
.price_content .inner_table01 table tr {
  width: 50%;
  border-bottom: solid 1px #cecece;
}
.price_content .inner_table01 table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #f2f9f8;
  height: 44px;
  font-size: 1.6rem;
  font-weight: 400;
  border-right: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table01 table tr th {
    font-size: 1.8rem;
    height: 46px;
  }
}
.price_content .inner_table01 table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 54px;
  font-size: 1.6rem;
  font-weight: 400;
  border-right: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table01 table tr td {
    font-size: 1.8rem;
    height: 57px;
  }
}
.price_content .inner_table02 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table02 {
    margin-bottom: 80px;
  }
}
.price_content .inner_table02 table {
  table-layout: fixed;
  width: 100%;
  border-left: solid 1px #cecece;
  border-top: solid 1px #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price_content .inner_table02 table caption {
  width: 100%;
  font-size: 1.5rem;
  caption-side: bottom;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: left;
}
.price_content .inner_table02 table tr {
  width: 50%;
  border-bottom: solid 1px #cecece;
}
.price_content .inner_table02 table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #f2f9f8;
  height: 44px;
  font-size: 1.6rem;
  font-weight: 400;
  border-right: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table02 table tr th {
    font-size: 1.8rem;
    height: 46px;
  }
}
.price_content .inner_table02 table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 54px;
  font-size: 1.6rem;
  font-weight: 400;
  border-right: solid 1px #cecece;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table02 table tr td {
    font-size: 1.8rem;
    height: 57px;
  }
}
.price_content .inner_table03 {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table03 {
    margin-bottom: 150px;
  }
}
.price_content .inner_table03 table {
  table-layout: fixed;
  width: 100%;
  border-left: solid 1px #cecece;
  border-top: solid 1px #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price_content .inner_table03 table caption {
  width: 100%;
  font-size: 1.5rem;
  caption-side: bottom;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: left;
}
.price_content .inner_table03 table tr {
  width: 100%;
  border-bottom: solid 1px #cecece;
}
.price_content .inner_table03 table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f2f9f8;
  width: 50%;
  height: 44px;
  font-size: 1.5rem;
  font-weight: 400;
  border-right: solid 1px #cecece;
  padding: 0 10px;
  line-height: 2.4rem;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table03 table tr th {
    font-size: 1.8rem;
    height: 46px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .price_content .inner_table03 table tr span {
    display: none;
  }
}
.price_content .inner_table03 table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 50%;
  height: 54px;
  font-size: 1.6rem;
  font-weight: 400;
  border-right: solid 1px #cecece;
  padding: 0 10px;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table03 table tr td {
    font-size: 1.8rem;
    height: 46px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .price_content .inner_table03 table tr td.sp_fsize15 {
    font-size: 1.5rem;
  }
}
.price_content .inner_table03 table tr .double {
  height: 129px;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table03 table tr .double {
    height: 93px;
  }
}
.price_content .inner_table03 table tr small {
  margin-top: 6px;
  font-size: 1.3rem;
  display: block;
  text-align: left;
  line-height: 2rem;
}
.price_content .inner_table03 table tr .bg {
  font-size: 1.4rem;
  background: #f2f9f8;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .price_content .inner_table03 table tr .bg {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------
当事務所についてページ
------------------------------------------------ */
.about_contents01 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .about_contents01 {
    max-width: 1140px;
    margin-bottom: 170px;
  }
}
.about_contents01 .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents01 .title_type01 {
    margin-bottom: 60px;
  }
}
.about_contents01 .title_type01 + p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .about_contents01 .title_type01 + p {
    font-size: 3rem;
    margin-bottom: 170px;
  }
}
.about_contents01 .inner_middle .inner_wrap {
  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;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about_contents01 .inner_middle .inner_wrap .left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .left {
    max-width: 680px;
    margin-right: 30px;
  }
}
.about_contents01 .inner_middle .inner_wrap .left h3 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .left h3 {
    font-size: 2.5rem;
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.about_contents01 .inner_middle .inner_wrap .left p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .left p {
    margin-bottom: 30px;
  }
}
.about_contents01 .inner_middle .inner_wrap .right {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .right {
    margin-bottom: 0;
  }
}
.about_contents01 .inner_middle .inner_wrap .right picture {
  width: calc(100% + 15px);
  position: relative;
  left: -15px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .right picture {
    width: 400px;
    left: 0;
  }
}
.about_contents01 .inner_middle .inner_wrap .right picture img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .right picture img {
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) {
  .about_contents01 .inner_middle .inner_wrap .right {
    margin-top: 86px;
  }
}

.about_contents02 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .about_contents02 {
    max-width: 1140px;
    margin-bottom: 170px;
  }
}
.about_contents02 .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents02 .title_type01 {
    margin-bottom: 60px;
  }
}
.about_contents02 .inner_wrap {
  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;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 80px;
  }
}
.about_contents02 .inner_wrap .left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_wrap .left {
    max-width: 564px;
    margin-right: 30px;
  }
}
.about_contents02 .inner_wrap .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #cecece;
  padding: 10px 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_wrap .left dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about_contents02 .inner_wrap .left dl dt {
  font-weight: 500;
  width: 138px;
}
.about_contents02 .inner_wrap .right {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_wrap .right {
    margin-bottom: 0;
    max-width: 670px;
  }
}
.about_contents02 .inner_wrap .right picture {
  width: calc(100% + 15px);
  position: relative;
  left: 0;
  height: auto;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_wrap .right picture {
    left: 15px;
    width: 100%;
    width: calc(100% + var(--element-x));
  }
}
.about_contents02 .inner_wrap .right picture img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_wrap .right picture img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about_contents02 .inner_bottom 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: 28px;
  grid-row-gap: 21px;
}
.about_contents02 .inner_bottom ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_bottom ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.about_contents02 .inner_bottom ul li img {
  width: 300px;
  height: auto;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .about_contents02 .inner_bottom ul li img {
    width: 100%;
  }
}

.about_contents03 {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .about_contents03 {
    max-width: 1140px;
    margin-bottom: 120px;
  }
}
.about_contents03 .title_type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .about_contents03 .title_type01 {
    margin-bottom: 60px;
  }
}
.about_contents03 .inner_wrap {
  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) {
  .about_contents03 .inner_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about_contents03 .inner_wrap .left,
.about_contents03 .inner_wrap .right {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .about_contents03 .inner_wrap .left,
  .about_contents03 .inner_wrap .right {
    width: 49%;
    max-width: 550px;
  }
}
.about_contents03 .inner_wrap .left img,
.about_contents03 .inner_wrap .right img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 5px;
}
.about_contents03 .inner_wrap .left p,
.about_contents03 .inner_wrap .right p {
  font-size: 1.5rem;
  letter-spacing: 0.05;
}
.about_contents03 .inner_wrap .right {
  margin-bottom: 0;
}
.about_contents03 .ggmap {
  width: calc(100% + 30px);
  left: -15px;
  height: 400px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .about_contents03 .ggmap {
    width: 100%;
    left: 0;
    margin-bottom: 40px;
    height: 355px;
  }
}
.about_contents03 .ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.labor-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.labor-services .labor-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 20px);
          flex: 1 1 calc(25% - 20px);
  background-color: #f1fbfb;
  border-radius: 8px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.labor-services .labor-card h3 {
  color: #f59f00;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  text-align: center;
}
.labor-services .labor-card p {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .labor-services .labor-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .labor-services .labor-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.ryoumou {
  height: 60px;
  background: none;
}
@media screen and (min-width: 769px) {
  .ryoumou {
    height: 100px;
  }
}

/* header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  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;
  background: #fff;
}
@media screen and (min-width: 1080px) {
  .header {
    -webkit-box-shadow: 0px 3px 6px rgba(4, 155, 145, 0.3);
            box-shadow: 0px 3px 6px rgba(4, 155, 145, 0.3);
    top: 15px;
    left: 20px;
    height: 80px;
    border-radius: 80px;
    width: calc(100% - 40px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 18px 0 30px;
  }
}
.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;
}
@media screen and (max-width: 1079px) {
  .header .h_logo {
    margin-left: 10px;
  }
}
.header .h_logo img {
  width: 161px;
  height: auto;
}
.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: 70px;
}
@media screen and (min-width: 1080px) {
  .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: 1300px) {
  .header .h_right nav {
    margin-right: 28px;
  }
}
.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: 15px;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .header .h_right nav > ul > li {
    margin-left: 28px;
  }
}
.header .h_right nav > ul > li .child {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
}
.header .h_right nav > ul > li .child a {
  width: 159px;
  height: 45px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(4, 155, 145, 0.3);
          box-shadow: 0px 3px 6px rgba(4, 155, 145, 0.3);
  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.4rem;
  font-weight: 500;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .h_right nav > ul > li > a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #153E41;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .header .h_right nav > ul > li > a {
    font-size: min(1.1vw, 1.5rem);
  }
}
@media screen and (min-width: 1300px) {
  .header .h_right nav > ul > li > a {
    padding-left: 15px;
  }
}
.header .h_right nav > ul > li > a::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 36px;
  background: #0cb59b;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1300px) {
  .header .h_right nav > ul > li > a::before {
    left: 0;
  }
}
@media screen and (max-width: 1079px) {
  .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: #fe9b2b;
  color: #fff;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1080px) {
  .header .h_right .h_contact a {
    height: 50px;
    width: 14vw;
    max-width: 191px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .header .h_right .h_contact a {
    width: 191px;
  }
}
.header .h_right .h_contact a p {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header .h_right .h_contact a p {
    display: block;
  }
}
.header .h_right .h_contact a figure {
  position: relative;
}
@media screen and (min-width: 1080px) {
  .header .h_right .h_contact a figure {
    margin-right: 10px;
    top: 1px;
  }
}
.header .h_right .h_contact a figure img {
  width: 22px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .header .h_right .h_contact a figure img {
    width: 15px;
  }
}

/* gnav.scss */
.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: -webkit-gradient(linear, left top, left bottom, from(#0cb59b), to(#05acd9));
  background: linear-gradient(#0cb59b 0%, #05acd9 100%);
  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: 1080px) {
  .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: -900px;
  z-index: 997;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  overflow-y: auto;
}
@media screen and (min-width: 769px) and (max-width: 1079px) {
  .nav_menu.active {
    top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .nav_menu {
    display: none;
  }
}
.nav_menu .nav_bottom {
  margin-bottom: 10px;
}
.nav_menu .nav_bottom .nav_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 15px;
}
.nav_menu .nav_bottom .nav_logo img {
  width: 173px;
  height: auto;
}
.nav_menu .nav_bottom .contact {
  margin-bottom: 35px;
}
.nav_menu .nav_bottom .contact a {
  background: #fe9b2b;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
  max-width: 350px;
  height: 80px;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.nav_menu .nav_bottom .contact a .f_meil {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: auto;
}
.nav_menu .nav_bottom .contact a .f_meil img {
  width: 100%;
  height: auto;
}
.nav_menu .nav_bottom .contact a .f_arrow {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: auto;
}
.nav_menu .nav_bottom .contact a .f_arrow img {
  width: 100%;
  height: auto;
}
.nav_menu .nav_bottom .copyright {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.nav_menu .nav_bottom .copyright p {
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.nav_menu .nav_bottom .copyright a {
  font-size: 1.3rem;
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
}
.nav_menu .nav_bottom .copyright a:hover {
  text-decoration: none;
}
.nav_menu .nav_bottom .icon figure {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4px 0 10px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_menu .nav_inner {
  overflow-y: auto;
  width: 100%;
  position: relative;
  padding: 5px 0 30px;
}
.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:first-of-type a {
  border-top: solid 0 #CECECE;
}
.nav_menu .nav_inner_menu li:last-of-type a {
  border-bottom: solid 1px #CECECE;
}
.nav_menu .nav_inner_menu li.inner {
  width: 62.5%;
  margin-left: auto;
}
.nav_menu .nav_inner_menu li.inner a {
  font-size: 1.8rem;
  padding: 24px 0;
}
.nav_menu .nav_inner_menu li.inner a::before {
  content: none;
}
.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: #153E41;
  line-height: 1;
  position: relative;
  font-size: 2.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  font-weight: 400;
  padding: 24px 0 24px 40px;
  letter-spacing: 0.05em;
  border-top: solid 1px #CECECE;
}
.nav_menu .nav_inner_menu li a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 31px;
  background: #0cb59b;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.nav_menu .nav_inner_menu li a::after {
  background: url("../images/common/sp_arrow.svg") no-repeat;
  width: 10px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav_menu .nav_inner_menu li a p {
  line-height: 1;
  margin-bottom: 6px;
}
.nav_menu .nav_inner_menu li a small {
  font-family: "Noto Sans JP", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #153e41;
  letter-spacing: 0.05em;
}

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

/* footer.scss */
.footer {
  background: #fff;
}

.footer_top {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: url("../images/common/f_top_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 546px;
  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;
}
@media screen and (min-width: 769px) {
  .footer_top {
    height: auto;
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 1000px) {
  .footer_top {
    background: url("../images/common/f_top_pc.jpg") no-repeat;
    background-size: cover;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    height: 427px;
  }
}
.footer_top .inner_contents {
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: 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) {
  .footer_top .inner_contents {
    max-width: 1140px;
    padding-top: 52px;
  }
}
.footer_top .inner_contents .top {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .top {
    margin-bottom: 38px;
  }
}
.footer_top .inner_contents .top .f_title_type01 {
  margin-bottom: 17px;
}
.footer_top .inner_contents .top .f_title_type01 h2 {
  font-size: 3rem;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .top .f_title_type01 h2 {
    font-size: 4rem;
    text-align: center;
  }
}
.footer_top .inner_contents .top .f_title_type01 h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  top: -5px;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .top .f_title_type01 h2 span {
    font-size: 1.6rem;
    text-align: center;
  }
}
.footer_top .inner_contents .top p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .top p {
    text-align: center;
  }
}
.footer_top .inner_contents .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;
}
@media screen and (min-width: 1000px) {
  .footer_top .inner_contents .bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer_top .inner_contents .bottom .f_tel {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .footer_top .inner_contents .bottom .f_tel {
    margin-bottom: 0;
    margin-right: 60px;
  }
}
.footer_top .inner_contents .bottom .f_tel a {
  background: #fff;
  width: 92.5vw;
  height: 22.5vw;
  border-radius: 22.5vw;
  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;
  position: relative;
}
@media screen and (min-width: 400px) {
  .footer_top .inner_contents .bottom .f_tel a {
    width: 370px;
    height: 90px;
    border-radius: 90px;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_tel a {
    width: 450px;
    height: 100px;
    border-radius: 100px;
  }
}
.footer_top .inner_contents .bottom .f_tel a figure {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_tel a figure {
    left: 33px;
  }
}
.footer_top .inner_contents .bottom .f_tel a figure img {
  width: 25px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_tel a figure img {
    width: 31px;
  }
}
.footer_top .inner_contents .bottom .f_tel a p {
  font-size: 7.5vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  color: #153e41;
}
@media screen and (min-width: 400px) {
  .footer_top .inner_contents .bottom .f_tel a p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_tel a p {
    font-size: 3.5rem;
  }
}
.footer_top .inner_contents .bottom .f_tel a p small {
  display: block;
  font-weight: 500;
  font-size: 3.5vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 400px) {
  .footer_top .inner_contents .bottom .f_tel a p small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_tel a p small {
    font-size: 1.5rem;
  }
}
.footer_top .inner_contents .bottom .f_contact a {
  background: #fe9b2b;
  width: 92.5vw;
  height: 22.5vw;
  border-radius: 22.5vw;
  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;
  position: relative;
}
@media screen and (min-width: 400px) {
  .footer_top .inner_contents .bottom .f_contact a {
    width: 370px;
    height: 90px;
    border-radius: 90px;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_contact a {
    width: 450px;
    height: 100px;
    border-radius: 100px;
  }
}
.footer_top .inner_contents .bottom .f_contact a:hover {
  opacity: 1;
}
.footer_top .inner_contents .bottom .f_contact a:hover .arrow {
  right: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_contact a:hover .arrow {
    right: 35px;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_contact a:hover .arrow {
    right: 30px;
  }
}
.footer_top .inner_contents .bottom .f_contact a .mail {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_contact a .mail {
    left: 40px;
  }
}
.footer_top .inner_contents .bottom .f_contact a .mail img {
  width: 23px;
  height: auto;
}
.footer_top .inner_contents .bottom .f_contact a .arrow {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_contact a .arrow {
    right: 35px;
  }
}
.footer_top .inner_contents .bottom .f_contact a .arrow img {
  width: 30px;
  height: auto;
}
.footer_top .inner_contents .bottom .f_contact a p {
  font-size: 4.5vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .footer_top .inner_contents .bottom .f_contact a p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .inner_contents .bottom .f_contact a p {
    font-size: 2rem;
  }
}

.footer_middle {
  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: 40px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e6f4f1;
}
@media screen and (min-width: 769px) {
  .footer_middle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 70px 0 70px;
  }
}
.footer_middle .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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer_middle .inner_contents {
    max-width: 1140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer_middle .inner_contents .link_type01 a {
  height: 60px;
  border-radius: 60px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .footer_middle .inner_contents .link_type01 a {
    width: 330px;
    height: 70px;
    border-radius: 70px;
    margin-bottom: 0px;
    font-size: 1.6rem;
  }
}
.footer_middle .inner_contents .link_type01:last-child a {
  margin-bottom: 0px;
}

.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: 20px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 38px 0 11px;
  }
}
.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: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer_bottom .inner_contents {
    max-width: 1140px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer_bottom .inner_contents .left.tkc {
  vertical-align: bottom;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}
.footer_bottom .inner_contents .left.tkc img {
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: -5px;
}
@media screen and (min-width: 769px) {
  .footer_bottom .inner_contents .left.tkc {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom .inner_contents .left {
    width: 100%;
  }
}
.footer_bottom .inner_contents .left .f_logo {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .footer_bottom .inner_contents .left .f_logo {
    margin-bottom: 30px;
    top: 2px;
    position: relative;
  }
}
.footer_bottom .inner_contents .left .f_logo figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 199px;
}
.footer_bottom .inner_contents .left .f_logo figure img {
  width: 100%;
  height: auto;
}
.footer_bottom .inner_contents .left address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  -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_bottom .inner_contents .left address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer_bottom .inner_contents .left address p {
  color: #153e41;
  font-size: 1.5rem;
  line-height: 1.83;
  letter-spacing: 0.05em;
}
.footer_bottom .inner_contents .left address p a {
  color: #153e41;
}
.footer_bottom .inner_contents .right {
  display: block;
}
.footer_bottom .inner_contents .right nav {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #153e41;
}
@media screen and (min-width: 769px) {
  .footer_bottom .inner_contents .right nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    position: relative;
    top: -1px;
  }
}
.footer_bottom .inner_contents .right nav ul {
  margin-left: 83px;
}
.footer_bottom .inner_contents .right nav ul li {
  line-height: 1.75;
  text-align: left;
  margin-bottom: 1px;
  letter-spacing: 0.03em;
}
.footer_bottom .inner_contents .right nav ul li.inner {
  margin-left: 1.5rem;
}
.footer_bottom .inner_contents .right nav ul li.inner a::before {
  content: none;
}
.footer_bottom .inner_contents .right nav ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #153e41;
  font-weight: 400;
  position: relative;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_bottom .inner_contents .right nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #0cb59b;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

ul.privacy {
  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;
  width: calc(100% - 30px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  color: #153e41;
}
@media screen and (min-width: 769px) {
  ul.privacy {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1140px;
  }
}
ul.privacy li {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.036em;
  position: relative;
}
ul.privacy li a {
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 400;
  color: #153e41;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  ul.privacy li a {
    margin-bottom: 0;
  }
}
ul.privacy li a:hover {
  text-decoration: none;
}