@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 */
:root {
  --left-value: 0px; }

* {
  margin: 0;
  padding: 0; }

body {
  color: #050505;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: .875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    body {
      font-size: .9325rem; } }

@media screen and (max-width: 1199px) {
  /* スマホ, Tablet */
  body {
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ */
  .pc_only {
    display: none; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none; } }
/* End MQ */
a {
  color: #050505;
  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 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: 1199px) {
  /* スマホ */
  .content section,
  .content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* PC */
  .content section,
  .content .section {
    width: 1200px;
    padding-left: 0;
    padding-right: 0; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  .w1080 {
    width: 1080px !important;
    margin: 0 auto; } }
.entry img {
  max-width: 100%;
  height: auto; }

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

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

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  padding: 0;
  margin: 61px auto 0; }
  @media screen and (min-width: 1080px) {
    .keyvisual {
      margin: 0 auto 5px; } }
  .keyvisual img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .keyvisual img {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block; } }

.key_bottom {
  position: relative; }
  .key_bottom .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 480px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .key_bottom .bg {
        height: 400px; } }
    .key_bottom .bg picture {
      width: 50%;
      height: 480px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .key_bottom .bg picture {
          height: 400px; } }
    .key_bottom .bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .key_bottom .key_txt {
    position: relative;
    z-index: 2;
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .key_bottom .key_txt {
        flex-direction: row;
        height: 400px; } }
    .key_bottom .key_txt .inner figure {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      width: 280px; }
      @media screen and (min-width: 768px) {
        .key_bottom .key_txt .inner figure {
          width: 334px; } }
      .key_bottom .key_txt .inner figure img {
        width: 100%;
        height: auto; }
    .key_bottom .key_txt .inner h2 {
      text-align: center;
      font-size: 1.5em;
      font-weight: 500;
      letter-spacing: .15em;
      margin-top: 30px;
      margin-bottom: 16px; }
      @media screen and (min-width: 768px) {
        .key_bottom .key_txt .inner h2 {
          font-size: 1.813rem; } }
    .key_bottom .key_txt .inner p {
      font-weight: 500;
      text-align: center;
      letter-spacing: .15em; }
    .key_bottom .key_txt .iso {
      margin-top: 25px; }
      @media screen and (min-width: 768px) {
        .key_bottom .key_txt .iso {
          position: absolute;
          left: 0;
          bottom: 66px;
          margin-top: 0; } }

.page_keyvisual {
  padding: 61px 0 0 0;
  position: relative;
  margin: 0 auto 10px; }
  @media screen and (min-width: 1080px) {
    .page_keyvisual {
      padding: 0; } }
  .page_keyvisual img {
    width: 100%;
    height: auto; }
  .page_keyvisual .capital {
    text-transform: uppercase; }
  .page_keyvisual .key_title {
    position: absolute;
    top: 61px;
    bottom: 0;
    left: 30px;
    margin: auto;
    z-index: 2;
    height: calc(100% - 61px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 1080px) {
      .page_keyvisual .key_title {
        left: 155px;
        top: 0;
        height: 100%; } }
    .page_keyvisual .key_title p {
      font-size: 7.5vw;
      font-weight: 700;
      color: #0064B6;
      text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
      line-height: 1.5;
      border-bottom: solid 1px #fff;
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .key_title p {
          font-size: 3.75rem; } }
    .page_keyvisual .key_title h1, .page_keyvisual .key_title h2 {
      font-size: 4vw;
      font-weight: 700;
      color: #000;
      font-family: "Noto Serif JP", serif;
      font-optical-sizing: auto;
      font-weight: 700;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .key_title h1, .page_keyvisual .key_title h2 {
          font-size: 1.875rem;
          text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; } }

/* ------------------------------------------------
Hタグ
------------------------------------------------ */
.home section h2 {
  /* トップページのh2は内部ページ h1と同じ */ }

section h1 a,
section h2 a,
section h3 a {
  text-decoration: none; }

section h1 a:hover,
section h2 a:hover,
section h3 a:hover,
section h1 a:active,
section h2 a:active,
section h3 a:active {
  text-decoration: underline; }

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
#breadcrumbs {
  margin: 0 0 10px; }

#breadcrumbs p {
  margin: 0;
  font-size: .875rem; }

/* ------------------------------------------------
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: 1199px) {
  /* Tablet */
  .half .element_01,
  .half .element_02 {
    width: 49%; } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* 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: 1199px) {
  /* 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: 1200px) {
  /* 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: 1199px) {
  /* スマホ, 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: 1199px) {
  /* 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: 1200px) {
  /* 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: 1199px) {
  /* スマホ, 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: 1200px) {
  /* 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: 1199px) {
  /* Tablet */
  .left_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* 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: 1199px) {
  /* Tablet */
  .right_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1200px) {
  /* 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: 1199px) {
  /* スマホ, 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: 1200px) {
  /* 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: 1199px) {
  /* スマホ, 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: 1199px) {
  /* スマホ, 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: 1199px) {
  /* 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: 1200px) {
  /* 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: 1199px) {
  /* スマホ, 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: 1199px) {
  /* 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: 1200px) {
  /* 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%; }

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

/* ------------------------------------------------
可変 Table
------------------------------------------------ */
.table_01 {
  margin: 0 0 10px 0;
  overflow: hidden; }

.table_01 dt,
.table_01 dd {
  padding: 20px; }

.table_01 dt {
  font-weight: 500; }

.table_01 dd {
  width: calc(100% - 30px); }

.table_01 dd input[type="text"],
.table_01 dd input[type="email"] {
  padding: 8px;
  border-radius: 3px;
  border: solid 1px #707070 !important;
  max-width: calc(98% - 16px); }

.wpcf7-list-item {
  line-height: 2.0; }

.table_01 dd a {
  color: #0D5DAB; }

.table_01 dd a:hover,
.table_01 dd a:active {
  text-decoration: underline; }

@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: 90%;
    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;
    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;
    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; }

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

.submit-button {
  text-align: center;
  padding: 10px; }

.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: 1199px) {
  /* スマホ, 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; }

  .table_02 td::before {
    content: attr(aria-label);
    display: inline-block;
    float: left;
    text-align: left;
    background: #ffe4e1;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 4px;
    font-size: .875rem; } }
/* 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: 1199px) {
  /* スマホ, 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: 1200px) {
  /* PC */
  .nme input {
    width: 30% !important; }

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

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

.black {
  color: #000 !important; }

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

.blue_text {
  color: #0064B6 !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: 1200px) {
  .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;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-size: .875rem;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .table_type01 {
      font-size: 1rem;
      margin-bottom: 60px; } }
  .table_type01 tr {
    border-bottom: solid 1px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .table_type01 tr {
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row; } }
  .table_type01 th {
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    background: #F1F9FD;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .table_type01 th {
        border-bottom: solid 1px #ccc; } }
    @media screen and (min-width: 768px) {
      .table_type01 th {
        border-right: solid 1px #ccc;
        padding: 24px;
        width: 30%;
        justify-content: space-between; } }
  .table_type01 td {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 td {
        width: 70%;
        padding: 20px; } }
  .table_type01 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
    font-family: "IBM Plex Sans JP", sans-serif; }
  .table_type01 input,
  .table_type01 select {
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }

.hisu {
  box-sizing: border-box;
  color: #fff;
  font-size: .7rem;
  padding: 2px 10px;
  background: #C93210;
  display: inline-block;
  margin-right: 10px; }

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

.contact_button {
  padding: 10px 50px;
  width: 250px;
  height: 50px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1;
  background: #C93210;
  border: 1px solid #C93210;
  border-radius: 0;
  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; }

.title_type01 {
  margin-bottom: 20px; }
  .title_type01 p {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: -5px; }
    @media screen and (min-width: 768px) {
      .title_type01 p {
        font-size: 2.5rem; } }
  .title_type01 h2 {
    font-size: 1rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .title_type01 h2 {
        font-size: 1.125rem; } }

.title_type02 {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .title_type02 {
      font-size: 1.625rem; } }
  .title_type02 p {
    text-align: center;
    font-size: 1.325rem;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .title_type02 p {
        font-size: 1.625rem;
        margin-bottom: 10px; } }
  .title_type02 h1, .title_type02 h2, .title_type02 .h1type {
    color: #0064B6;
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .title_type02 h1, .title_type02 h2, .title_type02 .h1type {
        margin-bottom: 15px;
        font-size: 1.6875rem; } }
  .title_type02 + p {
    text-align: center;
    font-size: 1.125rem;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .title_type02 + p {
        font-size: 1.3125rem;
        margin-bottom: 50px; } }

.title_type02b {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .title_type02b {
      font-size: 1.625rem; } }
  .title_type02b h1 {
    text-align: center;
    font-size: 1.325rem;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .title_type02b h1 {
        font-size: 1.625rem;
        margin-bottom: 15px; } }
  .title_type02b p {
    color: #0064B6;
    font-weight: 600;
    text-align: center;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .title_type02b p {
        font-size: 1.6875rem; } }

.title_type03 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: solid 1px #0064B6;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .title_type03 {
      font-size: 1.5625rem;
      margin-bottom: 20px; } }

.title_type04 {
  text-align: center;
  margin-bottom: 25px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .title_type04 {
      margin-bottom: 40px; } }
  .title_type04 h1, .title_type04 h2, .title_type04 h3 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: solid 2px #0064B6;
    color: #0064B6; }
    @media screen and (min-width: 768px) {
      .title_type04 h1, .title_type04 h2, .title_type04 h3 {
        font-size: 1.75rem; } }

