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

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem; }
  @media screen and (min-width: 768px) {
    html {
      scroll-padding-top: 10rem; } }

/* ---------- Layout ---------- */
.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box; }
  @media screen and (min-width: 1080px) {
    .inner {
      padding: 0; } }

.section--gray {
  background: #eef2f6; }

/* ---------- Section heading ---------- */
.section_head {
  text-align: center;
  margin-bottom: 2rem; }

.section_head_en {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #18670c; }
  @media screen and (min-width: 768px) {
    .section_head_en {
      font-size: 3.6rem; } }

.section_head_ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: .5rem;
  color: #000; }

.block_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #103a6b; }
  @media screen and (min-width: 768px) {
    .block_ttl {
      font-size: 3.2rem; } }

/* ---------- Image placeholder ---------- */
.img_ph img {
  width: 100%;
  height: auto; }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26rem;
  padding: 1.1rem 4.4rem;
  border-radius: 0;
  background: #0b3096;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  transition: background 0.3s ease; }
  @media screen and (min-width: 768px) {
    .btn {
      min-width: 34rem;
      font-size: 1.7rem; } }
  .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: .9rem;
    transform: translateY(-50%);
    background: url("../images/common/arrow_right.svg") no-repeat;
    background-size: contain; }
  .btn:hover {
    background: #103a6b; }

.btn_type02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #0b3096;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: left;
  min-width: 152px;
  border-bottom: solid 1px #0b3096;
  padding-bottom: 2px; }
  @media screen and (min-width: 768px) {
    .btn_type02 {
      font-size: 1.7rem; } }
  .btn_type02::before {
    content: "";
    position: absolute;
    top: 45%;
    right: 0;
    width: 1.5rem;
    height: .9rem;
    transform: translateY(-50%);
    background: url("../images/common/arrow_right-blue.svg") no-repeat;
    background-size: contain; }

.btn--stack.btn--wide {
  flex-direction: column; }

.btn_main {
  font-size: 1.7rem;
  font-weight: 700; }

.btn_sub {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.08em; }

.btn_wrap {
  text-align: center;
  margin-top: 3rem; }

/* ---------- Utility ---------- */
.u_pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .u_pc {
      display: block; } }

.u_sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .u_sp {
      display: none; } }

body {
  color: #000;
  font-family: "IBM Plex Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

@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: #333;
  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 p,
section ul,
.section p,
.section ul {
  text-align: left; }

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

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

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

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

/* ------------------------------------------------
サイドバー
------------------------------------------------ */
#columnLeft,
#columnRight {
  overflow: hidden;
  margin: 0 0 40px 0; }

#columnLeft {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #columnLeft {
      width: 27%; } }
  @media screen and (min-width: 1080px) {
    #columnLeft {
      width: 290px; } }

#columnLeft form,
#columnRight form {
  margin: 0; }

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

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

#columnLeft #widget_area ul ul,
#columnLeft #widget_area ul ul {
  margin: 0 0 20px 20px; }

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

/* ------------------------------------------------
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) and (max-width: 1079px) {
  /* Tablet */
  .half .element_01,
  .half .element_02 {
    width: 49%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .half .element_01,
  .half .element_02 {
    width: 340px; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .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: 49%;
    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: 49%;
    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: 49%; }

  .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: 49%;
    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: 49%; }

  .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: 49%; }

  .list_w_pc1_smp1 li {
    float: left;
    margin-bottom: 15px;
    width: 49%; } }
/* 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%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

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

/* ------------------------------------------------
可変 Table
------------------------------------------------ */
.table_01 {
  margin: 0 0 10px 0; }
  .table_01 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 8px;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
  .table_01 input,
  .table_01 select {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px; }

