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

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

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

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

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

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

img {
  vertical-align: top; }

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

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

html {
  font-size: 62.5%; }

body {
  color: #000;
  font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden; }

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

#screen {
  position: relative;
  min-height: 100%;
  text-align: left; }

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

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

section p,
.section p {
  margin-bottom: 15px; }

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

.default_list ol,
.default_list ul {
  margin-left: 20px; }

.default_list ul li {
  list-style-type: disc; }

.default_list ol li {
  list-style-type: decimal; }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
figure,
picture {
  display: flex;
  justify-content: center;
  align-items: center; }

/*--------------------------------------
1　COLUMN用
--------------------------------------*/
.content {
  /* 背景100％時のコンテンツ区切り */
  width: 100%;
  overflow: hidden;
  text-align: left; }

.content section,
.content .section {
  margin: 0 auto; }

@media screen and (min-width: 1080px) {
  /* PC */
  .content section,
  .content .section {
    width: 1080px;
    padding-left: 0;
    padding-right: 0; } }
/* End MQ */
/*--------------------------------------
2　COLUMN用
--------------------------------------*/
#contents {
  clear: both;
  text-align: left;
  min-height: 600px;
  padding: 0;
  margin: 20px auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1079px) {
    #contents {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 1080px) {
    #contents {
      width: 1080px;
      flex-direction: row-reverse;
      padding-left: 0;
      padding-right: 0;
      margin: 20px auto 60px; } }

#mainContents_02 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #mainContents_02 {
      width: 70%; } }
  @media screen and (min-width: 1080px) {
    #mainContents_02 {
      width: 800px; } }

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

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

/* ------------------------------------------------
サイドバー
------------------------------------------------ */
.side_bg {
  /*background: #E5E5E5;
  padding:15px 15px 0!important;*/
  box-sizing: border-box;
  margin-bottom: 30px !important; }
  .side_bg img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }

#columnLeft {
  overflow: hidden;
  margin: 0 0 40px 0;
  width: 100%; }
  #columnLeft h2 {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 40px;
    width: 100%;
    background: linear-gradient(360deg, #0080A6 20%, #0F468C 100%);
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
    padding: 6px;
    box-sizing: border-box;
    text-align: center; }
    #columnLeft h2 a {
      color: #FFF;
      display: block; }

@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  #columnLeft {
    width: 26%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  #columnLeft {
    width: 250px; } }
/* End MQ */
#columnLeft form {
  margin: 0; }

#columnLeft ul {
  margin: 0;
  padding: 0; }

#columnLeft ul li {
  list-style-type: none; }

#columnLeft .widget_area {
  margin-bottom: 20px; }

.side_list li a {
  padding: 10px;
  box-sizing: border-box; }

#columnLeft .widget_area ul {
  margin: 0 0 40px;
  border-top: solid 1px #0F468C; }
  @media screen and (min-width: 768px) {
    #columnLeft .widget_area ul {
      font-size: 1.4rem; } }
  #columnLeft .widget_area ul:last-of-type {
    margin-bottom: 20px; }
  #columnLeft .widget_area ul a {
    padding: 12px;
    box-sizing: border-box;
    display: block;
    border-bottom: solid 1px #0F468C;
    position: relative;
    line-height: 1.4; }
    #columnLeft .widget_area ul a::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background: url("../images/common/news_arrow02.svg") no-repeat;
      background-size: cover;
      width: 18px;
      height: 18px; }
    #columnLeft .widget_area ul a:hover {
      background: #f5f5f5; }
      #columnLeft .widget_area ul a:hover img {
        opacity: 1; }

.side_bottom li {
  margin-bottom: 8px; }
  .side_bottom li a {
    border: solid 1px #0F468C;
    padding: 8px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .side_bottom li a {
        font-size: 1.4rem; } }
    .side_bottom li a::before {
      content: "▶　";
      font-size: 1rem;
      color: #0F468C; }
    .side_bottom li a:hover {
      background: #f5f5f5; }
      .side_bottom li a:hover img {
        opacity: 1; }
  .side_bottom li:last-child a {
    justify-content: center; }
    .side_bottom li:last-child a::before {
      content: none; }
    .side_bottom li:last-child a:hover {
      opacity: .75;
      background: none; }
    .side_bottom li:last-child a img {
      width: 80%;
      height: auto;
      max-width: 200px; }

.side_img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.side_youtube li {
  margin-bottom: 15px;
  text-align: center; }
  .side_youtube li a {
    border: solid 2px #2C2C2C;
    border-radius: 6px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.4;
    text-align: center; }
    .side_youtube li a img {
      width: auto;
      height: 45px;
      margin-left: auto;
      margin-right: auto; }
    .side_youtube li a:hover {
      background: #f5f5f5; }
      .side_youtube li a:hover img {
        opacity: 1; }

#columnRight .widget_area ul ul li {
  list-style-type: disc; }

#columnLeft .widget_area ul ul ul, #columnLeft .widget_area ul ol,
#columnRight .widget_area ul ul ul, #columnRight .widget_area ul ol {
  margin: 0 0 0 10px; }

#columnLeft section, #columnLeft .section,
#columnRight section, #columnRight .section {
  overflow: hidden;
  margin: 0 0 10px 0; }

#columnLeft .side_hd p,
#columnRight .side_hd p {
  padding: 0 0 0 0;
  font-weight: bold;
  margin: 0 0 10px 0; }

.title__heading {
  /*width:calc(100% - 30px);*/
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px; }

.title__heading--wide {
  width: 100%; }

.title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  border: solid 1px rgba(15, 70, 140, 0.2);
  padding: 8px 8px 12px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .title {
      font-size: 3.2rem;
      line-height: 4rem;
      padding: 14px 14px 20px; } }
  .title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: #0F468C;
    width: 100px;
    height: 3px; }
    @media screen and (min-width: 768px) {
      .title::after {
        width: 133px; } }

