
/*----- flexbox -----*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #404040;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
  word-wrap: break-word;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p,
span,
dt,
dd,
div,
li,
a {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 2;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

img,
svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/*---------------------
margin-bottom
---------------------*/
.u-mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .u-mb10 {
    margin-bottom: 5px;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 80px;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 85px;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 90px;
  }
}

.u-mb190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .u-mb190 {
    margin-bottom: 95px;
  }
}

.u-mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .u-mb200 {
    margin-bottom: 100px;
  }
}

/*---------------------
u-display
---------------------*/
.u-display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-display--pc {
    display: none;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--md {
    display: block;
  }
}
.u-display--smd {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-display--smd {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 425px) {
  .u-display--sm {
    display: block;
  }
}

/*---------------------
u-text_color--red
---------------------*/
.u-text_color--orange {
  color: #f14c03;
  font-weight: 600;
}

/*---------------------
u-font-size--18
---------------------*/
.u-font-size--18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .u-font-size--18 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 580px) {
  .u-font-size--18 {
    font-size: 1.2rem;
  }
}

.u-text_align--center {
  text-align: center;
}

/*------------------------------------------
c-wrapper
------------------------------------------*/
.c-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: min(92%, 1000px);
}

/*------------------------------------------
c-card
------------------------------------------*/
.c-card {
  padding-top: clamp(3rem, 12vw, 12rem);
  padding-bottom: clamp(4rem, 14vw, 14rem);
}

/*------------------------------------------
c-subpage_cap(sub_page)
------------------------------------------*/
.c-subpage_cap--lg {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .c-subpage_cap--lg {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .c-subpage_cap--lg {
    font-size: 2rem;
  }
}
.c-subpage_cap--lg::after {
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 30px;
}
@media screen and (max-width: 580px) {
  .c-subpage_cap--lg::after {
    font-size: 2rem;
    bottom: -5px;
    height: 1px;
    width: 20px;
  }
}

/*------------------------------------------
c-back_btn(sub_page)
------------------------------------------*/
.c-back_btn {
  background: #222;
  color: #fff;
  display: block;
  padding: 18px 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 280px;
}
.c-back_btn:hover {
  opacity: 0.7;
}

/*------------------------------------------
p-title
------------------------------------------*/
.p-title--blk {
  text-align: center;
}
.p-title--blk h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.5;
  z-index: 0;
}
@media screen and (max-width: 425px) {
  .p-title--blk h2 {
    font-size: 22px;
    font-size: 5.1764705882vw;
  }
}
.p-title--blk img {
  position: relative;
  margin-top: clamp(2rem, 4vw, 4rem);
  width: min(100%, 1000px);
}
.p-title--blk .logo {
  display: inline;
  padding-right: 0.2em;
  width: min(33%, 209px);
}

.p-title--wht {
  text-align: center;
}
.p-title--wht h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.5;
  z-index: 0;
  color: #fff;
}
@media screen and (max-width: 425px) {
  .p-title--wht h2 {
    font-size: 22px;
    font-size: 5.1764705882vw;
  }
}
.p-title--wht img {
  position: relative;
  margin-top: clamp(2rem, 4vw, 4rem);
  width: min(100%, 1000px);
}
.p-title--wht .logo {
  display: inline;
  padding-right: 0.2em;
  width: min(33%, 209px);
}