.table_01 dd {
  width: 100%; }
  .table_01 dd div {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .table_01 dd div > span.wpcf7-form-control-wrap {
      width: 90% !important;
      display: inline-block; }
    .table_01 dd div p {
      width: calc(100% - 11%); }
      @media screen and (min-width: 768px) {
        .table_01 dd div p {
          width: calc(100% - 9%); } }
    .table_01 dd div div {
      margin-right: 10px;
      width: 11% !important; }
      @media screen and (min-width: 768px) {
        .table_01 dd div div {
          width: 8% !important;
          display: inline-block;
          margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 {
    width: 100%; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 {
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    border-left: none; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 .tbody {
    display: block;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #999; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 .tbody {
    display: table-row-group; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 dl {
    display: block;
    font-size: 1.4rem;
    margin: 0; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl {
    display: table-row;
    line-height: 1.6;
    border-top: solid 1px #999;
    overflow: hidden;
    *zoom: 1;
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .table_01 dl dt,
  .table_01 dl dd {
    float: none;
    display: block;
    padding: 6px;
    margin: 0;
    border-bottom: solid 1px #999; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dt,
  .table_01 dl dd {
    display: table-cell;
    *display: inline;
    padding: 20px;
    box-sizing: border-box;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    *border-top: none;
    *border-left: none;
    vertical-align: middle;
    *zoom: 1; } }
/* End MQ */
.table_01 dl dt {
  background: #EEE;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dt {
    border-bottom: none;
    min-width: 150px;
    white-space: nowrap;
    vertical-align: top; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .table_01 dl dd {
    border-bottom: none; } }
/* End MQ */
.table_01 dl dd label {
  margin-right: 4px; }

.table_01 dl dd label input {
  margin-right: 4px; }

@media screen and (min-width: 768px) {
  .table_01 {
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    border-left: none;
    overflow: hidden; }

  .table_01 .tbody {
    display: table-row-group; }

  .table_01 dl {
    display: table-row;
    line-height: 1.6;
    border-top: solid 1px #fff;
    overflow: hidden;
    *zoom: 1;
    width: 100%; }

  .table_01 dl dt {
    border-bottom: none; }

  .table_01 dl dd {
    border-bottom: none;
    width: 900px;
    font-size: 1.4rem; } }
@media screen and (max-width: 767px) {
  .table_01 dl dt,
  .table_01 dl dd {
    float: none;
    display: block;
    padding: 10px;
    margin: 0;
    border-bottom: solid 1px #999;
    width: calc(100% - 20px); } }
.hisu {
  box-sizing: border-box;
  color: #fff;
  border-radius: 1px;
  font-size: 1rem;
  padding: 2px 10px;
  background: #C03;
  display: inline-block;
  margin-right: 10px; }

.nini {
  box-sizing: border-box;
  color: #fff;
  background: #337ab7;
  border-radius: 1px;
  font-size: 1rem;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 10px; }

.contact_button {
  padding: 10px 50px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%; }
  .contact_button:hover {
    opacity: .7; }

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

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

.table_02 {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  vertical-align: middle; }

/* X方向にthが多いタイプのtable */
.table_02 th,
.table_02 td {
  border: 1px solid #aaa;
  padding: 15px; }

.table_02 th {
  background: #ffe4e1;
  font-weight: normal; }

.table_02 label {
  line-height: 34px;
  margin: 0; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .table_02 thead {
    display: none; }

  .table_02 tr,
  .table_02 td {
    display: block;
    width: auto; }

  .table_02 tr {
    margin-bottom: 30px; }

  .table_02 td {
    border: none;
    border-bottom: 1px solid #ffe4e1;
    box-sizing: border-box;
    padding: 10px 0;
    justify-content: space-between;
    text-align: left; } }
/* End MQ */
/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em; }

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */
.table_01 dl dd textarea {
  width: 100%; }

.table_01 dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  clear: both;
  margin-bottom: 5px; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .nme input {
    width: 30% !important; }

  .eml input {
    width: 70% !important; }

  .zip input {
    width: 20% !important; }

  .add input {
    width: 60% !important; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .nme input {
    width: 30% !important; }

  .eml input {
    width: 50% !important; } }
/* End MQ */
/* ------------------------------------------------
Clear Fix
------------------------------------------------ */
.clear {
  clear: both; }

/* ------------------------------------------------
カラー、サイズ、ライン など　微調整用
------------------------------------------------ */
/*カラー*/
.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; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@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;
  font-size: .75rem;
  box-sizing: border-box;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .table_type01 {
      font-size: .875rem; } }
  .table_type01 tr {
    border-bottom: solid 1px #ccc;
    display: block; }
    @media screen and (min-width: 768px) {
      .table_type01 tr {
        display: flex; } }
  .table_type01 th {
    font-size: .875rem;
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 th {
        padding: 24px;
        width: 30%;
        justify-content: space-between; } }
  .table_type01 td {
    width: 100%;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 td {
        width: 70%; } }
  .table_type01 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    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; }

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */
.wpcf7-form textarea {
  width: 100% !important; }

/*本文*/
.wpcf7-form .wpcf7-submit {
  width: 240px !important;
  margin: 50px auto !important;
  background: #0b3096;
  color: #fff;
  border: none !important;
  height: 50px;
  border-radius: 4px; }
  .wpcf7-form .wpcf7-submit:hover {
    opacity: .75; }

.submit_button {
  text-align: center; }

.page-keyvisual picture {
  display: flex;
  justify-content: center;
  align-items: center; }
  .page-keyvisual picture img {
    width: 100%;
    height: auto; }

.page-main_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page-main_title {
      margin-bottom: 80px; } }
  .page-main_title h1 {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    text-align: center;
    color: #0b3096;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .page-main_title h1 {
        font-size: 3.6rem; } }
  .page-main_title .page-main_subtitle,
  .page-main_title p {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000; }
    @media screen and (min-width: 768px) {
      .page-main_title .page-main_subtitle,
      .page-main_title p {
        font-size: 2.2rem; } }

.page-main_title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page-main_title01 {
      margin-bottom: 80px; } }
  .page-main_title01 h1 {
    font-weight: 600;
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    text-align: center;
    color: #0b3096; }
    @media screen and (min-width: 768px) {
      .page-main_title01 h1 {
        font-size: 3rem; } }
  .page-main_title01 p {
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .page-main_title01 p {
        font-size: 2.2rem;
        margin-top: 20px; } }

.bg_figure {
  position: relative; }
  .bg_figure::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #fff 50%, #E6F4F3 50%); }
    @media screen and (min-width: 768px) {
      .bg_figure::after {
        width: 700px; } }

.bg_figure--rev {
  position: relative;
  padding-top: 70px;
  margin-bottom: 70px; }
  .bg_figure--rev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom left, #fff 50%, #E6F4F3 50%); }
    @media screen and (min-width: 768px) {
      .bg_figure--rev::after {
        width: 700px; } }

.two-grid_row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem; }
  @media screen and (min-width: 768px) {
    .two-grid_row {
      flex-direction: row-reverse;
      align-items: flex-start;
      gap: 6rem; } }

.two-grid_row_img {
  --ratio: 60%; }
  @media screen and (min-width: 768px) {
    .two-grid_row_img {
      width: 48%; } }
  .two-grid_row_img img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 768px) {
  .two-grid_row_txt {
    width: 50%; } }
.two-grid_row_txt h3 {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 1rem; }
  .two-grid_row_txt h3 b {
    position: relative;
    left: -1rem;
    display: block; }
.two-grid_row_txt p {
  line-height: 2; }

.one-grid_one_txt {
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .one-grid_one_txt {
      width: 100%;
      padding-bottom: 40px; } }
  .one-grid_one_txt h3 {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 1rem; }
    .one-grid_one_txt h3 b {
      position: relative;
      left: -1rem;
      display: block; }
  .one-grid_one_txt p {
    line-height: 2; }

/* ---------- BUSINESS FIELD ---------- */
.business_field {
  background: #eff8fd;
  padding: 45px 0;
  box-sizing: border-box;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .business_field {
      margin-bottom: 100px; } }

.business_field_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem; }
  .business_field_list + .business_field_list {
    margin-top: 2.4rem; }
    @media screen and (min-width: 768px) {
      .business_field_list + .business_field_list {
        margin-top: 4rem; } }

