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

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

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

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

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

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

img {
  vertical-align: top; }

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

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

body {
  color: #000;
  font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
  font-size: .9325rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1rem; } }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  body {
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 1139px) {
  /* スマホ */
  .pc_only02 {
    display: none; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc_only {
    display: none; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none; } }
/* End MQ */
picture,
figure {
  display: flex;
  justify-content: center;
  align-items: center; }

a {
  color: #000;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .85; }

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

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

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow-x: hidden; }

#page_container {
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow-x: hidden; }
  @media screen and (min-width: 1140px) {
    #page_container {
      padding-left: 180px;
      box-sizing: border-box; } }
  #page_container .inner_nav {
    display: none; }
    @media screen and (min-width: 1140px) {
      #page_container .inner_nav {
        display: block;
        position: fixed;
        left: 0;
        top: 80px;
        z-index: 11;
        padding-left: 20px;
        padding-top: 20px;
        box-sizing: border-box;
        background: #fff;
        height: 100vh;
        width: 180px; } }
    #page_container .inner_nav ul {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1200px; }
      #page_container .inner_nav ul li {
        margin-bottom: 16px;
        line-height: 1.2; }
        #page_container .inner_nav ul li a {
          line-height: 1;
          font-family: 'Poppins', sans-serif;
          color: #000;
          letter-spacing: .1rem; }
          #page_container .inner_nav ul li a:hover {
            opacity: 1;
            color: #BF141B; }
      #page_container .inner_nav ul .inner {
        margin-bottom: 6px; }
        #page_container .inner_nav ul .inner a {
          font-size: .8125rem;
          padding-left: .8125rem;
          box-sizing: border-box;
          line-height: 1;
          font-weight: 500;
          font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
          color: #BF141B;
          letter-spacing: .1rem; }
          #page_container .inner_nav ul .inner a:hover {
            opacity: 1;
            color: #000 !important; }
        #page_container .inner_nav ul .inner.blue a {
          color: #2377BD; }
          #page_container .inner_nav ul .inner.blue a:hover {
            opacity: 1;
            color: #000 !important; }

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); } }
@media screen and (min-width: 768px) {
  .section_in {
    padding-left: 50px; } }
/*--------------------------------------
1　COLUMN用
--------------------------------------*/
.content {
  width: 100%;
  text-align: left; }

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

@media screen and (max-width: 1119px) {
  /* スマホ */
  .content section,
  .content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
/* End MQ */
@media screen and (min-width: 1120px) {
  /* PC */
  .content section,
  .content .section {
    width: 1080px;
    padding-left: 0;
    padding-right: 0; } }
/* End MQ */
@media screen and (min-width: 1140px) {
  #page_container .content section,
  #page_container .content .section {
    width: calc(100% - 40px); } }