.title_type01 {
  background: url("../images/common/title_back.svg") repeat #0F468C;
  border: solid 1px #0F468C;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative; }
  .title_type01 h1, .title_type01 h2, .title_type01 h3, .title_type01 span {
    color: #fff;
    position: relative;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    @media screen and (min-width: 768px) {
      .title_type01 h1, .title_type01 h2, .title_type01 h3, .title_type01 span {
        flex-flow: row;
        font-size: 2.0rem; } }
    @media screen and (min-width: 1080px) {
      .title_type01 h1, .title_type01 h2, .title_type01 h3, .title_type01 span {
        font-size: 2.0rem; } }
    .title_type01 h1::before, .title_type01 h2::before, .title_type01 h3::before, .title_type01 span::before {
      content: "■";
      font-size: .75rem;
      position: relative;
      left: -10px;
      top: 2px; }
      @media screen and (max-width: 767px) {
        .title_type01 h1::before, .title_type01 h2::before, .title_type01 h3::before, .title_type01 span::before {
          position: absolute;
          left: 0; } }
    .title_type01 h1::after, .title_type01 h2::after, .title_type01 h3::after, .title_type01 span::after {
      content: "■";
      font-size: .75rem;
      position: relative;
      right: -10px;
      top: 2px; }
      @media screen and (max-width: 767px) {
        .title_type01 h1::after, .title_type01 h2::after, .title_type01 h3::after, .title_type01 span::after {
          position: absolute;
          right: 0; } }
    .title_type01 h1 b, .title_type01 h2 b, .title_type01 h3 b, .title_type01 span b {
      color: #FF4655;
      font-size: 4rem; }
      @media screen and (min-width: 768px) {
        .title_type01 h1 b, .title_type01 h2 b, .title_type01 h3 b, .title_type01 span b {
          font-size: 4.625rem; } }
    .title_type01 h1 b:last-of-type, .title_type01 h2 b:last-of-type, .title_type01 h3 b:last-of-type, .title_type01 span b:last-of-type {
      color: #fff;
      font-size: 3rem; }
      @media screen and (min-width: 768px) {
        .title_type01 h1 b:last-of-type, .title_type01 h2 b:last-of-type, .title_type01 h3 b:last-of-type, .title_type01 span b:last-of-type {
          font-size: 3.5rem;
          position: relative;
          top: -4px; } }
    .title_type01 h1 small, .title_type01 h2 small, .title_type01 h3 small, .title_type01 span small {
      font-size: 2rem;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .title_type01 h1 small, .title_type01 h2 small, .title_type01 h3 small, .title_type01 span small {
          position: relative;
          top: -4px;
          font-size: 2.625rem; } }

.titletype01 {
  font-size: 2.0rem;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 1080px) {
    .titletype01 {
      font-size: 2.5rem; } }

.title_line01 {
  background: #0F468C;
  height: 3px;
  width: 300px;
  margin: 10px auto 40px; }

.wp_title_type01 {
  box-sizing: border-box;
  border: solid 1px #f2f2f2;
  border-bottom: solid 4px #0F468C;
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .wp_title_type01 h1, .wp_title_type01 h2 {
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .wp_title_type01 h1, .wp_title_type01 h2 {
        font-size: 2rem; } }

.wp_title_type02 {
  border-bottom: solid 3px #4990eb;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  .wp_title_type02 h1, .wp_title_type02 h2 {
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .wp_title_type02 h1, .wp_title_type02 h2 {
        font-size: 1.8rem; } }

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  padding: 0;
  margin: 0 auto; }
  .keyvisual img {
    width: 100%;
    height: auto; }

.side__link {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 150px;
  display: none; }

.side__link div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-flow: column; }

.side__link div img {
  margin-bottom: 10px; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center; }

.btn__link {
  background: #FF4655;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  height: 50px;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .btn__link {
      min-width: 280px;
      height: 60px;
      font-size: 1.7rem; } }
  .btn__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../images/top/icon-arrow__white.svg") no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px; }

.page-mv {
  position: relative;
  padding-top: 60px;
  height: 120px;
  overflow: hidden; }
  @media screen and (min-width: 1080px) {
    .page-mv {
      padding-top: 0;
      height: 180px; } }

.page-mv__image {
  position: relative;
  height: 100%;
  width: 100%; }
  .page-mv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page-mv__heading {
  position: absolute;
  inset: 60px 0 0;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 1080px) {
    .page-mv__heading {
      inset: 0; } }

.page-mv__title {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700; }
  @media screen and (min-width: 1080px) {
    .page-mv__title {
      font-size: 3.5rem; } }

.page-mv__slug {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Jost";
  letter-spacing: .1rem; }
  @media screen and (min-width: 1080px) {
    .page-mv__slug {
      font-size: 3rem; } }

/* ------------------------------------------------
width 100% 画像幅100%
sectionに枠, 画像幅100%
------------------------------------------------ */
.single-body,
.entry_single-body {
  width: 100%;
  overflow: hidden; }

.single-body img,
.entry_single-body img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 0 5px 0; }

/* ------------------------------------------------
width 100%, バナー×2 横並べ
------------------------------------------------ */
.half {
  width: 100%;
  overflow: hidden; }

.half .element_01,
.half .element_02 {
  overflow: hidden; }