@media screen and (min-width: 768px) {
  .business_field_list--top {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; } }
@media screen and (min-width: 1080px) {
  .business_field_list--top {
    gap: 6rem; } }

@media screen and (min-width: 768px) {
  .business_field_list--bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem; } }
@media screen and (min-width: 1080px) {
  .business_field_list--bottom {
    gap: 3rem; } }

.business_field_img {
  --ratio: 56%; }

.business_field_list--bottom .business_field_img {
  --ratio: 62%; }

.business_field_cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0.2rem;
  border-bottom: 1px solid #103a6b; }
  .business_field_cap span:first-child {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .business_field_cap span:first-child {
        font-size: 1.7rem; } }

.business_field_arrow {
  position: relative;
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid #103a6b;
  transition: background 0.25s ease, border-color 0.25s ease; }
  .business_field_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.6rem;
    width: 1.2rem;
    height: 0;
    border-top: 1.5px solid #103a6b;
    transform: translateY(-50%); }
  .business_field_arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.7rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1.5px solid #103a6b;
    border-right: 1.5px solid #103a6b;
    transform: translateY(-50%) rotate(45deg); }

.business_field_list a:hover .business_field_arrow {
  background: #0b3096;
  border-color: #0b3096; }
  .business_field_list a:hover .business_field_arrow::before, .business_field_list a:hover .business_field_arrow::after {
    border-color: #fff; }

@use "variables" as v;
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.08);
  display: none; }
  @media screen and (min-width: 768px) {
    .header {
      position: relative; } }
  @media screen and (min-width: 1000px) {
    .header {
      display: block; } }