.title_type05 h1, .title_type05 h2, .title_type05 h3, .title_type05 h4 {
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: solid 2px #0064B6;
  color: #0064B6; }
  .title_type05 h1 a, .title_type05 h2 a, .title_type05 h3 a, .title_type05 h4 a {
    color: #0064B6; }
  @media screen and (min-width: 768px) {
    .title_type05 h1, .title_type05 h2, .title_type05 h3, .title_type05 h4 {
      font-size: 1.3rem; } }

.link_type02 a {
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 20px;
  box-sizing: border-box;
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  height: 40px;
  border-radius: 40px;
  font-size: .875rem; }
  @media screen and (min-width: 1120px) {
    .link_type02 a {
      font-size: 1rem; } }
  .link_type02 a figure {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }

.link_type01 a {
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 26px;
  box-sizing: border-box;
  background: #0064B6;
  color: #fff;
  text-align: center;
  height: 40px;
  border-radius: 40px; }
  .link_type01 a figure {
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (max-width: 768px) {
  #sec0,
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05,
  #sec06,
  #sec07,
  #sec08,
  #sec09 {
    margin-top: -70px;
    padding-top: 70px; } }

/* header.scss */
.header {
  display: none; }
  @media screen and (min-width: 1080px) {
    .header {
      display: block; } }
  .header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    height: 100px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .header .header_inner .h_insta {
      position: relative;
      margin-left: 20px; }
      .header .header_inner .h_insta img {
        width: 40px;
        height: auto; }
  .header .logo a {
    display: flex;
    justify-content: center;
    align-items: center; }

@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) {
  /* スマホ */
  .sub_title {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    width: calc(100% - 70px); }
    .sub_title .logo {
      position: absolute;
      left: 8px;
      top: 10px; }
      .sub_title .logo a {
        display: flex;
        justify-content: center;
        align-items: center; }
        .sub_title .logo a img {
          height: 42px;
          width: auto; }
    .sub_title .h_insta {
      position: absolute;
      right: 0;
      top: 14px; }
      .sub_title .h_insta figure {
        width: 32px;
        height: auto; }
        .sub_title .h_insta figure img {
          width: 100%;
          height: auto; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* Tablet, PC */
  .sub_title {
    display: none; } }
/* End MQ */
/* gnav.scss */
@media screen and (min-width: 1080px) {
  /* PC */
  .gnav_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    height: 100px;
    box-sizing: border-box; }
    .gnav_pc .lang {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      margin-left: 25px; }
      .gnav_pc .lang div:last-of-type {
        margin-left: 10px;
        padding-left: 10px;
        border-left: solid 1px #707070; }
      .gnav_pc .lang a {
        line-height: 1;
        font-size: .8125rem; }
    .gnav_pc > ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      .gnav_pc > ul > li {
        margin-left: 30px; }
        .gnav_pc > ul > li:last-of-type {
          background: #0064B6;
          margin-top: -20px;
          padding-top: 20px; }
          .gnav_pc > ul > li:last-of-type > a, .gnav_pc > ul > li:last-of-type > a small {
            color: #fff; }
        .gnav_pc > ul > li.bg_arrow > a {
          cursor: pointer; }
        .gnav_pc > ul > li > a {
          font-size: .8125rem;
          white-space: nowrap;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          font-weight: 500;
          height: 100px;
          width: 80px; }
          .gnav_pc > ul > li > a small {
            font-size: 9.5px;
            color: #0064B6; }
        .gnav_pc > ul > li .menuSub {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          top: 100px;
          background: #fff;
          z-index: 3;
          height: 130px;
          width: 100%; }
          .gnav_pc > ul > li .menuSub > div {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
            height: 130px;
            width: 100%;
            max-width: 1080px;
            margin-left: auto;
            margin-right: auto; }
            .gnav_pc > ul > li .menuSub > div span {
              display: block;
              margin: 20px 0; }
              .gnav_pc > ul > li .menuSub > div span a {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                position: relative; }
                .gnav_pc > ul > li .menuSub > div span a figure {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 22px;
                  height: 22px;
                  border-radius: 22px;
                  border: solid 1px #0064B6;
                  margin-left: 15px;
                  position: relative;
                  top: -2px; }
              .gnav_pc > ul > li .menuSub > div span b {
                font-size: 1.125rem;
                font-weight: 500;
                display: block;
                line-height: 1; }
          .gnav_pc > ul > li .menuSub.nav01 ul {
            grid-template-columns: repeat(5, 1fr);
            grid-column-gap: 50px; }
          .gnav_pc > ul > li .menuSub.nav02 {
            height: 183px; }
            .gnav_pc > ul > li .menuSub.nav02 ul {
              grid-template-columns: repeat(4, 1fr);
              grid-column-gap: 50px;
              max-width: 870px; }
          .gnav_pc > ul > li .menuSub.nav03 {
            height: 183px; }
            .gnav_pc > ul > li .menuSub.nav03 ul {
              grid-template-columns: repeat(4, 1fr);
              grid-column-gap: 50px;
              max-width: 870px; }
          .gnav_pc > ul > li .menuSub ul {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 30px;
            grid-row-gap: 20px;
            width: 100%; }
            .gnav_pc > ul > li .menuSub ul li {
              width: 180px;
              border-bottom: solid 1px #0064B6; }
              .gnav_pc > ul > li .menuSub ul li a {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding-bottom: 5px;
                white-space: nowrap;
                font-size: .8125rem;
                position: relative;
                font-weight: 500; }
                .gnav_pc > ul > li .menuSub ul li a::after {
                  background: url("../images/common/arrow_blue.svg") no-repeat;
                  background-size: contain;
                  width: 14px;
                  height: 7px;
                  position: absolute;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  margin: auto;
                  content: "";
                  transition: all .2s; }

  #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 #0064B6;
    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: #fff;
    text-decoration: none;
    line-height: 22px;
    display: block;
    z-index: 1000;
    background: #0064B6; } }
@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;
    margin-top: 6px; }

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

  /*開いた中のバー*/
  .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: #0064B6;
    position: fixed;
    overflow-y: auto; }

  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%; }
    .mean-container .mean-nav ul li.inner a {
      padding-left: 1rem;
      box-sizing: border-box;
      opacity: .75;
      width: 100%;
      padding: 1em 5% 1em 10%; }

  .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: .875rem; }

  .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: #0080e9; }

  .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: #0080e9;
    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: #0080e9; }

  .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_content {
  width: calc(100% - 30px);
  background: #D7ECFA;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .footer_content {
      height: 380px;
      border-radius: 24px;
      width: calc(100% - 50px);
      margin-bottom: 80px; } }
  .footer_content .footer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 100px 20px 40px 20px;
    box-sizing: border-box;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .footer_content .footer_inner {
        flex-direction: row;
        padding: 40px;
        height: 380px; } }
  @media screen and (min-width: 769px) and (max-width: 999px) {
    .footer_content picture {
      position: relative;
      top: 25px; } }
  .footer_content picture img {
    width: 280px;
    height: auto; }
    @media screen and (min-width: 400px) {
      .footer_content picture img {
        width: 313px; } }
  .footer_content .title_type01 {
    position: absolute;
    left: 15px;
    top: 30px; }
    @media screen and (min-width: 768px) {
      .footer_content .title_type01 {
        left: 40px;
        top: 20px; } }
    @media screen and (min-width: 1000px) {
      .footer_content .title_type01 {
        top: 40px; } }
  .footer_content .txt {
    margin-top: 25px; }
    @media screen and (min-width: 768px) {
      .footer_content .txt {
        margin-left: 30px;
        margin-top: 0; } }
    @media screen and (min-width: 820px) {
      .footer_content .txt {
        margin-left: 60px; } }
    .footer_content .txt h3 {
      font-size: 1.125rem;
      font-weight: 500;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .footer_content .txt h3 {
          font-size: 1.325rem; } }
    .footer_content .txt .tel {
      text-align: center;
      display: block; }
      .footer_content .txt .tel a {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap; }
        @media screen and (min-width: 768px) {
          .footer_content .txt .tel a {
            font-size: 2.5rem; } }
    .footer_content .txt p {
      font-weight: 500;
      text-align: center; }
    .footer_content .txt .link_type01 {
      margin-top: 20px; }
      @media screen and (min-width: 769px) {
        .footer_content .txt .link_type01 {
          margin-top: 35px; } }
      .footer_content .txt .link_type01 a {
        font-size: .875rem; }
        @media screen and (min-width: 900px) {
          .footer_content .txt .link_type01 a {
            font-size: 1rem; } }