/*------------------------------------------
p-flexbox
------------------------------------------*/
.p-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 screen and (max-width: 580px) {
  .p-flexbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5rem;
  }
  .p-flexbox:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .p-flexbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3rem;
  }
  .p-flexbox:last-child {
    margin-bottom: 0;
  }
}
.p-flexbox__num {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  width: min(7.5%, 75px);
}
@media screen and (max-width: 580px) {
  .p-flexbox__num {
    width: min(12%, 75px);
  }
}
.p-flexbox__num::after {
  content: "";
  background: #f3f1f4;
  height: 55%;
  position: absolute;
  bottom: -12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
}
@media screen and (max-width: 768px) {
  .p-flexbox__num::after {
    height: 55%;
    bottom: -4%;
  }
}
@media screen and (max-width: 580px) {
  .p-flexbox__num::after {
    height: 230%;
    bottom: -250%;
    width: 8px;
  }
}
@media screen and (max-width: 425px) {
  .p-flexbox__num::after {
    height: 400%;
    bottom: -430%;
  }
}
.p-flexbox__num--last {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  width: min(7.5%, 75px);
}
@media screen and (max-width: 580px) {
  .p-flexbox__num--last {
    width: min(12%, 75px);
  }
}
.p-flexbox__contents {
  border-bottom: 1px solid #a49ba9;
  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;
  width: min(90%, 900px);
}
@media screen and (max-width: 580px) {
  .p-flexbox__contents {
    width: min(85%, 900px);
  }
}
.p-flexbox__contents__text {
  margin-top: 2rem;
  width: min(64%, 570px);
}
@media screen and (max-width: 580px) {
  .p-flexbox__contents__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1rem;
    width: 100%;
  }
}
.p-flexbox__contents__text h3 {
  color: #713991;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
@media screen and (max-width: 580px) {
  .p-flexbox__contents__text h3 {
    text-align: center;
  }
}
.p-flexbox__contents__text p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 580px) {
  .p-flexbox__contents__text p {
    margin-bottom: 3rem;
  }
}
.p-flexbox__contents__text p.text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 320px) {
  .p-flexbox__contents__text p {
    margin-bottom: 1.5rem;
  }
}
.p-flexbox__contents__text span {
  color: #df0000;
  display: block;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 580px) {
  .p-flexbox__contents__text span {
    margin-bottom: 3rem;
  }
}
.p-flexbox__contents__img {
  width: min(31%, 280px);
}
@media screen and (max-width: 580px) {
  .p-flexbox__contents__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: min(60%, 280px);
  }
}
@media screen and (max-width: 425px) {
  .p-flexbox__contents__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: min(90%, 280px);
  }
}
.p-flexbox__contents__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
p-btn_shine
------------------------------------------*/
.p-btn_shine {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.16s linear;
  transition: 0.16s linear;
  z-index: 2;
}
.p-btn_shine::before {
  content: "";
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 350px;
  position: absolute;
  left: -30%;
  top: -200%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 100px;
  z-index: 1;
}
@-webkit-keyframes shine {
  0% {
    left: -30%;
  }
  7% {
    left: 120%;
  }
  50% {
    left: 180%;
  }
  100% {
    left: 180%;
  }
}
@keyframes shine {
  0% {
    left: -30%;
  }
  7% {
    left: 120%;
  }
  50% {
    left: 180%;
  }
  100% {
    left: 180%;
  }
}

/*------------------------------------------
p-breadcrumb(sub_page)
------------------------------------------*/
.p-breadcrumb {
  margin-bottom: 70px;
  padding: 9px 30px 13px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    margin-bottom: 40px;
    padding: 5px 20px 9px;
  }
}
.p-breadcrumb__list {
  text-align: right;
}
.p-breadcrumb__list li {
  display: inline;
}
.p-breadcrumb__list li::after {
  content: "＞";
  font-size: 1.3rem;
  padding: 0 8px;
  vertical-align: 1px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__list li::after {
    font-size: 1.1rem;
  }
}
.p-breadcrumb__list li:last-child::after {
  content: none;
}
.p-breadcrumb__list li a {
  position: relative;
}
.p-breadcrumb__list li a::before {
  content: "\e88a";
  font-family: "Material Icons";
  position: absolute;
  top: 0.1rem;
  left: -2.5rem;
}
.p-breadcrumb__list li a span {
  border-bottom: 1px solid #111;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__list li a span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 425px) {
  .p-breadcrumb__list li a span {
    font-size: 1.1rem;
  }
}
.p-breadcrumb__list li a:hover {
  opacity: 0.7;
}
.p-breadcrumb__list li span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb__list li span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 425px) {
  .p-breadcrumb__list li span {
    font-size: 1.1rem;
  }
}