.header_inner {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  height: 90px; }
  @media screen and (min-width: 768px) {
    .header_inner {
      width: 100%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }

/* ---------- ロゴ ---------- */
.header_logo {
  margin-right: auto; }
  .header_logo .header_tagline {
    display: none;
    font-size: 1.2rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.6rem; }
    @media screen and (min-width: 768px) {
      .header_logo .header_tagline {
        display: block; } }
  .header_logo h1, .header_logo div {
    line-height: 0; }
    .header_logo h1 a, .header_logo div a {
      display: block; }
    .header_logo h1 img, .header_logo div img {
      width: 25rem;
      height: auto; }
      @media screen and (min-width: 768px) {
        .header_logo h1 img, .header_logo div img {
          width: 30rem; } }

/* ---------- PCナビ（6項目・プルダウン） ---------- */
.header_gnav {
  display: none; }
  @media screen and (min-width: 1000px) {
    .header_gnav {
      display: block;
      align-self: stretch;
      margin-right: 3rem; }
      .header_gnav > ul {
        display: flex;
        align-items: stretch;
        height: 100%;
        gap: 2.6rem; }
      .header_gnav > ul > li {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 25px; }
        .header_gnav > ul > li > a, .header_gnav > ul > li b {
          display: flex;
          align-items: center;
          height: 100%;
          font-size: 1.4rem;
          font-weight: 400;
          color: #000;
          white-space: nowrap;
          transition: color 0.25s ease; }
          .header_gnav > ul > li > a:hover, .header_gnav > ul > li b:hover {
            color: #0b3096; } }

.has_child > a, .has_child b {
  position: relative; }
  .has_child > a::after, .has_child b::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0b3096;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease; }
.has_child:hover > a::after, .has_child:hover > b::after {
  opacity: 1; }

.header_sub {
  position: absolute;
  top: 100%;
  left: -1.5rem;
  min-width: 26rem;
  background: #fff;
  box-shadow: 0.3rem 0.3rem rgba(11, 43, 150, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.8rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 10; }
  .header_sub li {
    border-bottom: 1px solid #dde3ea; }
    .header_sub li:last-child {
      border-bottom: none; }
  .header_sub a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.6rem;
    font-size: 1.3rem;
    color: #000;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease; }
    .header_sub a::after {
      content: "";
      flex-shrink: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 8px solid #0b3096; }
    .header_sub a:hover {
      background: #eef2f6;
      color: #0b3096; }

.header_sub.header_sub--last {
  left: initial;
  right: -11rem; }

.has_child:hover .header_sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.header_lang {
  display: none; }
  @media screen and (min-width: 768px) {
    .header_lang {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      align-self: stretch;
      width: 9rem;
      background: #0b3096;
      color: #fff;
      transition: background 0.25s ease; }
      .header_lang:hover {
        background: #103a6b; } }
  .header_lang .header_lang_icon {
    display: block;
    line-height: 0; }
  .header_lang .header_lang_txt {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.08em; }

.gnav_lang {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  background: #0b3096;
  color: #fff;
  position: absolute;
  transition: background 0.25s ease;
  right: 6rem;
  top: 0; }
  @media screen and (min-width: 1000px) {
    .gnav_lang {
      display: none; } }
  .gnav_lang:hover {
    background: #103a6b; }
  .gnav_lang .gnav_lang_icon {
    display: block;
    line-height: 0;
    margin-top: .5rem; }
    .gnav_lang .gnav_lang_icon img {
      width: 2.4rem;
      height: auto; }
  .gnav_lang .gnav_lang_txt {
    font-size: 1.1rem; }

@media screen and (min-width: 1000px) {
  /* PC */
  .menu-text {
    display: none; }

  .sub_title {
    display: none; }

  #gnav_mm {
    display: block; } }
/* End MQ */
@media screen and (max-width: 999px) {
  /* スマホ */
  #gnav_mm {
    display: none; }

  .sub_title {
    position: absolute;
    left: 10px;
    top: 12px;
    width: calc(100% - 120px); }
    .sub_title p {
      font-size: 1rem;
      margin-bottom: 5px;
      line-height: 1.3; }
    .sub_title img {
      width: 100%;
      max-width: 18rem;
      height: auto; }

  .menu-text {
    position: absolute;
    bottom: -5px;
    right: 9px;
    font-size: 1.1rem; } }
/* gnav.scss */
@media screen and (min-width: 1080px) {
  /* PC */
  .gnav_pc {
    height: 80px; }
    .gnav_pc ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 80px; }
      .gnav_pc ul li {
        margin-left: 35px; }
        .gnav_pc ul li a {
          font-size: .875rem; }

  #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: 999px) {
  .gnav_pc {
    display: none; }

  a.meanmenu-reveal {
    display: none; }

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

  .mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
    padding: 6px 10px 14px 10px;
    position: absolute;
    top: 5px;
    right: 5px !important;
    cursor: pointer;
    color: #0b3096;
    text-decoration: none;
    line-height: 22px;
    display: block;
    z-index: 1000;
    transition: all .2s; }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #0b3096;
    height: 1px;
    margin-top: 6px;
    transition: all .2s; }

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

  .mean-container a.meanmenu-reveal.meanclose span:first-of-type {
    margin-top: 12px;
    transform: rotate(45deg);
    transition: all .2s; }

  .mean-container a.meanmenu-reveal.meanclose span:nth-of-type(2) {
    opacity: 0; }

  .mean-container a.meanmenu-reveal.meanclose span:last-of-type {
    margin-top: -8px;
    transform: rotate(-45deg);
    transition: all .2s; }

  /*開いた中のバー*/
  .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: #0b3096;
    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: #0e3fc6; }

  .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: #0e3fc6;
    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: #0e3fc6; }

  .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 {
  background: #f7fbfd;
  padding: 3rem 0 2rem; }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 4rem 0 2rem; } }

/* ---------- サイトマップ ---------- */
.footer_sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem; }
  @media screen and (min-width: 768px) {
    .footer_sitemap {
      grid-template-columns: repeat(4, 1fr);
      gap: 0 4rem; } }

.footer_group + .footer_group {
  margin-top: 3.6rem; }

.footer_head {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0b3096;
  letter-spacing: 0.04em; }

.footer_group.footer_group--wide {
  margin-top: 7.2rem; }

@media screen and (max-width: 767px) {
  .footer_group.footer_group--up {
    margin-top: 7.6rem; } }

.footer_col ul li {
  margin-bottom: 1.2rem; }
.footer_col ul a,
.footer_col ul b {
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  transition: color 0.25s ease; }
  @media screen and (min-width: 1080px) {
    .footer_col ul a,
    .footer_col ul b {
      white-space: nowrap;
      padding-left: 2rem; } }
  .footer_col ul a::before,
  .footer_col ul b::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0.7em;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg); }
  .footer_col ul a:hover,
  .footer_col ul b:hover {
    color: #0b3096; }

/* ---------- ロゴ＋住所 ---------- */
.footer_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 5rem;
  padding-top: 3rem; }
  @media screen and (min-width: 768px) {
    .footer_info {
      flex-direction: row;
      align-items: center;
      gap: 2rem; } }

