@charset "UTF-8";

/*==================
mixin.scss
====================*/
/* $bp-pc: 769px;
$bp-sp: 768px;
 */
/* ↓タブレットを除くSP表示 */
/* position関連 */
/* flex関連 */
/* ホバー関連 */
/* 影 */
/* 疑似要素でアイコン付ける */
/* フォント(字間) */
/* 背景 */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*==================
base.scss
====================*/
body {
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  color: #252C41;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (min-width: 1200px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media only screen and (max-width: 1199px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*footer*/
.l-footer {
  background-color: #252C41;
  padding: 20px 15px;
  font-size: 10px;
  color: #71778A;
  text-align: center;
}

/*header*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.l-header__inner {
  height: 105px;
  background-color: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .l-header__inner {
    /* height: 80px;
    padding: 0 15px; */
    height: 0;
    padding: 0;
  }
}

.l-header__logo img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .l-header__logo {
    max-width: 375px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__logo {
    /* width: 100%;
    //text-align: center;

    img {
      height: 64px;
      width: auto;
    } */
    display: none;
  }
}

.l-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .l-header__btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .l-header__btn.none {
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.l-header__btn__comn {
  width: 48%;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 1200px) {
  .l-header__btn__comn {
    min-width: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__btn__comn {
    width: 49%;
    font-size: 1.1em;
  }
}

.l-header__btn__comn a {
  display: block;
  padding: 0.4em 15px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .l-header__btn__comn a {
    padding: 0.4em 10px;
  }
}

.l-header__btn__comn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-header__btn__comn a span {
  position: relative;
  z-index: 1;
}

.l-header__btn__comn a:hover {
  color: #FFEE51;
}

.l-header__btn__tel {
  background-color: #252C41;
  position: relative;
}

.l-header__btn__tel a {
  text-decoration: none;
}

.l-header__btn__tel a::before {
  background-color: #10172E;
}

.l-header__btn__tel a span {
  padding-left: 1.2em;
  padding-top: 3px;
}

.l-header__btn__tel a span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2231%22%20viewBox%3D%220%200%2022%2031%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207%22%20transform%3D%22translate(-3.79%20-1.394)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_26%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2026%22%20width%3D%2219%22%20height%3D%2228%22%20rx%3D%222%22%20transform%3D%22translate(5.29%202.894)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_5%22%20data-name%3D%22%E7%B7%9A%205%22%20x2%3D%220.014%22%20transform%3D%22translate(14.928%2024.64)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.l-header__btn__tel a:hover span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2231%22%20viewBox%3D%220%200%2022%2031%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_391%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20391%22%20transform%3D%22translate(-3.79%20-1.394)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_26%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2026%22%20width%3D%2219%22%20height%3D%2228%22%20rx%3D%222%22%20transform%3D%22translate(5.29%202.894)%22%20fill%3D%22none%22%20stroke%3D%22%23ffee51%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_5%22%20data-name%3D%22%E7%B7%9A%205%22%20x2%3D%220.014%22%20transform%3D%22translate(14.928%2024.64)%22%20fill%3D%22none%22%20stroke%3D%22%23ffee51%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.l-header__btn__cv {
  background-color: #F1404B;
}

@media only screen and (min-width: 1200px) {
  .l-header__btn__cv {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .l-header__btn__cv {
    margin-left: 10px;
  }
}

.l-header__btn__cv a::before {
  background-color: #D62934;
}

/*layout-main*/
.l-Container {
  /* footerをページのコンテンツ量にかかわらず常に最下部にする */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* ヘッダーの高さ調整 */
}

.l-Container footer {
  margin-top: auto;
}

@media only screen and (min-width: 1200px) {
  .l-Container {
    padding-top: 105px;
  }
}

.l-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  .l-2col__side {
    width: 27%;
  }

  .l-2col__main {
    width: 70%;
  }
}

@media only screen and (max-width: 1199px) {
  .l-2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-2col .l-2col__side {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .l-2col .l-2col__main {
    margin-top: 30px;
    width: 100%;
  }
}

.l-inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .l-inner--sp {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .l-inner {
    width: 100%;
    padding: 0 15px;
  }
}

.l-inner--wide {
  max-width: none;
}

.l-inner--small {
  max-width: 1000px;
}

.l-inner--pc {
  width: 100%;
  padding: 0;
}

.l-secCont {
  margin-bottom: 0;
}

.l-secCont+.l-secCont {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .l-secCont+.l-secCont {
    padding-top: 60px;
  }
}

/* #page-top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;

  a {
      display: flex;
      padding: 15px 15px;
      height: 100%;
      align-items: center;
      font-size: 28px;
      justify-content: center;
      color: #FFF;
      background: $subColor;
      border-radius: 999px;
      width: 60px;
      height: 60px;
      transition: all .3s;

      &:hover {
          opacity: .8;
      }
  }
} */
/* CVボタンエリア */
.c-cvBtnArea {
  text-align: center;
  background-image: url(../images/bg-cv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-cvBtnArea__inner {
  padding: 50px;
}

@media only screen and (max-width: 1199px) {
  .c-cvBtnArea__inner {
    padding: 15px;
  }
}

.c-cvBtnArea a {
  display: block;
}

.c-cvBtnArea a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* タイトル */
.c-ttl {
  line-height: 1.6;
  font-weight: bold;
}

.c-ttl--XL {
  font-size: 2.6em;
}

@media only screen and (max-width: 1199px) {
  .c-ttl--XL {
    font-size: 2em;
  }
}

.c-ttl--L {
  font-size: 2em;
}

@media only screen and (max-width: 1199px) {
  .c-ttl--L {
    font-size: 1.8em;
  }
}

.c-ttl--M {
  font-size: 1.6em;
}

@media only screen and (max-width: 1199px) {
  .c-ttl--M {
    font-size: 1.3em;
  }
}

.c-ttl--S {
  font-size: 1.2em;
}

@media only screen and (min-width: 1200px) {
  .c-ttl--XL--pc {
    font-size: 2.6em;
  }

  .c-ttl--L--pc {
    font-size: 2em;
  }

  .c-ttl--M--pc {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 1199px) {
  .c-ttl--XL--sp {
    font-size: 2em;
  }

  .c-ttl--L--sp {
    font-size: 1.8em;
  }

  .c-ttl--M--sp {
    font-size: 1.3em;
  }
}

.c-ttl01 {
  position: relative;
  padding-left: 18px;
}

.c-ttl01::before {
  content: "";
  display: inline-block;
  background-color: #E4E7EF;
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
}

.c-ttl01--red::before {
  background-color: #F1404B;
}

.c-ttl01--nv::before {
  background-color: #252C41;
}

.c-ttl01--small {
  padding-left: 15px;
}

.c-ttl01--small::before {
  width: 4px;
}

.c-ttl02 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.c-ttl02__en {
  display: block;
  letter-spacing: 0.15em;
  font-size: 13px;
}

.c-ttl02::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #252C41;
  position: absolute;
  display: inline-block;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-radius: 15px;
}

.c-ttl02--red {
  color: #F1404B;
}

.c-ttl02--red::before {
  background-color: #F1404B;
}

.c-ttl03 {
  font-weight: 500;
  position: relative;
  padding-left: 1.5em;
}

.c-ttl03::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%225%22%20viewBox%3D%220%200%2013%205%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_79%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2079%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23f1404b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_80%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2080%22%20width%3D%225%22%20height%3D%225%22%20transform%3D%22translate(8)%22%20fill%3D%22%23252c41%22%2F%3E%3C%2Fsvg%3E");
  width: 0.9em;
  height: 1em;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0.35em;
}

.c-ttl04 {
  display: block;
  background-color: #E4E7EF;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 1em 0.4em 1em;
}

.c-ttlSec__en {
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 2.8em;
  position: relative;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.c-ttlSec__en::before,
.c-ttlSec__en::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
}

.c-ttlSec__en::before {
  background-color: #252C41;
  width: 1.6em;
}

.c-ttlSec__en::after {
  width: 0.8em;
  background-color: #F1404B;
}

.c-ttlSec__jp {
  font-weight: 500;
  font-size: 1.1em;
}

/* BOXスタイル */
.c-boxDot {
  position: relative;
  z-index: 1;
}

.c-boxDot::before,
.c-boxDot::after {
  content: "";
  background-image: radial-gradient(#252C41 20%, transparent 20%), radial-gradient(#252C41 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 10px 10px;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: -1;
}

.c-boxDot::after {
  display: none;
}

.c-boxDot--bigdot::before,
.c-boxDot--bigdot::after {
  width: 130px;
  height: 130px;
}

.c-boxDot--smalldot::before,
.c-boxDot--smalldot::after {
  width: 60px;
  height: 60px;
}

.c-boxDot--red::before,
.c-boxDot--red::after {
  background-image: radial-gradient(#F1404B 20%, transparent 20%), radial-gradient(#F1404B 20%, transparent 20%);
}

.c-boxDot--rtb {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.c-boxDot--rtb.c-boxDot::before {
  top: 0;
  right: 0;
}

.c-boxDot--rtb.c-boxDot::after {
  display: block;
  bottom: 0;
  right: 0;
}

.c-boxDot--rt {
  padding-top: 20px;
  padding-right: 20px;
}

.c-boxDot--rt.c-boxDot::before {
  top: 0;
  right: 0;
}

.c-boxDot--rb {
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-boxDot--rb.c-boxDot::before {
  bottom: 0;
  right: 0;
}

.c-boxDot--ltb {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.c-boxDot--ltb.c-boxDot::before {
  top: 0;
  left: 0;
}

.c-boxDot--ltb.c-boxDot::after {
  display: block;
  bottom: 0;
  left: 0;
}

.c-boxDot--lt {
  padding-top: 20px;
  padding-left: 20px;
}

.c-boxDot--lt.c-boxDot::before {
  top: 0;
  left: 0;
}

.c-boxDot--lb {
  padding-bottom: 20px;
  padding-left: 20px;
}

.c-boxDot--lb.c-boxDot::before {
  bottom: 0;
  left: 0;
}

.c-boxDot--rtlb {
  padding: 20px;
}

.c-boxDot--rtlb.c-boxDot::before {
  top: 0;
  right: 0;
}

.c-boxDot--rtlb.c-boxDot::after {
  display: block;
  bottom: 0;
  left: 0;
}

.c-boxDot__box {
  padding: 30px;
  position: inherit;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .c-boxDot__box {
    padding: 30px 15px;
  }
}

.c-boxDot__box--nv {
  background-color: #252C41;
  color: #fff;
}

.c-boxDot__box--red {
  background-color: #F1404B;
  color: #fff;
}

.c-boxDot__box--bl {
  background-color: #F4F5F9;
}

.c-boxDot__box--red02 {
  background-color: #FFEFF0;
}

.c-boxDot__box--white {
  background-color: #fff;
}

.c-boxDot__box--big {
  padding: 50px;
}

@media only screen and (max-width: 1199px) {
  .c-boxDot__box--big {
    padding: 30px 15px;
  }
}

.c-boxDot__box--mid {
  padding: 50px 30px;
}

@media only screen and (max-width: 1199px) {
  .c-boxDot__box--mid {
    padding: 30px 15px;
  }
}

/* リスト_インライン */
.c-list-inline li {
  display: inline;
  margin-left: 1em;
  margin-bottom: 5px;
}

.c-list-inline li:first-of-type {
  margin-left: 0;
}

.c-list-inline--pc li {
  display: inline;
  margin-left: 1em;
  margin-bottom: 5px;
}

.c-list-inline--pc li:first-of-type {
  margin-left: 0;
}

/* リスト_フレックス */
@media only screen and (min-width: 1200px) {
  .c-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-list-flex li {
    margin-bottom: 5px;
    margin-right: 3%;
  }

  .c-list-flex--item2 li {
    width: 47%;
  }

  .c-list-flex--item3 li {
    width: 30%;
  }

  .c-list-flex--item4 li {
    width: 22%;
  }

  .c-list-flex--item5 li {
    width: 17%;
  }
}

@media only screen and (max-width: 1199px) {
  .c-list-flex--item2--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-list-flex--item2--sp li {
    width: 47%;
  }

  .c-list-flex--item3--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 1em;
  }

  .c-list-flex--item3--sp li {
    width: 30%;
    margin-bottom: 5px;
    margin-right: 3%;
  }
}

/* リストスタイル */
.c-liststyle {
  padding-left: 1.5em;
  /* アルファベット小文字 */
  /* アルファベット大文字 */
  /* 数字 */
  /* 丸 */
}

.c-liststyle li {
  margin-bottom: 5px;
}

.c-liststyle--abc li {
  list-style: lower-alpha;
}

.c-liststyle--ABC li {
  list-style: upper-alpha;
}

.c-liststyle--decimal li {
  list-style: decimal;
}

.c-liststyle--disc li {
  list-style: disc;
}

.c-list-checkbox li {
  position: relative;
}

.c-list-checkbox li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-checkbox%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.623%22%20height%3D%2250%22%20viewBox%3D%220%200%2056.623%2050%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_41%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2041%22%20fill%3D%22%23fff%22%20stroke%3D%22%23dddfe6%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%20%3Crect%20width%3D%2250%22%20height%3D%2250%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%2246%22%20height%3D%2246%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_472%22%20data-name%3D%22%E3%83%91%E3%82%B9%20472%22%20d%3D%22M40.031%2C35.492C28.492%2C41.9%2C16.81%2C60.139%2C16.81%2C60.139L6.269%2C48.172%2C0%2C54.155%2C15.242%2C73.1l5.556-.214C27.922%2C51.518%2C43.664%2C37.2%2C43.664%2C37.2Z%22%20transform%3D%22translate(12.959%20-35.492)%22%20fill%3D%22%23252c41%22%2F%3E%3C%2Fsvg%3E");
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.7em;
}

.c-list-checkbox--abso li {
  padding-left: 2.2em;
}

.c-list-checkbox--abso li::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  margin-right: 0;
}

.c-list-diamond li {
  position: relative;
  padding-left: 1.2em;
}

.c-list-diamond li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #F1404B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 背景 */
.c-bgGrid {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
}

.c-bgGrid.l-secCont {
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .c-bgGrid.l-secCont {
    padding: 60px 0;
  }
}

.c-bgDot {
  background-image: radial-gradient(#252C41 10%, transparent 10%), radial-gradient(#252C41 10%, transparent 10%);
  background-size: 10px 10px;
  background-position: 0 0, 30px 30px;
}

.c-bgDot.l-secCont {
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .c-bgDot.l-secCont {
    padding: 60px 0;
  }
}

.c-bgbl {
  background-color: #F4F5F9;
}

.c-bgbl.l-secCont {
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .c-bgbl.l-secCont {
    padding: 60px 0;
  }
}

/*----------------------------------------
Component flexbox
----------------------------------------*/
.c-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .c-flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-flexBox>.c-flexBox__spc:nth-child(2) {
    margin-top: 20px;
  }

  .c-flexBox>.c-flexBox__spc:nth-child(1) {
    margin-top: 0;
  }
}

.c-flexBox__spc {
  width: 100%;
}

.c-flexBox__spc--img {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .c-flexBox__spc--img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flexBox__spc--img:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio1-9>.c-flexBox__spc:nth-child(1) {
    width: 10%;
  }

  .c-flexBox--ratio1-9>.c-flexBox__spc:nth-child(2) {
    width: 88%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio2-8>.c-flexBox__spc:nth-child(1) {
    width: 18%;
  }

  .c-flexBox--ratio2-8>.c-flexBox__spc:nth-child(2) {
    width: 78%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio3-7>.c-flexBox__spc:nth-child(1) {
    width: 28%;
  }

  .c-flexBox--ratio3-7>.c-flexBox__spc:nth-child(2) {
    width: 68%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio4-6>.c-flexBox__spc:nth-child(1) {
    width: 38%;
  }

  .c-flexBox--ratio4-6>.c-flexBox__spc:nth-child(2) {
    width: 58%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--ratio5-5>.c-flexBox__spc:nth-child(1) {
    width: 48%;
  }

  .c-flexBox--ratio5-5>.c-flexBox__spc:nth-child(2) {
    width: 48%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flexBox--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-flexBox--rev>.c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }

  .c-flexBox--rev>.c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .c-flexBox--rev--pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .c-flexBox--rev--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-flexBox--rev--sp>.c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }

  .c-flexBox--rev--sp>.c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-col__item {
  position: relative;
}

.c-col__item figure img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .c-col__item {
    width: 100%;
    /* p {
        line-height: 1.5;
    } */
  }

  .c-col__item:nth-child(n+1) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-col--sp--item2>.c-col__item {
    width: 49%;
    margin-left: 2%;
  }

  .c-col--sp--item2>.c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }

  .c-col--sp--item2>.c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }

  .c-col--sp--item3>.c-col__item {
    width: 32%;
    margin-left: 2%;
  }

  .c-col--sp--item3>.c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .c-col--sp--item3>.c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-col>.c-col__item+.c-col__item {
    margin-left: 2%;
  }

  .c-col--item2>.c-col__item {
    width: 49%;
  }

  .c-col--item2>.c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }

  .c-col--item2>.c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }

  .c-col--item3>.c-col__item {
    width: 32%;
  }

  .c-col--item3>.c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .c-col--item3>.c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }

  .c-col--item4>.c-col__item {
    width: 23.5%;
  }

  .c-col--item4>.c-col__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .c-col--item4>.c-col__item:nth-child(n+5) {
    margin-top: 2%;
  }

  .c-col--item5>.c-col__item {
    width: 18.4%;
  }

  .c-col--item5>.c-col__item:nth-child(5n+1) {
    margin-left: 0;
  }

  .c-col--item5>.c-col__item:nth-child(n+6) {
    margin-top: 2%;
  }

  .c-col--item6>.c-col__item {
    width: 15%;
  }

  .c-col--item6>.c-col__item:nth-child(6n+1) {
    margin-left: 0;
  }

  .c-col--item6>.c-col__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

/*----------------------------------------
swiper
----------------------------------------*/
.c-swiperContainer {
  position: relative;
  overflow: hidden;
}

.c-swiperContainer.p-caption .swiper-slide {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-swiperContainer.p-caption .swiper-slide p {
  font-size: 14px;
  margin-top: 5px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*varA（横に3つ並び）*/
.c-swiperContainer--varA .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*varB（横に2つ並び）*/
.c-swiperContainer--varB .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*varC（左寄せ・2枚）*/
@media only screen and (min-width: 1200px) {
  .c-swiperContainer--varC {
    width: 76%;
    margin-right: auto;
  }
}

.c-swiperContainer--varC .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*swiper-pagination ページネーション*/
.swiper-pagination--square .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.swiper-pagination--square .swiper-pagination-bullet-active {
  background: #cbbe9e;
  opacity: 1;
}

/*swiper-button 矢印＋文字*/
.swiper-button-prev--arrow,
.swiper-button-next--arrow {
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: inline-block;
  z-index: 10;
  position: absolute;
  bottom: 0;
}

.swiper-button-prev--arrow {
  right: 50.5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23dfe1e1%3B%7D.cls-3%7Bfill%3A%23222426%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2256.5%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M60%2C4.5a55.5%2C55.5%2C0%2C0%2C1%2C0%2C111A55.7%2C55.7%2C0%2C0%2C1%2C4.5%2C60%2C55.6%2C55.6%2C0%2C0%2C1%2C60%2C4.5m0-2A57.5%2C57.5%2C0%2C1%2C0%2C117.5%2C60%2C57.4%2C57.4%2C0%2C0%2C0%2C60%2C2.5Z%22%2F%3E%3Cpolygon%20class%3D%22cls-3%22%20points%3D%2245.2%2049.4%2036%2058.6%2034.6%2060%2036%2061.4%2045.2%2070.6%2046.6%2069.2%2038.4%2061%2084%2061%2084%2059%2038.4%2059%2046.6%2050.8%2045.2%2049.4%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next--arrow {
  left: 50.5%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20120%20120%22%20style%3D%22enable-background%3Anew%200%200%20120%20120%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%20.st1%7Bfill%3A%23DFE1E1%3B%7D%20.st2%7Bfill%3A%23222426%3B%7D%20.st3%7Bfill%3Anone%3Bstroke%3A%23222426%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%20.st4%7Bfill%3Anone%3Bstroke%3A%23222426%3Bstroke-width%3A2%3Bstroke-linecap%3Asquare%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Ccircle%20class%3D%22st0%22%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2256.5%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M60%2C4.5c30.6%2C0%2C55.5%2C24.9%2C55.5%2C55.5S90.6%2C115.5%2C60%2C115.5S4.5%2C90.6%2C4.5%2C60S29.4%2C4.5%2C60%2C4.5%20M60%2C2.5%20C28.2%2C2.5%2C2.5%2C28.2%2C2.5%2C60s25.7%2C57.5%2C57.5%2C57.5s57.5-25.7%2C57.5-57.5S91.8%2C2.5%2C60%2C2.5L60%2C2.5z%22%2F%3E%3C%2Fg%3E%3Cpolygon%20class%3D%22st2%22%20points%3D%2274.8%2C70.6%2084%2C61.4%2085.4%2C60%2084%2C58.6%2074.8%2C49.4%2073.4%2C50.8%2081.6%2C59%2036%2C59%2036%2C61%2081.6%2C61%2073.4%2C69.2%20%22%2F%3E%3Cg%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M-115.8%2C1c32.5%2C0%2C59%2C26.5%2C59%2C59s-26.5%2C59-59%2C59s-59-26.5-59-59S-148.4%2C1-115.8%2C1%20M-115.8%2C0%20c-33.1%2C0-60%2C26.9-60%2C60s26.9%2C60%2C60%2C60s60-26.9%2C60-60S-82.7%2C0-115.8%2C0L-115.8%2C0z%22%2F%3E%3C%2Fg%3E%3Cline%20class%3D%22st3%22%20x1%3D%22-115.8%22%20y1%3D%2236%22%20x2%3D%22-115.8%22%20y2%3D%2284%22%2F%3E%3Cg%3E%20%3Cline%20class%3D%22st4%22%20x1%3D%22-115.8%22%20y1%3D%2236%22%20x2%3D%22-125%22%20y2%3D%2245.2%22%2F%3E%20%3Cline%20class%3D%22st4%22%20x1%3D%22-115.8%22%20y1%3D%2236%22%20x2%3D%22-106.7%22%20y2%3D%2245.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* swipe-buttonを下に出す */
.c-swiperContainer.swiper-button--under {
  padding-bottom: 80px;
}

.p-flexColor .c-flexBox+.c-flexBox {
  margin-top: 50px;
}

.p-flexColor .c-flexBox__spc {
  background-color: #ddd;
}

.p-colColor .c-col__item {
  background-color: #ddf;
}

/*----------------------------------------
.p-topSec
----------------------------------------*/
.p-topSec .p-fv__pctb {
  width: 100%;
  height: 100%;
}

.p-topSec .p-fv__pctb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

@media only screen and (max-width: 1199px) {
  .p-topSec .p-fv__pctb {
    display: none;
  }
}

.p-topSec .p-fv__sp {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .p-topSec .p-fv__sp {
    display: block;
  }

  .p-fv__sp img {
    width: 100%;
  }
}

/*----------------------------------------
.p-introSec
----------------------------------------*/
.p-introSec {
  position: relative;
}

.p-introSec .p-introList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.p-introSec .p-introList ul li {
  font-size: 1.5em;
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
  .p-introSec .p-introList ul li {
    font-size: 1.15em;
    margin-top: 15px;
  }
}

.p-introSec .p-introList ul li span {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 2px;
  margin: 0 2px;
}

.p-introSec .p-arrow {
  text-align: center;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -40px;
}

.p-introSec .p-arrow p {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22202%22%20height%3D%2283%22%20viewBox%3D%220%200%20202%2083%22%3E%20%3Cg%20id%3D%22icon-arrow-big%22%20transform%3D%22translate(-855.325%20-1964.317)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_13%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2013%22%20d%3D%22M87%2C0l87%2C54H0Z%22%20transform%3D%22translate(1043.325%202047.317)%20rotate(180)%22%20fill%3D%22%23252c41%22%20opacity%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_11%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2011%22%20d%3D%22M101%2C0%2C202%2C63H0Z%22%20transform%3D%22translate(1057.325%202027.317)%20rotate(180)%22%20fill%3D%22%23252c41%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  width: 180px;
  height: 80px;
  background-position: bottom;
}

/*----------------------------------------
.p-solutionSec
----------------------------------------*/
.p-solutionSec .p-solMain {
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solMain {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

.p-solutionSec .p-solMain__img img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .p-solutionSec .p-solMain__img {
    width: 58%;
  }
}

@media only screen and (min-width: 1200px) {
  .p-solutionSec .p-solMain__txt {
    width: 45%;
    margin-left: -3%;
    margin-top: -100px;
  }

  .p-solutionSec .p-solMain__txt__ttl {
    max-width: 600px;
  }

  .p-solutionSec .p-solMain__txt__inner {
    max-width: 600px;
    width: 86%;
    margin: 30px auto 0 12%;
  }
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solMain__txt__inner {
    margin-top: 30px;
  }
}

.p-solutionSec .p-solSub {
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solSub {
    margin-top: 50px;
  }
}

.p-solutionSec .p-solSub .p-itemBox {
  max-width: 500px;
  margin: auto;
}

@media only screen and (min-width: 1200px) {
  .p-solutionSec .p-solSub .p-itemBox {
    margin: inherit;
  }

  .p-solutionSec .p-solSub .p-itemBox:nth-child(2) {
    margin-left: 40px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solSub .p-itemBox {
    width: 92%;
  }

  .p-solutionSec .p-solSub .p-itemBox:nth-child(2) {
    margin-top: 40px;
  }
}

.p-solutionSec .p-solSub .p-itemBox__ttl {
  margin-bottom: 30px;
}

.p-solutionSec .p-solSub .p-itemBox__inner {
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solSub .p-itemBox__inner {
    padding: 0;
  }
}

.p-solutionSec .p-solSub .p-itemBox .p-skillList {
  position: relative;
  padding-bottom: 20px;
  padding-right: 50px;
  font-weight: 500;
  font-size: 1.1em;
}

.p-solutionSec .p-solSub .p-itemBox .p-skillList .p-etc {
  text-align: right;
  color: #F1404B;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
}

.p-solutionSec .p-solGene {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solGene {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-solutionSec .p-solGene__ttl p {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.18em;
}

@media only screen and (max-width: 1199px) {
  .p-solutionSec .p-solGene__ttl p {
    font-size: 1.1em;
  }
}

.p-solutionSec .p-solGene__ttl h4 {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.6;
}

/*----------------------------------------
.p-featureSec
----------------------------------------*/
.p-featureSec .p-3feature .p-item {
  padding: 30px;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) {
  .p-featureSec .p-3feature .p-item {
    min-height: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-featureSec .p-3feature .p-item {
    width: 82%;
    padding: 30px 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-featureSec .p-3feature .p-item:nth-child(1) {
    margin-left: 18%;
  }

  .p-featureSec .p-3feature .p-item:nth-child(3) {
    margin-right: 18%;
  }
}

.p-featureSec .p-3feature .p-item__img {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .p-featureSec .p-3feature .p-item__img {
    width: 70%;
    margin: 20px auto 0 auto;
  }
}

.p-featureSec .p-reason .p-item {
  margin-top: 30px;
}

.p-featureSec .p-reason .p-itemWrap {
  margin-top: 60px;
}

.p-featureSec .p-reason .p-item:first-of-type {
  margin-top: 0;
}

.p-featureSec .p-reason .p-item dl {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
  .p-featureSec .p-reason .p-item dl {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.p-featureSec .p-reason .p-item dl::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-check-red%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2272.081%22%20height%3D%2262.642%22%20viewBox%3D%220%200%2072.081%2062.642%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_237%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20237%22%20transform%3D%22translate(2%20-33.492)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_128%22%20data-name%3D%22%E3%83%91%E3%82%B9%20128%22%20d%3D%22M62.417%2C35.492c-17.993%2C10-36.206%2C38.43-36.206%2C38.43L9.775%2C55.263%2C0%2C64.592%2C23.766%2C94.134l8.663-.333C43.537%2C60.48%2C68.081%2C38.158%2C68.081%2C38.158Z%22%20transform%3D%22translate(2%202)%22%20fill%3D%22%23dddfe6%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_238%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20238%22%20transform%3D%22translate(0%20-35.492)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_128-2%22%20data-name%3D%22%E3%83%91%E3%82%B9%20128%22%20d%3D%22M62.417%2C35.492c-17.993%2C10-36.206%2C38.43-36.206%2C38.43L9.775%2C55.263%2C0%2C64.592%2C23.766%2C94.134l8.663-.333C43.537%2C60.48%2C68.081%2C38.158%2C68.081%2C38.158Z%22%20fill%3D%22%23f1404b%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 60px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .p-featureSec .p-reason .p-item dl::before {
    width: 70px;
    height: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .p-featureSec .p-reason .p-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-featureSec .p-reason .p-item dl dt,
.p-featureSec .p-reason .p-item dl dd {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

.p-featureSec .p-reason .p-item dl dt {
  line-height: 1.8;
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .p-featureSec .p-reason .p-item dl dt {
    width: 30%;
    border-right: 5px solid #F4F5F9;
  }
}

@media only screen and (max-width: 1199px) {
  .p-featureSec .p-reason .p-item dl dt {
    border-bottom: 5px solid #F4F5F9;
    padding-bottom: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .p-featureSec .p-reason .p-item dl dd {
    width: 70%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-featureSec .p-reason .p-item dl dd {
    padding: 30px 20px;
    font-size: 13px;
  }
}

/*----------------------------------------
.p-flowSec
----------------------------------------*/
@media only screen and (min-width: 1200px) {
  .p-flowSec .p-flow {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-flowSec .p-flow__img {
  position: inherit;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .p-flowSec .p-flow__img {
    width: 37%;
    margin-right: -5%;
  }

  .p-flowSec .p-flow__img img {
    text-align: right;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    max-width: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-flowSec .p-flow__img {
    max-width: 350px;
  }
}

.p-flowSec .p-flow__txt {
  background-color: #E4E7EF;
  padding: 30px;
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) {
  .p-flowSec .p-flow__txt {
    width: 65%;
  }
}

@media only screen and (max-width: 1199px) {
  .p-flowSec .p-flow__txt {
    padding: 30px 0;
  }
}

.p-timeline {
  width: 100%;
  margin: auto;
  padding: 0 30px;
}

.p-timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  padding: 0 0 20px 0;
}

.p-timeline dl {
  margin: 0 0 0px 3em;
}

.p-timeline dl dt {
  padding-top: 10px;
  font-size: 1.15em;
  border-bottom: 2px solid #cfd3e0;
  margin-bottom: 8px;
}

.p-timeline dl dt span {
  font-size: 1.1em;
  padding-right: 10px;
}

.p-timeline .p-borderLine {
  /*線の位置*/
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #fff;
  /* 丸 */
}

@media only screen and (max-width: 1199px) {
  .p-timeline .p-borderLine {
    background: #fff;
  }
}

.p-timeline .p-borderLine::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -7px;
  width: 18px;
  height: 18px;
  background: #a7aab4;
  border-radius: 50%;
  border: 3px solid #E4E7EF;
}

/*----------------------------------------
.p-voiceSec
----------------------------------------*/
.p-voiceSec .p-voice {
  background-color: #fff;
  padding: 30px;
  border: 5px solid #E4E7EF;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .p-voiceSec .p-voice {
    padding: 30px 15px;
  }
}

.p-voiceSec .p-voice dt {
  position: relative;
  padding-left: 130px;
  padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .p-voiceSec .p-voice dt {
    padding-left: 65px;
    padding-top: 0;
  }
}

.p-voiceSec .p-voice dt::after {
  content: "※イメージ画像";
  position: absolute;
  left: 12px;
  top: 100px;
  font-size: 10px;
  color: #696969;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .p-voiceSec .p-voice dt::after {
    top: 50px;
    left: -8px;
    transform: scale(0.7);
  }
}

.p-voiceSec .p-voice dt::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.p-voiceSec .p-voice:nth-child(1) dt::before {
  background-image: url(../images/voice_man1.png);
}

.p-voiceSec .p-voice:nth-child(2) dt::before {
  background-image: url(../images/voice_man2.png);
}

.p-voiceSec .p-voice:nth-child(3) dt::before {
  background-image: url(../images/voice_woman2.png);
}

.p-voiceSec .p-voice:nth-child(4) dt::before {
  background-image: url(../images/voice_woman1.png);
}

@media only screen and (max-width: 1199px) {
  .p-voiceSec .p-voice dt::before {
    width: 50px;
    height: 50px;
  }
}

.p-voiceSec .p-voice__ttl {
  line-height: 1.6;
  font-size: 1.1em;
}

.p-voiceSec .p-voice__name {
  font-weight: 500;
  font-size: 13px;
  margin-top: 5px;
}

.p-voiceSec .p-voice dd {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .p-voiceSec .p-voice dd {
    font-size: 13px;
    margin-top: 20px;
  }
}

/*----------------------------------------
.p-faqSec
----------------------------------------*/
.p-faqSec.l-secCont {
  padding-bottom: 0;
}

.p-faqSec .p-acc .toggle {
  display: none;
}

.p-faqSec .p-acc__item {
  position: relative;
  margin-bottom: 10px;
  /* .title::after,
  .title::before {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 42%;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.3s;
  }

  .title::after {
    transform: rotate(90deg);
  } */
}

.p-faqSec .p-acc__item .title,
.p-faqSec .p-acc__item .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-faqSec .p-acc__item .title {
  padding: 0.2em 40px 0.5em 20px;
  display: block;
  border-bottom: 1px solid #d0d3dd;
}

@media only screen and (max-width: 1199px) {
  .p-faqSec .p-acc__item .title {
    padding-left: 20px;
    padding-bottom: 0.5em;
  }
}

.p-faqSec .p-acc__item .title__txt {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6;
}

.p-faqSec .p-acc__item .title__txt::before {
  content: "Q";
  display: inline-block;
  color: #F1404B;
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.p-faqSec .p-acc__item .title__txt::after {
  content: "";
  display: inline-block;
  background: #F1404B;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .p-faqSec .p-acc__item .title__txt::after {
    height: 100%;
    top: 0px;
  }
}

.p-faqSec .p-acc__item .title__icon {
  display: inline-block;
  background-color: #252C41;
  width: 1.45em;
  height: 1.45em;
  position: absolute;
  right: 0;
  top: 20%;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .p-faqSec .p-acc__item .title__icon {
    top: 13%;
  }
}

.p-faqSec .p-acc__item .title__icon::before,
.p-faqSec .p-acc__item .title__icon::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25%;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {

  .p-faqSec .p-acc__item .title__icon::before,
  .p-faqSec .p-acc__item .title__icon::after {
    right: 9px;
  }
}

.p-faqSec .p-acc__item .title__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faqSec .p-acc__item .content {
  max-height: 0;
  word-wrap: break-word;
  overflow: hidden;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-faqSec .p-acc__item .content__inner {
  padding: 15px 15px 15px 4em;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-faqSec .p-acc__item .content__inner {
    padding-left: 3em;
  }
}

.p-faqSec .p-acc__item .content__inner::before {
  content: "A";
  display: inline-block;
  font-weight: bold;
  color: #F1404B;
  font-size: 1.4em;
  position: absolute;
  left: 22px;
  top: 8px;
}

@media only screen and (max-width: 1199px) {
  .p-faqSec .p-acc__item .content__inner::before {
    top: 11px;
    left: 17px;
    font-size: 1.2em;
  }
}

.p-faqSec .p-acc__item .toggle:checked+.title+.content {
  max-height: 600px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.p-faqSec .p-acc__item .toggle:checked+.title>.title__icon::before {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

.p-faqSec .p-acc__item:nth-child(2n) .title__txt::before {
  color: #252C41;
}

.p-faqSec .p-acc__item:nth-child(2n) .title__txt::after {
  background-color: #252C41;
}

.p-faqSec .p-acc__item:nth-child(2n) .content__inner::before {
  color: #252C41;
}

/*----------------------------------------
.p-companySec
----------------------------------------*/
.p-companySec .p-img {
  max-width: 360px;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .p-companySec .p-img {
    width: 70%;
    margin-left: 25%;
  }
}

.p-dlstyle dl {
  background-color: #F4F5F9;
  line-height: 1.8;
}

@media only screen and (min-width: 1200px) {
  .p-dlstyle dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-dlstyle dl {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-dlstyle dl dt {
  background-color: #E4E7EF;
}

@media only screen and (min-width: 1200px) {
  .p-dlstyle dl dt {
    width: 24%;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #E4E7EF;
  }
}

@media only screen and (max-width: 1199px) {
  .p-dlstyle dl dt {
    padding: 0.3em 1em;
  }
}

@media only screen and (min-width: 1200px) {
  .p-dlstyle dl dd {
    width: 76%;
    padding: 0.5em 1em 0.5em 1.5em;
  }
}

@media only screen and (max-width: 1199px) {
  .p-dlstyle dl dd {
    padding: 0.5em 1em;
  }
}

/*----------------------------------------
.p-greetingSec
----------------------------------------*/
.p-greetingSec {
  padding-bottom: 100px;
}

.p-greetingSec .p-item__img {
  text-align: center;
  max-width: 280px;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .p-greetingSec .p-item__img {
    width: 90%;
  }
}

@media only screen and (max-width: 1199px) {
  .p-greetingSec .p-item__txt {
    padding: 0 10px;
  }
}

.p-greetingSec .p-item__txt__msg {
  margin-top: 20px;
  line-height: 1.8;
}

@media only screen and (max-width: 1199px) {
  .p-greetingSec .p-item__txt__msg {
    font-size: 13px;
  }
}

/*----------------------------------------
.p-contactSec
----------------------------------------*/
.p-contactSec {
  background-color: #F4F5F9;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec {
    padding-bottom: 60px;
  }
}

.p-contactSec.l-secCont {
  padding-top: 0;
}

.p-contactSec .p-redSpc {
  padding: 80px 0 100px 0;
  background-color: #F1404B;
  background-image: radial-gradient(#D82A35 12%, transparent 12%), radial-gradient(#D82A35 12%, transparent 12%);
  background-size: 20px 20px;
  background-position: 0 0, 40px 40px;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-redSpc {
    padding-top: 60px;
  }
}

.p-contactSec .p-ttl {
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .p-contactSec .p-ttl .p-nakaguro {
    display: none;
  }
}

.p-contactSec .p-formCont {
  background-color: #fff;
  width: 90%;
  max-width: 1000px;
  margin: -60px auto 0 auto;
  padding: 60px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-formCont {
    width: 92%;
    padding: 40px 15px;
    border-radius: 15px;
  }
}

.p-contactSec .p-formCont__intro__txt {
  line-height: 1.8;
}

@media only screen and (min-width: 1200px) {
  .p-contactSec .p-formCont__intro__txt {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-formCont__intro__txt {
    padding: 0 10px;
    font-size: 13px;
  }
}

.p-contactSec .p-itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-contactSec .p-item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #ebebeb;
  width: 49%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-item {
    width: 100%;
    padding: 15px;
    min-height: 130px;
  }

  .p-contactSec .p-item+.p-item {
    margin-top: 10px;
  }

  .p-contactSec .p-item::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ebebeb transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
}

.p-contactSec .p-item .p-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contactSec .p-item .p-line__qr {
  width: 30%;
  min-width: 100px;
  max-width: 120px;
}

.p-contactSec .p-item .p-line__ttl {
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-item .p-line__ttl a {
    line-height: 2;
  }

  .p-contactSec .p-item .p-line__ttl a span {
    border-bottom: 2px solid;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1200px) {
  .p-contactSec .p-item .p-line__ttl br {
    display: none;
  }
}

.p-contactSec .p-item .p-line__ttl span {
  color: #252C41;
  font-size: 2em;
  letter-spacing: 0.2em;
  margin-right: 3px;
  line-height: 1.3;
}

.p-contactSec .p-item .p-tel {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.p-contactSec .p-item .p-tel__ttl {
  font-size: 1.2em;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-item .p-tel__ttl {
    font-size: 1.1em;
  }
}

.p-contactSec .p-item .p-tel__no {
  color: #252C41;
  font-size: 2em;
  margin-right: 0.5em;
  color: #252C41;
}

@media only screen and (max-width: 1199px) {
  .p-contactSec .p-item .p-tel__no {
    font-size: 1.6em;
    margin-top: 10px;
  }

  .p-contactSec .p-item .p-tel__no a {
    text-decoration: underline;
  }
}

.p-contactSec .p-item .p-tel__no::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.075%22%20height%3D%2226.122%22%20viewBox%3D%220%200%2026.075%2026.122%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1671%22%20data-name%3D%22%E3%83%91%E3%82%B9%201671%22%20d%3D%22M25.684%2C19.684V23.24A2.371%2C2.371%2C0%2C0%2C1%2C23.1%2C25.61a23.456%2C23.456%2C0%2C0%2C1-10.229-3.639A23.113%2C23.113%2C0%2C0%2C1%2C5.76%2C14.86%2C23.456%2C23.456%2C0%2C0%2C1%2C2.122%2C4.584%2C2.371%2C2.371%2C0%2C0%2C1%2C4.48%2C2H8.036a2.371%2C2.371%2C0%2C0%2C1%2C2.371%2C2.039%2C15.219%2C15.219%2C0%2C0%2C0%2C.83%2C3.331%2C2.37%2C2.37%2C0%2C0%2C1-.533%2C2.5L9.2%2C11.375a18.964%2C18.964%2C0%2C0%2C0%2C7.112%2C7.112l1.505-1.505a2.371%2C2.371%2C0%2C0%2C1%2C2.5-.533%2C15.219%2C15.219%2C0%2C0%2C0%2C3.331.83%2C2.371%2C2.371%2C0%2C0%2C1%2C2.039%2C2.406Z%22%20transform%3D%22translate(-0.861%20-0.75)%22%20fill%3D%22none%22%20stroke%3D%22%23252c41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 0.9em;
  width: 1em;
  height: 1em;
  margin-right: 10px;
}

.p-contactSec .p-formInner {
  max-width: 900px;
  margin-top: 40px;
  width: 100%;
}

/*----- メールフォームここから -----*/
/*mailformpro.css上書き*/
form#mailformpro .mailform .mfp span.must,
form#mailformpro .mailform .mfp span.optionally {
  font-size: 0.8rem;
  line-height: 1.6;
}

form#mailformpro dl dt {
  font-weight: 700;
  color: #252C41;
}

form#mailformpro dl dd {
  padding: 2em;
}

form#mailformpro input,
form#mailformpro textarea {
  background: #fff;
  border: solid 1px #ddd;
  max-width: 100% !important;
}

form#mailformpro input.u-width100,
form#mailformpro textarea.u-width100 {
  width: 100% !important;
}

form#mailformpro ::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 12px;
}

form#mailformpro ::-moz-placeholder {
  color: #999 !important;
  font-size: 12px;
}

form#mailformpro :-ms-input-placeholder {
  color: #999 !important;
  font-size: 12px;
}

form#mailformpro ::-ms-input-placeholder {
  color: #999 !important;
  font-size: 12px;
}

form#mailformpro ::placeholder {
  color: #999 !important;
  font-size: 12px;
}

form#mailformpro dl {
  border-bottom: solid 2px #ddd !important;
  position: relative;
}

form#mailformpro dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  bottom: -2px;
}

@media only screen and (min-width: 1200px) {
  form#mailformpro dl::before {
    width: 31%;
  }
}

form#mailformpro dl:last-of-type {
  border-bottom: none;
}

form#mailformpro dl dt {
  vertical-align: middle;
}

form#mailformpro .must {
  color: #df6161;
}

form#mailformpro label {
  display: block;
  margin-bottom: 10px;
}

form#mailformpro label:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  form#mailformpro dl dt {
    width: 31%;
    padding: 2em 1em;
  }

  form#mailformpro dl dd {
    width: 67%;
  }

  form#mailformpro dl:last-of-type {
    margin-bottom: 80px;
  }

  form#mailformpro dl .p-labelInline label {
    display: inline-block;
    margin-left: 10px;
  }

  form#mailformpro dl .p-labelInline label:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {

  form#mailformpro dl,
  form#mailformpro dl dt,
  form#mailformpro dl dd {
    display: block;
    width: 100%;
  }

  form#mailformpro dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none !important;
    padding: 15px 30px;
    /* &:nth-child(2n) {
      background-color: #f5f5f5;
    } */
  }

  form#mailformpro dl:last-of-type {
    border-bottom: none !important;
  }

  form#mailformpro dl dt {
    padding: 0.5em 0.5em 0.5em 1em !important;
    font-size: 1.1em;
    border-bottom: 1px solid #ddd !important;
    position: relative;
  }

  form#mailformpro dl dt::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 50%;
    top: 25%;
    left: 0;
    background-color: #252C41;
    position: absolute;
  }

  form#mailformpro dl dd {
    padding: 1em 0 !important;
    padding-top: 1.5em !important;
  }

  form#mailformpro .mfp_element_text,
  form#mailformpro .mfp_element_number,
  form#mailformpro .mfp_element_select-one,
  form#mailformpro .mfp_element_email,
  form#mailformpro .mfp_element_tel,
  form#mailformpro .mfp_element_textarea,
  form#mailformpro .mfp_element_date {
    width: 100%;
  }

  form#mailformpro .mailform .mfp input.postNum {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  form#mailformpro div.mfp_buttons {
    margin-top: 0 !important;
  }
}