.footer {
  background: #FAFAFA; }
  .footer .footer_nav {
    width: calc(100% - 30px);
    max-width: 1060px;
    padding: 50px 0 0;
    margin-inline: auto; }
    @media screen and (max-width: 1079px) {
      .footer .footer_nav {
        display: none; } }
    .footer .footer_nav .nav_top {
      font-size: .75rem;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .footer .footer_nav .nav_top ul:last-child {
        margin-right: 0; }
      .footer .footer_nav .nav_top ul li {
        position: relative;
        box-sizing: border-box;
        margin-bottom: 10px; }
        .footer .footer_nav .nav_top ul li:first-of-type, .footer .footer_nav .nav_top ul li.second {
          font-size: .8125rem;
          font-weight: 500; }
          .footer .footer_nav .nav_top ul li:first-of-type::before, .footer .footer_nav .nav_top ul li.second::before {
            color: #0064B6;
            position: absolute;
            left: -1rem;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "ー ";
            transition: all .2s; }
        .footer .footer_nav .nav_top ul li b {
          font-weight: 500; }
    .footer .footer_nav .nav_bottom {
      font-size: .875rem;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      position: relative;
      top: -2.2rem;
      left: 735px; }
      @media screen and (min-width: 1080px) {
        .footer .footer_nav .nav_bottom {
          left: 610px; } }
      @media screen and (min-width: 1180px) {
        .footer .footer_nav .nav_bottom {
          left: 674px; } }
      .footer .footer_nav .nav_bottom ul {
        margin-right: 72px;
        text-decoration: underline;
        text-decoration-color: #0064B6;
        text-underline-offset: 10px;
        padding-left: 0; }
        @media screen and (min-width: 1080px) {
          .footer .footer_nav .nav_bottom ul {
            margin-right: 86px; } }
        @media screen and (min-width: 1180px) {
          .footer .footer_nav .nav_bottom ul {
            margin-right: 118px; } }
        .footer .footer_nav .nav_bottom ul:last-child {
          margin-right: 0; }
        .footer .footer_nav .nav_bottom ul li {
          position: relative; }
    .footer .footer_nav .nav_area {
      font-size: .875rem; }
      .footer .footer_nav .nav_area dl {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
      .footer .footer_nav .nav_area dd a {
        color: #0064B6;
        text-decoration: underline; }
        .footer .footer_nav .nav_area dd a:hover {
          text-decoration: none; }
  .footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 50px 0 30px;
    margin-inline: auto;
    font-size: .875rem; }
    @media screen and (min-width: 768px) {
      .footer .footer_bottom {
        flex-direction: row;
        padding: 25px 0 20px; } }
    .footer .footer_bottom .f_logo {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .footer .footer_bottom .f_logo {
          flex-direction: row;
          justify-content: flex-start;
          width: initial;
          margin-bottom: 0; } }
      @media screen and (max-width: 768px) {
        .footer .footer_bottom .f_logo a {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 20px; } }
      @media screen and (min-width: 768px) {
        .footer .footer_bottom .f_logo div {
          margin-left: 30px;
          margin-top: 5px; } }
      .footer .footer_bottom .f_logo div p:first-child {
        font-size: .8125rem;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .footer .footer_bottom .f_logo div p:first-child {
            text-align: left; } }
      .footer .footer_bottom .f_logo div a {
        margin: 0 40px;
        display: inline-block; }
    .footer .footer_bottom ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .footer .footer_bottom ul {
          align-items: flex-end;
          width: initial;
          justify-content: flex-end; } }
      @media screen and (min-width: 1080px) {
        .footer .footer_bottom ul {
          flex-direction: row;
          align-items: center; } }
      @media screen and (min-width: 768px) {
        .footer .footer_bottom ul li:last-child {
          margin-left: 30px; } }
  .footer .copyright {
    background: #0064B6;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer .copyright .inner {
      width: calc(100% - 40px);
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .footer .copyright .inner {
          flex-direction: row; } }
    .footer .copyright ul {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(100% - 30px);
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
      @media screen and (min-width: 769px) {
        .footer .copyright ul {
          justify-content: flex-start;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          margin-bottom: 0; } }
      .footer .copyright ul li:first-of-type {
        margin-right: 40px; }
        @media screen and (min-width: 769px) {
          .footer .copyright ul li:first-of-type {
            margin-right: 75px; } }
      .footer .copyright ul li a {
        color: #fff;
        font-size: .8125rem;
        white-space: nowrap; }
    .footer .copyright p {
      text-align: center;
      white-space: nowrap;
      color: #fff;
      font-size: .75rem; }

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

/* CSS for Page */
.en {
  margin-bottom: 60px !important; }
  .en p {
    font-size: 1.5rem;
    color: #0064B6;
    text-align: center; }

/* -----------------------------------------------------------------------------------------------------------------------
私たちについて
----------------------------------------------------------------------------------------------------------------------- */
.base {
  color: #0064B6; }

.about_contents01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .about_contents01 {
      margin-bottom: 80px; } }
  .about_contents01 section {
    width: calc(100% - 20px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #F1F9FD;
    border-radius: 14px;
    padding: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .about_contents01 section {
        width: calc(100% - 50px);
        border-radius: 24px;
        padding: 35px; } }
  .about_contents01 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    .about_contents01 .inner_title h2 {
      margin-top: 10px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .about_contents01 .inner_title h2 {
          font-size: 1.6875rem; } }
  .about_contents01 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .about_contents01 .inner_content {
        flex-direction: row; } }
    .about_contents01 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .about_contents01 .inner_content .left {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .about_contents01 .inner_content .left {
          width: 495px; } }
      .about_contents01 .inner_content .left figure {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        width: 240px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          .about_contents01 .inner_content .left figure {
            width: 311px;
            margin-bottom: 24px; } }
        .about_contents01 .inner_content .left figure img {
          width: 100%;
          height: auto; }
      .about_contents01 .inner_content .left h3 {
        font-size: 1.1875rem;
        font-weight: 500;
        color: #0064B6;
        margin-bottom: 15px; }
      .about_contents01 .inner_content .left p {
        margin-bottom: 10px; }
        .about_contents01 .inner_content .left p:last-of-type {
          margin-bottom: 0; }
        .about_contents01 .inner_content .left p b {
          font-weight: 400; }
    .about_contents01 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .about_contents01 .inner_content .right {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .about_contents01 .inner_content .right {
          width: 553px; } }
      .about_contents01 .inner_content .right img {
        width: 100%;
        height: auto; }

.about_contents02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .about_contents02 {
      margin-bottom: 80px; } }
  .about_contents02 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .about_contents02 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .about_contents02 .inner_title h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .about_contents02 .inner_title h3 {
          margin-bottom: 40px;
          font-size: 1.6875rem; } }
  .about_contents02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .about_contents02 .inner_content {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 40px; } }
    .about_contents02 .inner_content img {
      width: 100%;
      height: auto; }
    .about_contents02 .inner_content h3 {
      font-weight: 500;
      color: #fff;
      margin: 15px 0;
      background: #0064B6;
      font-size: 1.25rem;
      border-radius: 6px;
      min-height: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .about_contents02 .inner_content h3 {
          font-size: 1.3125rem;
          margin: 25px 0;
          min-height: 46px;
          border-radius: 9px; } }
    .about_contents02 .inner_content p {
      letter-spacing: .05em; }
    .about_contents02 .inner_content .left {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .about_contents02 .inner_content .left {
          width: 49%;
          margin-bottom: 0; } }
      @media screen and (min-width: 1100px) {
        .about_contents02 .inner_content .left {
          width: 520px; } }
    .about_contents02 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .about_contents02 .inner_content .right {
          width: 49%; } }
      @media screen and (min-width: 1100px) {
        .about_contents02 .inner_content .right {
          width: 520px; } }
  .about_contents02 .inner_bottom {
    background: #7BC0ED;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .about_contents02 .inner_bottom {
        flex-direction: row;
        border-radius: 24px;
        min-height: 150px;
        padding: 15px; } }
    .about_contents02 .inner_bottom span {
      color: #fff; }
      @media screen and (min-width: 768px) {
        .about_contents02 .inner_bottom span {
          margin-left: 60px; } }
      .about_contents02 .inner_bottom span > p {
        margin-top: 15px;
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .about_contents02 .inner_bottom span > p {
            font-size: 1.06875rem;
            margin-bottom: 12px;
            margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .about_contents02 .inner_bottom span .link_type02 {
          display: flex;
          justify-content: center;
          align-items: center; } }

.about_contents03 {
  margin-bottom: 40px;
  background: #F4F8F9;
  padding: 30px 0;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .about_contents03 {
      margin-bottom: 80px;
      padding: 40px 0; } }
  .about_contents03 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .about_contents03 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .about_contents03 .inner_title h3 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .about_contents03 .inner_title h3 {
          margin-bottom: 25px;
          font-size: 1.6875rem; } }
  .about_contents03 .inner_content ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px; }
    @media screen and (min-width: 768px) {
      .about_contents03 .inner_content ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px; } }
    @media screen and (min-width: 1080px) {
      .about_contents03 .inner_content ul {
        grid-template-columns: repeat(3, 1fr); } }
    .about_contents03 .inner_content ul li img {
      width: 100%;
      height: auto; }
    .about_contents03 .inner_content ul li h4 {
      margin: 15px 0 10px;
      color: #0064B6;
      font-weight: 500;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .about_contents03 .inner_content ul li h4 {
          margin: 25px 0 15px;
          font-size: 1.125rem; } }

.about_contents04 {
  margin-bottom: 20px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .about_contents04 {
      margin-bottom: 50px; } }
  .about_contents04 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .about_contents04 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .about_contents04 .inner_title h3 {
      margin-bottom: 10px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .about_contents04 .inner_title h3 {
          margin-bottom: 20px;
          font-size: 1.6875rem; } }
  .about_contents04 .illust {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .about_contents04 .illust {
        margin-bottom: 50px; } }
    .about_contents04 .illust figure img {
      max-width: 742px;
      width: 100%;
      height: auto; }
  .about_contents04 .inner_txt > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    .about_contents04 .inner_txt > ul > li {
      width: 100%;
      background: #F4F8F9;
      padding: 20px;
      box-sizing: border-box;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .about_contents04 .inner_txt > ul > li {
          max-width: 340px;
          min-height: 255px;
          margin-right: 30px;
          margin-bottom: 30px; } }
      .about_contents04 .inner_txt > ul > li:nth-of-type(3n) {
        margin-right: 0; }
      .about_contents04 .inner_txt > ul > li h3 {
        color: #0064B6;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .about_contents04 .inner_txt > ul > li h3 {
            font-size: 1.125rem; } }
      .about_contents04 .inner_txt > ul > li ul li {
        position: relative;
        text-indent: -1.125rem;
        padding-left: 1.125rem;
        box-sizing: border-box;
        font-size: .875rem; }
        @media screen and (min-width: 768px) {
          .about_contents04 .inner_txt > ul > li ul li {
            text-indent: -1.25rem;
            padding-left: 1.25rem;
            font-size: .9325rem; } }
        .about_contents04 .inner_txt > ul > li ul li::before {
          content: "● ";
          color: #0064B6; }

/* -----------------------------------------------------------------------------------------------------------------------
工場見学ページ
----------------------------------------------------------------------------------------------------------------------- */
.factory_block {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .factory_block {
      margin-bottom: 80px; } }
  .factory_block section {
    width: calc(100% - 20px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #F1F9FD;
    border-radius: 14px;
    padding: 35px 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .factory_block section {
        width: calc(100% - 50px);
        border-radius: 24px;
        padding: 35px 35px 45px; } }
  .factory_block .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .factory_block .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .factory_block .inner_title figure {
          height: 156px; } }
      .factory_block .inner_title figure img {
        width: auto;
        height: 100%; }
  .factory_block .inner_content {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .factory_block .inner_content {
        margin-bottom: 80px; } }
    .factory_block .inner_content ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .factory_block .inner_content ul {
          flex-direction: row;
          margin-bottom: 30px; } }
      .factory_block .inner_content ul li {
        width: 100%;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .factory_block .inner_content ul li {
            width: 48%;
            max-width: 530px;
            margin-bottom: 0; } }
        .factory_block .inner_content ul li img {
          width: 100%;
          height: auto; }
    .factory_block .inner_content > p {
      margin-bottom: 20px; }
    .factory_block .inner_content .link_type01 {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }

/* -----------------------------------------------------------------------------------------------------------------------
サービス
----------------------------------------------------------------------------------------------------------------------- */
.activities_contents01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .activities_contents01 {
      margin-bottom: 80px; } }
  .activities_contents01 section {
    width: calc(100% - 20px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #F1F9FD;
    border-radius: 14px;
    padding: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .activities_contents01 section {
        width: calc(100% - 50px);
        border-radius: 24px;
        padding: 35px 35px 45px; } }
  .activities_contents01 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    .activities_contents01 .inner_title h2 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .activities_contents01 .inner_title h2 {
          font-size: 1.6875rem; } }
    .activities_contents01 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; }
      @media screen and (min-width: 768px) {
        .activities_contents01 .inner_title figure {
          height: 156px; } }
      .activities_contents01 .inner_title figure img {
        width: auto;
        height: 100%; }
  .activities_contents01 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .activities_contents01 .inner_content {
        flex-direction: row; } }
    .activities_contents01 .inner_content .left {
      width: 100%;
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .activities_contents01 .inner_content .left {
          width: 49%;
          margin-bottom: 0; } }
      @media screen and (min-width: 1180px) {
        .activities_contents01 .inner_content .left {
          width: 483px; } }
      .activities_contents01 .inner_content .left figure {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        width: 240px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          .activities_contents01 .inner_content .left figure {
            width: 311px;
            margin-bottom: 24px; } }
        .activities_contents01 .inner_content .left figure img {
          width: 100%;
          height: auto; }
      .activities_contents01 .inner_content .left h3 {
        font-size: 1.1875rem;
        font-weight: 500;
        margin-bottom: 15px; }
      .activities_contents01 .inner_content .left p {
        margin-bottom: 20px;
        letter-spacing: .05em; }
        .activities_contents01 .inner_content .left p:last-of-type {
          margin-bottom: 0; }
      .activities_contents01 .inner_content .left b {
        font-weight: 400; }
    .activities_contents01 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .activities_contents01 .inner_content .right {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .activities_contents01 .inner_content .right {
          width: 520px; } }
      .activities_contents01 .inner_content .right img {
        width: 100%;
        height: auto; }