.footer_logo {
  width: 24rem;
  flex-shrink: 0; }
  .footer_logo img {
    width: 100%; }

.footer_address {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #000;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer_address {
      text-align: left; } }

/* ---------- コピーライト ---------- */
.footer_copy {
  text-align: center; }
  .footer_copy small {
    font-size: 1rem; }

/* ---------- PAGE TOP ---------- */
.pagetop {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #0b3096;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 90;
  cursor: pointer; }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible; }
  @media screen and (min-width: 768px) {
    .pagetop {
      right: 2rem;
      bottom: 2rem; } }
  .pagetop img {
    width: 15px;
    height: auto; }

.side_banner {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .side_banner {
      right: 10px; } }
  .side_banner img {
    width: 60px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .side_banner img {
        width: 160px; } }

/* ---------- section_head white modifier ---------- */
.section_head--white .section_head_en,
.section_head--white .section_head_ja {
  color: #fff; }

.intro {
  padding: 4rem 0 5rem; }
  @media screen and (min-width: 768px) {
    .intro {
      padding: 6rem 0 8rem;
      text-align: center; }
      .intro .inner {
        max-width: 680px; } }

.intro_lead {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.7;
  color: #0b3096;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .intro_lead {
      font-size: 2.6rem;
      line-height: 1.6;
      letter-spacing: 0.15em; } }