form#mailformpro div.mfp_buttons button {
  padding: 0.5em 1em;
  font-size: 1.1em;
  color: #fff;
  width: 30%;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 1199px) {
  form#mailformpro div.mfp_buttons button {
    width: 47% !important;
    margin: 0 2% 0 0 !important;
    text-align: center !important;
  }
}

form#mailformpro div.mfp_buttons button[type=submit] {
  background: #F1404B !important;
}

form#mailformpro div.mfp_buttons button[type=reset] {
  background: #bbbbbb !important;
}

form#mailformpro div.mfp_buttons button.p-submit {
  background: #F1404B !important;
}

form#mailformpro div.mfp_buttons button.p-reset {
  background: #bbbbbb !important;
}

form#mailformpro div.mfp_buttons button#mfp_button_send.mfp_element_button {
  border: 2px solid #ccc !important;
  background-color: #f9e3df !important;
}

#mfp_overlay_inner button#mfp_button_send {
  background: #f0dfdf !important;
}

/*プライバシーポリシー*/
.p-privacyBox {
  overflow: auto;
  width: 100%;
  height: 150px;
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 10px;
}

.p-privacyBox__title {
  font-size: 14px;
  margin-bottom: 15px;
}

.p-privacyBox__item {
  margin-bottom: 20px;
}