.activities_contents02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .activities_contents02 {
      margin-bottom: 80px; } }
  .activities_contents02 section {
    width: calc(100% - 20px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #F1F9FD;
    border-radius: 14px;
    padding: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .activities_contents02 section {
        width: calc(100% - 50px);
        border-radius: 24px;
        padding: 35px 35px 45px; } }
  .activities_contents02 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    .activities_contents02 .inner_title h3 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .activities_contents02 .inner_title h3 {
          font-size: 1.6875rem; } }
    .activities_contents02 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; }
      @media screen and (min-width: 768px) {
        .activities_contents02 .inner_title figure {
          height: 156px; } }
      .activities_contents02 .inner_title figure img {
        width: auto;
        height: 100%; }
  .activities_contents02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .activities_contents02 .inner_content {
        flex-direction: row; } }
    .activities_contents02 .inner_content .left {
      width: 100%;
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .activities_contents02 .inner_content .left {
          width: 49%;
          margin-bottom: 0; } }
      @media screen and (min-width: 1180px) {
        .activities_contents02 .inner_content .left {
          width: 483px; } }
      .activities_contents02 .inner_content .left figure {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        width: 240px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          .activities_contents02 .inner_content .left figure {
            width: 311px;
            margin-bottom: 24px; } }
        .activities_contents02 .inner_content .left figure img {
          width: 100%;
          height: auto; }
      .activities_contents02 .inner_content .left h3 {
        font-size: 1.1875rem;
        font-weight: 500;
        margin-bottom: 15px; }
      .activities_contents02 .inner_content .left p {
        margin-bottom: 20px;
        letter-spacing: .05em; }
        .activities_contents02 .inner_content .left p:last-of-type {
          margin-bottom: 0; }
    .activities_contents02 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .activities_contents02 .inner_content .right {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .activities_contents02 .inner_content .right {
          width: 520px; } }
      .activities_contents02 .inner_content .right img {
        width: 100%;
        height: auto; }

.service_contents01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents01 {
      margin-bottom: 80px; } }
  .service_contents01 section {
    width: calc(100% - 20px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #F1F9FD;
    border-radius: 14px;
    padding: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .service_contents01 section {
        width: calc(100% - 50px);
        border-radius: 24px;
        padding: 35px 35px 45px; } }
  .service_contents01 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    .service_contents01 .inner_title h2, .service_contents01 .inner_title h3 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents01 .inner_title h2, .service_contents01 .inner_title h3 {
          font-size: 1.6875rem; } }
  .service_contents01 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .service_contents01 .inner_content {
        flex-direction: row; } }
    .service_contents01 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .service_contents01 .inner_content .left {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .service_contents01 .inner_content .left {
          width: 495px; } }
      .service_contents01 .inner_content .left figure {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
        width: 240px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px) {
          .service_contents01 .inner_content .left figure {
            width: 311px;
            margin-bottom: 24px; } }
        .service_contents01 .inner_content .left figure img {
          width: 100%;
          height: auto; }
      .service_contents01 .inner_content .left h3 {
        font-size: 1.1875rem;
        font-weight: 500;
        color: #0064B6;
        margin-bottom: 15px; }
      .service_contents01 .inner_content .left p {
        margin-bottom: 15px; }
        .service_contents01 .inner_content .left p:last-of-type {
          margin-bottom: 0; }
    .service_contents01 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .service_contents01 .inner_content .right {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .service_contents01 .inner_content .right {
          width: 553px; } }
      .service_contents01 .inner_content .right img {
        width: 100%;
        height: auto; }

.service_contents02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents02 {
      margin-bottom: 80px; } }
  .service_contents02 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .service_contents02 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px; }
    .service_contents02 .inner_title h3 {
      margin-bottom: 10px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents02 .inner_title h3 {
          margin-bottom: 15px;
          font-size: 1.6875rem; } }
  .service_contents02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .service_contents02 .inner_content {
        margin-bottom: 40px; } }
    .service_contents02 .inner_content img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
    .service_contents02 .inner_content h4 {
      text-align: center;
      color: #fff;
      background: #0064B6;
      height: 25px;
      border-radius: 25px;
      padding: 0 20px;
      box-sizing: border-box;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: .875rem;
      line-height: 1;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        .service_contents02 .inner_content h4 {
          font-size: .9325rem; } }
    .service_contents02 .inner_content p {
      font-size: .8125rem; }
      @media screen and (min-width: 768px) {
        .service_contents02 .inner_content p {
          font-size: .9325rem; } }
    .service_contents02 .inner_content li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column; }
    .service_contents02 .inner_content ul:first-of-type {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .service_contents02 .inner_content ul:first-of-type {
          grid-template-columns: repeat(4, 1fr);
          margin-bottom: 40px;
          grid-column-gap: 50px; } }
      @media screen and (min-width: 1080px) {
        .service_contents02 .inner_content ul:first-of-type {
          grid-column-gap: 100px; } }
    .service_contents02 .inner_content ul:last-of-type {
      max-width: 482px;
      margin-left: auto;
      margin-right: auto; }

.service_contents03 {
  margin-bottom: 40px; }
  .service_contents03 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .service_contents03 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents03 .inner_title {
        margin-bottom: 40px; } }
    .service_contents03 .inner_title h3 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents03 .inner_title h3 {
          font-size: 1.6875rem; } }
    .service_contents03 .inner_title figure img {
      width: 100%;
      height: 110px;
      object-fit: contain; }
      @media screen and (min-width: 768px) {
        .service_contents03 .inner_title figure img {
          width: auto;
          height: 141px; } }
  .service_contents03 .inner_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .service_contents03 .inner_content ul {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start; } }
    .service_contents03 .inner_content ul li {
      width: 100%;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .service_contents03 .inner_content ul li {
          width: 48%; } }
      @media screen and (min-width: 1080px) {
        .service_contents03 .inner_content ul li {
          width: 520px; } }
      .service_contents03 .inner_content ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      .service_contents03 .inner_content ul li h4 {
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .service_contents03 .inner_content ul li h4 {
            font-size: 1.125rem; } }
      .service_contents03 .inner_content ul li .link_type01 {
        display: flex;
        justify-content: center;
        align-items: center; }
        .service_contents03 .inner_content ul li .link_type01 img {
          margin-bottom: 0; }
    .service_contents03 .inner_content ul p:last-of-type {
      text-align: center; }

.service_contents04 {
  margin-bottom: 40px;
  background: #F4F8F9;
  padding: 40px 0 20px; }
  @media screen and (min-width: 768px) {
    .service_contents04 {
      margin-bottom: 80px; } }
  .service_contents04 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .service_contents04 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents04 .inner_title {
        margin-bottom: 40px; } }
    .service_contents04 .inner_title h3 {
      margin-bottom: 10px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents04 .inner_title h3 {
          margin-bottom: 15px;
          font-size: 1.6875rem; } }
    .service_contents04 .inner_title h4 {
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.125rem;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents04 .inner_title h4 {
          margin-bottom: 20px;
          font-size: 1.325rem; } }
    .service_contents04 .inner_title p b {
      color: #0064B6;
      font-weight: 400;
      text-decoration: underline; }
  .service_contents04 .inner_content {
    margin-bottom: 30px; }
    .service_contents04 .inner_content ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .service_contents04 .inner_content ul {
          flex-direction: row; } }
      .service_contents04 .inner_content ul li {
        width: 100%;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          .service_contents04 .inner_content ul li {
            width: 32%;
            margin-bottom: 0; } }
        .service_contents04 .inner_content ul li:last-of-type {
          margin-bottom: 0; }
        .service_contents04 .inner_content ul li img {
          width: 100%;
          height: auto;
          margin-bottom: 15px; }
        .service_contents04 .inner_content ul li p {
          text-align: center;
          font-size: 1rem; }
          @media screen and (min-width: 768px) {
            .service_contents04 .inner_content ul li p {
              font-size: 1.125rem; } }

.service_contents05 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents05 {
      margin-bottom: 80px; } }
  .service_contents05 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .service_contents05 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents05 .inner_title {
        margin-bottom: 40px; } }
    .service_contents05 .inner_title h3 {
      margin-bottom: 10px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents05 .inner_title h3 {
          margin-bottom: 15px;
          font-size: 1.6875rem; } }
  .service_contents05 .inner_txt {
    margin-bottom: 30px; }
    .service_contents05 .inner_txt ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .service_contents05 .inner_txt ul {
          flex-direction: row; } }
      .service_contents05 .inner_txt ul li {
        width: 100%;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          .service_contents05 .inner_txt ul li {
            width: 32%;
            margin-bottom: 0; } }
        .service_contents05 .inner_txt ul li h3 {
          background: #7BC0ED;
          border-radius: 14px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          padding: 15px;
          font-weight: 500;
          color: #fff;
          text-align: center;
          font-size: 1.125rem;
          box-sizing: border-box;
          min-height: 102px;
          position: relative; }
          @media screen and (min-width: 768px) {
            .service_contents05 .inner_txt ul li h3 {
              flex-direction: row;
              border-radius: 24px;
              padding: 15px; } }
          @media screen and (min-width: 960px) {
            .service_contents05 .inner_txt ul li h3 {
              font-size: 1.325rem; } }
        .service_contents05 .inner_txt ul li figure {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          margin-top: -12px;
          margin-bottom: 10px; }
        .service_contents05 .inner_txt ul li p {
          font-size: .9325rem; }
  .service_contents05 .inner_bottom {
    background: #7BC0ED;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .service_contents05 .inner_bottom {
        flex-direction: row;
        border-radius: 24px;
        min-height: 150px;
        padding: 15px; } }
    .service_contents05 .inner_bottom span {
      color: #fff; }
      @media screen and (min-width: 768px) {
        .service_contents05 .inner_bottom span {
          margin-left: 60px; } }
      .service_contents05 .inner_bottom span > p {
        margin-top: 15px;
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .service_contents05 .inner_bottom span > p {
            font-size: 1.06875rem;
            margin-bottom: 12px;
            margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .service_contents05 .inner_bottom span .link_type02 {
          display: flex;
          justify-content: center;
          align-items: center; } }

.service_contents06 {
  margin-bottom: 40px; }
  .service_contents06 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .service_contents06 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents06 .inner_title {
        margin-bottom: 40px; } }
    .service_contents06 .inner_title h3 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents06 .inner_title h3 {
          font-size: 1.6875rem; } }
  .service_contents06 .inner_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .service_contents06 .inner_content ul {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start; } }
    .service_contents06 .inner_content ul li {
      width: 100%;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .service_contents06 .inner_content ul li {
          width: 48%; } }
      @media screen and (min-width: 1080px) {
        .service_contents06 .inner_content ul li {
          width: 520px; } }
      .service_contents06 .inner_content ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .service_contents06 .inner_content ul li img {
            margin-bottom: 25px; } }
    .service_contents06 .inner_content ul h3 {
      font-size: 1.125rem;
      font-weight: 500;
      color: #0064B6;
      line-height: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .service_contents06 .inner_content ul h3 {
          margin-bottom: 20px; } }
      .service_contents06 .inner_content ul h3 span {
        display: inline-block;
        margin-right: 6px;
        font-size: 1.5rem; }
        @media screen and (min-width: 768px) {
          .service_contents06 .inner_content ul h3 span {
            font-size: 1.75rem; } }
      .service_contents06 .inner_content ul h3.in_title {
        line-height: 1.5;
        text-align: center;
        justify-content: center; }
        @media screen and (min-width: 768px) {
          .service_contents06 .inner_content ul h3.in_title {
            min-height: 52px; } }