.intro_txt {
  max-width: 72rem;
  margin: 0 auto 3rem;
  line-height: 2;
  color: #000; }
  @media screen and (min-width: 768px) {
    .intro_txt {
      margin: 0 auto 4rem;
      letter-spacing: 0.03em; } }

.keyvisual {
  position: relative;
  overflow: hidden; }
  .keyvisual .slick-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important; }
  .keyvisual .slick-list {
    overflow: visible !important; }

.keyvisual_slide {
  position: relative; }

.keyvisual-image {
  display: flex;
  justify-content: center;
  align-items: center; }
  .keyvisual-image img {
    width: 100%;
    height: auto; }

.mv_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background 0.25s ease;
  border: 0; }
  @media screen and (min-width: 768px) {
    .mv_arrow {
      width: 4rem;
      height: 4rem; } }
  .mv_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #009389;
    border-right: 1px solid #009389; }
  .mv_arrow:hover {
    background: #fff; }

.mv_arrow--prev {
  left: 2%; }
  @media screen and (min-width: 768px) {
    .mv_arrow--prev {
      left: 20px; } }
  .mv_arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg); }

.mv_arrow--next {
  right: 2%; }
  @media screen and (min-width: 768px) {
    .mv_arrow--next {
      right: 20px; } }
  .mv_arrow--next::before {
    transform: translate(-65%, -50%) rotate(45deg); }