.p-privacyBox p {
  font-size: 12px;
}

/*----- メールフォームここまで -----*/
@media only screen and (max-width: 1199px) {
  .u-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 599px) {
  .u-pctb {
    display: none !important;
  }
}

.u-sponly {
  display: none !important;
}

@media only screen and (max-width: 599px) {
  .u-sponly {
    display: block !important;
  }
}

/*テキスト系*/
.u-textRight {
  text-align: right !important;
}

@media only screen and (min-width: 1200px) {
  .u-textRight--pc {
    text-align: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-textRight--sp {
    text-align: right !important;
  }
}

.u-textLeft {
  text-align: left !important;
}

@media only screen and (min-width: 1200px) {
  .u-textLeft--pc {
    text-align: left !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-textLeft--sp {
    text-align: left !important;
  }
}

.u-textCenter {
  text-align: center !important;
}

@media only screen and (min-width: 1200px) {
  .u-textCenter--pc {
    text-align: center !important;
  }
}

@media only screen and (min-width: 1200px) {
  .u-textCenter--sp {
    text-align: center !important;
  }
}

.u-textLink {
  color: #252C41 !important;
  text-decoration: underline !important;
}

.u-textL {
  font-size: 1.4em !important;
}

.u-textM {
  font-size: 1.2em !important;
}

.u-textS {
  font-size: 0.85em !important;
}

.u-textBold {
  font-weight: bold !important;
}

.u-textBlack {
  color: #212121 !important;
}

.u-textMain {
  color: #252C41 !important;
}

.u-textSub {
  color: #DDDFE6 !important;
}

.u-textRed {
  color: #F1404B !important;
}

.u-textWhite {
  color: #fff !important;
}

.u-textYe {
  color: #FFEE51 !important;
}

.u-marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E4E7EF));
  background: linear-gradient(transparent 50%, #E4E7EF 50%);
}