.service_contents07 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents07 {
      margin-bottom: 80px; } }
  .service_contents07 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .service_contents07 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents07 .inner_title {
        margin-bottom: 40px; } }
    .service_contents07 .inner_title h3 {
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents07 .inner_title h3 {
          font-size: 1.6875rem; } }
  .service_contents07 .inner_content {
    margin-bottom: 30px; }
    .service_contents07 .inner_content ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 50px;
      grid-row-gap: 30px; }
      @media screen and (min-width: 768px) {
        .service_contents07 .inner_content ul {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 1080px) {
        .service_contents07 .inner_content ul {
          grid-column-gap: 95px; } }
      .service_contents07 .inner_content ul li {
        width: 100%; }
        .service_contents07 .inner_content ul li picture {
          display: flex;
          justify-content: center;
          align-items: flex-start; }
        .service_contents07 .inner_content ul li img {
          width: 100%;
          height: auto;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            .service_contents07 .inner_content ul li img {
              max-width: 460px; } }
        .service_contents07 .inner_content ul li p {
          text-align: center; }
          @media screen and (min-width: 768px) {
            .service_contents07 .inner_content ul li p {
              font-size: .9325rem; } }

.service_contents08 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents08 {
      margin-bottom: 80px; } }
  .service_contents08 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .service_contents08 .inner_title {
    margin-bottom: 20px; }
    .service_contents08 .inner_title h3 {
      margin-bottom: 15px;
      font-size: 1rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents08 .inner_title h3 {
          font-size: 1.125rem;
          margin-bottom: 20px; } }
  .service_contents08 .inner_border {
    background: #F4F8F9;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px; }
  .service_contents08 .inner_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .service_contents08 .inner_content ul {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start; } }
    .service_contents08 .inner_content ul li {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .service_contents08 .inner_content ul li {
          width: 48%;
          margin-bottom: 40px; } }
      @media screen and (min-width: 1080px) {
        .service_contents08 .inner_content ul li {
          width: 520px; } }
      .service_contents08 .inner_content ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      .service_contents08 .inner_content ul li h4 {
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .service_contents08 .inner_content ul li h4 {
            font-size: 1.125rem; } }
      .service_contents08 .inner_content ul li .link_type01 {
        display: flex;
        justify-content: center;
        align-items: center; }
        .service_contents08 .inner_content ul li .link_type01 img {
          margin-bottom: 0; }
    .service_contents08 .inner_content ul p:last-of-type {
      text-align: center; }

.blue {
  color: #0064B6; }

.service_contents09 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents09 {
      margin-bottom: 80px; } }
  .service_contents09 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .service_contents09 .inner_title {
    margin-bottom: 20px; }
    .service_contents09 .inner_title h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.25rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents09 .inner_title h2 {
          font-size: 1.6875rem;
          margin-bottom: 40px; } }
  .service_contents09 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .service_contents09 .inner_content {
        flex-direction: row;
        align-items: flex-start; } }
    .service_contents09 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .service_contents09 .inner_content .left {
          width: 48%; } }
      .service_contents09 .inner_content .left p {
        margin-bottom: 15px; }
        .service_contents09 .inner_content .left p b {
          color: #0064B6;
          font-weight: 400; }
    .service_contents09 .inner_content .right {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .service_contents09 .inner_content .right {
          width: 48%;
          margin-bottom: 0; } }
      .service_contents09 .inner_content .right img {
        width: 100%;
        height: auto;
        margin-bottom: 15px; }

.service_contents10 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents10 {
      margin-bottom: 80px; } }
  .service_contents10 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .service_contents10 .inner_title {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents10 .inner_title {
        margin-bottom: 40px; } }
    .service_contents10 .inner_title h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.25rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents10 .inner_title h2 {
          font-size: 1.6875rem; } }
    .service_contents10 .inner_title p {
      text-align: center; }
  .service_contents10 h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #0064B6;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .service_contents10 h3 {
        font-size: 1.125rem; } }
  .service_contents10 ul {
    margin-bottom: 40px; }
    .service_contents10 ul li {
      margin-bottom: 5px; }
      .service_contents10 ul li:first-letter {
        color: #0064B6; }
  .service_contents10 .bottom img {
    width: 100%;
    height: auto; }

.service_contents11 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .service_contents11 {
      margin-bottom: 80px; } }
  .service_contents11 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .service_contents11 .inner_title {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .service_contents11 .inner_title {
        margin-bottom: 40px; } }
    .service_contents11 .inner_title h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.25rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .service_contents11 .inner_title h2 {
          font-size: 1.6875rem; } }
    .service_contents11 .inner_title p {
      text-align: center; }
  .service_contents11 dl {
    border-bottom: solid 1px #0064B6;
    padding: 15px 0; }
    .service_contents11 dl dt {
      font-size: 1rem;
      color: #0064B6;
      font-weight: 500;
      margin-bottom: 5px; }
    .service_contents11 dl dd {
      padding-left: .5rem;
      box-sizing: border-box; }

/* -----------------------------------------------------------------------------------------------------------------------
採用情報
----------------------------------------------------------------------------------------------------------------------- */
.recruit_contents01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .recruit_contents01 {
      margin-bottom: 80px; } }
  .recruit_contents01 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .recruit_contents01 .inner_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_contents01 .inner_title {
        margin-bottom: 40px; } }
    .recruit_contents01 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      width: 50%;
      max-width: 169px; }
      @media screen and (min-width: 768px) {
        .recruit_contents01 .inner_title figure {
          width: auto;
          margin-bottom: 20px; } }
      .recruit_contents01 .inner_title figure img {
        width: 100%;
        height: 115px;
        object-fit: contain; }
        @media screen and (min-width: 768px) {
          .recruit_contents01 .inner_title figure img {
            height: auto; } }
    .recruit_contents01 .inner_title p {
      font-size: .9325rem;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .recruit_contents01 .inner_title p {
          font-size: 1.1875rem; } }
    .recruit_contents01 .inner_title .title_type02 h3 {
      font-size: 1.375rem;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .recruit_contents01 .inner_title .title_type02 h3 {
          font-size: 1.875rem; } }
  .recruit_contents01 .inner_content {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .recruit_contents01 .inner_content {
        padding: 0 15px;
        box-sizing: border-box; } }
    .recruit_contents01 .inner_content ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 50px; }
      @media screen and (min-width: 768px) {
        .recruit_contents01 .inner_content ul {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 50px;
          grid-row-gap: 50px; } }
      @media screen and (min-width: 1080px) {
        .recruit_contents01 .inner_content ul {
          grid-column-gap: 112px; } }
      .recruit_contents01 .inner_content ul li img {
        width: 100%;
        height: auto; }
      .recruit_contents01 .inner_content ul li p {
        text-align: center;
        color: #0064B6;
        font-size: .9325rem;
        margin-top: 15px;
        font-weight: 500;
        line-height: 1.6; }
        @media screen and (min-width: 768px) {
          .recruit_contents01 .inner_content ul li p {
            font-size: 1.1825rem; } }

.recruit_contents02 {
  margin-bottom: 40px;
  background: #F4F8F9;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .recruit_contents02 {
      margin-bottom: 80px; } }
  .recruit_contents02 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .recruit_contents02 .inner_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_contents02 .inner_title {
        margin-bottom: 40px; } }
    .recruit_contents02 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      width: 50%;
      max-width: 159px; }
      @media screen and (min-width: 768px) {
        .recruit_contents02 .inner_title figure {
          width: auto;
          margin-bottom: 20px; } }
      .recruit_contents02 .inner_title figure img {
        width: 100%;
        height: 115px;
        object-fit: contain; }
        @media screen and (min-width: 768px) {
          .recruit_contents02 .inner_title figure img {
            height: auto; } }
    .recruit_contents02 .inner_title p {
      font-size: .9325rem;
      font-weight: 400;
      margin-bottom: 0;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .recruit_contents02 .inner_title p {
          font-size: 1.1875rem;
          text-align: center; } }
    .recruit_contents02 .inner_title .title_type02 h2 {
      color: #0064B6; }
    .recruit_contents02 .inner_title .title_type02 h3 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .recruit_contents02 .inner_title .title_type02 h3 {
          font-size: 1.1825rem;
          margin-bottom: 30px; } }
  .recruit_contents02 .inner_content {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .recruit_contents02 .inner_content {
        margin-bottom: 0; } }
    .recruit_contents02 .inner_content ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 15px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 768px) {
        .recruit_contents02 .inner_content ul {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 20px;
          grid-row-gap: 30px; } }
      @media screen and (min-width: 1080px) {
        .recruit_contents02 .inner_content ul {
          grid-column-gap: 30px; } }
      .recruit_contents02 .inner_content ul li img {
        width: 100%;
        height: auto;
        border-radius: 16px; }
      .recruit_contents02 .inner_content ul li p {
        text-align: center;
        color: #0064B6;
        font-size: 1.1825rem;
        margin-top: 15px;
        font-weight: 500;
        line-height: 1.6; }

.recruit_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 60px auto 20px; }
  @media screen and (min-width: 768px) {
    .recruit_link {
      flex-direction: row;
      justify-content: space-around; } }
  .recruit_link a {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 70px;
    box-sizing: border-box;
    border: solid 1px #0064B6;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0064B6;
    background: #fff;
    margin: 0 10px; }
    .recruit_link a:first-of-type {
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .recruit_link a:first-of-type {
          margin-bottom: 0; } }
    .recruit_link a .arrow {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 10px; }