/* ---------- STATEMENT ---------- */
.statement {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 70px; }
  .statement::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 103%;
    background: linear-gradient(to bottom right, #fff 50%, #E6F4F3 50%); }
    @media screen and (min-width: 768px) {
      .statement::after {
        width: 1000px;
        margin-bottom: 90px; } }

.statement_hero {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 3rem;
  background: url("../images/top/bg01.jpg") no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 30px 0;
  box-sizing: border-box;
  height: auto;
  aspect-ratio: 1200 / 360; }
  @media screen and (min-width: 768px) {
    .statement_hero {
      flex-direction: row;
      align-items: center;
      gap: 4rem;
      padding: 60px 0;
      margin-bottom: 4rem; } }

.statement_hero-inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.statement_ttl {
  font-family: "IBM Plex Sans JP";
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 55px;
  text-align: left;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .statement_ttl {
      color: #0b3096; } }
  .statement_ttl strong {
    display: inline-block;
    margin-top: .5rem;
    border-bottom: solid 4px #fff;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .statement_ttl strong {
        color: #0b3096;
        border-bottom: solid 4px #0b3096; } }
    .statement_ttl strong picture {
      margin-right: -10px; }

.statement_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .statement_wrap {
      padding: 0; } }

.statement_title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .statement_title {
      font-size: 2.2rem;
      width: 580px;
      margin-bottom: 15px; } }

.statement_lead {
  font-size: 1.6trm;
  letter-spacing: 0.02em; }

.statement_row {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .statement_row + .statement_row {
    margin-top: 4rem;
    margin-bottom: 8rem; }
  @media screen and (min-width: 768px) {
    .statement_row {
      flex-direction: row;
      align-items: flex-start;
      gap: 4rem; } }

@media screen and (min-width: 768px) {
  .statement_row--rev {
    flex-direction: row-reverse; } }

.statement_row_img {
  --ratio: 62%; }
  @media screen and (min-width: 768px) {
    .statement_row_img {
      width: 48%;
      --ratio: 60%; } }

@media screen and (min-width: 768px) {
  .statement_row_txt {
    width: 52%; } }
.statement_row_txt h3 {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 1rem; }
.statement_row_txt p {
  line-height: 2; }

.future_vision {
  position: relative;
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) {
    .future_vision {
      margin-bottom: 110px; } }
  .future_vision::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 105%;
    background: linear-gradient(to bottom left, #fff 50%, #E6F4F3 50%); }
    @media screen and (min-width: 768px) {
      .future_vision::after {
        width: 1000px; } }
  .future_vision .btn_wrap {
    margin-top: 50px; }

.future_vision_img {
  margin-bottom: 20px;
  display: block; }
  .future_vision_img img {
    width: 100%;
    height: 260px;
    object-fit: cover; }
    @media screen and (min-width: 768px) {
      .future_vision_img img {
        height: 360px; } }

.future_vision_txt {
  max-width: 50rem;
  margin: 0 auto 20px;
  line-height: 2;
  text-align: center; }

.commitment {
  margin-bottom: 6rem; }
  @media screen and (min-width: 768px) {
    .commitment {
      margin-bottom: 8rem; } }

.commitment_row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem; }
  .commitment_row + .commitment_row {
    margin-top: 4rem; }
  @media screen and (min-width: 768px) {
    .commitment_row {
      flex-direction: row;
      align-items: center;
      gap: 5rem; }
      .commitment_row + .commitment_row {
        margin-top: 7rem; } }

@media screen and (min-width: 768px) {
  .commitment_row--rev {
    flex-direction: row-reverse; } }

.commitment_row_img {
  --ratio: 64%; }
  @media screen and (min-width: 768px) {
    .commitment_row_img {
      width: 50%;
      --ratio: 62%; } }

@media screen and (min-width: 768px) {
  .commitment_row_txt {
    width: 50%; } }
.commitment_row_txt .btn_wrap {
  text-align: left; }

.commitment_text {
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .commitment_text {
      margin-bottom: 5rem; } }

.commitment_tag {
  display: block;
  padding: .5rem 1.6rem;
  margin-bottom: 1.6rem;
  background: #18670c;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  width: 95%; }
  @media screen and (min-width: 768px) {
    .commitment_tag {
      font-size: 2rem; } }

.commitment_ttl {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .commitment_ttl {
      font-size: 2rem; } }

/* ---------- MEZZOTTO ---------- */
.mezzotto {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .mezzotto {
      margin-bottom: 8rem; } }
  .mezzotto::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #fff 50%, #E6F4F3 50%); }
    @media screen and (min-width: 768px) {
      .mezzotto::after {
        width: 1000px; } }
  .mezzotto .section_head {
    margin-bottom: 2rem; }

.mezzotto_imgs {
  margin-bottom: 40px; }
  .mezzotto_imgs .img_ph {
    width: 100%;
    height: auto; }

.mezzotto_body {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px); }

.mezzotto_title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .mezzotto_title {
      font-size: 2.2rem; } }

.mezzotto_txt {
  letter-spacing: 0.02em; }

/* ---------- KAJIPRO ---------- */
.kajipro {
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .kajipro {
      margin-bottom: 8rem; } }
  .kajipro .section_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem; }
  .kajipro .section_head_ja {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .kajipro .section_head_ja {
        font-size: 2.2rem; } }

.kajipro_gallery {
  display: block;
  margin-bottom: 30px; }
  .kajipro_gallery img {
    width: 100%;
    height: auto; }

.kajipro_txt {
  margin: 0 auto;
  line-height: 2;
  color: #000;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .kajipro_txt {
      max-width: 65rem; } }