/*------------------------------------------
p-contact(sub_page)
------------------------------------------*/
.p-contact {
  background: #f8f8f8;
  padding: 45px 100px 60px;
}
@media screen and (max-width: 1024px) {
  .p-contact {
    padding: 35px 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 25px 40px 40px;
  }
}
@media screen and (max-width: 580px) {
  .p-contact {
    padding: 25px 20px 40px;
  }
}
.p-contact form,
.p-contact table,
.p-contact tbody {
  display: block;
  width: 100%;
}
.p-contact table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .p-contact table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  .p-contact table tr {
    margin-bottom: 14px;
  }
}
.p-contact table tr th {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 16px 0;
  width: 100%;
  max-width: 180px;
}
@media screen and (max-width: 1024px) {
  .p-contact table tr th {
    padding: 10px 0 9px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact table tr th {
    font-size: 1.6rem;
  }
}
.p-contact table tr td {
  font-size: 1.8rem;
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 1024px) {
  .p-contact table tr td {
    width: 100%;
    max-width: 100%;
  }
}
.p-contact table tr td input,
.p-contact table tr td textarea {
  border: solid 1px #999;
  font-size: 1.8rem;
  padding: 10px 15px;
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 1024px) {
  .p-contact table tr td input,
  .p-contact table tr td textarea {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact table tr td input,
  .p-contact table tr td textarea {
    padding: 8px 15px;
    font-size: 1.4rem;
  }
}
.p-contact table tr td input:focus,
.p-contact table tr td textarea:focus {
  border: 1px solid #111;
  outline: 0;
}
.p-contact table tr td textarea {
  height: 200px;
}
@media screen and (max-width: 425px) {
  .p-contact table tr td textarea {
    height: 150px;
  }
}
.p-contact table tr td .p-contact__file {
  background: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 425px) {
  .p-contact table tr td .p-contact__file {
    padding: 5px;
  }
}
.p-contact table tr td .p-contact__file input[type=file] {
  display: none;
}
.p-contact table tr td .p-contact__file label {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 8px;
  padding: 8px 20px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .p-contact table tr td .p-contact__file label {
    font-size: 1.3rem;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 425px) {
  .p-contact table tr td .p-contact__file label {
    font-size: 1.2rem;
  }
}
.p-contact table tr td .p-contact__file label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.p-contact table tr td .p-contact__file label:after {
  content: "選択されていません";
  color: #333;
  font-size: 1.5rem;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -150px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 580px) {
  .p-contact table tr td .p-contact__file label:after {
    font-size: 1.3rem;
    right: -130px;
  }
}
@media screen and (max-width: 425px) {
  .p-contact table tr td .p-contact__file label:after {
    font-size: 1.2rem;
    right: -115px;
  }
}
.p-contact .send_btn {
  background: #222;
  cursor: pointer;
  padding: 15px 0px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
@media screen and (max-width: 580px) {
  .p-contact .send_btn {
    padding: 10px 0px;
    max-width: 200px;
  }
}
@media screen and (max-width: 425px) {
  .p-contact .send_btn {
    max-width: 160px;
  }
}
.p-contact .send_btn:hover {
  opacity: 0.8;
}
.p-contact .send_btn .submit {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .p-contact .send_btn .submit {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
l-header
------------------------------------------------------------ */
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__inner__logo {
  padding-left: 2%;
}
.l-header__inner__logo a {
  display: block;
  width: 100%;
  max-width: 198px;
}
@media screen and (max-width: 1024px) {
  .l-header__inner__logo a {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner__logo a {
    max-width: 130px;
  }
}
@media screen and (max-width: 580px) {
  .l-header__inner__logo a {
    padding-right: 1rem;
    padding-left: 0;
    max-width: 100px;
  }
}
.l-header__inner__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__inner__menu__tel a {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  font-weight: 600;
  position: relative;
}
.l-header__inner__menu__tel a::before {
  background: url(../image/header_tel.png) no-repeat center;
  content: "";
  display: inline-block;
  height: 33px;
  position: absolute;
  top: 1rem;
  left: -3rem;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .l-header__inner__menu__tel a::before {
    top: 0.2rem;
    left: -2.6rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 580px) {
  .l-header__inner__menu__tel a::before {
    top: -0.4rem;
    left: -2.2rem;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}
@media screen and (max-width: 425px) {
  .l-header__inner__menu__tel a::before {
    -webkit-transform: scale(0.45);
            transform: scale(0.45);
  }
}
@media screen and (max-width: 320px) {
  .l-header__inner__menu__tel a::before {
    display: none;
  }
}
.l-header__inner__menu__tel a:hover {
  opacity: 0.7;
}
.l-header__inner__menu__contact {
  text-align: center;
  margin-left: clamp(1.2rem, 4vw, 4rem);
}
.l-header__inner__menu__contact a {
  background: #3cbda6;
  display: block;
  padding: 1.4rem 3rem 1.2rem;
  position: relative;
}
@media screen and (max-width: 580px) {
  .l-header__inner__menu__contact a {
    padding: 0.5rem 1rem 1rem;
  }
}
.l-header__inner__menu__contact a span {
  color: #fff;
  display: block;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1;
  padding-top: 0.7em;
}
@media screen and (max-width: 580px) {
  .l-header__inner__menu__contact a span {
    padding-top: 0;
  }
}
.l-header__inner__menu__contact a img {
  width: 49px;
}
@media screen and (max-width: 768px) {
  .l-header__inner__menu__contact a img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 580px) {
  .l-header__inner__menu__contact a img {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media screen and (max-width: 425px) {
  .l-header__inner__menu__contact a img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* ------------------------------------------------------------
l-fv
------------------------------------------------------------ */
.l-fv__inner {
  background: url(../image/fv_bg.jpg) no-repeat center/cover;
  padding-top: clamp(3rem, 10vw, 10rem);
  padding-bottom: clamp(10rem, 26vw, 26rem);
  margin-left: auto;
  width: 80%;
}
.l-fv__inner img {
  position: relative;
  margin-left: -25%;
  width: min(100%, 1000px);
}
@media screen and (max-width: 768px) {
  .l-fv__inner img {
    margin-left: -35%;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__inner img {
    margin-left: -43%;
    width: 120%;
  }
}

/* ------------------------------------------------------------
l-first
------------------------------------------------------------ */
.l-first {
  background: url(../image/first_bg.jpg) no-repeat center/cover;
  padding-top: clamp(10rem, 18vw, 18rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
  position: relative;
  top: clamp(-5rem, -10vw, -10rem);
  z-index: -1;
}
.l-first__title img {
  width: min(90%, 621px);
}
.l-first__line {
  background: #7a7a7a;
  display: block;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
  height: 60px;
  width: 1px;
}
.l-first__line::after {
  content: "";
  -webkit-animation: scroll_line 2s infinite ease-in-out;
          animation: scroll_line 2s infinite ease-in-out;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@-webkit-keyframes scroll_line {
  0% {
    top: 0;
    height: 100%;
  }
  25% {
    top: 100%;
    height: 0%;
  }
  50% {
    top: -100%;
    height: 0%;
  }
  75% {
    top: -100%;
    height: 100%;
  }
  100% {
    top: 0;
    height: 100%;
  }
}
@keyframes scroll_line {
  0% {
    top: 0;
    height: 100%;
  }
  25% {
    top: 100%;
    height: 0%;
  }
  50% {
    top: -100%;
    height: 0%;
  }
  75% {
    top: -100%;
    height: 100%;
  }
  100% {
    top: 0;
    height: 100%;
  }
}
.l-first__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 screen and (max-width: 768px) {
  .l-first__flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-first__flexbox__img {
  width: min(46.5%, 465px);
}
@media screen and (max-width: 768px) {
  .l-first__flexbox__img {
    margin-bottom: 2rem;
    width: min(50%, 465px);
  }
}
@media screen and (max-width: 580px) {
  .l-first__flexbox__img {
    width: min(60%, 465px);
  }
}
.l-first__flexbox__text {
  width: min(51.6%, 516px);
}
@media screen and (max-width: 768px) {
  .l-first__flexbox__text {
    text-align: center;
    width: min(100%, 516px);
  }
}
.l-first__flexbox__text h3 {
  color: #fff;
  font-family: "Noto Sans-serif JP", serif;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 1.1;
  margin-left: 2rem;
}
.l-first__flexbox__text h3 span {
  color: #fff;
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

/* ------------------------------------------------------------
l-flow
------------------------------------------------------------ */
.l-flow {
  padding-top: clamp(0rem, 4vw, 4rem);
  padding-bottom: clamp(4rem, 14vw, 14rem);
  margin-left: auto;
  margin-right: auto;
  width: min(92%, 1000px);
}

/* ------------------------------------------------------------
l-form
------------------------------------------------------------ */
.l-form {
  background: url(../image/form_bg.jpg) no-repeat center/cover;
}
.l-form img {
  width: min(100%, 902px);
}
@media screen and (max-width: 580px) {
  .l-form img {
    width: min(80%, 768px);
  }
}
@media screen and (max-width: 425px) {
  .l-form img {
    width: min(100%, 768px);
  }
}
.l-form__textarea {
  text-align: center;
}
.l-form__textarea input {
  border: 4px solid #3cbda6;
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  padding: 2.5rem;
  width: min(90%, 900px);
}
@media screen and (max-width: 1024px) {
  .l-form__textarea input {
    border: 3.5px solid #3cbda6;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-form__textarea input {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .l-form__textarea input {
    border: 2px solid #3cbda6;
  }
}
.l-form__btn {
  background: #3cbda6;
  border-bottom: 7px solid #288f7c;
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 5px #252525;
          box-shadow: 0 5px 5px #252525;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  .l-form__btn {
    border-radius: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 580px) {
  .l-form__btn {
    border-radius: 15px;
    width: 85%;
  }
}
@media screen and (max-width: 425px) {
  .l-form__btn {
    border-radius: 10px;
    width: 97%;
  }
}
.l-form__btn:hover {
  border-bottom: 3px solid #288f7c;
  padding-bottom: 4px;
}
.l-form__btn button {
  color: #fff;
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  padding: 1.7rem 0;
  text-align: center;
  width: 100%;
}
.l-form__check_box {
  color: #fff;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-form__check_box {
    text-align: start;
  }
}
.l-form__check_box label {
  margin-right: 3rem;
}
@media screen and (max-width: 580px) {
  .l-form__check_box label {
    margin-right: 2rem;
  }
}
.l-form__check_box label .check_agreement {
  display: none;
}
.l-form__check_box label .check_agreement:checked + .check_agreement-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 12px;
  height: 22px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 4px solid #ff7777;
  border-right: 4px solid #ff7777;
}
@media screen and (max-width: 580px) {
  .l-form__check_box label .check_agreement:checked + .check_agreement-parts::after {
    left: 2px;
    width: 9px;
    height: 15px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-bottom: 3px solid #ff7777;
    border-right: 3px solid #ff7777;
  }
}
.l-form__check_box label a {
  border-bottom: 1px solid #8fe5ff;
  text-shadow: 0 0 5px #252525;
  color: #8fe5ff;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .l-form__check_box label a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-form__check_box label a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 580px) {
  .l-form__check_box label a {
    font-size: 1.2rem;
  }
}
.l-form__check_box label a:visited {
  border-bottom: 1px solid #e2a7ff;
  color: #e2a7ff;
}
.l-form__check_box label .check_agreement-parts {
  text-shadow: 0 0 5px #252525;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  padding-left: 3rem;
  position: relative;
  margin-right: 0;
}
@media screen and (max-width: 580px) {
  .l-form__check_box label .check_agreement-parts {
    padding-left: 1.5rem;
  }
}
.l-form__check_box label .check_agreement-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
@media screen and (max-width: 580px) {
  .l-form__check_box label .check_agreement-parts::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
  }
}

/* ------------------------------------------------------------
l-difference
------------------------------------------------------------ */
.l-difference__sponly {
  display: none;
}
@media screen and (max-width: 580px) {
  .l-difference__sponly {
    display: block;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 580px) {
  .l-difference__table {
    overflow-x: scroll;
  }
}
.l-difference__table table {
  border-collapse: collapse;
  border: 1px solid #404040;
}
@media screen and (max-width: 580px) {
  .l-difference__table table {
    width: 530px;
  }
}
@media screen and (max-width: 425px) {
  .l-difference__table table {
    width: 480px;
  }
}
.l-difference__table table tr th {
  background: #4a3457;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 1em;
  vertical-align: baseline;
  width: 200px;
}
@media screen and (max-width: 425px) {
  .l-difference__table table tr th {
    padding: 1em 0.2em;
    width: 100px;
  }
}
.l-difference__table table tr td {
  border: 1px solid #404040;
  line-height: 1.6;
  padding: 1em 0;
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 425px) {
  .l-difference__table table tr td {
    width: 240px;
  }
}
.l-difference__table table tr td.free {
  background: #f6ff6b;
  color: #f41919;
  font-size: 110%;
  font-weight: 600;
}
.l-difference__table table tr:last-child td {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 1.85;
  padding: 1em 1.5em;
  text-align: start;
}
@media screen and (max-width: 425px) {
  .l-difference__table table tr:last-child td {
    padding: 1em;
  }
}

/* ------------------------------------------------------------
l-recommend
------------------------------------------------------------ */
.l-recommend {
  background: url(../image/recommend_bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  padding-top: clamp(2rem, 6vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .l-recommend {
    background-attachment: scroll;
  }
}
.l-recommend__title {
  position: relative;
  top: clamp(2rem, 4vw, 4rem);
}
.l-recommend__contents {
  position: relative;
  top: clamp(5rem, 12vw, 12rem);
}
.l-recommend__contents img {
  -webkit-box-shadow: 0px 0px 12px #ccc;
          box-shadow: 0px 0px 12px #ccc;
}
@media screen and (max-width: 768px) {
  .l-recommend__contents img {
    -webkit-box-shadow: 0px 0px 7px #ccc;
            box-shadow: 0px 0px 7px #ccc;
  }
}

/* ------------------------------------------------------------
l-about
------------------------------------------------------------ */
.l-about {
  background: #3a2546;
  padding-top: clamp(10rem, 20vw, 20rem);
  padding-bottom: clamp(4rem, 14vw, 14rem);
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 580px) {
  .l-about {
    padding-bottom: 0;
  }
}
.l-about__textbox {
  background: #fff;
  -webkit-box-shadow: 5px 5px 12px #23162b;
          box-shadow: 5px 5px 12px #23162b;
  padding: 8rem 7rem 10rem;
  width: min(60%, 1300px);
}
@media screen and (max-width: 1440px) {
  .l-about__textbox {
    width: min(70%, 1300px);
  }
}
@media screen and (max-width: 1200px) {
  .l-about__textbox {
    width: min(75%, 1300px);
  }
}
@media screen and (max-width: 1024px) {
  .l-about__textbox {
    padding: 6rem 5rem 8rem;
    width: min(80%, 1300px);
  }
}
@media screen and (max-width: 768px) {
  .l-about__textbox {
    width: min(85%, 1300px);
  }
}
@media screen and (max-width: 580px) {
  .l-about__textbox {
    padding: 4rem 3rem 5rem;
    position: relative;
    top: -10rem;
    margin-right: auto;
    margin-left: auto;
    width: min(92%, 1300px);
  }
}
.l-about__imgbox {
  background: url(../image/about_img01.jpg) no-repeat center/cover;
  -webkit-box-shadow: 5px 5px 12px #999;
          box-shadow: 5px 5px 12px #999;
  height: 800px;
  position: absolute;
  top: 45%;
  right: 0;
  width: min(55%, 1500px);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .l-about__imgbox {
    top: 40%;
    height: 920px;
  }
}
@media screen and (max-width: 1024px) {
  .l-about__imgbox {
    top: 38%;
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .l-about__imgbox {
    top: 45%;
    height: 600px;
  }
}
@media screen and (max-width: 580px) {
  .l-about__imgbox {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 250px;
    position: relative;
    top: 0;
    width: 100%;
  }
}

/* ------------------------------------------------------------
l-service
------------------------------------------------------------ */
.l-service {
  padding-top: clamp(6rem, 16vw, 16rem);
  padding-bottom: clamp(4rem, 14vw, 14rem);
}
.l-service__contents {
  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 screen and (max-width: 580px) {
  .l-service__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-service__contents__box {
  position: relative;
  width: min(48%, 480px);
}
@media screen and (max-width: 580px) {
  .l-service__contents__box {
    width: min(100%, 480px);
  }
  .l-service__contents__box:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.l-service__contents__box__title {
  position: relative;
}
.l-service__contents__box__title h3 {
  background: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  padding: 0.3em 0.7em;
  position: absolute;
  top: 5rem;
}
@media screen and (max-width: 580px) {
  .l-service__contents__box__title h3 {
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.8rem;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .l-service__contents__box__title img {
    width: min(80%, 480px);
  }
}
@media screen and (max-width: 425px) {
  .l-service__contents__box__title img {
    width: min(100%, 480px);
  }
}
.l-service__contents__box p {
  font-size: clamp(1.35rem, 2vw, 2rem);
}
.l-service__contents__box p strong {
  display: block;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}
.l-service__contents__box p span {
  color: #df0000;
  display: block;
  font-size: 90%;
  line-height: 1.6;
}
.l-service__contents__box ul li {
  font-size: 90%;
  line-height: 1.7;
  list-style-type: disc;
  margin-left: 1.5em;
}
.l-service__text {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 300;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------
l-support
------------------------------------------------------------ */
.l-support {
  background: #3a2546;
  color: #fff;
  padding: clamp(3rem, 10vw, 10rem) clamp(3rem, 5vw, 5rem) clamp(4rem, 14vw, 14rem);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: min(85%, 1500px);
  z-index: 0;
}
@media screen and (max-width: 425px) {
  .l-support {
    padding: 3rem 2rem 5rem;
    width: min(90%, 1500px);
  }
}
.l-support__contents_box p {
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  line-height: 1.6;
}
.l-support__contents_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 580px) {
  .l-support__contents_box ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}
.l-support__contents_box ul li {
  width: min(45%, 300px);
}
@media screen and (max-width: 580px) {
  .l-support__contents_box ul li {
    width: 100%;
  }
  .l-support__contents_box ul li:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5rem;
    margin-bottom: 3rem;
  }
}
.l-support__contents_box ul li img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .l-support__contents_box ul li img {
    width: 80px;
  }
}
@media screen and (max-width: 425px) {
  .l-support__contents_box ul li img {
    width: 60px;
  }
}
.l-support__contents_box ul li p {
  font-size: clamp(1.3rem, 2vw, 2rem);
}
.l-support__contents_box ul li a {
  background: #fff;
  color: #3a2546;
  display: grid;
  font-weight: 600;
  height: 65px;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-support__contents_box ul li a {
    height: 60px;
  }
}
@media screen and (max-width: 580px) {
  .l-support__contents_box ul li a {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .l-support__contents_box ul li a {
    height: 50px;
    width: 100%;
  }
}
.l-support__contents_box ul li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.l-support__contents_box ul li a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #9884a5;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-support__contents_box ul li a span:hover {
  color: #fff;
}
.l-support__contents_box ul li a span:hover:before {
  width: 100%;
}
.l-support__contents_box ul li a span.tel {
  font-size: clamp(2.5rem, 2.5vw, 3rem);
}
.l-support__contents_box ul li a span.mail {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}

/* ------------------------------------------------------------
l-footer
------------------------------------------------------------ */
.l-footer {
  background: #2e2e2e;
  color: #fff;
  padding: 8rem 0 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 7rem 0 5rem;
  }
}
.l-footer__inner__logo {
  margin-right: 4rem;
  width: 100%;
  max-width: 162px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner__logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 580px) {
  .l-footer__inner__logo {
    margin-right: 2.5rem;
    max-width: 100px;
  }
}
.l-footer__inner__nav {
  padding-left: 2rem;
  width: min(100%, 850px);
}
@media screen and (max-width: 580px) {
  .l-footer__inner__nav {
    padding-left: 1rem;
  }
}
.l-footer__inner__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.l-footer__inner__nav ul li {
  border-right: 1px solid #ccc;
  padding-right: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 320px) {
  .l-footer__inner__nav ul li {
    border: none;
  }
}
.l-footer__inner__nav ul li:last-child {
  border: none;
}
.l-footer__inner__nav ul li a {
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
.l-footer__inner__nav ul li a:hover {
  opacity: 0.7;
}
.l-footer__disclaimer {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
.l-footer__copyright small {
  color: #fff;
  display: block;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  padding-right: 2rem;
  padding-left: 2rem;
  text-align: center;
}

/*------------------------------------------
sub_page↓
------------------------------------------*/
/*------------------------------------------
sub_header
------------------------------------------*/
.l-sub_header {
  background: #282c3f;
  font-family: "Noto Serif JP", serif;
}
.l-sub_header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .l-sub_header__inner {
    height: 45px;
  }
}
@media screen and (max-width: 580px) {
  .l-sub_header__inner {
    height: 35px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.l-sub_header__inner__logo a {
  display: block;
  width: 100%;
  max-width: 162px;
}
@media screen and (max-width: 768px) {
  .l-sub_header__inner__logo a {
    max-width: 120px;
  }
}
@media screen and (max-width: 580px) {
  .l-sub_header__inner__logo a {
    padding-right: 1rem;
    padding-left: 0;
    max-width: 100px;
  }
}
.l-sub_header__inner__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-sub_header__inner__menu__tel a {
  color: #fff;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-sub_header__inner__menu__tel a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .l-sub_header__inner__menu__tel a {
    font-size: 1.3rem;
  }
}
.l-sub_header__inner__menu__tel a::before {
  background: url(https://tsg-crop.com/before/assets/images/tel_header.png) no-repeat center;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 0.2rem;
  left: -2.8rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 20px;
}
@media screen and (max-width: 768px) {
  .l-sub_header__inner__menu__tel a::before {
    top: -0.2rem;
    left: -2.4rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 580px) {
  .l-sub_header__inner__menu__tel a::before {
    top: -0.6rem;
    left: -1.9rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.l-sub_header__inner__menu__tel a:hover {
  opacity: 0.7;
}
.l-sub_header__inner__menu__contact {
  text-align: center;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .l-sub_header__inner__menu__contact {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .l-sub_header__inner__menu__contact {
    margin-left: 1.2rem;
  }
}
.l-sub_header__inner__menu__contact a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem 3rem;
  position: relative;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .l-sub_header__inner__menu__contact a {
    font-size: 1.4rem;
    padding: 0.3rem 3rem;
    width: 130px;
  }
}
@media screen and (max-width: 580px) {
  .l-sub_header__inner__menu__contact a {
    font-size: 1rem;
    padding: 0.1rem 1rem;
    width: 110px;
  }
}
@media screen and (max-width: 425px) {
  .l-sub_header__inner__menu__contact a {
    width: 105px;
  }
}
.l-sub_header__inner__menu__contact a:hover {
  background-color: #fff;
  color: #282c3f;
}
.l-sub_header__inner__menu__contact a:hover:after {
  border-top: 1px solid #282c3f;
  border-right: 1px solid #282c3f;
}
.l-sub_header__inner__menu__contact a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 10%;
}
@media screen and (max-width: 580px) {
  .l-sub_header__inner__menu__contact a:after {
    content: none;
  }
}

/* ------------------------------------------------------------
header(sub_page)
------------------------------------------------------------ */
.l-sub_header {
  position: relative;
  width: 100%;
}
.l-sub_header h1 {
  position: absolute;
  top: 2rem;
  left: 2%;
  max-width: 198px;
}
@media screen and (max-width: 1024px) {
  .l-sub_header h1 {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-sub_header h1 {
    max-width: 130px;
  }
}
@media screen and (max-width: 580px) {
  .l-sub_header h1 {
    top: 1rem;
    max-width: 100px;
  }
}

/*------------------------------------------
l-company (sub_page)
------------------------------------------*/
.l-company h3 {
  background: #f4f4f4;
  border-left: solid 5px #713991;
  border-bottom: solid 3px #ddd;
  color: #111;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 1rem 0 1rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-company h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .l-company h3 {
    font-size: 1.6rem;
  }
}
.l-company p {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.85;
}
.l-company ul li {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.85;
  margin-bottom: 0.5rem;
}
.l-company ul li ul li {
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  line-height: 1.85;
  margin: 0;
}
.l-company table {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .l-company table {
    font-size: 1.5rem;
  }
}
.l-company table tbody tr {
  border-bottom: 1px solid #d6d6b4;
}
.l-company table tbody tr th {
  font-weight: 700;
  padding: 24px 20px;
  width: 20%;
}
@media screen and (max-width: 580px) {
  .l-company table tbody tr th {
    display: block;
    padding: 15px 0 5px 0;
    width: 100%;
  }
}
.l-company table tbody tr td {
  padding: 24px 0 24px 30px;
  width: 70%;
}
@media screen and (max-width: 580px) {
  .l-company table tbody tr td {
    display: block;
    padding: 0 0 15px 0;
    width: 100%;
  }
}
.l-company__menu ul {
  border: 1px solid #ddd;
}
.l-company__menu ul li {
  padding: 25px 0;
  margin-bottom: 0;
}
.l-company__menu ul li:nth-child(odd) {
  background-color: #f4f1f5;
}
.l-company__menu ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-company__menu ul li dl dt {
  font-size: clamp(1.6rem, 2vw, 2rem);
  padding: 0 10px 0 2em;
  max-width: 180px;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .l-company__menu ul li dl dt {
    border-left: 1px solid #713991;
    padding: 0 10px;
    margin-left: 1em;
    max-width: 100%;
    width: 100%;
  }
}
.l-company__menu ul li dl dd {
  font-size: clamp(1.6rem, 2vw, 2rem);
  padding: 0 35px;
  max-width: 750px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .l-company__menu ul li dl dd {
    padding: 0 25px;
    max-width: 100%;
    width: 100%;
  }
}