.recruit_contents03 {
  margin-bottom: 40px; }
  .recruit_contents03 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .recruit_contents03 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_contents03 .inner_title {
        margin-bottom: 40px; } }
    .recruit_contents03 .inner_title h3 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .recruit_contents03 .inner_title h3 {
          font-size: 1.6875rem; } }
    .recruit_contents03 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      max-width: 135px; }
      @media screen and (min-width: 768px) {
        .recruit_contents03 .inner_title figure {
          width: auto; } }
      .recruit_contents03 .inner_title figure img {
        width: 100%;
        height: 110px;
        object-fit: contain; }
        @media screen and (min-width: 768px) {
          .recruit_contents03 .inner_title figure img {
            height: auto; } }
  .recruit_contents03 .inner_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .recruit_contents03 .inner_content ul {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start; } }
    .recruit_contents03 .inner_content ul li {
      width: 100%;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .recruit_contents03 .inner_content ul li {
          width: 48%; } }
      @media screen and (min-width: 1080px) {
        .recruit_contents03 .inner_content ul li {
          width: 520px; } }
      .recruit_contents03 .inner_content ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      .recruit_contents03 .inner_content ul li h4 {
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .recruit_contents03 .inner_content ul li h4 {
            font-size: 1.125rem;
            margin-bottom: 20px; } }
      .recruit_contents03 .inner_content ul li .link_type01 {
        display: flex;
        justify-content: center;
        align-items: center; }
        .recruit_contents03 .inner_content ul li .link_type01 img {
          margin-bottom: 0; }
    .recruit_contents03 .inner_content ul p:last-of-type {
      text-align: center; }

.recruit_contents04 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .recruit_contents04 {
      margin-bottom: 80px; } }
  .recruit_contents04 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .recruit_contents04 .inner_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_contents04 .inner_title {
        margin-bottom: 40px; } }
    .recruit_contents04 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      width: 50%;
      max-width: 199px; }
      @media screen and (min-width: 768px) {
        .recruit_contents04 .inner_title figure {
          width: auto;
          margin-bottom: 20px; } }
      .recruit_contents04 .inner_title figure img {
        width: 100%;
        height: 140px;
        object-fit: contain; }
        @media screen and (min-width: 768px) {
          .recruit_contents04 .inner_title figure img {
            height: auto; } }
    .recruit_contents04 .inner_title p {
      font-size: .9325rem;
      font-weight: 400;
      margin-bottom: 0;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .recruit_contents04 .inner_title p {
          font-size: 1.1875rem;
          text-align: center; } }
    .recruit_contents04 .inner_title .title_type02 h2 {
      color: #0064B6; }
    .recruit_contents04 .inner_title .title_type02 h3 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .recruit_contents04 .inner_title .title_type02 h3 {
          font-size: 1.1825rem;
          margin-bottom: 30px; } }
  .recruit_contents04 .inner_content {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .recruit_contents04 .inner_content {
        margin-bottom: 80px; } }
    .recruit_contents04 .inner_content h3 {
      background: #FFE10A;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .recruit_contents04 .inner_content h3 {
          margin-bottom: 50px;
          font-size: 1.325rem;
          height: 50px; } }
      .recruit_contents04 .inner_content h3.pink {
        background: #FAE3E2; }
    .recruit_contents04 .inner_content ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 15px;
      grid-row-gap: 30px; }
      @media screen and (min-width: 768px) {
        .recruit_contents04 .inner_content ul {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 20px; } }
      @media screen and (min-width: 1080px) {
        .recruit_contents04 .inner_content ul {
          grid-column-gap: 30px; } }
      .recruit_contents04 .inner_content ul li img {
        width: 100%;
        height: auto; }
      .recruit_contents04 .inner_content ul li h4 {
        color: #0064B6;
        font-size: 1rem;
        margin: 15px 0 10px;
        font-weight: 500;
        line-height: 1.6; }
        @media screen and (min-width: 768px) {
          .recruit_contents04 .inner_content ul li h4 {
            font-size: 1.1825rem; } }

.recruit_contents05 {
  background: #FFFCE6;
  margin-bottom: 40px;
  padding: 40px 0 50px; }
  @media screen and (min-width: 768px) {
    .recruit_contents05 {
      margin-bottom: 80px; } }
  .recruit_contents05 section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
  .recruit_contents05 .inner_title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px; }
    .recruit_contents05 .inner_title h3 {
      margin-top: 10px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .recruit_contents05 .inner_title h3 {
          font-size: 1.6875rem; } }
    .recruit_contents05 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      width: 50%;
      max-width: 269px; }
      @media screen and (min-width: 768px) {
        .recruit_contents05 .inner_title figure {
          width: auto; } }
      .recruit_contents05 .inner_title figure img {
        width: 100%;
        height: auto; }
  .recruit_contents05 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .recruit_contents05 .inner_content {
        flex-direction: row;
        align-items: flex-start; } }
    .recruit_contents05 .inner_content .left {
      width: 100%;
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .recruit_contents05 .inner_content .left {
          width: 49%;
          margin-bottom: 0; } }
      @media screen and (min-width: 1180px) {
        .recruit_contents05 .inner_content .left {
          width: 520px; } }
      .recruit_contents05 .inner_content .left figure img {
        width: 100%;
        height: auto; }
    .recruit_contents05 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .recruit_contents05 .inner_content .right {
          width: 49%; } }
      @media screen and (min-width: 1180px) {
        .recruit_contents05 .inner_content .right {
          width: 460px; } }
      @media screen and (max-width: 768px) {
        .recruit_contents05 .inner_content .right .link_type01 {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .recruit_contents05 .inner_content .right h3 {
        font-size: 1.1875rem;
        font-weight: 500;
        margin-bottom: 15px;
        color: #0064B6; }
      .recruit_contents05 .inner_content .right > p {
        margin-bottom: 40px;
        letter-spacing: .05em; }
      .recruit_contents05 .inner_content .right b {
        font-weight: 400; }
  .recruit_contents05 .inner_button ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px auto 0; }
    @media screen and (min-width: 768px) {
      .recruit_contents05 .inner_button ul {
        margin: 60px auto 20px;
        flex-direction: row;
        justify-content: space-between; } }
    .recruit_contents05 .inner_button ul li {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .recruit_contents05 .inner_button ul li:nth-of-type(2) {
          margin: 0 10px; } }
      .recruit_contents05 .inner_button ul li a {
        position: relative;
        width: 100%;
        max-width: 340px;
        height: 60px;
        box-sizing: border-box;
        border: solid 1px #0064B6;
        border-radius: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0064B6;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .recruit_contents05 .inner_button ul li a {
            margin: 10px auto; } }
        .recruit_contents05 .inner_button ul li a figure {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-left: 20px; }

/* -----------------------------------------------------------------------------------------------------------------------
プライバシーポリシー
----------------------------------------------------------------------------------------------------------------------- */
.poricy_block {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) {
    .poricy_block {
      margin-bottom: 100px; } }
  .poricy_block .title_type02 {
    color: #2B9BF7; }
  .poricy_block .company_name {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 15px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .poricy_block .company_name {
        font-size: 1.125rem; } }
  .poricy_block p {
    margin-bottom: 10px; }
  .poricy_block h3 {
    font-weight: 700;
    margin-bottom: 8px; }
  .poricy_block > ul li {
    margin-bottom: 15px; }
    .poricy_block > ul li p {
      margin-bottom: 20px; }
    .poricy_block > ul li ul {
      margin-bottom: 30px;
      padding-left: 1.125rem;
      box-sizing: border-box; }
      .poricy_block > ul li ul li {
        text-indent: -1rem;
        padding-left: 1rem;
        box-sizing: border-box; }
  .poricy_block a {
    color: #2B9BF7;
    text-decoration: underline; }
    .poricy_block a:hover {
      text-decoration: none; }

/* -----------------------------------------------------------------------------------------------------------------------
お知らせ
----------------------------------------------------------------------------------------------------------------------- */
.news_block {
  margin-bottom: 80px; }
  .news_block dl {
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    border-bottom: solid 1px #0064B6;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .news_block dl {
        max-width: 960px; } }
    .news_block dl dt {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 20px; }
      .news_block dl dt .date {
        margin-right: 20px;
        margin-top: 4px;
        margin-bottom: 0 !important;
        position: relative;
        padding-left: 1rem;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) {
          .news_block dl dt .date {
            margin-right: 30px; } }
        .news_block dl dt .date::before {
          content: "";
          background: url(../images/common/f_arrow.svg) no-repeat;
          background-size: contain;
          background-position: center;
          width: 9px;
          height: 10px;
          position: absolute;
          left: 0;
          top: 8px; }
      .news_block dl dt .tag {
        margin-right: 30px;
        background: #0064B6;
        color: #fff;
        padding: 2px 10px;
        min-width: 130px;
        font-size: .8125rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0 !important; }
        .news_block dl dt .tag.red {
          color: #fff !important;
          background: #C93210; }
        .news_block dl dt .tag.orange {
          background: #FFBA00; }
    .news_block dl dd h3 {
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .news_block dl dd h3 {
          font-size: 1.25rem; } }
    .news_block dl dd h4 {
      font-weight: 700; }

.pdf_image {
  max-width: 300px; }
  .pdf_image img {
    width: 100%;
    height: auto; }

/* -----------------------------------------------------------------------------------------------------------------------
会社情報ページ
----------------------------------------------------------------------------------------------------------------------- */
.company_title h1 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .company_title h1 {
      font-size: 2rem; } }

.company_contents01 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .company_contents01 {
      margin-bottom: 80px; } }
  .company_contents01 .inner_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .company_contents01 .inner_title figure {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      margin: 20px auto 30px; }
      @media screen and (min-width: 768px) {
        .company_contents01 .inner_title figure {
          margin: 20px auto 40px; } }
      .company_contents01 .inner_title figure img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 767px) {
          .company_contents01 .inner_title figure img {
            height: 200px;
            object-fit: contain; } }
  .company_contents01 .inner_tab ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px; }
    @media screen and (min-width: 768px) {
      .company_contents01 .inner_tab ul {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px; } }
    .company_contents01 .inner_tab ul.type02 {
      grid-template-columns: 1fr;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
    .company_contents01 .inner_tab ul li a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border: solid 2px #0064B6;
      border-radius: 4px;
      background: #fff;
      padding: 8px 10px 6px;
      position: relative;
      color: #0064B6;
      line-height: 1.4;
      font-size: 1.125rem;
      font-weight: 600; }
      @media screen and (min-width: 768px) {
        .company_contents01 .inner_tab ul li a {
          font-size: 1.25rem; } }
      .company_contents01 .inner_tab ul li a::before {
        content: "・"; }
      .company_contents01 .inner_tab ul li a figure {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 20px; }
  .company_contents01 .inner_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .company_contents01 .inner_content {
        flex-direction: row;
        justify-content: space-between; } }
    .company_contents01 .inner_content .left {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .company_contents01 .inner_content .left {
          width: 72%;
          margin-bottom: 50px; } }
      .company_contents01 .inner_content .left ul li {
        margin-bottom: 15px;
        font-size: 1rem;
        font-weight: 500;
        text-indent: -2rem;
        padding-left: 2rem;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) {
          .company_contents01 .inner_content .left ul li {
            margin-bottom: 30px;
            font-size: 1.125rem;
            text-indent: -2.25rem;
            padding-left: 2.25rem; } }
    .company_contents01 .inner_content .right {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .company_contents01 .inner_content .right {
          width: 25%; } }
      .company_contents01 .inner_content .right figure {
        max-width: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        flex-direction: column; }
        .company_contents01 .inner_content .right figure img {
          border: solid 1px #f0f0f0;
          width: 100%;
          height: auto; }
        .company_contents01 .inner_content .right figure figcaption {
          font-size: .8125rem;
          text-align: center;
          margin-top: 10px; }