/* ---------- SAFETY MANAGEMENT ---------- */
.safety {
  margin-bottom: 6rem; }
  @media screen and (min-width: 768px) {
    .safety {
      margin-bottom: 8rem; } }
  .safety .section_head {
    margin-bottom: 1rem; }

.safety_lead {
  text-align: center !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 768px) {
    .safety_lead {
      font-size: 2.4rem; } }

.safety_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem; }
  @media screen and (min-width: 768px) {
    .safety_list {
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem; } }

.safety_item {
  text-align: center; }

.safety_icon {
  display: block;
  margin-bottom: 2rem; }
  .safety_icon img {
    width: 100%;
    height: auto; }

.safety_ttl {
  font-weight: 600;
  font-size: 1.7rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 8px; }
  @media screen and (min-width: 768px) {
    .safety_ttl {
      font-size: 2rem; } }
  .safety_ttl span {
    color: #18670c; }

.safety_txt {
  letter-spacing: 0.02em; }
  @media screen and (min-width: 768px) {
    .safety_txt {
      font-size: 1.5rem; } }

/* ---------- NEWS ---------- */
.news {
  margin-bottom: 5rem; }
  @media screen and (min-width: 768px) {
    .news {
      margin-bottom: 8rem; } }
  .news .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

.news_list {
  margin: 0 auto; }

.news_item a {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.2rem 0; }
  @media screen and (max-width: 767px) {
    .news_item a {
      flex-wrap: wrap;
      gap: 0.8rem 1.2rem; } }
  .news_item a:hover .news_ttl {
    color: #0b3096; }

.news_date {
  flex-shrink: 0;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .news_date {
      width: 11.5rem;
      font-size: 1.5rem; } }

.news_cat {
  flex-shrink: 0;
  padding: .2rem;
  min-width: 10rem;
  text-align: center;
  background: #f29600;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em; }

.news_cat--record {
  background: #1a9d8f; }

.news_cat--recruit {
  background: #3aa0dd; }

.news_ttl {
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .news_ttl {
      width: 100%; } }

/* ---------- ABOUT ---------- */
.about {
  margin-bottom: 5rem; }
  @media screen and (min-width: 768px) {
    .about {
      margin-bottom: 8rem; } }

.about_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem; }
  @media screen and (min-width: 768px) {
    .about_grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 5rem; } }

.about_card {
  display: block; }
  .about_card .img_ph {
    --ratio: 60%; }

.about_cap {
  padding: 1.6rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center !important; }