@media screen and (min-width: 1350px) {
  #page_container .content section,
  #page_container .content .section {
    width: 1080px; } }

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
.breadcrumbs {
  margin: 90px auto 20px;
  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; } }

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

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

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

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

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

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

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

  .half .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .half .element_01,
  .half .element_02 {
    width: 49%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .half .element_01,
  .half .element_02 {
    width: 340px; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .half .element_01 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_pc4_smp2 li {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_w_pc4_smp2 li {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue {
  color: #2377BD !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; }

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

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

.mb150 {
  margin-bottom: 150px !important; }

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

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

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

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

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

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

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

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

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .tb_mr20 {
    margin-right: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tb_mb100 {
    margin-bottom: 100px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .pc_mr20 {
    margin-right: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc_mb120 {
    margin-bottom: 120px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp_mb100 {
    margin-bottom: 100px !important; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

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

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

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

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

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

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

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

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

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

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

.flex1 {
  flex: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc_align-end {
    align-items: flex-end !important; } }
img.mxw100 {
  max-width: 100%;
  height: auto; }

.table_type01 {
  width: 100%;
  table-layout: fixed;
  font-size: .75rem;
  box-sizing: border-box;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .table_type01 {
      font-size: .875rem; } }
  .table_type01 dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column; }
    @media screen and (min-width: 768px) {
      .table_type01 dl {
        flex-flow: row; } }
    .table_type01 dl dt {
      width: 100%;
      padding: 24px 12px 12px;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .table_type01 dl dt {
          width: 25%; } }
    .table_type01 dl dd {
      width: 100%;
      padding: 12px;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .table_type01 dl dd {
          width: 75%; } }
  .table_type01 tr {
    border-bottom: solid 1px #ccc;
    display: block; }
    @media screen and (min-width: 768px) {
      .table_type01 tr {
        display: flex; } }
  .table_type01 th {
    font-size: .875rem;
    font-weight: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 th {
        padding: 24px;
        width: 30%;
        justify-content: space-between; } }
  .table_type01 td {
    width: 100%;
    padding: 12px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type01 td {
        width: 70%; } }
  .table_type01 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
  .table_type01 input[type="text"],
  .table_type01 input[type="email"],
  .table_type01 select {
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }
  .table_type01 input[type="radio"] {
    margin-left: 20px;
    position: relative;
    top: 2px; }
  .table_type01 input[type="number"] {
    padding: 10px;
    box-sizing: border-box; }

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

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

.contact_button {
  text-align: center;
  margin-bottom: 80px; }
  .contact_button input {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 60px;
    box-sizing: border-box;
    padding: 10px 50px;
    vertical-align: middle;
    line-height: 1;
    background: #BF141B;
    border: 1px solid #BF141B;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: 100%; }
    .contact_button input:hover {
      opacity: .7; }

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

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

.table_type02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  table-layout: auto;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: .9325rem; }
  @media screen and (min-width: 768px) {
    .table_type02 {
      font-size: 1rem;
      margin-bottom: 50px; } }
  .table_type02 table {
    width: 100%;
    table-layout: fixed;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    box-sizing: border-box; }
  .table_type02 tr {
    border-bottom: solid 1px #ccc; }
    @media screen and (min-width: 768px) {
      .table_type02 tr {
        display: flex;
        justify-content: space-between; } }
  .table_type02 th {
    font-weight: normal;
    padding: 8px;
    background: #f0f0f0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #ccc;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 768px) {
      .table_type02 th {
        width: 30%; } }
    .table_type02 th:last-of-type {
      border-bottom: solid 1px #ccc; }
  .table_type02 td {
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .table_type02 td {
        width: 70%; } }
    .table_type02 td label {
      width: 100%; }
      .table_type02 td label span {
        width: 100%;
        display: block; }
    .table_type02 td .mt10 {
      width: 100%; }
  .table_type02 .wpcf7-form-control-wrap {
    width: 100%; }
  .table_type02 textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 8px;
    font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }
    .table_type02 textarea span {
      width: 100%;
      display: block; }
  .table_type02 input[type="text"],
  .table_type02 input[type="tel"],
  .table_type02 input[type="email"] {
    padding: 8px;
    width: 100%;
    box-sizing: border-box; }
  .table_type02 select {
    padding: 10px;
    width: 100%; }
  .table_type02 input[type="radio"] {
    margin-right: 10px;
    position: relative;
    top: 2px; }
  .table_type02 .radio .wpcf7-list-item {
    display: block;
    margin: 0; }
  .table_type02 .radio label {
    display: flex; }
    .table_type02 .radio label span {
      display: inline-block; }

.table_type03 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  table-layout: auto;
  box-sizing: border-box;
  margin-bottom: 80px;
  font-size: .875rem; }
  @media screen and (min-width: 768px) {
    .table_type03 {
      font-size: 1rem;
      margin-bottom: 100px;
      padding-left: 50px; } }
  .table_type03 table {
    width: 100%;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    box-sizing: border-box; }
  .table_type03 tr {
    border-bottom: solid 1px #ccc; }
  .table_type03 th {
    font-weight: normal;
    padding: 10px;
    background: #f0f0f0;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .table_type03 th {
        justify-content: space-between;
        padding: 12px; } }
    .table_type03 th:last-of-type {
      border-bottom: solid 1px #ccc; }
  .table_type03 td {
    padding: 10px;
    box-sizing: border-box;
    border-right: solid 1px #ccc; }
    @media screen and (min-width: 768px) {
      .table_type03 td {
        padding: 12px; } }
  .table_type03 .table_tel_fax {
    padding: 0 20px 0 10px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: solid 1px #ccc; }

@keyframes title_red {
  from {
    width: 0; }
  to {
    width: 80px; } }
.title_type01 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  line-height: 1;
  padding-left: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .title_type01 {
      flex-flow: row;
      align-items: center; } }
  .title_type01::before {
    content: "";
    width: 20px;
    height: 85px;
    left: 0;
    top: 0;
    position: absolute;
    background: #BF141B; }
  .title_type01 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 4rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .title_type01 h2 {
        font-size: 6rem;
        margin-right: 20px; } }
  .title_type01 p {
    color: #AAAAAA;
    font-size: 1.25rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      .title_type01 p {
        font-size: 1.5rem;
        margin-top: 40px; } }

.title_type02 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  line-height: 1;
  padding-left: 35px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .title_type02 {
      flex-flow: row;
      align-items: center; } }
  .title_type02::before {
    content: "";
    width: 20px;
    height: 72px;
    left: 0;
    top: 0;
    position: absolute;
    background: #BF141B; }
    @media screen and (min-width: 768px) {
      .title_type02::before {
        height: 50px; } }
  .title_type02 h2 {
    font-family: "Outfit", sans-serif;
    font-size: 3rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .title_type02 h2 {
        font-size: 3.5rem;
        margin-right: 20px; } }
  .title_type02 p {
    color: #AAAAAA;
    font-size: 1.125rem;
    position: relative;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .title_type02 p {
        font-size: 1.25rem;
        margin-top: 25px; } }

.title_type03 {
  position: relative;
  border-left: solid 5px #BF141B;
  line-height: 1;
  padding: 2px 0 2px 15px;
  margin: 40px 0 20px; }
  .title_type03 h1, .title_type03 h2 {
    font-size: 1.125rem;
    color: #000;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .title_type03 h1, .title_type03 h2 {
        font-size: 1.5rem; } }

.title_type04 {
  position: relative;
  flex-flow: column;
  padding: 15px 40px 15px 15px;
  margin-bottom: 20px;
  background: #fff4f4;
  cursor: pointer;
  border-radius: 10px; }
  @media screen and (min-width: 768px) {
    .title_type04 {
      padding: 20px 20px 20px 25px;
      padding-left: 30px;
      margin-bottom: 30px; } }
  .title_type04 h2 {
    font-size: 1rem;
    color: #000;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .title_type04 h2 {
        font-size: 1.25rem; } }

.contents_block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  flex-flow: column;
  position: relative; }
  @media screen and (min-width: 768px) {
    .contents_block02 {
      flex-flow: row;
      /*align-items: flex-end;*/
      align-items: center; } }
  .contents_block02 .right img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .contents_block02 .right img {
        margin-bottom: 0; } }
  .contents_block02 .ukas {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .contents_block02 .ukas {
        width: 100%;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .contents_block02 .ukas {
        margin-right: 20px;
        margin-bottom: 0; } }
    .contents_block02 .ukas img {
      width: 80%;
      max-width: 345px;
      height: auto;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .contents_block02 .ukas img {
          margin-bottom: 0;
          width: 100%; } }

.contents_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-flow: column-reverse;
  position: relative;
  padding-bottom: 30px;
  border-bottom: solid 1px #fff; }
  @media screen and (min-width: 860px) {
    .contents_block {
      flex-flow: row; } }
  .contents_block .left {
    width: 100%; }
    @media screen and (min-width: 860px) {
      .contents_block .left {
        width: 50%; } }
    .contents_block .left a span {
      color: #2377BD;
      font-size: 2rem;
      font-weight: 500;
      display: block;
      margin-right: 10px;
      position: relative;
      font-family: "Outfit", sans-serif; }
  .contents_block .right {
    margin-bottom: 30px; }
    @media screen and (min-width: 860px) {
      .contents_block .right {
        margin-bottom: 0;
        margin-left: 20px;
        width: 100%;
        max-width: 480px; } }
    .contents_block .right a {
      display: block; }
      .contents_block .right a img {
        width: 100%;
        height: auto; }
        @media screen and (min-width: 860px) {
          .contents_block .right a img {
            max-width: 480px; } }
  .contents_block .inner_title.blue h3 {
    color: #2377BD; }
  .contents_block .inner_title {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 960px) {
      .contents_block .inner_title {
        margin-bottom: 0; } }
    .contents_block .inner_title a {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
    .contents_block .inner_title h3 {
      font-weight: 500;
      font-size: 2.5rem;
      color: #BF141B;
      font-family: "Roboto", sans-serif;
      line-height: 1;
      font-style: italic; }
      @media screen and (min-width: 960px) {
        .contents_block .inner_title h3 {
          font-size: 3.25rem; } }
    .contents_block .inner_title p {
      color: #aaa;
      margin-top: 5px; }
      @media screen and (min-width: 960px) {
        .contents_block .inner_title p {
          font-size: 1.125rem; } }

.product_link02 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end; }
  .product_link02 a {
    background: #fff;
    width: 180px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    border: solid 1px #ddd; }
    .product_link02 a span {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      position: relative;
      background: #fff;
      display: block;
      margin-left: 10px;
      border: solid 1px #D2D2D2; }
      .product_link02 a span::after {
        width: 6px;
        height: 6px;
        background: #BF141B;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transition: all .2s; }
    .product_link02 a:hover {
      transition: all .2s; }
      .product_link02 a:hover span::after {
        width: 6px;
        height: 8px;
        background: url("../images/top/link_arrow.svg") no-repeat;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transition: all .2s; }

.link_type01 {
  text-align: center; }
  .link_type01 a {
    margin-left: auto;
    margin-right: auto;
    background: #BF141B;
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    transition: all .2s; }
    @media screen and (min-width: 1080px) {
      .link_type01 a {
        width: 320px;
        height: 80px;
        font-size: 1.125rem; } }
    .link_type01 a:hover {
      transition: all .2s; }
      .link_type01 a:hover figure {
        right: 15px;
        transition: all .2s; }
    .link_type01 a figure {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      width: 30px;
      height: auto;
      transition: all .2s; }
      .link_type01 a figure img {
        width: 100%;
        height: auto; }

.link_type04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .link_type04 {
      flex-direction: row;
      margin-top: 30px; } }
  .link_type04 a {
    margin-left: auto;
    margin-right: auto;
    background: #BF141B;
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    transition: all .2s;
    margin: 20px 0 10px;
    padding: 0 36px 0 15px; }
    @media screen and (min-width: 768px) {
      .link_type04 a {
        width: 47%;
        font-size: .9325rem;
        margin: 20px 0; } }
    .link_type04 a:hover {
      transition: all .2s; }
      .link_type04 a:hover figure {
        right: 15px;
        transition: all .2s; }
    .link_type04 a figure {
      position: absolute;
      right: 12px;
      top: 0;
      bottom: 0;
      width: 22px;
      height: auto;
      transition: all .2s; }
      .link_type04 a figure img {
        width: 100%;
        height: auto; }

.link_type03 {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .link_type03 a {
    margin-left: auto;
    margin-right: 0;
    background: #BF141B;
    min-width: 260px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    color: #fff; }
    @media screen and (min-width: 1080px) {
      .link_type03 a {
        min-width: 280px;
        padding: 0 15px;
        box-sizing: border-box;
        height: 60px;
        font-size: 1rem; } }
    .link_type03 a::before {
      content: "";
      background: url("../images/common/triangle_w.svg") no-repeat;
      background-size: cover;
      width: 8px;
      height: 12px;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .link_type03 a::before {
          width: 10px;
          height: 16px; } }

.link_type03b {
  text-align: right;
  display: flex;
  justify-content: flex-start;
  width: 100%; }
  .link_type03b a {
    margin-left: 0;
    margin-right: auto;
    background: #BF141B;
    min-width: 260px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    text-align: center;
    font-weight: 500;
    position: relative;
    box-sizing: border-box;
    color: #fff; }
    @media screen and (min-width: 1080px) {
      .link_type03b a {
        min-width: 280px;
        padding: 0 15px;
        box-sizing: border-box;
        height: 60px;
        font-size: 1rem; } }
    .link_type03b a::before {
      content: "";
      background: url("../images/common/triangle_w.svg") no-repeat;
      background-size: cover;
      width: 8px;
      height: 12px;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .link_type03b a::before {
          width: 10px;
          height: 16px; } }

#contents {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    #contents {
      margin-bottom: 100px; } }

.page_title_type01 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: solid 2px #BF141B;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  line-height: 1;
  padding-top: 20px;
  margin-bottom: 65px; }
  @media screen and (min-width: 768px) {
    .page_title_type01 {
      padding-top: 30px;
      width: 100%; } }
  .page_title_type01 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    color: #BF141B;
    text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .page_title_type01 h2 {
        font-size: 6.25rem; } }
  .page_title_type01 h1, .page_title_type01 .h1type {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    color: #BF141B;
    font-weight: 500;
    text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .page_title_type01 h1, .page_title_type01 .h1type {
        font-size: 5rem; } }
  .page_title_type01 p {
    color: #AAAAAA;
    font-size: 1.125rem;
    position: relative;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .page_title_type01 p {
        font-size: 1.5rem; } }

.title_type05 h2, .title_type05 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: #fff0f0;
  padding: 4px 24px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .title_type05 h2, .title_type05 h3 {
      font-size: 1.125rem; } }

.title_type06 {
  margin-top: 40px; }
  .title_type06 h3 {
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 500; }

.wpcf7-spinner {
  position: absolute !important; }

.njcolor,
.njcolor a,
.njcolor h3 {
  color: #666 !important; }

.contents_block .inner_title.njcolor span.njcolor::after {
  background: #666; }
.contents_block .inner_title.njcolor:hover span::after {
  background: url("../images/top/link_arrow_nj.svg") no-repeat; }

.page_keyvisual {
  position: relative; }
  @media screen and (max-width: 768px) {
    .page_keyvisual {
      width: calc(100% + 30px);
      margin-left: -15px; } }
  .page_keyvisual picture {
    height: 300px; }
    @media screen and (min-width: 768px) {
      .page_keyvisual picture {
        height: 350px; } }
    .page_keyvisual picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media screen and (min-width: 768px) {
        .page_keyvisual picture img {
          height: 350px; } }
  .page_keyvisual figure {
    position: absolute;
    right: 5px;
    top: -20px;
    z-index: 2; }
    .page_keyvisual figure img {
      width: 120px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .page_keyvisual figure img {
          width: 180px; } }
  .page_keyvisual .figure01 {
    position: absolute;
    right: initial;
    left: 10px;
    top: 10px;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .page_keyvisual .figure01 {
        left: 20px;
        top: 20px; } }
    .page_keyvisual .figure01 img {
      width: 120px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .figure01 img {
          width: 180px; } }
  .page_keyvisual .key_txt {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: calc(100% - 30px);
    max-width: 1080px; }
    @media screen and (min-width: 768px) {
      .page_keyvisual .key_txt {
        top: 0px; } }
    .page_keyvisual .key_txt h1, .page_keyvisual .key_txt h2 {
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
      text-align: center;
      font-size: 1.325rem;
      font-weight: 700;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .key_txt h1, .page_keyvisual .key_txt h2 {
          font-size: 1.5rem; } }
      @media screen and (min-width: 960px) {
        .page_keyvisual .key_txt h1, .page_keyvisual .key_txt h2 {
          font-size: 2rem; } }
      @media screen and (max-width: 440px) {
        .page_keyvisual .key_txt h1, .page_keyvisual .key_txt h2 {
          font-size: 4.6vw; } }
    .page_keyvisual .key_txt ul {
      width: 320px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-direction: column;
      margin: -10px auto 20px auto; }
      .page_keyvisual .key_txt ul li {
        font-weight: 500;
        list-style: disc;
        text-align: left;
        width: initial;
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .page_keyvisual .key_txt ul li {
            font-size: 1.25rem; } }
        @media screen and (max-width: 440px) {
          .page_keyvisual .key_txt ul li {
            font-size: .9325rem; } }
      .page_keyvisual .key_txt ul + p {
        text-align: center;
        width: 100%; }
    .page_keyvisual .key_txt p {
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .key_txt p {
          font-size: 1.25rem; } }
      @media screen and (max-width: 440px) {
        .page_keyvisual .key_txt p {
          font-size: .9325rem; } }
  .page_keyvisual .key_txt02 {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    width: calc(100% - 30px);
    max-width: 1080px; }
    @media screen and (min-width: 768px) {
      .page_keyvisual .key_txt02 {
        top: 30px;
        width: calc(100% - 100px); } }
    .page_keyvisual .key_txt02 h1 {
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .key_txt02 h1 {
          font-size: 2.25rem; } }
      @media screen and (min-width: 1080px) {
        .page_keyvisual .key_txt02 h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 440px) {
        .page_keyvisual .key_txt02 h1 {
          font-size: min(5.6vw, 1.25rem); } }
    .page_keyvisual .key_txt02 p {
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .page_keyvisual .key_txt02 p {
          font-size: 1.325rem; } }
      @media screen and (max-width: 440px) {
        .page_keyvisual .key_txt02 p {
          font-size: .9325rem; } }

.agreement a {
  text-decoration: underline; }
  .agreement a:hover, .agreement a:active {
    text-decoration: none; }

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

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .youtube {
      padding-bottom: 0;
      height: 340px; } }
  .youtube iframe,
  .youtube object,
  .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* header.scss */
.header {
  height: 80px;
  box-sizing: border-box;
  width: 100%;
  border-top: solid 1px #BF141B;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 1080px) {
    .header .h_logo {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      margin-left: 80px; }
      .header .h_logo h1 {
        margin-left: 20px; } }
  .header nav {
    margin-right: 20px; }
    .header nav ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header nav ul li {
        margin-left: 30px; }
        .header nav ul li a {
          text-decoration: underline;
          font-family: "Roboto", sans-serif;
          text-underline-offset: 5px;
          text-decoration-color: #C7C7C7; }

.page_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 50px;
  box-sizing: border-box; }
  .page_header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 1079px) {
  .mean-nav .h_logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 70px;
    position: relative;
    top: 20px;
    z-index: 99; }
    .mean-nav .h_logo h1 {
      margin-left: 15px; }
    .mean-nav .h_logo .first picture {
      width: auto;
      height: 30px; }
    .mean-nav .h_logo .second picture {
      width: auto;
      height: 14px; }
    .mean-nav .h_logo img {
      width: auto;
      height: 100%; } }
@media screen and (min-width: 1080px) {
  .mean-nav .h_logo {
    display: none; } }

@media screen and (min-width: 1080px) {
  body .wrapper {
    position: fixed;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 100; }
    body .wrapper .gnav_pc {
      position: relative; } }
.logo02 {
  position: absolute;
  z-index: 999;
  left: 80px;
  top: 26px; }
  .logo02 img {
    width: 100%;
    max-width: 220px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .logo02 img {
        max-width: 240px; } }

/* gnav.scss */
.gnav_pc {
  display: none; }

@media screen and (min-width: 1080px) {
  /* PC */
  .gnav_pc {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 0;
    margin: auto;
    left: 0;
    top: 0;
    background: #fff;
    width: 1080px;
    z-index: 99;
    padding-left: 40px;
    box-sizing: border-box; } }
  @media screen and (min-width: 1080px) and (min-width: 1080px) and (max-width: 1229px) {
    .gnav_pc {
      padding-right: 40px; } }
  @media screen and (min-width: 1080px) and (min-width: 1230px) {
    .gnav_pc {
      padding-left: 0; } }
@media screen and (min-width: 1080px) {
    .gnav_pc > div a {
      display: block; }
    .gnav_pc nav > ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 80px;
      z-index: 1000; }
      .gnav_pc nav > ul > li {
        margin-left: 35px; }
        .gnav_pc nav > ul > li > a {
          font-size: 1rem;
          font-family: 'Roboto', sans-serif;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 80px; }
          .gnav_pc nav > ul > li > a:hover {
            opacity: 1;
            color: #BF141B; }

  #gnav_mm {
    display: none !important; } }
/* End MQ */
.pulldown ul ul {
  display: none;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  z-index: 99;
  height: auto;
  width: auto;
  left: -30%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); }
  .pulldown ul ul li {
    margin-left: 0; }
    .pulldown ul ul li a {
      font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
      display: block;
      padding: 10px 20px;
      font-size: .875rem; }

.pulldown ul li {
  position: relative; }

.pulldown ul ul li {
  display: block;
  white-space: nowrap; }

/*! #######################################################################

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

####################################################################### */
body.home.mean-container.bg .mean-bar .meanmenu-reveal span {
  background: #000; }

a.meanmenu-reveal {
  display: none; }

/* 一番上のバー */
.mean-container .mean-bar {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 80px;
  width: 60px; }
  @media screen and (max-width: 1079px) {
    .mean-container .mean-bar {
      width: 100%;
      background: #fff; } }

.mean-container a.meanmenu-reveal {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  left: 15px !important;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  line-height: 22px;
  display: block;
  z-index: 1000;
  padding-top: 5px; }
  @media screen and (min-width: 1080px) {
    .mean-container a.meanmenu-reveal {
      top: 24px; } }

@media screen and (max-width: 1079px) {
  #service_post a.meanmenu-reveal {
    display: none !important; } }
.bg_nav::before {
  background: #fff;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  content: "";
  z-index: 3;
  position: absolute; }

a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 2px;
  margin-top: 8px; }

a.meanmenu-reveal.meanclose span:first-of-type {
  transform: rotate(30deg);
  margin-top: 8px !important; }

a.meanmenu-reveal.meanclose span:last-of-type {
  transform: rotate(-30deg);
  margin-top: -1px; }

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

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

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

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

.mean-container .mean-nav ul li a {
  display: block;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 15px 15px 15px 40px;
  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;
  font-size: 1rem;
  letter-spacing: .1rem;
  position: relative; }
  .mean-container .mean-nav ul li a::before {
    content: "";
    background: url("../images/common/nav_arrow.svg") no-repeat;
    width: 6px;
    height: 8px;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1rem 1rem 1rem 3.25rem;
  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;
  font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif; }

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

.mean-container .mean-nav ul li a.mean-expand {
  display: flex;
  width: 54px;
  height: 57px;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  margin: auto;
  right: 0;
  top: 1px;
  z-index: 2;
  font-weight: 100;
  background: #e71f27;
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }
  .mean-container .mean-nav ul li a.mean-expand::before {
    content: none !important; }

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

.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 {
  background: #000;
  padding: 40px 0 15px; }
  .footer .f_banner_top {
    width: calc(100% - 30px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    @media screen and (min-width: 960px) {
      .footer .f_banner_top {
        max-width: 1080px; } }
    .footer .f_banner_top h3 {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: .02em; }
    .footer .f_banner_top ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .footer .f_banner_top ul li {
        width: 100%;
        margin-bottom: 15px; }
        @media screen and (min-width: 960px) {
          .footer .f_banner_top ul li {
            width: 32%; } }
        .footer .f_banner_top ul li a {
          background: #fff;
          position: relative;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-direction: column;
          padding: 10px;
          box-sizing: border-box; }
          .footer .f_banner_top ul li a::after {
            background: url("../images/common/link02.svg") no-repeat;
            background-size: contain;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 10px;
            top: 10px 15px;
            content: "";
            transition: all .2s; }
          .footer .f_banner_top ul li a > p {
            text-align: center;
            font-weight: 500;
            font-size: 1.25rem;
            width: 100%; }
          .footer .f_banner_top ul li a .f_title p {
            color: #2377BD;
            font-family: "Roboto", sans-serif;
            font-size: 1.25rem;
            font-weight: 900;
            font-style: italic;
            line-height: 1;
            margin-bottom: -3px; }
          .footer .f_banner_top ul li a .f_title small {
            color: #777777;
            font-size: .685rem; }
  .footer .f_banner_bottom {
    width: calc(100% - 30px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media screen and (min-width: 960px) {
      .footer .f_banner_bottom {
        max-width: 1080px;
        margin-bottom: 20px; } }
    .footer .f_banner_bottom h3 {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: .02em; }
    .footer .f_banner_bottom ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .footer .f_banner_bottom ul li {
        width: 100%;
        margin-bottom: 15px; }
        @media screen and (min-width: 960px) {
          .footer .f_banner_bottom ul li {
            width: 32%; } }
        .footer .f_banner_bottom ul li a {
          background: #fff;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px;
          box-sizing: border-box; }
          .footer .f_banner_bottom ul li a > p {
            text-align: center;
            font-weight: 500;
            font-size: 1.25rem; }
            @media screen and (max-width: 767px) {
              .footer .f_banner_bottom ul li a > p {
                width: 150px; } }
          .footer .f_banner_bottom ul li a figure {
            margin-right: 10px; }
  .footer .footer_inner {
    width: calc(100% - 30px);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    position: relative;
    padding-bottom: 30px; }
    @media screen and (min-width: 960px) {
      .footer .footer_inner {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 1080px; } }
  .footer .copyright {
    color: #fff;
    text-align: center;
    font-size: .75rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: .015em; }
  @media screen and (min-width: 960px) {
    .footer .left {
      margin-bottom: 40px; } }
  .footer .f_logo {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .footer .f_logo {
        align-items: flex-end;
        flex-direction: row; } }
    @media screen and (min-width: 1200px) {
      .footer .f_logo {
        width: 280px; } }
    .footer .f_logo a .first {
      width: 137px;
      margin-right: 20px;
      margin-bottom: 15px; }
      @media screen and (min-width: 769px) {
        .footer .f_logo a .first {
          margin-bottom: 0; } }
    .footer .f_logo a .second {
      width: 315px; }
    .footer .f_logo a img {
      width: 100%;
      height: auto; }
  .footer .f_company {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column; }
    @media screen and (min-width: 560px) {
      .footer .f_company {
        flex-flow: row; } }
    @media screen and (min-width: 1200px) {
      .footer .f_company {
        flex-flow: column; } }
    .footer .f_company .inner {
      margin-bottom: 20px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .footer .f_company .inner {
          width: 340px; } }
      .footer .f_company .inner div {
        color: #fff;
        margin-bottom: 10px;
        border-bottom: solid 1px #fff;
        padding-bottom: 10px;
        font-size: .875rem; }
      .footer .f_company .inner a {
        color: #fff; }
      .footer .f_company .inner p {
        color: #fff;
        font-size: .875rem; }
  .footer .right {
    margin-right: 30px; }
    @media screen and (min-width: 1080px) {
      .footer .right {
        margin-right: 130px; } }
    @media screen and (max-width: 959px) {
      .footer .right nav {
        display: none; } }
    .footer .right nav ul li a {
      color: #fff;
      font-size: .875rem;
      position: relative; }
      .footer .right nav ul li a::after {
        background: url("../images/common/f_arrow.svg") no-repeat;
        background-size: contain;
        width: 6px;
        height: 8px;
        position: absolute;
        left: -1rem;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        transition: all .2s; }

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

/* CSS for Page */
.bord {
  border: solid 1px #aaa;
  box-sizing: border-box; }

.titke_line {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: solid 1px #BF141B;
  line-height: 1;
  margin: 60px 0; }
  .titke_line::before {
    content: "";
    width: 80px;
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
    background: #BF141B; }

.page_link_list {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .page_link_list {
      margin-bottom: 80px; } }
  .page_link_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    @media screen and (min-width: 1080px) {
      .page_link_list ul {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: 1fr; } }
    .page_link_list ul li {
      width: 100%; }
      .page_link_list ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        font-weight: 500;
        border-bottom: solid 1px #BF141B;
        font-size: .875rem; }
        @media screen and (min-width: 768px) {
          .page_link_list ul li a {
            font-size: 1rem; } }
        .page_link_list ul li a::after {
          content: "";
          position: absolute;
          right: 0;
          top: 18px;
          background: url("../images/common/triangle.svg") no-repeat;
          width: 12px;
          height: 10px;
          background-size: cover; }

.page_link_list02 {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .page_link_list02 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media screen and (min-width: 1080px) {
      .page_link_list02 ul {
        justify-content: flex-start; } }
    .page_link_list02 ul li {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 420px) {
        .page_link_list02 ul li {
          width: 48%;
          margin-bottom: 30px; } }
      @media screen and (min-width: 1080px) {
        .page_link_list02 ul li {
          width: 18.5%;
          margin-right: 1.875%; }
          .page_link_list02 ul li:last-of-type {
            margin-right: 0; } }
      .page_link_list02 ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        font-weight: 500;
        border-bottom: solid 1px #BF141B;
        font-size: .875rem; }
        @media screen and (min-width: 768px) {
          .page_link_list02 ul li a {
            font-size: 1rem; } }
        .page_link_list02 ul li a::after {
          content: "";
          position: absolute;
          right: 0;
          top: 18px;
          background: url("../images/common/triangle.svg") no-repeat;
          width: 12px;
          height: 10px;
          background-size: cover; }

.img_type01 {
  margin-bottom: 40px;
  padding-left: 30px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .img_type01 {
      padding-left: 50px; } }
  .img_type01 img {
    width: 100%;
    height: auto; }

.img_type02 {
  margin-bottom: 30px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .img_type02 {
      padding-left: 50px;
      text-align: center;
      margin-bottom: 40px; } }
  .img_type02 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 6px; }
    .img_type02 ul li img {
      width: 100%;
      height: auto; }
  .img_type02 p {
    font-size: .875rem;
    text-align: center; }

.privacy_text {
  text-align: center;
  border: solid 1px #BF141B;
  background: #fff8fa;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-bottom: 80px;
  border-radius: 4px; }
  .privacy_text p {
    font-size: .8125rem; }

.privacy_list {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .privacy_list {
      margin-bottom: 50px; } }
  .privacy_list li {
    font-size: .875rem;
    text-indent: -1.75rem;
    padding-left: 1.75rem;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .privacy_list li {
        font-size: 1rem;
        text-indent: -2rem;
        padding-left: 2rem; } }

.product_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .product_wrap {
      margin-bottom: 80px; } }
  .product_wrap .product_inner_title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px; }
  .product_wrap .product_inner {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .product_wrap .product_inner {
        width: 49%; } }
    .product_wrap .product_inner ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px; }
      .product_wrap .product_inner ul li {
        width: 48%; }
        .product_wrap .product_inner ul li img {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
        .product_wrap .product_inner ul li p {
          text-align: center;
          font-size: .875rem; }
  .product_wrap .product_inner02 {
    width: 100%; }
    .product_wrap .product_inner02 ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: wrap;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .product_wrap .product_inner02 ul {
          justify-content: flex-start; } }
      .product_wrap .product_inner02 ul li {
        width: 48%;
        margin-bottom: 40px; }
        @media screen and (min-width: 768px) {
          .product_wrap .product_inner02 ul li {
            width: 23.5%;
            margin-right: 2%; }
            .product_wrap .product_inner02 ul li:nth-of-type(4n) {
              margin-right: 0; } }
        .product_wrap .product_inner02 ul li img {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
        .product_wrap .product_inner02 ul li p {
          text-align: center;
          font-size: .875rem; }
  .product_wrap .product_inner03 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    margin-bottom: 80px;
    flex-flow: column; }
    @media screen and (min-width: 1080px) {
      .product_wrap .product_inner03 {
        flex-flow: row;
        align-items: flex-end; } }
    .product_wrap .product_inner03 img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; }
    .product_wrap .product_inner03 p {
      text-align: center; }
    .product_wrap .product_inner03 ul {
      margin-top: 30px; }
      @media screen and (min-width: 1080px) {
        .product_wrap .product_inner03 ul {
          position: absolute;
          right: 0;
          bottom: 30px;
          margin-top: 0; } }
  .product_wrap .product_inner04 {
    width: 100%; }
    .product_wrap .product_inner04 ul {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: wrap;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .product_wrap .product_inner04 ul {
          justify-content: flex-start; } }
      .product_wrap .product_inner04 ul li {
        width: 47%;
        margin-bottom: 40px; }
        @media screen and (min-width: 768px) {
          .product_wrap .product_inner04 ul li:nth-of-type(odd) {
            margin-right: 6%; } }
        .product_wrap .product_inner04 ul li a {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-flow: column-reverse; }
          @media screen and (min-width: 768px) {
            .product_wrap .product_inner04 ul li a {
              flex-flow: row; } }
          .product_wrap .product_inner04 ul li a div {
            width: 100%;
            box-sizing: border-box; }
            @media screen and (min-width: 768px) {
              .product_wrap .product_inner04 ul li a div {
                width: 50%;
                padding-right: 15px; } }
        .product_wrap .product_inner04 ul li img {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
          @media screen and (min-width: 768px) {
            .product_wrap .product_inner04 ul li img {
              width: 80%; } }
        .product_wrap .product_inner04 ul li p {
          text-align: left;
          font-size: 1rem; }
          @media screen and (min-width: 768px) {
            .product_wrap .product_inner04 ul li p {
              text-align: right; } }

@media screen and (max-width: 767px) {
  .r_leading {
    font-size: 1.3rem; } }
@media screen and (min-width: 768px) {
  .r_leading {
    font-size: 2rem; } }

.recruit_block01 {
  text-align: center;
  /*width:100%;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  .recruit_block01 img {
    margin-bottom: 15px; }

.recruit_inner_link {
  width: calc(100% - 30px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .recruit_inner_link ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .recruit_inner_link ul li {
      width: 30%; }
      .recruit_inner_link ul li:nth-child(1) a {
        background: #FF6600; }
      .recruit_inner_link ul li:nth-child(2) a {
        background: #305b8e; }
      .recruit_inner_link ul li:nth-child(3) a {
        background: #BF141B; }
      .recruit_inner_link ul li a {
        width: 100%;
        height: 50px;
        position: relative;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        .recruit_inner_link ul li a::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 8px 0 8px;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          left: 20px;
          top: 0;
          bottom: 0;
          margin: auto; }

.application_requirements {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .application_requirements {
      margin-bottom: 80px; } }
  .application_requirements h3 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: orange; }
    @media screen and (min-width: 768px) {
      .application_requirements h3 {
        font-size: 1.375rem; } }
  .application_requirements dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
    min-height: 60px; }
    .application_requirements dl dt {
      width: 160px;
      text-align: left;
      font-weight: 700; }
    .application_requirements dl dd {
      width: calc(100% - 160px); }
      .application_requirements dl dd ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
        .application_requirements dl dd ul li {
          margin-right: 10px;
          margin-bottom: 10px; }
          .application_requirements dl dd ul li a {
            width: 150px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: .875rem; }

.rg_list li a {
  background: #36c; }

.md_list li a {
  background: #396; }

.pt_list li a {
  background: #09c; }

.recruit_title {
  text-align: center;
  color: #BF141B;
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-weight: 700;
  background: #f9eff0;
  padding: 4px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .recruit_title {
      font-size: 1.75rem; } }

.recruit_block02 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .recruit_block02 {
      flex-flow: row;
      margin-bottom: 80px; } }
  .recruit_block02 picture {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_block02 picture {
        width: 40%;
        margin-bottom: 0; } }
    .recruit_block02 picture img {
      width: 100%;
      height: auto; }
  .recruit_block02 > div {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .recruit_block02 > div {
        width: 56%; } }
    .recruit_block02 > div h3 {
      color: #BF141B;
      margin-bottom: 5px; }
    .recruit_block02 > div p {
      margin-bottom: 20px; }

.link_type02 {
  text-align: right;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .link_type02 a {
    width: 170px;
    height: 40px;
    position: relative;
    background: #BF141B;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box; }
    .link_type02 a::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 8px 0 8px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 15px;
      top: 0;
      bottom: 0;
      margin: auto; }

.sitemap_block {
  margin: 0 auto; }
  @media screen and (max-width: 1079px) {
    .sitemap_block {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 768px) {
    .sitemap_block {
      padding-left: 50px;
      width: calc(100% - 80px); } }
  @media screen and (min-width: 1080px) {
    .sitemap_block {
      padding-left: 50px;
      padding-right: 0;
      width: 1030px; } }
  .sitemap_block nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .sitemap_block nav > ul {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .sitemap_block nav > ul {
          width: 48%; } }
      @media screen and (min-width: 1080px) {
        .sitemap_block nav > ul {
          width: 23%; } }
      .sitemap_block nav > ul > li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: .875rem;
        width: 100%;
        border-bottom: solid 1px #f0f0f0; }
      .sitemap_block nav > ul ul {
        margin: 10px 0 20px; }
        .sitemap_block nav > ul ul li {
          margin-bottom: 10px;
          position: relative; }
          .sitemap_block nav > ul ul li::before {
            content: "・"; }

.feature_list {
  margin-bottom: 40px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .feature_list {
      margin-bottom: 60px;
      padding-left: 30px; } }
  .feature_list dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px; }
    .feature_list dl dt {
      width: 100px;
      background: #000055;
      color: #fff;
      font-size: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px 10px;
      box-sizing: border-box;
      border: double 5px #fff; }
    .feature_list dl dd {
      width: calc(100% - 120px);
      padding: 2px 10px;
      font-weight: 500;
      color: #000055;
      box-sizing: border-box; }

.feature_list.red dl {
  margin-bottom: 10px; }
.feature_list.red dt {
  background: #BF141B;
  border-radius: 4px;
  padding: 0px 10px;
  border: double 5px #BF141B; }
.feature_list.red dd {
  color: #000; }

.list_type02 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }
  @media screen and (min-width: 480px) {
    .list_type02 {
      justify-content: flex-end; } }
  .list_type02 a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    font-size: .8125rem; }
    @media screen and (min-width: 480px) {
      .list_type02 a {
        flex-flow: row; } }
    .list_type02 a img {
      margin-top: 10px; }
      @media screen and (min-width: 480px) {
        .list_type02 a img {
          margin-left: 20px;
          margin-top: 0; } }

.lineheight {
  line-height: 1.7; }

.quality_block {
  margin-bottom: 40px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .quality_block {
      margin-bottom: 60px;
      padding-left: 30px; } }
  .quality_block h3 {
    color: #000055;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .quality_block h3 {
        font-size: 1.25rem; } }
  .quality_block > ul > li {
    margin-bottom: 10px;
    padding-left: 1.75rem;
    text-indent: -1.75rem;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .quality_block > ul > li {
        padding-left: 2rem;
        text-indent: -2rem; } }
  .quality_block .quality_inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .quality_block .quality_inner {
        flex-flow: row; } }
    .quality_block .quality_inner picture {
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .quality_block .quality_inner picture {
          margin-right: 30px;
          margin-bottom: 0; } }
    .quality_block .quality_inner p {
      flex: 1; }
  .quality_block .inner_ul {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 1.75rem; }
    @media screen and (min-width: 768px) {
      .quality_block .inner_ul {
        padding-left: 2rem; } }
    .quality_block .inner_ul li {
      font-size: .875rem;
      margin-bottom: 5px; }

.seikei_wrap {
  margin-bottom: 40px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .seikei_wrap {
      margin-bottom: 60px;
      padding-left: 30px; } }

.seikei_contents01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-flow: column; }
  @media screen and (min-width: 768px) {
    .seikei_contents01 {
      flex-flow: row; } }
  .seikei_contents01 div {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .seikei_contents01 div {
        width: calc(100% - 220px); } }
  .seikei_contents01 img {
    margin-bottom: 15px;
    max-width: 169px;
    height: auto; }
    @media screen and (min-width: 768px) {
      .seikei_contents01 img {
        margin-bottom: 0; } }

.seikei_contents02 {
  margin-bottom: 20px; }
  .seikei_contents02 figure {
    text-align: center; }
    .seikei_contents02 figure img {
      width: 100%;
      max-width: 718px; }

.awards ul {
  margin: 0 auto;
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .awards ul {
      padding-left: 50px; } }
  .awards ul li {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .awards ul li {
        width: 48%;
        margin-right: 4%; }
        .awards ul li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      .awards ul li {
        width: 22%;
        margin-right: 3%; }
        .awards ul li:nth-child(4) {
          margin-right: 0; } }
    .awards ul li img {
      width: 100%;
      height: auto; }

.privacy_block {
  margin-bottom: 100px; }

.about_table {
  margin-bottom: 60px; }
  .about_table .title_type03 {
    margin-top: 20px; }
  .about_table dl {
    display: flex;
    justify-content: space-between;
    border: solid 1px #d0d0d0;
    border-bottom: solid 0 #d0d0d0;
    box-sizing: border-box;
    line-height: 2; }
    .about_table dl:last-of-type {
      border-bottom: solid 1px #d0d0d0; }
    .about_table dl dt {
      background: #f2f2f2;
      padding: 10px;
      box-sizing: border-box;
      width: 30%;
      border-right: solid 1px #d0d0d0; }
      @media screen and (min-width: 768px) {
        .about_table dl dt {
          padding: 15px;
          width: 25%; } }
    .about_table dl dd {
      padding: 10px;
      box-sizing: border-box;
      width: 70%; }
      @media screen and (min-width: 768px) {
        .about_table dl dd {
          padding: 15px;
          width: 75%; } }
      .about_table dl dd .inner_flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse; }
        @media screen and (min-width: 768px) {
          .about_table dl dd .inner_flex {
            flex-direction: row; } }
        .about_table dl dd .inner_flex .left {
          width: 60%; }
        .about_table dl dd .inner_flex .right {
          width: 40%;
          position: relative; }
          .about_table dl dd .inner_flex .right picture {
            max-width: 400px; }
            .about_table dl dd .inner_flex .right picture img {
              width: 100%;
              height: auto; }

.csr_block01 {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .csr_block01 {
      flex-direction: row;
      margin-bottom: 80px; } }
  .csr_block01 .left {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .csr_block01 .left {
        width: 56%; } }
    .csr_block01 .left ul {
      padding-left: 24px;
      box-sizing: border-box; }
      .csr_block01 .left ul li {
        margin-bottom: 6px; }
  .csr_block01 .right {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .csr_block01 .right {
        width: 40%;
        margin-bottom: 0; } }
    .csr_block01 .right picture {
      width: 49%; }
      .csr_block01 .right picture img {
        width: 100%;
        height: auto; }

.csr_block02 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .csr_block02 {
      flex-direction: row;
      margin-bottom: 80px; } }
  .csr_block02 .left {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .csr_block02 .left {
        width: 48%;
        margin-bottom: 0; } }
  .csr_block02 .right {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .csr_block02 .right {
        width: 48%; } }
  .csr_block02 picture {
    width: 100%; }
    .csr_block02 picture img {
      width: 100%;
      height: auto; }

.ggmap {
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .ggmap {
      height: 400px; } }
  .ggmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.related-companies_table {
  margin-bottom: 60px; }
  .related-companies_table .title_type03 {
    margin-top: 20px; }
  .related-companies_table table {
    border: solid 1px #d0d0d0;
    border-bottom: solid 0 #d0d0d0;
    border-right: solid 0 #d0d0d0; }
    @media screen and (max-width: 767px) {
      .related-companies_table table {
        width: 700px; } }
    .related-companies_table table tr {
      box-sizing: border-box;
      line-height: 2;
      text-align: center; }
    .related-companies_table table th {
      background: #f2f2f2;
      padding: 10px;
      box-sizing: border-box;
      width: 100%;
      border-right: solid 1px #d0d0d0; }
      @media screen and (min-width: 768px) {
        .related-companies_table table th {
          padding: 15px; } }
    .related-companies_table table td {
      padding: 10px;
      box-sizing: border-box;
      width: 40%;
      text-align: left;
      border-right: solid 1px #d0d0d0;
      border-bottom: solid 1px #d0d0d0; }
      .related-companies_table table td:last-of-type {
        width: 20%; }
      @media screen and (min-width: 768px) {
        .related-companies_table table td {
          padding: 15px; } }

.csr_block03 ul {
  margin: 20px 0; }
  .csr_block03 ul li {
    margin-bottom: 5px; }
.csr_block03 .ceo {
  text-align: right;
  font-size: .9325rem; }

.csr_block04 ul {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }
  @media screen and (min-width: 768px) {
    .csr_block04 ul {
      margin-bottom: 60px;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: repeat(4, 1fr); } }
  .csr_block04 ul li img {
    width: 100%;
    height: auto; }

.solution_block01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .solution_block01 {
      margin-bottom: 80px; } }
  .solution_block01 .solution_main {
    margin-bottom: 40px; }
    .solution_block01 .solution_main img {
      width: 100%;
      height: auto; }
  .solution_block01 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .solution_block01 ul {
        flex-direction: row; } }
    .solution_block01 ul li {
      width: 100%;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .solution_block01 ul li {
          width: 31.5%;
          margin-bottom: 0; } }
      @media screen and (min-width: 1140px) {
        .solution_block01 ul li .inner_title {
          min-height: 168px; } }
      @media screen and (min-width: 1210px) {
        .solution_block01 ul li .inner_title {
          min-height: 138px; } }
      .solution_block01 ul li .inner_title h3 {
        font-weight: 500;
        font-size: 2.5rem;
        color: #2377BD;
        font-family: "Roboto", sans-serif;
        line-height: 1;
        font-style: italic; }
        @media screen and (min-width: 960px) {
          .solution_block01 ul li .inner_title h3 {
            font-size: 3.25rem; } }
        .solution_block01 ul li .inner_title h3.electric_title {
          font-size: 2rem;
          line-height: 1.2; }
          @media screen and (min-width: 960px) {
            .solution_block01 ul li .inner_title h3.electric_title {
              font-size: 2.3rem;
              margin-bottom: 20px; } }
      .solution_block01 ul li .inner_title p {
        color: #aaa;
        margin-top: 5px; }
        @media screen and (min-width: 960px) {
          .solution_block01 ul li .inner_title p {
            font-size: 1.125rem; } }
      .solution_block01 ul li .inner_title + p {
        margin: 20px 0 30px; }
        @media screen and (min-width: 768px) and (max-width: 1279px) {
          .solution_block01 ul li .inner_title + p {
            min-height: 82px; } }
        @media screen and (min-width: 768px) {
          .solution_block01 ul li .inner_title + p {
            min-height: 81px; } }
      .solution_block01 ul li picture {
        margin-bottom: 20px; }
      .solution_block01 ul li img {
        width: 100%;
        height: auto; }
      .solution_block01 ul li .link_type01 a {
        width: 100%; }

.solution_block02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .solution_block02 {
      margin-bottom: 80px; } }
  .solution_block02 .solution_main {
    margin-bottom: 40px; }
    .solution_block02 .solution_main img {
      width: 100%;
      height: auto; }
  .solution_block02 ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .solution_block02 ul {
        flex-direction: row; } }
    .solution_block02 ul li {
      width: 100%;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .solution_block02 ul li {
          width: 31%;
          margin-bottom: 0; } }
      .solution_block02 ul li .inner_title h3 {
        font-weight: 700;
        font-size: 1.125rem;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 20px; }
        @media screen and (min-width: 960px) {
          .solution_block02 ul li .inner_title h3 {
            font-size: 1.75rem;
            min-height: 130px;
            display: flex;
            justify-content: center;
            align-items: center; } }
      .solution_block02 ul li .inner_title + p {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .solution_block02 ul li .inner_title + p {
            margin: 0 auto;
            max-width: 340px;
            text-align: center; } }
      .solution_block02 ul li .f_wrap {
        background: #fff;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 20px;
        box-sizing: border-box;
        border: solid 1px #d0d0d0; }
        @media screen and (min-width: 768px) {
          .solution_block02 ul li .f_wrap {
            min-height: 105px; } }
        .solution_block02 ul li .f_wrap::after {
          background: url("../images/common/link02.svg") no-repeat;
          background-size: contain;
          width: 16px;
          height: 16px;
          position: absolute;
          right: 10px;
          top: 10px 15px;
          content: "";
          transition: all .2s; }
        .solution_block02 ul li .f_wrap > p {
          text-align: center;
          font-weight: 500;
          font-size: 1.25rem;
          width: 100%; }
      .solution_block02 ul li .f_title p {
        color: #2377BD;
        font-family: "Roboto", sans-serif;
        font-size: 1.25rem;
        font-weight: 900;
        font-style: italic;
        line-height: 1;
        margin-bottom: 5px; }
        @media screen and (min-width: 768px) {
          .solution_block02 ul li .f_title p {
            font-size: 1.625rem; } }
      .solution_block02 ul li .f_title small {
        color: #777777;
        font-size: .875rem; }
      .solution_block02 ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
      .solution_block02 ul li .link_type01 a {
        width: 100%; }

.solution_block02__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 60px 0 30px; }
  @media screen and (min-width: 768px) {
    .solution_block02__logo {
      flex-direction: row; } }
  .solution_block02__logo::before {
    content: "";
    background: #000;
    width: 100%;
    max-width: 500px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto; }
  .solution_block02__logo img {
    margin-right: 20px; }
  .solution_block02__logo p {
    font-size: 1rem;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .solution_block02__logo p {
        font-size: 1.25rem;
        margin-top: 0; } }

.solution_block03 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .solution_block03 {
      margin-bottom: 80px; } }
  .solution_block03 h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .solution_block03 h2 {
        font-size: 2.25rem; } }
  @media screen and (min-width: 768px) {
    .solution_block03 p {
      text-align: center; } }
  .solution_block03 .f_wrap {
    margin: 25px auto 40px;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #d0d0d0;
    width: 300px;
    height: 120px; }
    @media screen and (min-width: 768px) {
      .solution_block03 .f_wrap {
        margin: 25px auto 60px;
        width: 100%;
        max-width: 500px;
        height: 150px; } }
    .solution_block03 .f_wrap > p {
      text-align: center;
      font-weight: 500;
      font-size: 1.25rem;
      width: 100%; }
  .solution_block03 .f_title p {
    color: #2377BD;
    font-family: "Roboto", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .solution_block03 .f_title p {
        font-size: 2.5rem; } }
  .solution_block03 .f_title small {
    text-align: center;
    color: #777777;
    font-size: 1rem;
    display: block; }

.taping_block01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .taping_block01 {
      margin-bottom: 80px; } }
  .taping_block01 section {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .taping_block01 section .bg01 {
      background: #f3f3f3;
      padding: 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .taping_block01 section .bg01 {
          width: calc(100% + 30px);
          margin-left: -15px; } }
    .taping_block01 section ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 30px;
      max-width: 880px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        .taping_block01 section ul {
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: 1fr;
          grid-column-gap: 40px; } }
      @media screen and (max-width: 768px) {
        .taping_block01 section ul li {
          width: 70%;
          margin-left: auto;
          margin-right: auto; } }
      .taping_block01 section ul li h3 {
        text-align: center;
        font-weight: 500;
        font-size: 1.25rem; }
        @media screen and (min-width: 768px) {
          .taping_block01 section ul li h3 {
            font-size: 1.25rem; } }
        @media screen and (min-width: 900px) {
          .taping_block01 section ul li h3 {
            font-size: 1.5rem; } }
      .taping_block01 section ul li p {
        font-weight: 500;
        font-size: 1.125erm;
        text-align: center; }
      .taping_block01 section ul li img {
        margin-bottom: 15px;
        width: 70%;
        height: auto; }
        @media screen and (min-width: 768px) {
          .taping_block01 section ul li img {
            width: 50%; } }

.taping_block02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .taping_block02 {
      margin-bottom: 80px; } }
  .taping_block02 section {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .taping_block02 section ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 768px) {
        .taping_block02 section ul {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 40px;
          grid-row-gap: 40px; } }
      .taping_block02 section ul li {
        border: solid 2px #f0f0f0;
        padding: 10px 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .taping_block02 section ul li {
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (min-width: 768px) {
          .taping_block02 section ul li {
            padding: 20px; } }
        .taping_block02 section ul li h3 {
          text-align: center;
          font-weight: 500;
          font-size: 1.125rem;
          margin-bottom: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          @media screen and (min-width: 768px) {
            .taping_block02 section ul li h3 {
              font-size: 1.25rem;
              height: 50px; } }
        .taping_block02 section ul li img {
          margin-bottom: 15px;
          width: 100%;
          height: auto; }

.taping_block03 section {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .taping_block03 section .title_type04::before {
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: #BF141B;
    transition: all .2s; }
    @media screen and (min-width: 768px) {
      .taping_block03 section .title_type04::before {
        width: 25px;
        height: 2px;
        right: 20px; } }
  .taping_block03 section .title_type04::after {
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: #BF141B;
    transition: all .2s;
    transform: rotate(90deg); }
    @media screen and (min-width: 768px) {
      .taping_block03 section .title_type04::after {
        width: 25px;
        height: 2px;
        right: 20px; } }
  .taping_block03 section .title_type04.open::after {
    content: "";
    transition: all .2s;
    transform: rotate(0deg); }
  .taping_block03 section h4 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .taping_block03 section h4 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1080px) {
      .taping_block03 section h4 {
        font-size: 1.25rem; } }
  .taping_block03 section .inner_block {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0; }
  .taping_block03 section .inner_block.open {
    max-height: 2000px;
    opacity: 1;
    margin: 40px 0; }
  .taping_block03 section .inner_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .taping_block03 section .inner_block {
        flex-direction: row;
        align-items: flex-start; } }
    .taping_block03 section .inner_block .left {
      width: 70%;
      margin-bottom: 25px; }
      @media screen and (min-width: 768px) {
        .taping_block03 section .inner_block .left {
          width: 32%;
          margin-bottom: 0; } }
      .taping_block03 section .inner_block .left picture img {
        width: 100%;
        height: auto; }
    .taping_block03 section .inner_block .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .taping_block03 section .inner_block .right {
          width: 63%; } }
      .taping_block03 section .inner_block .right dl {
        display: flex;
        justify-content: space-between;
        border-right: solid 1px #ddd;
        border-left: solid 1px #ddd;
        box-sizing: border-box;
        font-size: .875rem; }
        @media screen and (min-width: 768px) {
          .taping_block03 section .inner_block .right dl {
            font-size: 1rem; } }
        .taping_block03 section .inner_block .right dl:first-of-type {
          border-top: solid 1px #ddd; }
        .taping_block03 section .inner_block .right dl dt {
          padding: 10px;
          background: #f3f3f3;
          box-sizing: border-box;
          width: 30%;
          border-right: solid 1px #ddd;
          border-bottom: solid 1px #ddd; }
          @media screen and (min-width: 768px) {
            .taping_block03 section .inner_block .right dl dt {
              width: 25%;
              padding: 12px; } }
        .taping_block03 section .inner_block .right dl dd {
          padding: 10px;
          box-sizing: border-box;
          width: 70%;
          border-bottom: solid 1px #ddd; }
          @media screen and (min-width: 768px) {
            .taping_block03 section .inner_block .right dl dd {
              width: 75%;
              padding: 12px; } }
      .taping_block03 section .inner_block .right .link_type01 {
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .taping_block03 section .inner_block .right .link_type01 {
            margin-top: 40px; } }

.taping_block04 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .taping_block04 {
      margin-bottom: 80px; } }
  .taping_block04 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .taping_block04 h3 {
        font-size: 1.325rem;
        margin-bottom: 25px; } }
    @media screen and (min-width: 900px) {
      .taping_block04 h3 {
        font-size: 1.75rem; } }
  .taping_block04 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .taping_block04 .inner_content {
        flex-direction: row; } }
    .taping_block04 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .taping_block04 .inner_content .left {
          width: 65%;
          position: relative; } }
      .taping_block04 .inner_content .left p {
        font-size: 1rem;
        line-height: 2;
        font-weight: 500; }
        @media screen and (min-width: 768px) {
          .taping_block04 .inner_content .left p {
            font-size: 1.125rem; } }
        @media screen and (min-width: 1080px) {
          .taping_block04 .inner_content .left p {
            font-size: 1.25rem; } }
    .taping_block04 .inner_content .right {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .taping_block04 .inner_content .right {
          width: 35%;
          margin-bottom: 0; } }
      .taping_block04 .inner_content .right picture img {
        width: 100%;
        height: auto; }
      .taping_block04 .inner_content .right p {
        text-align: center;
        font-size: .8125rem;
        margin-top: 10px; }

.taping_faq {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .taping_faq {
      margin-bottom: 80px; } }
  .taping_faq dl {
    position: relative;
    font-size: 1rem;
    margin-bottom: 30px; }
    .taping_faq dl dt {
      display: flex;
      justify-content: flex-start;
      background: #f3f3f3;
      padding: 14px 40px 14px 10px;
      box-sizing: border-box;
      border-radius: 10px;
      position: relative;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .taping_faq dl dt {
          padding: 20px;
          padding: 14px; } }
      .taping_faq dl dt::before {
        content: "";
        width: 20px;
        height: 2px;
        right: 10px;
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
        background: #000;
        transition: all .2s; }
        @media screen and (min-width: 768px) {
          .taping_faq dl dt::before {
            width: 25px;
            height: 2px;
            right: 20px; } }
      .taping_faq dl dt::after {
        content: "";
        width: 20px;
        height: 2px;
        right: 10px;
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
        background: #000;
        transition: all .2s;
        transform: rotate(90deg); }
        @media screen and (min-width: 768px) {
          .taping_faq dl dt::after {
            width: 25px;
            height: 2px;
            right: 20px; } }
      .taping_faq dl dt.ac::after {
        content: "";
        transition: all .2s;
        transform: rotate(0deg); }
      .taping_faq dl dt span {
        text-align: center;
        width: 40px;
        display: block;
        font-weight: 700; }
    .taping_faq dl dd {
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      padding: 14px;
      box-sizing: border-box;
      display: none; }
      @media screen and (min-width: 768px) {
        .taping_faq dl dd {
          padding: 20px 14px; } }
      .taping_faq dl dd.flex {
        display: flex; }
      .taping_faq dl dd span {
        text-align: center;
        width: 40px;
        display: block;
        font-weight: 700; }
      .taping_faq dl dd h4 {
        font-weight: 700;
        margin: 5px 0; }
      .taping_faq dl dd ul {
        margin-bottom: 10px; }
        .taping_faq dl dd ul li {
          position: relative;
          padding-left: 1rem;
          text-indent: -1rem;
          box-sizing: border-box; }
          .taping_faq dl dd ul li::before {
            content: "・"; }
          .taping_faq dl dd ul li .indent {
            padding-left: 1rem;
            box-sizing: border-box; }
            @media screen and (min-width: 768px) {
              .taping_faq dl dd ul li .indent {
                padding-left: 6rem; } }

.taping_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .taping_contact {
      margin-bottom: 80px; } }
  .taping_contact .inner_company {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; }

.page_inner_content {
  padding: 20px;
  background: #000;
  width: 100%;
  max-width: 400px; }
  .page_inner_content h3 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: .02em; }
  .page_inner_content a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box; }
    .page_inner_content a::after {
      background: url("../images/common/link02.svg") no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 10px;
      top: 10px 15px;
      content: "";
      transition: all .2s; }
    .page_inner_content a > p {
      text-align: center;
      font-weight: 500;
      font-size: 1.25rem;
      width: 100%; }
    .page_inner_content a .f_title p {
      color: #2377BD;
      font-family: "Roboto", sans-serif;
      font-size: 1.25rem;
      font-weight: 900;
      font-style: italic;
      line-height: 1;
      margin-bottom: -3px; }
    .page_inner_content a .f_title small {
      color: #777777;
      font-size: .685rem; }

.page_contact_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page_contact_link {
      margin-bottom: 80px; } }
  .page_contact_link h3 {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    width: calc(100% - 30px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .page_contact_link h3 {
        text-align: center;
        font-size: 1.25rem; } }
  .page_contact_link p {
    font-size: .9325rem;
    text-align: center;
    margin-bottom: 15px; }
  .page_contact_link .second {
    margin-bottom: 5px; }
  .page_contact_link .link_type01 {
    margin-bottom: 10px; }
  .page_contact_link .txt {
    font-weight: 500;
    font-size: 1.25rem; }
    @media screen and (min-width: 768px) {
      .page_contact_link .txt {
        font-size: 1.325rem; } }
  .page_contact_link .tel {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    display: block; }
    @media screen and (min-width: 768px) {
      .page_contact_link .tel {
        font-size: 2rem; } }

.motion_block01 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .motion_block01 {
      margin-bottom: 80px; } }
  .motion_block01 section {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .motion_block01 section ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 30px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        .motion_block01 section ul {
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: 1fr;
          grid-column-gap: 40px; } }
      .motion_block01 section ul li {
        border-bottom: solid 1px #ddd;
        padding-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .motion_block01 section ul li {
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        .motion_block01 section ul li h3 {
          text-align: center;
          font-weight: 500;
          font-size: 1.25rem;
          margin-bottom: 15px;
          color: #2377BD;
          background: #f3f3f3;
          padding: 5px;
          box-sizing: border-box; }
          @media screen and (min-width: 768px) {
            .motion_block01 section ul li h3 {
              font-size: 1.25rem; } }
          @media screen and (min-width: 900px) {
            .motion_block01 section ul li h3 {
              font-size: 1.5rem; } }
        .motion_block01 section ul li p {
          font-weight: 500;
          font-size: 1.125rem;
          text-align: center; }
          .motion_block01 section ul li p:first-of-type {
            font-size: 1.125rem;
            font-weight: 700;
            margin-bottom: 15px;
            padding-bottom: 15px;
            line-height: 1.4;
            color: #BF141B;
            border-bottom: solid 1px #ddd; }
            @media screen and (min-width: 768px) {
              .motion_block01 section ul li p:first-of-type {
                font-size: 1.5rem; } }
        .motion_block01 section ul li img {
          margin-bottom: 15px;
          width: 100%;
          height: auto; }

.motion_block02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .motion_block02 {
      margin-bottom: 80px; } }
  .motion_block02 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .motion_block02 h3 {
        font-size: 1.325rem;
        margin-bottom: 25px; } }
    @media screen and (min-width: 900px) {
      .motion_block02 h3 {
        font-size: 1.75rem; } }
  .motion_block02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .motion_block02 .inner_content {
        flex-direction: row; } }
    .motion_block02 .inner_content .left {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .motion_block02 .inner_content .left {
          width: 45%;
          margin-bottom: 0; } }
      .motion_block02 .inner_content .left picture img {
        width: 100%;
        height: auto; }
      .motion_block02 .inner_content .left p {
        text-align: center;
        font-size: .8125rem;
        margin-top: 10px; }
    .motion_block02 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .motion_block02 .inner_content .right {
          width: 50%;
          position: relative;
          top: 50px; } }
      @media screen and (min-width: 1080px) {
        .motion_block02 .inner_content .right {
          top: 100px; } }
      .motion_block02 .inner_content .right p {
        font-size: 1rem;
        line-height: 2;
        font-weight: 500; }
        @media screen and (min-width: 768px) {
          .motion_block02 .inner_content .right p {
            font-size: 1.25rem; } }
        @media screen and (min-width: 1080px) {
          .motion_block02 .inner_content .right p {
            font-size: 1.325rem; } }

.motion_block03 section {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .motion_block03 section .title_type04::before {
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: #BF141B;
    transition: all .2s; }
    @media screen and (min-width: 768px) {
      .motion_block03 section .title_type04::before {
        width: 25px;
        height: 2px;
        right: 20px; } }
  .motion_block03 section .title_type04::after {
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: #BF141B;
    transition: all .2s;
    transform: rotate(90deg); }
    @media screen and (min-width: 768px) {
      .motion_block03 section .title_type04::after {
        width: 25px;
        height: 2px;
        right: 20px; } }
  .motion_block03 section .title_type04.open::after {
    content: "";
    transition: all .2s;
    transform: rotate(0deg); }
  .motion_block03 section .inner_block {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0; }
  .motion_block03 section .inner_block.open {
    max-height: 2000px;
    opacity: 1;
    margin: 40px 0; }
  .motion_block03 section .inner_block h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .motion_block03 section .inner_block h3 {
        font-size: 1.5rem;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1140px) {
      .motion_block03 section .inner_block h3 {
        text-align: center; } }
    @media screen and (max-width: 1259px) {
      .motion_block03 section .inner_block h3.type01 {
        text-align: left; } }
    @media screen and (min-width: 768px) {
      .motion_block03 section .inner_block h3.type01 br {
        display: none; } }
    @media screen and (min-width: 1260px) {
      .motion_block03 section .inner_block h3.type01 br {
        display: block; } }
  .motion_block03 section .inner_block .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .motion_block03 section .inner_block .inner_wrap {
        flex-direction: row;
        align-items: flex-start; } }
  .motion_block03 section .inner_block .left {
    width: 70%;
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .motion_block03 section .inner_block .left {
        width: 40%;
        margin-bottom: 0; } }
    .motion_block03 section .inner_block .left picture {
      margin-bottom: 10px; }
      .motion_block03 section .inner_block .left picture img {
        width: 100%;
        height: auto; }
    .motion_block03 section .inner_block .left p {
      font-size: .8125rem; }
      @media screen and (min-width: 768px) {
        .motion_block03 section .inner_block .left p {
          font-size: .875rem; } }
  .motion_block03 section .inner_block .right {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .motion_block03 section .inner_block .right {
        width: 55%; } }
    .motion_block03 section .inner_block .right p {
      margin-bottom: 15px;
      background: #f3f3f3;
      padding: 4px 15px;
      box-sizing: border-box;
      font-weight: 500; }
    .motion_block03 section .inner_block .right .inner_list {
      margin-bottom: 30px; }
      .motion_block03 section .inner_block .right .inner_list ul li {
        margin-bottom: 5px;
        padding-left: 1rem;
        text-indent: -1rem;
        box-sizing: border-box;
        position: relative; }
        .motion_block03 section .inner_block .right .inner_list ul li::before {
          content: "・"; }
    .motion_block03 section .inner_block .right dl {
      display: flex;
      justify-content: space-between;
      border-right: solid 1px #ddd;
      border-left: solid 1px #ddd;
      box-sizing: border-box;
      font-size: .875rem; }
      @media screen and (min-width: 768px) {
        .motion_block03 section .inner_block .right dl {
          font-size: 1rem; } }
      .motion_block03 section .inner_block .right dl:first-of-type {
        border-top: solid 1px #ddd; }
      .motion_block03 section .inner_block .right dl dt {
        padding: 10px;
        background: #f3f3f3;
        box-sizing: border-box;
        width: 30%;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd; }
        @media screen and (min-width: 768px) {
          .motion_block03 section .inner_block .right dl dt {
            width: 28%;
            padding: 12px; } }
      .motion_block03 section .inner_block .right dl dd {
        padding: 10px;
        box-sizing: border-box;
        width: 70%;
        border-bottom: solid 1px #ddd; }
        @media screen and (min-width: 768px) {
          .motion_block03 section .inner_block .right dl dd {
            width: 72%;
            padding: 12px; } }
    .motion_block03 section .inner_block .right .link_type01 {
      margin-top: 25px; }
      @media screen and (min-width: 768px) {
        .motion_block03 section .inner_block .right .link_type01 {
          margin-top: 40px; } }

.motion_block04 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .motion_block04 {
      margin-bottom: 80px; } }
  .motion_block04 h3 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .motion_block04 h3 {
        font-size: 1.5rem; } }
  .motion_block04 .inner_list {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .motion_block04 .inner_list {
        margin-bottom: 40px; } }
    .motion_block04 .inner_list ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 768px) {
        .motion_block04 .inner_list ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 1080px) {
        .motion_block04 .inner_list ul {
          grid-template-columns: repeat(4, 1fr); } }
      .motion_block04 .inner_list ul li {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .motion_block04 .inner_list ul li h4 {
          text-align: center;
          font-size: 1.125rem;
          font-weight: 600;
          margin-bottom: 20px; }
          @media screen and (min-width: 768px) {
            .motion_block04 .inner_list ul li h4 {
              font-size: 1.25rem;
              margin-bottom: 30px; } }
        .motion_block04 .inner_list ul li p {
          text-align: center; }
        .motion_block04 .inner_list ul li picture img {
          width: 100%;
          height: auto; }
  .motion_block04 .inner_list02 > p {
    text-align: center;
    margin-bottom: 25px; }
  .motion_block04 .inner_list02 ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    @media screen and (min-width: 1080px) {
      .motion_block04 .inner_list02 ul {
        grid-template-columns: repeat(3, 1fr); } }
    .motion_block04 .inner_list02 ul li {
      border: solid 2px #BF141B;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start; }
      .motion_block04 .inner_list02 ul li b {
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #BF141B;
        color: #fff;
        font-size: 2rem; }
      .motion_block04 .inner_list02 ul li p {
        padding: 15px 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.125rem;
        font-weight: 600; }
        @media screen and (min-width: 768px) {
          .motion_block04 .inner_list02 ul li p {
            font-size: 1.25rem; } }

.merchatronicsdrivers_block04 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .merchatronicsdrivers_block04 {
      margin-bottom: 80px; } }
  .merchatronicsdrivers_block04 h3 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 h3 {
        font-size: 1.5rem; } }
  .merchatronicsdrivers_block04 .inner_list {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 .inner_list {
        margin-bottom: 40px; } }
    .merchatronicsdrivers_block04 .inner_list ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 768px) {
        .merchatronicsdrivers_block04 .inner_list ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 1080px) {
        .merchatronicsdrivers_block04 .inner_list ul {
          grid-template-columns: repeat(4, 1fr); } }
      .merchatronicsdrivers_block04 .inner_list ul li {
        border: solid 3px #BF141B;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .merchatronicsdrivers_block04 .inner_list ul li h4 {
          text-align: center;
          color: #BF141B;
          font-size: 1.125rem;
          font-weight: 600;
          height: 80px;
          padding: 0 15px;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (min-width: 768px) {
            .merchatronicsdrivers_block04 .inner_list ul li h4 {
              font-size: 1.25rem;
              height: 100px; } }
        .merchatronicsdrivers_block04 .inner_list ul li p {
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: #BF141B;
          color: #fff;
          width: 100%;
          height: 80px; }
          @media screen and (min-width: 768px) {
            .merchatronicsdrivers_block04 .inner_list ul li p {
              height: 100px; } }
  .merchatronicsdrivers_block04 .inner_list02 > p {
    text-align: center;
    margin-bottom: 25px; }
  .merchatronicsdrivers_block04 .inner_list02 ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    @media screen and (min-width: 1080px) {
      .merchatronicsdrivers_block04 .inner_list02 ul {
        grid-template-columns: repeat(3, 1fr); } }
    .merchatronicsdrivers_block04 .inner_list02 ul li {
      background: #f3f3f3;
      border: solid 3px #000;
      box-sizing: border-box;
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .merchatronicsdrivers_block04 .inner_list02 ul li p {
        text-align: center;
        font-size: 1.125rem;
        font-weight: 600; }
        @media screen and (min-width: 768px) {
          .merchatronicsdrivers_block04 .inner_list02 ul li p {
            font-size: 1.25rem; } }

.light {
  font-weight: 400 !important; }

.merchatronicsdrivers_link {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .merchatronicsdrivers_link {
      margin-bottom: 80px; } }
  .merchatronicsdrivers_link ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_link ul {
        flex-direction: row; } }
    .merchatronicsdrivers_link ul li {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .merchatronicsdrivers_link ul li {
          width: 48%;
          margin-bottom: 0; } }
      .merchatronicsdrivers_link ul li a, .merchatronicsdrivers_link ul li span {
        background: #f3f3f3;
        padding: 10px 25px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-size: 1.25rem;
        font-weight: 700;
        border: solid 1px #ddd;
        cursor: pointer;
        color: #BF141B;
        position: relative; }
        .merchatronicsdrivers_link ul li a::after, .merchatronicsdrivers_link ul li span::after {
          content: "▼";
          font-size: .875rem;
          position: absolute;
          right: 14px;
          top: 0;
          bottom: 0;
          margin: auto;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
        .merchatronicsdrivers_link ul li a b, .merchatronicsdrivers_link ul li span b {
          font-size: 1rem;
          font-weight: 400;
          display: block;
          position: relative;
          color: #000; }
          .merchatronicsdrivers_link ul li a b::before, .merchatronicsdrivers_link ul li span b::before {
            content: "―　";
            position: relative;
            top: -2px; }
          .merchatronicsdrivers_link ul li a b::after, .merchatronicsdrivers_link ul li span b::after {
            content: "　―";
            position: relative;
            top: -2px; }

.merchatronicsdrivers_block01 {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .merchatronicsdrivers_block01 {
      margin-bottom: 40px; } }
  .merchatronicsdrivers_block01 h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block01 h3 {
        font-size: 1.325rem;
        margin-bottom: 25px; } }
    @media screen and (min-width: 900px) {
      .merchatronicsdrivers_block01 h3 {
        font-size: 1.75rem; } }
  .merchatronicsdrivers_block01 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block01 .inner_content {
        flex-direction: row;
        align-items: center; } }
    .merchatronicsdrivers_block01 .inner_content .left {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .merchatronicsdrivers_block01 .inner_content .left {
          width: 45%;
          margin-bottom: 0; } }
      .merchatronicsdrivers_block01 .inner_content .left picture img {
        width: 100%;
        height: auto; }
      .merchatronicsdrivers_block01 .inner_content .left p {
        text-align: center;
        font-size: .8125rem;
        margin-top: 10px; }
    .merchatronicsdrivers_block01 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .merchatronicsdrivers_block01 .inner_content .right {
          width: 50%;
          position: relative; } }
      .merchatronicsdrivers_block01 .inner_content .right p {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 20px;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) {
          .merchatronicsdrivers_block01 .inner_content .right p {
            font-size: 1.125rem; } }
        @media screen and (min-width: 1080px) {
          .merchatronicsdrivers_block01 .inner_content .right p {
            font-size: 1.25rem; } }
        .merchatronicsdrivers_block01 .inner_content .right p b {
          background: #f3f3f3;
          padding: 2px 12px;
          box-sizing: border-box;
          display: block;
          margin-bottom: 8px;
          font-size: 1rem; }
      .merchatronicsdrivers_block01 .inner_content .right .link_type01 {
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .merchatronicsdrivers_block01 .inner_content .right .link_type01 {
            margin-top: 40px; } }

.merchatronicsdrivers_block02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .merchatronicsdrivers_block02 {
      margin-bottom: 80px; } }
  .merchatronicsdrivers_block02 section {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .merchatronicsdrivers_block02 section ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        .merchatronicsdrivers_block02 section ul {
          grid-template-columns: repeat(3, 1fr);
          grid-template-rows: 1fr;
          grid-column-gap: 40px; } }
      .merchatronicsdrivers_block02 section ul li {
        background: #f3f3f3; }
        @media screen and (max-width: 768px) {
          .merchatronicsdrivers_block02 section ul li {
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        .merchatronicsdrivers_block02 section ul li h3 {
          text-align: center;
          background: #fff;
          font-weight: 500;
          font-size: 1.25rem;
          padding-bottom: 35px;
          padding-top: 20px;
          position: relative; }
          @media screen and (min-width: 768px) {
            .merchatronicsdrivers_block02 section ul li h3 {
              font-size: 1.25rem;
              padding-bottom: 40px; } }
          @media screen and (min-width: 900px) {
            .merchatronicsdrivers_block02 section ul li h3 {
              font-size: 1.5rem; } }
          .merchatronicsdrivers_block02 section ul li h3::after {
            content: "";
            background: #BF141B;
            width: 50px;
            height: 2px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 25px;
            margin: auto; }
        .merchatronicsdrivers_block02 section ul li p {
          font-weight: 500;
          font-size: 1rem;
          margin-bottom: 15px;
          background: #f3f3f3;
          padding: 15px;
          box-sizing: border-box; }
          @media screen and (min-width: 768px) {
            .merchatronicsdrivers_block02 section ul li p {
              font-size: 1.125rem;
              min-height: 160px; } }
        .merchatronicsdrivers_block02 section ul li img {
          width: 100%;
          height: auto; }

.merchatronicsdrivers_block03 section {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .merchatronicsdrivers_block03 section .title_type04::before {
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: #BF141B;
    transition: all .2s; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .title_type04::before {
        width: 25px;
        height: 2px;
        right: 20px; } }
  .merchatronicsdrivers_block03 section .title_type04::after {
    content: "";
    width: 20px;
    height: 2px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: #BF141B;
    transition: all .2s;
    transform: rotate(90deg); }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .title_type04::after {
        width: 25px;
        height: 2px;
        right: 20px; } }
  .merchatronicsdrivers_block03 section .title_type04.open::after {
    content: "";
    transition: all .2s;
    transform: rotate(0deg); }
  .merchatronicsdrivers_block03 section .inner_block {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0; }
  .merchatronicsdrivers_block03 section .inner_block.open {
    max-height: 2000px;
    opacity: 1;
    margin: 40px 0; }
  .merchatronicsdrivers_block03 section .inner_block h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .inner_block h3 {
        font-size: 1.5rem;
        margin-bottom: 30px;
        text-align: center; } }
  .merchatronicsdrivers_block03 section .inner_block .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .inner_block .inner_wrap {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 40px; } }
  .merchatronicsdrivers_block03 section .inner_block h4 {
    font-weight: 500;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .merchatronicsdrivers_block03 section .inner_block p {
      text-align: center; } }
  .merchatronicsdrivers_block03 section .inner_block .tl {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: 500; }
  .merchatronicsdrivers_block03 section .inner_block .border {
    padding: 20px;
    border: solid 2px #000;
    margin-bottom: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .inner_block .border {
        padding: 20px 30px; } }
  .merchatronicsdrivers_block03 section .inner_block picture {
    margin: 10px 0; }
    .merchatronicsdrivers_block03 section .inner_block picture img {
      width: 100%;
      height: auto; }
  .merchatronicsdrivers_block03 section .inner_block p {
    font-size: .8125rem; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .inner_block p {
        font-size: .875rem; } }
  .merchatronicsdrivers_block03 section .inner_block .left {
    width: 70%;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .inner_block .left {
        width: 48%;
        margin-bottom: 0; } }
  .merchatronicsdrivers_block03 section .inner_block .right {
    width: 70%; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block03 section .inner_block .right {
        width: 48%; } }

.merchatronicsdrivers_block04 section {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .merchatronicsdrivers_block04 section .inner_block {
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    margin: 40px 0; }
  .merchatronicsdrivers_block04 section .inner_block h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 section .inner_block h3 {
        font-size: 1.5rem;
        margin-bottom: 30px;
        text-align: center; } }
  .merchatronicsdrivers_block04 section .inner_block .inner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 section .inner_block .inner_wrap {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 40px; } }
  .merchatronicsdrivers_block04 section .inner_block h4 {
    font-weight: 500;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .merchatronicsdrivers_block04 section .inner_block p {
      text-align: center; } }
  .merchatronicsdrivers_block04 section .inner_block .tl {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: 500; }
  .merchatronicsdrivers_block04 section .inner_block .border {
    padding: 20px;
    border: solid 2px #000;
    margin-bottom: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 section .inner_block .border {
        padding: 20px 30px; } }
  .merchatronicsdrivers_block04 section .inner_block picture {
    margin: 10px 0; }
    .merchatronicsdrivers_block04 section .inner_block picture img {
      width: 100%;
      height: auto; }
  .merchatronicsdrivers_block04 section .inner_block p {
    font-size: .8125rem; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 section .inner_block p {
        font-size: .875rem; } }
  .merchatronicsdrivers_block04 section .inner_block .left {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 section .inner_block .left {
        width: 48%;
        margin-bottom: 0; } }
  .merchatronicsdrivers_block04 section .inner_block .right {
    width: 100%;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .merchatronicsdrivers_block04 section .inner_block .right {
        width: 48%; } }

.message_block01 {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .message_block01 {
      margin-bottom: 60px; } }
  .message_block01 h3 {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .message_block01 h3 {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 30px; } }
  .message_block01 p {
    text-align: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .message_block01 p {
        text-align: center;
        margin-bottom: 30px; } }
  .message_block01 .ceo {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .message_block01 .ceo p {
      text-align: right;
      margin-bottom: 0; }
    .message_block01 .ceo small {
      font-size: .875rem; }
    .message_block01 .ceo span {
      font-weight: 500;
      display: block; }

.message_block02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .message_block02 {
      margin-bottom: 80px; } }
  .message_block02 section > h3 {
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .message_block02 section > h3 {
        font-size: 1.75rem;
        text-align: center;
        margin-bottom: 30px; } }

.message_block03 {
  position: relative; }
  .message_block03 picture {
    position: relative; }
    .message_block03 picture img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: right;
      min-height: 180px; }
  .message_block03 p {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    text-shadow: 0 0 4px white;
    font-weight: 500;
    font-size: min(4vw, 1.25rem); }
    @media screen and (min-width: 500px) {
      .message_block03 p {
        text-shadow: 0 0 6px white;
        font-size: 1.25rem; } }
    @media screen and (min-width: 768px) {
      .message_block03 p {
        font-size: 1.75rem;
        left: 40px; } }

.recruit_block01 {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .recruit_block01 {
      margin-bottom: 20px; } }
  .recruit_block01 section > p {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .recruit_block01 section > p {
        font-size: 1.325rem;
        margin-bottom: 25px; } }
    @media screen and (min-width: 900px) {
      .recruit_block01 section > p {
        font-size: 1.75rem; } }
  .recruit_block01 picture {
    max-width: 500px; }
    .recruit_block01 picture img {
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .recruit_block01 .inner_content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .recruit_block01 .inner_content .bottom {
      position: relative; }
      .recruit_block01 .inner_content .bottom::before {
        content: "";
        background: #BF141B;
        width: 300px;
        height: 2px;
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: auto; }
  .recruit_block01 h3 {
    text-align: center;
    z-index: 2;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_block01 h3 {
        font-size: 1.5rem;
        margin-bottom: 30px; } }
  .recruit_block01 p {
    line-height: 2;
    font-weight: 500;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .recruit_block01 p {
        text-align: center; } }

.recruit_block02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .recruit_block02 {
      margin-bottom: 80px; } }
  .recruit_block02 section {
    width: 100%; }
  .recruit_block02 .title_type03 + p {
    font-size: 1.125rem;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .recruit_block02 .title_type03 + p {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1080px) {
      .recruit_block02 .title_type03 + p {
        font-size: 2rem; } }
  .recruit_block02 h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 25px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .recruit_block02 h3 {
        font-size: 1.5rem;
        margin-bottom: 40px; } }
    @media screen and (min-width: 900px) {
      .recruit_block02 h3 {
        font-size: 2rem; } }
    .recruit_block02 h3::after {
      background: #BF141B;
      width: 60px;
      height: 2px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: -20px;
      margin: auto;
      content: "";
      transition: all .2s; }
  .recruit_block02 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 1px #f0f0f0; }
    @media screen and (min-width: 768px) {
      .recruit_block02 .inner_content {
        flex-direction: row;
        padding-bottom: 50px;
        margin-bottom: 50px; } }
    @media screen and (min-width: 768px) {
      .recruit_block02 .inner_content.reverse {
        flex-direction: row-reverse; } }
    .recruit_block02 .inner_content .right {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .recruit_block02 .inner_content .right {
          width: 48%;
          position: relative; } }
      .recruit_block02 .inner_content .right p {
        font-size: 1rem;
        line-height: 2;
        font-weight: 500;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .recruit_block02 .inner_content .right p {
            font-size: 1.125rem; } }
        @media screen and (min-width: 1080px) {
          .recruit_block02 .inner_content .right p {
            font-size: 1.25rem; } }
    .recruit_block02 .inner_content .left {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .recruit_block02 .inner_content .left {
          width: 48%; } }
      .recruit_block02 .inner_content .left picture {
        width: 100%; }
        .recruit_block02 .inner_content .left picture img {
          width: 100%;
          height: auto; }

.recruit_block03 .inner_contents + .link_type01 {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .recruit_block03 .inner_contents + .link_type01 {
      margin-bottom: 100px; } }
.recruit_block03 .inner_contents h3 {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 768px) {
    .recruit_block03 .inner_contents h3 {
      font-size: 1.5rem;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1080px) {
    .recruit_block03 .inner_contents h3 {
      font-size: 2rem; } }
  .recruit_block03 .inner_contents h3::after {
    background: #BF141B;
    width: 60px;
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
    content: "";
    transition: all .2s; }
.recruit_block03 .inner_contents p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .recruit_block03 .inner_contents p {
      font-size: 1.125rem;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1080px) {
    .recruit_block03 .inner_contents p {
      font-size: 1.25rem; } }

.hr {
  background: #ddd;
  width: 100%;
  height: 1px;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .hr {
      margin-bottom: 80px; } }

.mail_title_block {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .mail_title_block {
      margin-bottom: 100px; } }
  .mail_title_block h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 25px; }
    @media screen and (min-width: 480px) {
      .mail_title_block h2 {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .mail_title_block h2 {
        font-size: 2rem;
        margin-bottom: 40px; } }
  .mail_title_block section > p {
    margin-bottom: 40px;
    line-height: 2.5; }
    @media screen and (min-width: 480px) {
      .mail_title_block section > p {
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .mail_title_block section > p {
        margin-bottom: 60px; } }
  .mail_title_block .inner_list02 {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .mail_title_block .inner_list02 {
        margin-bottom: 80px; } }
    .mail_title_block .inner_list02 ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px; }
      @media screen and (min-width: 1080px) {
        .mail_title_block .inner_list02 ul {
          grid-template-columns: repeat(2, 1fr); } }
      .mail_title_block .inner_list02 ul li {
        border: solid 3px #BF141B;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .mail_title_block .inner_list02 ul li h3 {
          font-size: 1.125rem;
          font-weight: 700;
          width: 100%;
          box-sizing: border-box;
          padding: 15px;
          color: #BF141B;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (min-width: 480px) {
            .mail_title_block .inner_list02 ul li h3 {
              text-align: center; } }
          @media screen and (min-width: 768px) {
            .mail_title_block .inner_list02 ul li h3 {
              font-size: 1.5rem; } }
        .mail_title_block .inner_list02 ul li p {
          width: 100%;
          background: #BF141B;
          color: #fff;
          box-sizing: border-box;
          padding: 15px;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          font-size: 1rem; }
          @media screen and (min-width: 768px) {
            .mail_title_block .inner_list02 ul li p {
              font-size: 1.25rem; } }

.downloads {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .downloads .downloads__title-text {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .downloads .downloads__title-text {
        width: calc(100% - 30px); } }
    @media screen and (min-width: 768px) {
      .downloads .downloads__title-text {
        text-align: center;
        font-size: 1.325rem;
        margin-bottom: 60px; } }
    .downloads .downloads__title-text br {
      display: none; }
      @media screen and (min-width: 768px) {
        .downloads .downloads__title-text br {
          display: block; } }
  .downloads .downloads__menu {
    box-sizing: border-box;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .downloads .downloads__menu {
        margin-bottom: 60px; } }
    .downloads .downloads__menu .downloads__menu-title {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .downloads .downloads__menu .downloads__menu-title {
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; } }
      .downloads .downloads__menu .downloads__menu-title h2 {
        position: relative;
        padding: 0 20px;
        line-height: 1.3;
        font-size: 1.5rem;
        font-weight: 700;
        border-left: solid 6px #BF141B; }
        @media screen and (min-width: 768px) {
          .downloads .downloads__menu .downloads__menu-title h2 {
            padding: 0 40px 0 20px;
            font-size: 2rem; } }
      .downloads .downloads__menu .downloads__menu-title p {
        font-weight: 500; }
    .downloads .downloads__menu .downloads__menu-title--sub {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .downloads .downloads__menu .downloads__menu-title--sub {
          flex-direction: row;
          justify-content: flex-start;
          margin-bottom: 30px; } }
      .downloads .downloads__menu .downloads__menu-title--sub p {
        color: #2377BD;
        font-family: "Roboto", sans-serif;
        font-size: 1.25rem;
        font-weight: 900;
        font-style: italic;
        line-height: 1;
        margin-right: 30px; }
        @media screen and (min-width: 768px) {
          .downloads .downloads__menu .downloads__menu-title--sub p {
            font-size: 2rem; } }
      .downloads .downloads__menu .downloads__menu-title--sub small {
        font-size: 1rem;
        color: #777777; }
    .downloads .downloads__menu .downloads__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 15px;
      grid-row-gap: 20px;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .downloads .downloads__menu .downloads__list {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 30px;
          grid-row-gap: 30px;
          margin-bottom: 60px; } }
      .downloads .downloads__menu .downloads__list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative; }
        .downloads .downloads__menu .downloads__list li a::after {
          background: url("../images/top/arrow02.svg") no-repeat;
          background-size: contain;
          width: 24px;
          height: 24px;
          position: absolute;
          right: 0;
          top: 46px;
          margin: auto;
          content: "";
          transition: all .2s; }
          @media screen and (min-width: 768px) {
            .downloads .downloads__menu .downloads__list li a::after {
              width: 36px;
              height: 36px; } }
        .downloads .downloads__menu .downloads__list li a picture {
          display: flex;
          justify-content: center;
          align-items: flex-start;
          margin-bottom: 10px; }
          @media screen and (min-width: 768px) {
            .downloads .downloads__menu .downloads__list li a picture {
              margin-bottom: 15px; } }
          .downloads .downloads__menu .downloads__list li a picture img {
            width: 80%;
            height: auto; }
        .downloads .downloads__menu .downloads__list li a p {
          font-size: .875rem;
          font-weight: 500;
          text-align: center; }
          @media screen and (min-width: 768px) {
            .downloads .downloads__menu .downloads__list li a p {
              font-size: 1.125rem; } }
  .downloads .downloads__contents {
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .downloads .downloads__contents {
        margin-bottom: 80px; } }
    .downloads .downloads__contents .downloads__contents-title {
      margin-bottom: 20px;
      position: relative;
      padding: 0 20px;
      line-height: 1.3;
      font-size: 1.5rem;
      font-weight: 700;
      border-left: solid 6px #BF141B; }
      @media screen and (min-width: 768px) {
        .downloads .downloads__contents .downloads__contents-title {
          padding: 0 20px;
          font-size: 2rem;
          margin-bottom: 30px; } }
    .downloads .downloads__contents .downloads__wrapper {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      @media screen and (min-width: 600px) {
        .downloads .downloads__contents .downloads__wrapper {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 1080px) {
        .downloads .downloads__contents .downloads__wrapper {
          grid-template-columns: repeat(3, 1fr); } }
      .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title {
        background: url("../images/downloads/list_bg.png") no-repeat #FAF5F5;
        background-size: cover;
        background-position: top;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 10px;
        box-sizing: border-box; }
        @media screen and (min-width: 1080px) {
          .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title {
            padding: 15px 10px; } }
        .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-text {
          position: relative;
          z-index: 2; }
          .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-text h3 {
            font-weight: 900;
            font-size: 1.25rem;
            margin-bottom: 5px; }
            @media screen and (min-width: 768px) {
              .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-text h3 {
                font-size: 1.325rem; } }
          .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-text p {
            font-size: .8125rem; }
            @media screen and (min-width: 768px) {
              .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-text p {
                font-size: .75rem; } }
        .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-img {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          bottom: -15px;
          right: 0; }
          .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-title .downloads__wrapper-img img {
            width: 120px;
            height: auto; }
      @media screen and (max-width: 1079px) {
        .downloads .downloads__contents .downloads__wrapper .downloads__wrapper-list.pc_only {
          display: none !important; } }
      .downloads .downloads__contents .downloads__wrapper .downloads__inner-list {
        background: #FAF5F5;
        padding: 20px 10px;
        box-sizing: border-box; }
        @media screen and (min-width: 600px) {
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list {
            min-height: 230px; } }
        @media screen and (min-width: 768px) {
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list {
            min-height: 270px; } }
        .downloads .downloads__contents .downloads__wrapper .downloads__inner-list .downloads__item a {
          background: #fff;
          margin-bottom: 10px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 4px;
          box-sizing: border-box;
          transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1); }
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list .downloads__item a:hover {
            background: #2377BD;
            color: #fff;
            transform: scale(1.03); }
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list .downloads__item a p {
            font-size: .75rem; }
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list .downloads__item a b {
            font-weight: 700; }
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list .downloads__item a figure {
            display: flex;
            justify-content: center;
            align-items: center; }
          .downloads .downloads__contents .downloads__wrapper .downloads__inner-list .downloads__item a img {
            margin-right: 8px;
            width: 20px;
            height: auto; }

.img100 {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 768px) {
    .img100 {
      width: auto;
      max-width: 600px; } }

.trigger_link li {
  cursor: pointer;
  transition: all .2s; }
  .trigger_link li:hover {
    opacity: .7;
    transition: all .2s; }