.half .element_01 img,
.half .element_02 img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .half .element_01,
  .half .element_02 {
    width: 100%; }

  .half .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) {
  .half .element_01,
  .half .element_02 {
    width: 48%; }

  .half .element_01 {
    float: left; }

  .half .element_02 {
    float: right; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ
------------------------------------------------ */
.third {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third .element_01,
.third .element_02 {
  overflow: hidden; }

.third .element_01 img,
.third .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .third .element_01,
  .third .element_02 {
    width: 100%; }

  .third .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .third .element_01,
  .third .element_02 {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .third .element_01,
  .third .element_02 {
    width: 226px; }

  .third .element_01 {
    float: left;
    margin-right: 16px; }

  .third .element_02 {
    float: right;
    margin-right: 0; } }
/* End MQ */
/* リストによる横並び */
.list_pc3_smp1, .list_pc3_smp1 ul, .list_pc3_smp1 li,
.list_pc3_smp2, .list_pc3_smp2 ul, .list_pc3_smp2 li {
  overflow: hidden; }

.list_pc3_smp1 li img,
.list_pc3_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .list_pc3_smp1 li {
    width: 100%;
    margin-bottom: 15px; }

  .list_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_pc3_smp2 li {
    width: 48%;
    float: left;
    margin-bottom: 16px; }

  .list_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .list_pc3_smp1 ul,
  .list_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    float: left;
    width: 226px;
    margin-right: 16px;
    margin-bottom: 16px; }

  .list_pc3_smp1 li:nth-child(3n),
  .list_pc3_smp2 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_pc3_smp1 li:nth-child(3n+1),
  .list_pc3_smp2 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ liquid
------------------------------------------------ */
.third-liquid {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  overflow: hidden; }

.third-liquid .element_01 img,
.third-liquid .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  width: 30%; }

.third-liquid .element_01 {
  float: left;
  margin: 0 5% 0 0; }

.third-liquid .element_02 {
  float: right; }

/* ------------------------------------------------
width 100%, イメージ×4 横並べ
------------------------------------------------ */
.list_pc4_smp2, .list_pc4_smp2 ul, .list_pc4_smp2 li {
  overflow: hidden; }

.list_pc4_smp2 li {
  float: left; }

.list_pc4_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_pc4_smp2 li {
    width: 48%;
    margin-bottom: 15px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_pc4_smp2 li {
    width: 167px;
    margin-right: 24px;
    margin-bottom: 24px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right;
    margin-right: 0; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
------------------------------------------------ */
.left_imgfix,
.left_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.left_imgfix img {
  width: 130px;
  float: left;
  margin: 0 10px 10px 0; }

.left_imgfix-02 .element_01 {
  width: 230px; }

.left_imgfix-02 .element_01 img {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .left_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .left_imgfix-02 .element_01 {
    width: 230px;
    float: left; }

  .left_imgfix-02 .element_02 {
    float: right; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .left_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .left_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
左コンテンツ 右イメージ×1
------------------------------------------------ */
.right_imgfix,
.right_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.right_imgfix img {
  width: 130px;
  float: right;
  margin: 0 0 10px 10px; }

.right_imgfix-02 .element_01 {
  width: 230px; }

.right_imgfix-02 .element_01 img {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .right_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .right_imgfix-02 .element_01 {
    width: 230px;
    float: right; }

  .right_imgfix-02 .element_02 {
    float: left; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .right_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .right_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 4分割
------------------------------------------------ */
.list_w_pc4_smp2,
.list_w_pc4_smp2 ul,
.list_w_pc4_smp2 li {
  overflow: hidden; }

.list_w_pc4_smp2 li {
  float: left; }

.list_w_pc4_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc4_smp2 li {
    width: 48%; }

  .list_w_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_w_pc4_smp2 li {
    width: 255px;
    margin-right: 20px; }

  .list_w_pc4_smp2 li:nth-child(4n) {
    float: right;
    margin-right: 0; }

  .list_w_pc4_smp2 li:nth-child(4n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 3分割
------------------------------------------------ */
.list_w_pc3_smp1, .list_w_pc3_smp1 ul, .list_w_pc3_smp1 li,
.list_w_pc3_smp2, .list_w_pc3_smp2 ul, .list_w_pc3_smp2 li,
.list_w_pc3_smp2, .list_w_pc3_smp3 ul, .list_w_pc3_smp3 li {
  overflow: hidden; }

.list_w_pc3_smp1 li img,
.list_w_pc3_smp2 li img,
.list_w_pc3_smp3 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .list_w_pc3_smp1 li {
    width: 100%;
    margin-bottom: 15px; }

  .list_w_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp2 li {
    width: 48%;
    float: left;
    margin-bottom: 16px; }

  .list_w_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp3 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .list_w_pc3_smp1 ul,
  .list_w_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li,
  .list_w_pc3_smp3 li {
    float: left;
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px; }

  .list_w_pc3_smp1 li:nth-child(3n),
  .list_w_pc3_smp2 li:nth-child(3n),
  .list_w_pc3_smp3 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_w_pc3_smp1 li:nth-child(3n+1),
  .list_w_pc3_smp2 li:nth-child(3n+1),
  .list_w_pc3_smp3 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half, list_w02
------------------------------------------------ */
.single-double, .double-single,
.w-half, .list_w_pc2_smp1, .list_w_pc2_smp2 {
  width: 100%;
  overflow: hidden;
  clear: both; }

.single-double .area_01, .single-double .area_02,
.double-single .area_01, .double-single .area_02,
.w-half .area_01, .w-half .area_02,
.list_w_pc2_smp1 li,
.list_w_pc2_smp2 li {
  overflow: hidden; }

.single-double .area_01 img,
.double-single .area_01 img,
.w-half .area_01 img,
.w-half .area_02 img,
.list_w_pc2_smp1 li img,
.list_w_pc2_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .single-double .area_01,
  .double-single .area_01,
  .w-half .area_01,
  .list_w_pc2_smp1 li {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc2_smp2 li {
    float: left;
    margin-bottom: 15px;
    width: 48%; }

  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .single-double .area_01,
  .double-single .area_02 {
    float: left; }

  .single-double .area_02,
  .double-single .area_01 {
    float: right; }

  .w-half .area_01 {
    float: left; }

  .w-half .area_02 {
    float: right; }

  .list_w_pc1_smp1 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .single-double .area_01,
  .double-single .area_02 {
    width: 29%; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 70%; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 48%; }

  .list_w_pc1_smp1 li {
    float: left;
    margin-bottom: 15px;
    width: 48%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .single-double .area_01,
  .double-single .area_02 {
    width: 340px; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 710px; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 530px; }

  .list_w_pc2_smp1 li,
  .list_w_pc2_smp2 li {
    width: 530px;
    float: left; }

  .list_w_pc2_smp1 li:nth-child(2n),
  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1),
  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
挨拶文などの署名
------------------------------------------------ */
#signiture {
  text-align: right; }

/* ------------------------------------------------
予約カレンダー用
------------------------------------------------ */
#timetable table {
  width: 100%;
  border: solid 1px #39F;
  border-collapse: collapse;
  margin: 0 0 15px 0; }

#timetable table th,
#timetable table td {
  border: solid 1px #39F;
  border-collapse: collapse;
  text-align: center; }

#timetable table th {
  background: #E2F3FC;
  color: #39F; }

/* ------------------------------------------------
YouTube
------------------------------------------------ */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }

/* ------------------------------------------------
MAP
------------------------------------------------ */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* --ページのトップへ戻る--------------------- */
#pageTop {
  text-decoration: none;
  background: #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0; }
  #pageTop img {
    width: 20px;
    height: 20px; }

#pageTop:hover {
  background: #333;
  transition: background-color 0.25s; }

/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em; }

/* ------------------------------------------------
Clear Fix
------------------------------------------------ */
.clear {
  clear: both; }

/* ------------------------------------------------
カラー、サイズ、ライン など　微調整用
------------------------------------------------ */
/*カラー*/
.white {
  color: #FFF !important; }

.black {
  color: #000 !important; }

.red, .error {
  color: #C03 !important; }

.bold {
  font-weight: bold; }

/* -----------------------------------------------------------------------------------------------------------------------
背景色
----------------------------------------------------------------------------------------------------------------------- */
.bg_gray {
  background-color: #CFCFCF !important; }

.bg_blue {
  background-color: #ADE4FF !important; }

/* -----------------------------------------------------------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------------------------------------------------------- */
.fsize10 {
  font-size: 0.625rem !important; }

.fsize11 {
  font-size: 0.6875rem !important; }

.fsize12 {
  font-size: 0.75rem !important; }

.fsize13 {
  font-size: 0.8125rem !important; }

.fsize14 {
  font-size: 0.875rem !important; }

.fsize15 {
  font-size: 0.9375rem !important; }

.fsize16 {
  font-size: 1rem !important; }

.fsize17 {
  font-size: 1.0625rem !important; }

.fsize18 {
  font-size: 1.125rem !important; }

.fsize19 {
  font-size: 1.1875rem !important; }

.fsize20 {
  font-size: 1.25rem !important; }

.fsize21 {
  font-size: 1.3125rem !important; }

.fsize22 {
  font-size: 1.375rem !important; }

.fsize23 {
  font-size: 1.4375rem !important; }

.fsize24 {
  font-size: 1.5rem !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_fsize10 {
    font-size: 10px !important; }

  .pc_fsize11 {
    font-size: 11px !important; }

  .pc_fsize12 {
    font-size: 12px !important; }

  .pc_fsize13 {
    font-size: 13px !important; }

  .pc_fsize14 {
    font-size: 14px !important; }

  .pc_fsize15 {
    font-size: 15px !important; }

  .pc_fsize16 {
    font-size: 16px !important; }

  .pc_fsize17 {
    font-size: 17px !important; }

  .pc_fsize18 {
    font-size: 18px !important; }

  .pc_fsize19 {
    font-size: 19px !important; }

  .pc_fsize20 {
    font-size: 20px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important; }

  .sp_fsize11 {
    font-size: 11px !important; }

  .sp_fsize12 {
    font-size: 12px !important; }

  .sp_fsize13 {
    font-size: 13px !important; }

  .sp_fsize14 {
    font-size: 14px !important; }

  .sp_fsize15 {
    font-size: 15px !important; }

  .sp_fsize16 {
    font-size: 16px !important; }

  .sp_fsize17 {
    font-size: 17px !important; }

  .sp_fsize18 {
    font-size: 18px !important; }

  .sp_fsize19 {
    font-size: 19px !important; }

  .sp_fsize20 {
    font-size: 20px !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.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: 768px) {
  .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: 767px) {
  .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: 768px) {
  .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: 767px) {
  .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; }

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

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

.mt40 {
  margin-top: 40px !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; }

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

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

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

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

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

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

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

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

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

.mb200 {
  margin-bottom: 200px !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: 768px) {
  .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: 90px !important; }

  .tb_mb100 {
    margin-bottom: 100px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .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; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .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: 30px !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; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

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

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

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

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

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

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

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

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

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

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

.flex1 {
  flex: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc_align-end {
    align-items: flex-end !important; } }
.table_type01 {
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #ccc;
  box-sizing: border-box;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .table_type01 {
      font-size: 1.4rem; } }
  .table_type01 tr {
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .table_type01 tr {
        flex-direction: row;
        align-items: center; } }
  .table_type01 th {
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 th {
        font-size: 1.4rem; } }
    @media screen and (min-width: 768px) {
      .table_type01 th {
        padding: 24px;
        width: 30%;
        justify-content: space-between; } }
  .table_type01 td {
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 td {
        width: 70%;
        padding: 12px; } }
  .table_type01 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
  .table_type01 input,
  .table_type01 select {
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }
  .table_type01 input[type="checkbox"] {
    width: auto !important; }

.hisu {
  box-sizing: border-box;
  color: #fff;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 2px 6px;
  background: #FF4655;
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
  margin-left: 3px; }

.nini {
  box-sizing: border-box;
  color: #fff;
  background: #337ab7;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 2px 6px;
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
  margin-left: 3px; }

.contact_button {
  text-align: center; }
  .contact_button input[type="submit"] {
    padding: 12px 50px;
    vertical-align: middle;
    line-height: 1;
    background: #FF4655;
    border: none !important;
    border-radius: 3px;
    color: #ffffff;
    box-sizing: border-box;
    font-family: inherit;
    -webkit-appearance: none;
    width: 260px;
    margin-left: auto;
    margin-right: auto; }
    .contact_button input[type="submit"]:hover {
      opacity: .7; }

.policy_link {
  color: #0F468C;
  text-decoration: underline; }
  .policy_link:hover {
    opacity: .75;
    text-decoration: none; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7-spinner,
.wpcf7-mail-sent-ok {
  display: none !important; }

.table_type02 table {
  width: 100%;
  border: solid 1px #e0e0e0;
  border-collapse: collapse; }

.table_type02 th {
  background: #F5F5F5; }

.table_type02 th {
  background: #F5F5F5;
  text-align: center; }

.table_type02 th, .table_type02 td {
  border: solid 1px #e0e0e0;
  border-collapse: collapse;
  padding: 8px 5px; }
  @media screen and (min-width: 1080px) {
    .table_type02 th, .table_type02 td {
      padding: 10px 15px; } }

.table_type02 td {
  vertical-align: top; }

/* -------------------------
技術資料ダウンロード
--------------------------*/
.title_type04 {
  box-sizing: border-box;
  border-bottom: solid 1px #1669d1;
  border-left: solid 6px #1669d1;
  padding: 8px 12px;
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title_type04 h1, .title_type04 h2 {
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 500; }
    .title_type04 h1 span, .title_type04 h2 span {
      font-size: 0.8em; }

.download_block {
  position: relative;
  margin-bottom: 40px;
  background: #d3e4fa;
  padding: 20px;
  box-sizing: border-box; }
  .download_block ul {
    display: flex;
    justify-content: space-between;
    flex-flow: column; }
    @media screen and (min-width: 768px) {
      .download_block ul {
        flex-flow: row; } }
    .download_block ul li {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .download_block ul li {
          margin-bottom: 0; }
          .download_block ul li:first-of-type {
            width: 28%; }
          .download_block ul li:last-of-type {
            width: 70%; } }
      .download_block ul li div p {
        text-align: center; }
      .download_block ul li img {
        border: solid 1px #f5f5f5;
        width: 100%;
        height: auto;
        margin-bottom: 10px; }

.dl_link a {
  text-align: center;
  padding: 4px 30px;
  text-decoration: none;
  display: inline-block;
  color: #FF4655;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #FF4655;
  position: relative;
  border-radius: 4px; }
  @media screen and (max-width: 1079px) {
    .dl_link a {
      width: 100%; } }
  @media screen and (min-width: 1080px) {
    .dl_link a {
      width: 100%; } }
  .dl_link a:hover, .dl_link a:active {
    color: #FFF;
    background: #FF4655; }

.dl_link a::after {
  content: "";
  position: absolute;
  background: url("../images/download/en01.svg") no-repeat;
  background-size: auto;
  background-size: cover;
  width: 12px;
  height: 12px;
  left: 10px;
  top: 8px; }

/* -------------------------
加工事例
--------------------------*/
.top-material {
  padding: 80px 0;
  margin-bottom: 60px;
  background: url("../images/top/bg01.jpg") no-repeat;
  background-size: cover;
  background-position: center; }

.sub-material {
  margin: 60px 0; }

.top-material__wrap,
.sub-material__wrap {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }

.top-material__inner,
.sub-material__inner {
  position: relative; }
  .top-material__inner::after,
  .sub-material__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    margin: auto; }
  .top-material__inner:last-of-type::after,
  .sub-material__inner:last-of-type::after {
    content: none; }

.top-material__inner::after {
  background: #fff; }

.sub-material__inner::after {
  background: #0F468C; }

.top-material__title,
.sub-material__title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 40px; }

.top-material__title {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5); }

.sub-material__title {
  color: #0F468C;
  border-bottom: solid 1px #0F468C; }

.top-material__block,
.sub-material__block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px; }
  @media screen and (min-width: 768px) {
    .top-material__block,
    .sub-material__block {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1080px) {
    .top-material__block,
    .sub-material__block {
      grid-template-columns: 380px repeat(3, 1fr); } }

.top-material__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .top-material__subtitle a {
    background: #FBFBBF;
    font-weight: 700;
    font-size: 1.7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px 4px 10px;
    position: relative; }
    .top-material__subtitle a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      z-index: 2;
      background: url("../images/top/icon-arrow__black.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px; }

.sub-material__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .sub-material__subtitle a {
    background: #0080A6;
    font-weight: 700;
    font-size: 1.7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px 4px 10px;
    position: relative;
    color: #fff; }
    .sub-material__subtitle a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      z-index: 2;
      background: url("../images/top/icon-arrow__white.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px; }

@media screen and (min-width: 1080px) {
  .top-material__subtitle--first a,
  .sub-material__subtitle--first a {
    width: initial;
    padding: 4px 30px 4px 20px; } }
.top-material__list,
.sub-material__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px; }

.top-material__item {
  display: flex;
  margin-bottom: 20px; }
  .top-material__item:last-of-type {
    margin-bottom: 0; }
  .top-material__item a {
    display: flex;
    flex: 1;
    background: #fff;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px 4px 10px;
    position: relative;
    color: #0F468C; }
    @media screen and (min-width: 1080px) {
      .top-material__item a {
        font-size: 1.4rem; } }
    .top-material__item a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      z-index: 2;
      background: url("../images/top/icon-arrow__blue.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px; }

.sub-material__item {
  display: flex;
  margin-bottom: 20px; }
  .sub-material__item:last-of-type {
    margin-bottom: 0; }
  .sub-material__item a {
    display: flex;
    flex: 1;
    background: #E7EDF4;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px 4px 10px;
    position: relative;
    color: #0F468C; }
    @media screen and (min-width: 1080px) {
      .sub-material__item a {
        font-size: 1.4rem; } }
    .sub-material__item a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      z-index: 2;
      background: url("../images/top/icon-arrow__blue.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px; }

.top-material__list .top-material__item,
.top-material__list .sub-material__item,
.sub-material__list .top-material__item,
.sub-material__list .sub-material__item {
  margin-bottom: 0; }

/* 現在地表示 */
.sub-material__inner.is-active .sub-material__subtitle a,
.sub-material__inner.is-active .sub-material__subtitle--first a,
.sub-material__item.is-active a {
  background: #0080A6;
  color: #FFF; }
  .sub-material__inner.is-active .sub-material__subtitle a::after,
  .sub-material__inner.is-active .sub-material__subtitle--first a::after,
  .sub-material__item.is-active a::after {
    background: url("../images/top/icon-arrow__white03.svg") no-repeat; }

.top-processing {
  margin-bottom: 80px; }

.top-processing__wrap {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }

.top-processing__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0F468C;
  border-bottom: solid 1px rgba(15, 70, 140, 0.5);
  padding-bottom: 5px;
  margin-bottom: 40px; }

.top-processing__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media screen and (min-width: 768px) {
    .top-processing__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1080px) {
    .top-processing__list {
      grid-template-columns: repeat(4, 1fr); } }

.top-processing__item a {
  background: #0080A6;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  .top-processing__item a picture {
    width: 100%;
    flex-shrink: 0;
    /* 高さが潰れるのを防ぐ */ }
    .top-processing__item a picture img {
      width: 100%;
      height: 160px;
      /* 任意の固定値 */
      object-fit: cover;
      /* トリミングしてはみ出た部分を隠す */
      display: block; }
  .top-processing__item a dl {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #FFFFFF;
    padding: 4px 0;
    box-sizing: border-box;
    width: calc(100% - 20px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    margin: 0 10px; }
    @media screen and (min-width: 768px) {
      .top-processing__item a dl {
        font-size: 1.2rem;
        line-height: 2rem; } }
    .top-processing__item a dl:nth-of-type(3) dt {
      letter-spacing: .14rem; }
    .top-processing__item a dl:last-of-type {
      border-bottom: none;
      margin-bottom: 5px; }
  .top-processing__item a dt {
    font-weight: 500;
    white-space: nowrap; }

.top-processing__item-title {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  border-bottom: solid 1px #fff;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  padding: 5px; }
  @media screen and (min-width: 768px) {
    .top-processing__item-title {
      font-size: 1.6rem;
      width: 24ch;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

/* -------------------------
課題解決事例
--------------------------*/
.top-solution {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .top-solution {
      margin-bottom: 80px; } }

.top-solution__wrap {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .top-solution__wrap {
      margin-bottom: 80px; } }

.top-solution__block {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px; }
  @media screen and (min-width: 1080px) {
    .top-solution__block {
      grid-template-columns: repeat(3, 1fr); } }

.top-solution__inner {
  position: relative; }
  .top-solution__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #DCDCDC; }
  .top-solution__inner:last-of-type::after {
    content: none; }

.top-solution__title {
  color: #0F468C;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #0F468C;
  padding-bottom: 5px;
  margin-bottom: 40px; }

.top-solution__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }

.top-solution__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .top-solution__subtitle a {
    background: #0080A6;
    font-weight: 700;
    font-size: 1.7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px 5px 10px;
    position: relative;
    color: #fff;
    width: 160px;
    box-sizing: border-box; }
    .top-solution__subtitle a::after {
      content: "";
      position: absolute;
      top: 0;
      right: 10px;
      bottom: 0;
      margin: auto;
      z-index: 2;
      background: url("../images/top/icon-arrow__white.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px; }

.top-solution__subtitle--first a {
  width: initial;
  padding: 5px 30px 5px 20px; }

.top-solution__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 20px; }

.top-solution__item a {
  background: #E7EDF4;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 20px 4px 10px;
  position: relative;
  color: #0F468C; }
  .top-solution__item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../images/top/icon-arrow__blue.svg") no-repeat;
    background-size: contain;
    width: 6px;
    height: 10px; }

.top-solution__subtitle.is-active a {
  background-color: #0d3a75; }

.top-solution__item.is-active a {
  color: #FFF;
  background-color: #0d3a75; }
  .top-solution__item.is-active a::after {
    background: url("../images/top/icon-arrow__white03.svg") no-repeat; }

/* ホルムアルデヒド */
@media screen and (min-width: 1080px) {
  .top-solution__inner:nth-child(3) ul.top-solution__list li:nth-child(3) a {
    font-size: 1.4rem; } }
.top-service__wrap {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }

.top-service__img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .top-service__img-list {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 60px; } }
  @media screen and (min-width: 1080px) {
    .top-service__img-list {
      grid-template-columns: repeat(4, 1fr); } }

.top-service__img-item a img {
  margin-bottom: 10px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block; }

.top-service__img-text {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  margin-bottom: 6px; }
  @media screen and (min-width: 768px) {
    .top-service__img-text {
      font-size: 1.8rem;
      margin-bottom: 10px; } }

/*
.top-service__category {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	p {
		color:$green;
		border:solid 1px $green;
		font-weight: 700;
		font-size: 1rem;
		padding:0 3px;
		margin-right: 6px;
		margin-bottom: 6px;
		box-sizing: border-box;
		@media screen and (min-width:768px) {
			font-size: 1.1rem;
			padding:1px 4px;
		}
	}
}*/
.cat_ico {
  margin-bottom: 15px; }
  .cat_ico a {
    display: inline-block;
    font-size: 1.35rem;
    padding: 1px 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid; }

.term_comfort {
  color: #86C036;
  border-color: #86C036; }

.term_hygiene {
  color: #03809A;
  border-color: #03809A; }

.term_safety {
  color: #0056A7;
  border-color: #0056A7; }

/* header.scss */
.header {
  background: #fff;
  width: 100%;
  display: none;
  position: sticky;
  top: 0;
  z-index: 100; }
  @media screen and (min-width: 1080px) {
    .header {
      display: block; } }

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto; }

.header__logo {
  position: relative; }

.header__logo-sub {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.03em;
  margin-bottom: 5px; }

.header__logo-title a {
  font-weight: 700;
  font-size: 34px;
  line-height: 3.8rem;
  letter-spacing: 0.1em; }

.header__logo-layout {
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.header__logo-produced {
  font-size: 1.2rem;
  line-height: 1.4rem;
  top: -8px;
  margin-left: 5px;
  position: relative; }

.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.header__tel p {
  font-size: 1.2rem;
  margin-bottom: .4rem; }
.header__tel a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 1; }
.header__tel small {
  font-size: 2.2rem; }

.header__btn {
  margin-left: 20px; }

.header__btn-item--green {
  background: #86C036; }

.header__btn-item--red {
  background: #FF4655; }

.header__btn-item:first-of-type {
  margin-bottom: .6rem; }

.header__btn-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  height: 30px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 1rem;
  box-sizing: border-box; }
  .header__btn-item a figure {
    margin-right: .5rem; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .menu-text {
    position: absolute;
    top: 25px;
    right: 9px;
    color: #FFF;
    font-size: .685rem; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .menu-text {
    display: none; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ */
  .gnav-sp__logo {
    position: absolute;
    top: .5rem;
    left: 1rem; }

  .gnav-sp__logo-title a {
    font-size: 2.2rem;
    line-height: 1.2; }

  .gnav-sp__logo-sub {
    font-size: 1.1rem; }

  .gnav-sp__logo-produced {
    font-size: 1rem;
    position: relative;
    top: .3rem;
    margin-left: .8rem; }

  .gnav-sp__logo-layout {
    display: flex;
    justify-content: flex-start;
    align-items: center; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* Tablet, PC */
  .gnav-sp__logo {
    display: none; } }
/* End MQ */
/* gnav.scss */
@media screen and (min-width: 1080px) {
  /* PC */
  .gnav_pc {
    width: 100%;
    height: 50px;
    background: linear-gradient(360deg, #0080A6 20%, #0F468C 100%); }
    .gnav_pc ul {
      display: grid;
      grid-template-columns: 60px repeat(7, 1fr);
      grid-template-rows: 1fr;
      width: calc(100% - 30px);
      max-width: 1080px;
      height: 50px;
      margin-left: auto;
      margin-right: auto; }
      .gnav_pc ul li {
        height: 50px; }
        .gnav_pc ul li:first-of-type a {
          border-left: solid 1px rgba(255, 255, 255, 0.3); }
        .gnav_pc ul li a {
          height: 50px;
          font-size: 1.4rem;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box;
          border-right: solid 1px rgba(255, 255, 255, 0.3); }
          .gnav_pc ul li a small {
            display: block;
            font-size: 1rem !important;
            line-height: 1.2; }

  #gnav_mm {
    display: none !important; } }
/* End MQ */
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
@media screen and (max-width: 1079px) {
  .gnav_pc {
    display: none; }

  a.meanmenu-reveal {
    display: none; }

  /* 一番上のバー */
  .mean-container .mean-bar {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 60px;
    border-bottom: solid 1px #0F468C;
    background: #fff;
    width: 100%; }

  .mean-container a.meanmenu-reveal {
    width: 60px;
    height: 60px;
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0 !important;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    display: block;
    z-index: 1000;
    background: #0F468C;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box; } }
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #service_post a.meanmenu-reveal {
    display: none !important; } }
@media screen and (max-width: 1079px) {
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 1px;
    width: 100%;
    margin-top: 8px; }

  .mean-container a.meanmenu-reveal span:first-of-type {
    margin-top: 0; }

  /*開いた中のバー*/
  .mean-container .mean-nav {
    width: 100%; }

  .mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    height: calc(100% - 60px);
    top: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    list-style-type: none;
    background: #0F468C;
    position: fixed;
    overflow-y: auto; }

  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%; }

  .mean-container .mean-nav ul li a {
    display: block;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem; }

  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible; }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0; }

  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%; }

  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%; }

  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%; }

  .mean-container .mean-nav ul li a:hover {
    background: #145dba; }

  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 29px;
    padding: 7px 12px 16px 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #145dba;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #145dba; }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0; }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; } }
.mean-remove {
  display: none !important; }

/* footer.scss */
.footer__inner {
  background: linear-gradient(360deg, #0F468C 0%, #23212A 100%);
  padding: 60px 0 30px; }

.footer__contact {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 20px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  margin-bottom: 20px; }
  @media screen and (min-width: 1080px) {
    .footer__contact {
      flex-direction: row;
      margin-bottom: 40px;
      padding: 20px; } }

.footer__contact-tel {
  color: #0F468C;
  position: relative;
  margin-bottom: 10px; }
  @media screen and (min-width: 1080px) {
    .footer__contact-tel {
      top: 10px;
      margin-bottom: 0; } }
  .footer__contact-tel a {
    font-size: 3rem;
    font-weight: 700;
    color: #0F468C;
    font-family: "Inter", sans-serif; }
    @media screen and (min-width: 768px) {
      .footer__contact-tel a {
        font-size: 4.8rem; } }
  .footer__contact-tel p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    margin-bottom: -5px; }
  .footer__contact-tel small {
    font-size: 3.2rem; }

.footer__contact-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.5rem;
  text-align: center;
  color: #0F468C;
  margin-bottom: 30px; }

.footer__btn {
  width: 100%;
  max-width: 400px; }
  @media screen and (min-width: 1080px) {
    .footer__btn {
      margin-left: 120px;
      width: initial; } }

.footer__btn-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #86C036;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFFFFF;
  width: 100%;
  height: 60px; }
  @media screen and (min-width: 768px) {
    .footer__btn-item a {
      font-size: 2rem;
      width: 400px;
      height: 70px; } }
.footer__btn-item figure {
  width: 2rem;
  margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .footer__btn-item figure {
      width: 2.4rem; } }
  .footer__btn-item figure img {
    width: 100%;
    height: auto; }

.footer__btn-item--green {
  margin-bottom: 10px; }

.footer__btn-item a.footer__btn-item--red {
  background: #FF4655 !important; }
  .footer__btn-item a.footer__btn-item--red figure {
    width: 1.8rem;
    margin-right: 12px; }
    @media screen and (min-width: 768px) {
      .footer__btn-item a.footer__btn-item--red figure {
        width: 2.2rem; } }

.footer__middle {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .footer__middle {
      justify-content: space-between; } }

.footer__logo p {
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 5px; }
.footer__logo a {
  font-size: 1.3rem;
  display: block;
  color: #FFFFFF; }

.footer__logo a.footer__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.8rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 10px; }

.footer__list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media screen and (min-width: 768px) {
    .footer__list {
      display: grid; } }

.footer__list-item a {
  color: #fff;
  font-size: 1.2rem;
  position: relative; }
  .footer__list-item a::before {
    content: "―  "; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem; }

.footer__bottom-list {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.footer__bottom-list-item {
  margin-right: 15px; }
  @media screen and (min-width: 768px) {
    .footer__bottom-list-item {
      margin-right: 40px; } }

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 50px; }

/* CSS for Page */
/* -------------------------
選ばれる理由
--------------------------*/
.reason_block ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (min-width: 768px) {
    .reason_block ul {
      grid-template-columns: repeat(3, 1fr); } }
  .reason_block ul li {
    min-height: 186px;
    position: relative;
    background: #00a7d9;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    box-sizing: border-box; }
    .reason_block ul li::before {
      content: "";
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 40px 0 0;
      border-color: transparent #0F468C transparent transparent;
      z-index: 2;
      position: absolute; }
    .reason_block ul li:first-child::before, .reason_block ul li:first-child::after {
      content: none; }
    .reason_block ul li:first-child p {
      border: none;
      padding-top: 0; }
    .reason_block ul li a {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-flow: column;
      color: #fff;
      font-size: 1.6rem;
      padding: 15px;
      height: 100%;
      box-sizing: border-box;
      line-height: 1.4;
      position: relative; }
      @media screen and (min-width: 768px) {
        .reason_block ul li a {
          padding: 15px 25px 30px; } }
      .reason_block ul li a:hover {
        opacity: .8; }
    .reason_block ul li .point {
      font-family: "Jost";
      font-weight: 700;
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 5px; }
      .reason_block ul li .point small {
        letter-spacing: .1rem;
        font-size: 1.1rem;
        display: inline-block;
        margin-right: 10px;
        padding: 4px 6px 0;
        background: #fff;
        color: #00a7d9;
        position: relative;
        top: -6px; }
        @media screen and (min-width: 768px) {
          .reason_block ul li .point small {
            font-size: 1.4rem; } }
    .reason_block ul li p {
      border-top: solid 1px #fff;
      padding-top: 10px; }
  .reason_block ul .reason_title {
    background: linear-gradient(360deg, #0080A6 20%, #0F468C 100%);
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .reason_block ul .reason_title {
        font-size: 3rem; } }

.reason_half_title {
  box-sizing: border-box;
  border: solid 1px #f2f2f2;
  border-bottom: solid 4px #0F468C;
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .reason_half_title h2 {
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .reason_half_title h2 {
        font-size: 2rem; } }
  .reason_half_title b {
    font-size: 2.5rem;
    font-family: Arial, Helvetica, "sans-serif";
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
    position: relative;
    top: 2px; }
    @media screen and (min-width: 768px) {
      .reason_half_title b {
        font-size: 3rem; } }

.reason_half_block {
  margin-bottom: 80px; }
  .reason_half_block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .reason_half_block ul {
        flex-flow: row;
        align-items: flex-start;
        justify-content: space-between; } }
    .reason_half_block ul li {
      width: 100%;
      margin-bottom: 30px;
      font-size: 1.4rem; }
      .reason_half_block ul li:first-child {
        text-align: center; }
      @media screen and (min-width: 768px) {
        .reason_half_block ul li {
          font-size: 1.6rem;
          margin-bottom: 0; }
          .reason_half_block ul li:first-child {
            width: 40%;
            text-align: left; }
          .reason_half_block ul li:last-child {
            width: 57%; } }
      .reason_half_block ul li img {
        width: 80%;
        height: auto; }
        @media screen and (min-width: 768px) {
          .reason_half_block ul li img {
            width: 100%; } }

.reason_info_block {
  background: #e8edf2;
  padding: 15px;
  box-sizing: border-box; }

.reason_info {
  background: #fff;
  border: solid 1px #0F468C;
  border-left: solid 3px #0F468C;
  padding: 6px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #0F468C;
  margin-bottom: 10px; }

.link_type02 a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  padding-left: 20px;
  text-indent: -20px;
  box-sizing: border-box; }
  .link_type02 a::before {
    content: "▶　";
    font-size: .85rem;
    color: #0F468C;
    position: relative;
    top: -2px; }
  .link_type02 a:hover {
    opacity: .75; }

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

/* -------------------------
お問い合わせ
--------------------------*/
.page-contact {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .page-contact {
      margin-bottom: 80px; } }

.page-contact__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px; }
  @media screen and (min-width: 768px) {
    .page-contact__layout {
      grid-template-columns: repeat(2, 1fr); } }

.page-contact__block {
  margin-bottom: 30px; }

.page-contact__block--second {
  margin-bottom: 30px; }

.page-contact__title {
  font-size: 1.5rem;
  font-weight: 500;
  background: #86C036;
  color: #fff;
  padding: 2px 12px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .page-contact__title {
      font-size: 2rem; } }

.page-contact__number {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Jost";
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: .1rem; }
  @media screen and (min-width: 768px) {
    .page-contact__number {
      font-size: 4rem; } }

.page-contact__text {
  font-size: 1.5rem; }

/* -------------------------
動画ライブラリ
--------------------------*/
.movie_list ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 900px) {
    .movie_list ul {
      grid-template-columns: repeat(3, 1fr); } }
  .movie_list ul li {
    display: flex;
    flex-direction: column;
    background: #eaf2fd; }
    .movie_list ul li img {
      width: 100%;
      height: auto; }
    .movie_list ul li .movie_thumb_item {
      padding: 10px; }

/*.title__service-heading {
  width:100%;
}

.service__how {
  margin-bottom: 40px;
  display:flex;
	justify-content: space-between;
  align-items: flex-start;
}

.service__how-image {
  width:35%;
  img {
    width:100%;
    height:auto;
  }
}

.service__how-list {
  padding:0 20px 0 38px;
  box-sizing: border-box;
  width:65%;
  li {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.8rem;
    text-indent:-1.8rem;
    box-sizing: border-box;
  }
}*/
/* -------------------------
運営会社
--------------------------*/
.company__heading {
  width: 100%; }

.company__table {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .company__table {
      margin-bottom: 80px; } }
  .company__table table {
    width: 100%;
    table-layout: fixed;
    border-top: solid 1px #ccc;
    box-sizing: border-box;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .company__table table {
        font-size: 1.5rem; } }
    .company__table table tr {
      border-bottom: solid 1px #ccc;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .company__table table tr {
          flex-direction: row;
          align-items: flex-start; } }
    .company__table table th {
      font-weight: normal;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 12px 0 0;
      font-weight: 500;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .company__table table th {
          padding: 20px;
          width: 25%;
          justify-content: space-between; } }
    .company__table table td {
      width: 100%;
      padding: 12px 0;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .company__table table td {
          width: 75%;
          padding: 20px; } }
    .company__table table textarea {
      width: 100%;
      box-sizing: border-box;
      font-size: 1.6rem;
      padding: 10px;
      font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
    .company__table table input,
    .company__table table select {
      padding: 10px;
      width: 100%;
      box-sizing: border-box; }
    .company__table table input[type="checkbox"] {
      width: auto !important; }

.company__map {
  width: 100%;
  margin-bottom: 60px; }
  .company__map iframe {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .company__map iframe {
        height: 400px; } }

/* -------------------------
保有設備
--------------------------*/
.equipment_table th {
  text-align: center; }
.equipment_table td:nth-child(2),
.equipment_table td:nth-child(3) {
  text-align: center; }

/* -------------------------
サイトマップ
--------------------------*/
.sitemap__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

.sitemap__block ul {
  width: 100%; }
  .sitemap__block ul li:first-of-type a {
    border-top: solid 2px #ccc; }
  .sitemap__block ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0;
    box-sizing: border-box;
    border-bottom: dashed 1px #ddd;
    position: relative;
    font-size: 1.5rem; }
    .sitemap__block ul li a:hover {
      opacity: .75;
      transition: all .2s; }
    .sitemap__block ul li a:hover::after {
      right: -5px;
      transition: all .2s; }
    .sitemap__block ul li a::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background: url("../images/top/icon-arrow__blue.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 11px;
      transition: all .2s; }