.company_contents02 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .company_contents02 {
      margin-bottom: 80px; } }
  .company_contents02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .company_contents02 .inner_content {
        flex-direction: row; } }
    .company_contents02 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .company_contents02 .inner_content .left {
          width: 48%; } }
      .company_contents02 .inner_content .left h3 {
        font-size: 1.125rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .company_contents02 .inner_content .left h3 {
            font-size: 1.25rem;
            margin-bottom: 15px; } }
      .company_contents02 .inner_content .left p {
        margin-bottom: 20px; }
        .company_contents02 .inner_content .left p b {
          color: #0064B6;
          font-weight: 400; }
      .company_contents02 .inner_content .left .ceo {
        text-align: right; }
    .company_contents02 .inner_content .right {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .company_contents02 .inner_content .right {
          width: 48%;
          margin-bottom: 0; } }
      .company_contents02 .inner_content .right img {
        width: 100%;
        height: auto; }

.company_contents03 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .company_contents03 {
      margin-bottom: 80px; } }
  .company_contents03 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .company_contents03 .inner_content {
        flex-direction: row;
        margin-bottom: 40px; } }
    .company_contents03 .inner_content .left {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .company_contents03 .inner_content .left {
          width: 48%;
          margin-bottom: 0; } }
      .company_contents03 .inner_content .left img {
        width: 100%;
        height: auto; }
    .company_contents03 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .company_contents03 .inner_content .right {
          width: 48%; } }
      .company_contents03 .inner_content .right ul li {
        margin-bottom: 20px; }
        .company_contents03 .inner_content .right ul li a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          border: solid 2px #0064B6;
          border-radius: 4px;
          background: #fff;
          padding: 5px 10px 3px;
          position: relative;
          color: #0064B6;
          font-size: 1.125rem;
          font-weight: 600; }
          @media screen and (min-width: 768px) {
            .company_contents03 .inner_content .right ul li a {
              font-size: 1.25rem;
              padding: 5px 20px 3px; } }
          .company_contents03 .inner_content .right ul li a::before {
            content: "・"; }
          .company_contents03 .inner_content .right ul li a figure {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-left: 20px; }
      .company_contents03 .inner_content .right .ceo {
        text-align: right;
        display: flex;
        justify-content: center;
        align-items: center; }
        .company_contents03 .inner_content .right .ceo a {
          color: #0064B6;
          display: block;
          margin-left: 1rem; }

.company_contents04 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .company_contents04 {
      margin-bottom: 80px; } }
  .company_contents04 .inner_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .company_contents04 .inner_content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
    .company_contents04 .inner_content .left {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .company_contents04 .inner_content .left {
          width: 72%;
          margin-bottom: 0; } }
      .company_contents04 .inner_content .left p {
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .company_contents04 .inner_content .left p {
            margin-bottom: 20px; } }
    .company_contents04 .inner_content .right {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .company_contents04 .inner_content .right {
          width: 25%; } }
      .company_contents04 .inner_content .right figure {
        max-width: 500px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .company_contents04 .inner_content .right figure img {
          border: solid 1px #f0f0f0;
          width: 100%;
          height: auto; }
        .company_contents04 .inner_content .right figure figcaption {
          font-size: .8125rem;
          text-align: center;
          margin-top: 10px; }

.company_contents05 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .company_contents05 {
      margin-bottom: 80px; } }
  .company_contents05 .title_type04 {
    margin-bottom: 0; }
  .company_contents05 .inner_content .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .company_contents05 .inner_content .top h3 {
      text-align: center;
      font-size: 1.125rem;
      font-weight: 500;
      color: #0064B6;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .company_contents05 .inner_content .top h3 {
          font-size: 1.25rem; } }
    .company_contents05 .inner_content .top figure {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 212px;
      width: 100%; }
      .company_contents05 .inner_content .top figure img {
        width: 70%;
        height: auto; }
  .company_contents05 .inner_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .company_contents05 .inner_content ul {
        flex-direction: row;
        justify-content: space-between; } }
    .company_contents05 .inner_content ul li {
      max-width: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .company_contents05 .inner_content ul li {
          width: 48%; } }
    .company_contents05 .inner_content ul h3 {
      text-align: center;
      font-weight: 500;
      color: #0064B6;
      margin-bottom: 10px;
      line-height: 1.4;
      font-size: 1.125rem; }
      @media screen and (min-width: 768px) {
        .company_contents05 .inner_content ul h3 {
          font-size: 1.25rem; } }
    .company_contents05 .inner_content ul figure {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 212px;
      width: 100%; }
      .company_contents05 .inner_content ul figure img {
        width: 80%;
        height: 150px;
        object-fit: contain; }
        @media screen and (min-width: 768px) {
          .company_contents05 .inner_content ul figure img {
            height: auto; } }