.u-lh16 {
  line-height: 1.6 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-en {
  letter-spacing: 0.15em;
}

/*position*/
.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-absolute__br {
  bottom: 0 !important;
  right: 0 !important;
}

/*装飾*/
.u-bgBox--gray {
  padding: 60px !important;
  background-color: #f8f8f8 !important;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--gray {
    padding: 8% !important;
  }
}

.u-bgBox--white {
  padding: 60px !important;
  background-color: #fff !important;
}

@media only screen and (max-width: 1199px) {
  .u-bgBox--white {
    padding: 8% !important;
  }
}

.u-bdTp {
  border-top: 1px solid #ccc !important;
}

.u-bdBtm-red {
  border-bottom: 2px dashed #F1404B !important;
}

.u-bdBtm-ye {
  border-bottom: 2px dashed #FFEE51 !important;
}

.u-bdBtm-navy {
  border-bottom: 2px dashed #252C41 !important;
}

/*flex*/
.u-align--center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align--end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-justify--center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify--end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/*レイアウト*/
.u-width100 {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .u-sp-max600 {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* リスト関連 */
.u-list-mt5 li {
  margin-top: 5px !important;
}

.u-list-mt5 li:first-of-type {
  margin-top: 0 !important;
}

.u-list-mt10 li {
  margin-top: 10px !important;
}

.u-list-mt10 li:first-of-type {
  margin-top: 0 !important;
}

.u-list-mt15 li {
  margin-top: 15px !important;
}

.u-list-mt15 li:first-of-type {
  margin-top: 0 !important;
}

/*余白*/
.u-mt0 {
  margin-top: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-mt0--pc {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt5--pc {
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt5--sp {
    margin-top: 5px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt10--pc {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt10--sp {
    margin-top: 10px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt15--pc {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt15--sp {
    margin-top: 15px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt20--pc {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt20--sp {
    margin-top: 20px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt30--pc {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt30--sp {
    margin-top: 30px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt40--pc {
    margin-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt40--sp {
    margin-top: 40px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt50--pc {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt50--sp {
    margin-top: 50px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt60--pc {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt60--sp {
    margin-top: 60px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt70--pc {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt70--sp {
    margin-top: 70px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt80--pc {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt80--sp {
    margin-top: 80px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt90--pc {
    margin-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt90--sp {
    margin-top: 90px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mt100--pc {
    margin-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mt100--sp {
    margin-top: 100px !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
}

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

@media only screen and (min-width: 1200px) {
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
}

.u-ml0 {
  margin-left: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml0--pc {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml0--sp {
    margin-left: 0 !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml10--pc {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml10--sp {
    margin-left: 10px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml20--pc {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml20--sp {
    margin-left: 20px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml30--pc {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml30--sp {
    margin-left: 30px !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml40--pc {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml40--sp {
    margin-left: 40px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml50--pc {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml50--sp {
    margin-left: 50px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml60--pc {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml60--sp {
    margin-left: 60px !important;
  }
}

.u-ml70 {
  margin-left: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml70--pc {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml70--sp {
    margin-left: 70px !important;
  }
}

.u-ml80 {
  margin-left: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml80--pc {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml80--sp {
    margin-left: 80px !important;
  }
}

.u-ml90 {
  margin-left: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml90--pc {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml90--sp {
    margin-left: 90px !important;
  }
}

.u-ml100 {
  margin-left: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-ml100--pc {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-ml100--sp {
    margin-left: 100px !important;
  }
}

.u-mr0 {
  margin-right: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr0--pc {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr0--sp {
    margin-right: 0 !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr10--pc {
    margin-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr10--sp {
    margin-right: 10px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr20--pc {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr20--sp {
    margin-right: 20px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr30--pc {
    margin-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr30--sp {
    margin-right: 30px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr40--pc {
    margin-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr40--sp {
    margin-right: 40px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr50--pc {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr50--sp {
    margin-right: 50px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr60--pc {
    margin-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr60--sp {
    margin-right: 60px !important;
  }
}

.u-mr70 {
  margin-right: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr70--pc {
    margin-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr70--sp {
    margin-right: 70px !important;
  }
}

.u-mr80 {
  margin-right: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr80--pc {
    margin-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr80--sp {
    margin-right: 80px !important;
  }
}

.u-mr90 {
  margin-right: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr90--pc {
    margin-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr90--sp {
    margin-right: 90px !important;
  }
}

.u-mr100 {
  margin-right: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-mr100--pc {
    margin-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-mr100--sp {
    margin-right: 100px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt10--pc {
    padding-top: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt10--sp {
    padding-top: 10px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt20--pc {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt20--sp {
    padding-top: 20px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt30--pc {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt30--sp {
    padding-top: 30px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt40--pc {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt40--sp {
    padding-top: 40px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt50--pc {
    padding-top: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt50--sp {
    padding-top: 50px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt60--pc {
    padding-top: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt60--sp {
    padding-top: 60px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt70--pc {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt70--sp {
    padding-top: 70px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt80--pc {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt80--sp {
    padding-top: 80px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt90--pc {
    padding-top: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt90--sp {
    padding-top: 90px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pt100--pc {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pt100--sp {
    padding-top: 100px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
}

.u-pb70 {
  padding-bottom: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
}

.u-pb80 {
  padding-bottom: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
}

.u-pb90 {
  padding-bottom: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
}

.u-pb100 {
  padding-bottom: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl10--pc {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl10--sp {
    padding-left: 10px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl20--pc {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl20--sp {
    padding-left: 20px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl30--pc {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl30--sp {
    padding-left: 30px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl40--pc {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl40--sp {
    padding-left: 40px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl50--pc {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl50--sp {
    padding-left: 50px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl60--pc {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl60--sp {
    padding-left: 60px !important;
  }
}

.u-pl70 {
  padding-left: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl70--pc {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl70--sp {
    padding-left: 70px !important;
  }
}

.u-pl80 {
  padding-left: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl80--pc {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl80--sp {
    padding-left: 80px !important;
  }
}

.u-pl90 {
  padding-left: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl90--pc {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl90--sp {
    padding-left: 90px !important;
  }
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pl100--pc {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pl100--sp {
    padding-left: 100px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr10--pc {
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr10--sp {
    padding-right: 10px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr20--pc {
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr20--sp {
    padding-right: 20px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr30--pc {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr30--sp {
    padding-right: 30px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr40--pc {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr40--sp {
    padding-right: 40px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr50--pc {
    padding-right: 50px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr50--sp {
    padding-right: 50px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr60--pc {
    padding-right: 60px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr60--sp {
    padding-right: 60px !important;
  }
}

.u-pr70 {
  padding-right: 70px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr70--pc {
    padding-right: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr70--sp {
    padding-right: 70px !important;
  }
}

.u-pr80 {
  padding-right: 80px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr80--pc {
    padding-right: 80px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr80--sp {
    padding-right: 80px !important;
  }
}

.u-pr90 {
  padding-right: 90px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr90--pc {
    padding-right: 90px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr90--sp {
    padding-right: 90px !important;
  }
}

.u-pr100 {
  padding-right: 100px !important;
}

@media only screen and (min-width: 1200px) {
  .u-pr100--pc {
    padding-right: 100px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .u-pr100--sp {
    padding-right: 100px !important;
  }
}


/* LPO css 追記0411 */

.p-topSec {
  display: flex;
}

.p-fv {
  width: 69%;
}

.mvform {
  width: 31%;
  background-color: #e4e7ef;
}

.mvform-inner {
  padding: 10% 10% 0;
}

@media only screen and (max-width: 1199px) {
  .p-topSec {
    flex-flow: column;
  }

  .p-fv {
    width: 100%;
  }

  .mvform {
    width: 100%;
  }

  .mvform-inner {
    padding: 25px 20px 0;
  }
}

.mvform_head {
  text-align: center;
  font-size: clamp(1.125rem, 0.5rem + 0.83vw, 1.5rem);
  position: relative;
  line-height: 1.4;
  padding-inline: 30px;
  font-weight: bold;
  margin-bottom: 10%;
}


.mvform_head::before,
.mvform_head::after {
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  background: #aaadc4;
  position: absolute;
  top: 0;
}

.mvform_head::before {
  left: 10px;
  transform: rotate(-20deg);
}

.mvform_head::after {
  right: 10px;
  transform: rotate(20deg);
}


@media only screen and (max-width: 1199px) {
  .mvform_head {
    font-size: 4.6vw;
  }

  .mvform_head::before {
    left: 0;
  }

  .mvform_head::after {
    right: 0;
  }
}

.form_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.form_title {
  width: 120px;
  flex-shrink: 0;
  font-size: clamp(0.938rem, 0.625rem + 0.42vw, 1.125rem);
}

.form_title .require {
  display: inline-block;
  background: #f23252;
  color: #fff;
  font-size: 11px;
  margin-left: 7px;
  padding: 0px 7px;
}

@media only screen and (max-width: 1199px) {
  .form_box {
    margin-top: 14px;
  }

  .form_title {
    width: 65px;
    line-height: 1.4;
  }

  .form_title .require {
    margin-left: 0;
    line-height: 1.8;
  }
}

.form_input {
  width: 100%;
}

.form_input input,
.form_input select {
  background-color: #fff;
  padding: 12px 8px;
  width: 100%;
  line-height: 1;
  border: 1px solid #cccccc;
}

.mvform .btn_submit {
  background: linear-gradient(180deg, #ff1a00 0%, #ff1a00 50%, #cd0000 50%, #cd0000 100%);
  width: 100%;
  margin-top: 30px;
  margin-bottom: 8px;
  padding: 16px 0;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
  .mvform .btn_submit {
    line-height: 1.2;
    font-size: 4.8vw;
  }
}

.mvform-tel {
  margin-top: 3%;
  padding: 5%;
  border-top: 2px solid #aaadc4;
  text-align: center;
}

@media only screen and (min-width: 1500px) {
  .mvform-tel {
    margin-top: 10%;
  }
}

.mvform-tel p {
  font-size: 24px;
  font-weight: bold;
}

.mvform-tel a {
  font-size: 32px;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.075%22%20height%3D%2226.122%22%20viewBox%3D%220%200%2026.075%2026.122%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1671%22%20data-name%3D%22%E3%83%91%E3%82%B9%201671%22%20d%3D%22M25.684%2C19.684V23.24A2.371%2C2.371%2C0%2C0%2C1%2C23.1%2C25.61a23.456%2C23.456%2C0%2C0%2C1-10.229-3.639A23.113%2C23.113%2C0%2C0%2C1%2C5.76%2C14.86%2C23.456%2C23.456%2C0%2C0%2C1%2C2.122%2C4.584%2C2.371%2C2.371%2C0%2C0%2C1%2C4.48%2C2H8.036a2.371%2C2.371%2C0%2C0%2C1%2C2.371%2C2.039%2C15.219%2C15.219%2C0%2C0%2C0%2C.83%2C3.331%2C2.37%2C2.37%2C0%2C0%2C1-.533%2C2.5L9.2%2C11.375a18.964%2C18.964%2C0%2C0%2C0%2C7.112%2C7.112l1.505-1.505a2.371%2C2.371%2C0%2C0%2C1%2C2.5-.533%2C15.219%2C15.219%2C0%2C0%2C0%2C3.331.83%2C2.371%2C2.371%2C0%2C0%2C1%2C2.039%2C2.406Z%22%20transform%3D%22translate(-0.861%20-0.75)%22%20fill%3D%22none%22%20stroke%3D%22%23252c41%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 26px;
  padding-left: 32px;
  line-height: 1;
  text-decoration: none;
}

.mvform-tel span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .mvform-tel {
    padding: 16px 0 24px;
    border-top: 1px solid #aaadc4;
  }

  .mvform-tel p {
    font-size: 4vw;
  }
}

.p-flow__img--text {
  font-size: 26px;
  line-height: 1.6;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .p-flow__img--text {
    font-size: 4.8vw;
  }
}

.company-logo_slider {
  margin-top: -40px;
  margin-bottom: 50px;
  overflow-x: hidden;
}

@media only screen and (max-width: 560px) {
  .company-logo_slider {
    margin-top: -20px;
  }
}

.loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.loopSlide ul {
  padding: 0;
  width: fit-content;
  display: flex;
  flex-shrink: 0;
}

.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}

.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}

.loopSlide ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

.loopSlide ul li img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.basicData_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.basicData_list-item {
  width: calc(50% - 20px);
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

@media only screen and (max-width: 1199px) {
  .basicData_list {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 650px) {
  .basicData_list-item {
    width: 100%;
  }
}