.company_contents06 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .company_contents06 .title_type04 p {
    font-size: 1.1875rem;
    font-weight: 500;
    margin: 20px auto; }
  .company_contents06 .inner_table {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .company_contents06 .inner_table {
        margin-bottom: 80px; } }
    .company_contents06 .inner_table dl {
      display: flex;
      justify-content: flex-start;
      border: solid 1px #ddd;
      border-bottom: none; }
      .company_contents06 .inner_table dl:last-of-type {
        border-bottom: solid 1px #ddd; }
      .company_contents06 .inner_table dl dt {
        background: #F4F8F9;
        padding: 12px;
        box-sizing: border-box;
        width: 25%; }
        @media screen and (min-width: 768px) {
          .company_contents06 .inner_table dl dt {
            padding: 15px;
            width: 200px; } }
      .company_contents06 .inner_table dl dd {
        padding: 12px;
        box-sizing: border-box;
        width: calc(100% - 25%); }
        @media screen and (min-width: 768px) {
          .company_contents06 .inner_table dl dd {
            padding: 15px;
            width: calc(100% - 200px); } }
    .company_contents06 .inner_table table {
      table-layout: fixed; }
      .company_contents06 .inner_table table tr {
        border: solid 1px #ddd;
        border-bottom: none; }
        .company_contents06 .inner_table table tr:last-of-type {
          border-bottom: solid 1px #ddd; }
      .company_contents06 .inner_table table th {
        background: #F4F8F9;
        padding: 12px;
        box-sizing: border-box;
        width: 25%;
        font-weight: 500;
        border-right: solid 1px #ddd; }
        @media screen and (min-width: 768px) {
          .company_contents06 .inner_table table th {
            padding: 15px;
            width: 200px; } }
      .company_contents06 .inner_table table td {
        padding: 12px;
        box-sizing: border-box;
        width: calc(100% - 25%); }
        @media screen and (min-width: 768px) {
          .company_contents06 .inner_table table td {
            padding: 15px;
            width: calc(100% - 200px); } }

.company_contents07 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .company_contents07 {
      margin-bottom: 100px; } }
  .company_contents07 section .ggmap {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .company_contents07 section .ggmap {
        height: 400px; } }
    .company_contents07 section .ggmap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .company_contents07 section .map {
    margin-bottom: 20px;
    border-bottom: solid 1px #0064B6;
    padding-bottom: 20px; }
  .company_contents07 section h3 {
    color: #0064B6;
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: 500; }
  .company_contents07 section h4 {
    color: #0064B6; }
  .company_contents07 section ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    @media screen and (min-width: 768px) {
      .company_contents07 section ul {
        grid-template-columns: repeat(2, 1fr); } }

/* -----------------------------------------------------------------------------------------------------------------------
先輩MESSAGE
----------------------------------------------------------------------------------------------------------------------- */
.interview_contents01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .interview_contents01 {
      margin-bottom: 80px; } }
  .interview_contents01 .title_type04 {
    width: calc(100% - 30px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto; }
  .interview_contents01 section {
    width: calc(100% - 30px);
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #F1F9FD;
    border-radius: 14px;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .interview_contents01 section {
        width: calc(100% - 50px);
        border-radius: 24px;
        padding: 35px 15px 45px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1080px) {
      .interview_contents01 section {
        padding: 35px 35px 45px; } }
  .interview_contents01 .inner_title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px; }
    .interview_contents01 .inner_title h3 {
      font-size: 1.125rem;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .interview_contents01 .inner_title h3 {
          font-size: 1.325rem; } }
  .interview_contents01 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .interview_contents01 .inner_content {
        flex-direction: row;
        align-items: flex-start; } }
    .interview_contents01 .inner_content .left {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .interview_contents01 .inner_content .left {
          width: 40%;
          margin-bottom: 0; } }
      @media screen and (min-width: 1080px) {
        .interview_contents01 .inner_content .left {
          width: 420px; } }
      .interview_contents01 .inner_content .left img {
        width: 100%;
        height: auto; }
    .interview_contents01 .inner_content .question_block {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        .interview_contents01 .inner_content .question_block {
          width: 57%; } }
      @media screen and (min-width: 1080px) {
        .interview_contents01 .inner_content .question_block {
          width: 620px; } }
      .interview_contents01 .inner_content .question_block > p {
        width: 100%;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
      .interview_contents01 .inner_content .question_block dl {
        margin-bottom: 10px; }
        .interview_contents01 .inner_content .question_block dl dt {
          height: 50px;
          width: 100%;
          background: #fff;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-weight: 500;
          margin-bottom: 10px;
          position: relative;
          cursor: pointer; }
          .interview_contents01 .inner_content .question_block dl dt span {
            background: #0064B6;
            color: #fff;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            height: 100%;
            padding: 0 20px;
            box-sizing: border-box; }
          .interview_contents01 .inner_content .question_block dl dt::after {
            position: absolute;
            content: "";
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto;
            background: url("../images/interview/question_arrow.svg") no-repeat;
            width: 15px;
            height: 11px;
            background-size: contain;
            transition: all .2s; }
            @media screen and (min-width: 768px) {
              .interview_contents01 .inner_content .question_block dl dt::after {
                right: 20px; } }
          .interview_contents01 .inner_content .question_block dl dt.active::after {
            transform: scale(1, -1);
            transition: all .2s; }
          .interview_contents01 .inner_content .question_block dl dt p {
            color: #0064B6;
            font-weight: 500;
            padding: 0 25px 0 10px;
            box-sizing: border-box;
            line-height: 1.4; }
            @media screen and (min-width: 768px) {
              .interview_contents01 .inner_content .question_block dl dt p {
                padding: 0 25px; } }
          .interview_contents01 .inner_content .question_block dl dt .question {
            width: 35%;
            height: 60px;
            background: #2B9BF7;
            color: #fff;
            font-variant-east-asian: 500;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 10px;
            box-sizing: border-box;
            font-size: 1.125rem;
            line-height: 1; }
            @media screen and (min-width: 768px) {
              .interview_contents01 .inner_content .question_block dl dt .question {
                width: 220px;
                font-size: 1.75rem; } }
            .interview_contents01 .inner_content .question_block dl dt .question figure {
              margin-right: 10px;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 35px;
              height: auto; }
              @media screen and (min-width: 768px) {
                .interview_contents01 .inner_content .question_block dl dt .question figure {
                  width: 45px;
                  margin-right: 15px; } }
              .interview_contents01 .inner_content .question_block dl dt .question figure img {
                width: 100%;
                height: auto; }
        .interview_contents01 .inner_content .question_block dl dd {
          background: #fff;
          padding: 10px;
          box-sizing: border-box;
          display: none; }
          @media screen and (min-width: 768px) {
            .interview_contents01 .inner_content .question_block dl dd {
              padding: 20px; } }
          .interview_contents01 .inner_content .question_block dl dd figure {
            margin-bottom: 10px; }

.contact_block {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .contact_block h2 {
    font-size: 1.125rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .contact_block h2 {
        font-size: 1.325rem; } }
    .contact_block h2 + a {
      font-size: 1.5rem;
      color: #0064B6;
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .contact_block h2 + a {
          font-size: 2rem; } }

.privacy_block {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .privacy_block {
      margin-bottom: 100px; } }
  .privacy_block section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .privacy_block section {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1080px) {
      .privacy_block section {
        padding: 35px 35px 45px; } }
    .privacy_block section + p {
      margin-bottom: 30px; }
    .privacy_block section .title_type02 {
      padding: 0;
      margin-bottom: 30px; }
      .privacy_block section .title_type02 + p {
        font-size: .875rem;
        padding: 0;
        text-align: left;
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          .privacy_block section .title_type02 + p {
            font-size: 1rem;
            text-align: center; } }
  .privacy_block h2 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 20px 0 15px;
    border-bottom: solid 2px #0064B6;
    color: #0064B6; }
    @media screen and (min-width: 768px) {
      .privacy_block h2 {
        font-size: 1.325rem;
        margin: 40px 0 20px; } }
  .privacy_block ul {
    padding-left: 1rem;
    text-indent: -1rem;
    box-sizing: border-box;
    margin-bottom: 30px; }
    .privacy_block ul li {
      padding-left: 1rem;
      text-indent: -1rem;
      box-sizing: border-box;
      list-style: disc; }

.sitemap_block {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .sitemap_block {
      margin-bottom: 100px; } }
  .sitemap_block section {
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .sitemap_block section {
        margin-bottom: 40px; } }
    .sitemap_block section .sitemap_nav {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 50px; }
      @media screen and (min-width: 768px) {
        .sitemap_block section .sitemap_nav {
          grid-template-columns: repeat(3, 1fr);
          grid-row-gap: 50px; } }
      .sitemap_block section .sitemap_nav ul li:first-of-type, .sitemap_block section .sitemap_nav ul li.second {
        color: #0064B6;
        border-bottom: solid 1px #0064B6;
        padding: 12px 0;
        margin-bottom: 6px;
        margin-top: 56px; }
        .sitemap_block section .sitemap_nav ul li:first-of-type b, .sitemap_block section .sitemap_nav ul li:first-of-type a, .sitemap_block section .sitemap_nav ul li.second b, .sitemap_block section .sitemap_nav ul li.second a {
          color: #0064B6;
          border-bottom: dashed 0 #ddd;
          padding: 0; }
      .sitemap_block section .sitemap_nav ul li a {
        font-weight: 500;
        padding: 12px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: dashed 1px #ddd; }
      .sitemap_block section .sitemap_nav ul li b {
        font-weight: 500; }

.dx_contents01 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .dx_contents01 {
      margin-bottom: 80px; } }
  .dx_contents01 > figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    .dx_contents01 > figure img {
      width: 100%;
      max-width: 70px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .dx_contents01 > figure img {
          max-width: 105px; } }
  .dx_contents01 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .dx_contents01 .inner_content {
        flex-direction: row;
        align-items: flex-start; } }
    .dx_contents01 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .dx_contents01 .inner_content .left {
          width: 48%; } }
      .dx_contents01 .inner_content .left h3 {
        font-size: 1.125rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .dx_contents01 .inner_content .left h3 {
            font-size: 1.25rem;
            margin-bottom: 15px; } }
      .dx_contents01 .inner_content .left p {
        margin-bottom: 20px; }
        .dx_contents01 .inner_content .left p b {
          color: #0064B6;
          font-weight: 400; }
    .dx_contents01 .inner_content .right {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .dx_contents01 .inner_content .right {
          width: 48%;
          margin-bottom: 0; } }
      .dx_contents01 .inner_content .right h3 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .dx_contents01 .inner_content .right h3 {
            font-size: 1.125rem; } }
      .dx_contents01 .inner_content .right img {
        width: 100%;
        height: auto;
        margin-bottom: 15px; }

.dx_contents02 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .dx_contents02 {
      margin-bottom: 80px; } }
  .dx_contents02 h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .dx_contents02 h3 {
        font-size: 1.25rem; } }
  .dx_contents02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .dx_contents02 .inner_content {
        margin-bottom: 20px;
        flex-direction: row;
        align-items: flex-start; } }
    .dx_contents02 .inner_content .left,
    .dx_contents02 .inner_content .right {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .dx_contents02 .inner_content .left,
        .dx_contents02 .inner_content .right {
          width: 48%;
          margin-bottom: 0; } }
      .dx_contents02 .inner_content .left img,
      .dx_contents02 .inner_content .right img {
        width: 100%;
        height: auto; }
  .dx_contents02 .inner_bottom {
    margin-bottom: 40px; }
    .dx_contents02 .inner_bottom p {
      margin-bottom: 10px; }
  .dx_contents02 .inner_bottom02 h3 {
    text-align: center; }
  .dx_contents02 .inner_bottom02 picture {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .dx_contents02 .inner_bottom02 img {
    max-width: 800px;
    width: 100%;
    height: auto; }

.dx_contents03 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .dx_contents03 {
      margin-bottom: 80px; } }
  .dx_contents03 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .dx_contents03 .inner_content {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 40px; } }
    .dx_contents03 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_content .left {
          width: 45%; } }
      .dx_contents03 .inner_content .left h3 {
        font-size: 1.125rem;
        font-weight: 500;
        margin-bottom: 10px;
        color: #0064B6; }
        @media screen and (min-width: 768px) {
          .dx_contents03 .inner_content .left h3 {
            font-size: 1.25rem;
            margin-bottom: 15px; } }
      .dx_contents03 .inner_content .left p {
        font-size: 1rem; }
        @media screen and (min-width: 768px) {
          .dx_contents03 .inner_content .left p {
            font-size: 1.125rem; } }
      .dx_contents03 .inner_content .left ul {
        margin-bottom: 20px; }
        .dx_contents03 .inner_content .left ul li {
          margin-bottom: 10px;
          font-size: 1rem;
          text-indent: -1rem;
          padding-left: 1rem;
          box-sizing: border-box; }
          @media screen and (min-width: 768px) {
            .dx_contents03 .inner_content .left ul li {
              font-size: 1.125rem;
              text-indent: -1.125rem;
              padding-left: 1.125rem; } }
    .dx_contents03 .inner_content .right {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_content .right {
          width: 45%;
          margin-bottom: 0; } }
      .dx_contents03 .inner_content .right img {
        width: 100%;
        height: auto; }
  .dx_contents03 .inner_bottom {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .dx_contents03 .inner_bottom {
        margin-bottom: 60px; } }
    .dx_contents03 .inner_bottom h3 {
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #0064B6; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom h3 {
          font-size: 1.25rem;
          margin-bottom: 30px; } }
    .dx_contents03 .inner_bottom h4 {
      color: #000;
      font-weight: 700;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom h4 {
          font-size: 1.125rem; } }
    .dx_contents03 .inner_bottom picture {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom picture {
          margin-bottom: 0; } }
    .dx_contents03 .inner_bottom img {
      width: 100%;
      height: auto;
      max-width: 980px; }
    .dx_contents03 .inner_bottom .inner_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom .inner_wrap {
          justify-content: flex-start;
          flex-direction: row; } }
      .dx_contents03 .inner_bottom .inner_wrap img {
        max-width: 400px;
        width: 100%;
        height: auto; }
        @media screen and (min-width: 768px) {
          .dx_contents03 .inner_bottom .inner_wrap img {
            margin-right: 10px; } }
  .dx_contents03 .inner_bottom02 {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .dx_contents03 .inner_bottom02 {
        margin-bottom: 20px; } }
    .dx_contents03 .inner_bottom02 h3 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #0064B6; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom02 h3 {
          font-size: 1.125rem;
          margin-bottom: 30px; } }
    .dx_contents03 .inner_bottom02 h4 {
      color: #000;
      font-weight: 700;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom02 h4 {
          font-size: 1.125rem; } }
    .dx_contents03 .inner_bottom02 .inner_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        .dx_contents03 .inner_bottom02 .inner_wrap {
          flex-direction: row;
          align-items: flex-start; } }
      .dx_contents03 .inner_bottom02 .inner_wrap .left,
      .dx_contents03 .inner_bottom02 .inner_wrap .right {
        width: 100%; }
        .dx_contents03 .inner_bottom02 .inner_wrap .left h3,
        .dx_contents03 .inner_bottom02 .inner_wrap .right h3 {
          margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          .dx_contents03 .inner_bottom02 .inner_wrap .left,
          .dx_contents03 .inner_bottom02 .inner_wrap .right {
            width: 49%; } }
        .dx_contents03 .inner_bottom02 .inner_wrap .left > div,
        .dx_contents03 .inner_bottom02 .inner_wrap .right > div {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 30px; }
          @media screen and (min-width: 768px) {
            .dx_contents03 .inner_bottom02 .inner_wrap .left > div,
            .dx_contents03 .inner_bottom02 .inner_wrap .right > div {
              margin-bottom: 0; } }
        .dx_contents03 .inner_bottom02 .inner_wrap .left picture,
        .dx_contents03 .inner_bottom02 .inner_wrap .right picture {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 48%; }
    .dx_contents03 .inner_bottom02 picture {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
    .dx_contents03 .inner_bottom02 img {
      width: 100%;
      height: auto; }
