@-webkit-keyframes draw-line {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-line {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
body.loaded .deco_line path {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#wrap {
  position: relative;
}

.deco_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: visible;
  height: 259px;
}
@media print, screen and (min-width: 780px) {
  .deco_line {
    height: 465px;
  }
}
.deco_line svg {
  position: absolute;
  overflow: visible;
}
.deco_line svg.blue {
  right: 57px;
  top: -20px;
  height: 280px;
  aspect-ratio: 864/437;
}
@media print, screen and (min-width: 610px) and (max-width: 779px) {
  .deco_line svg.blue {
    left: 0;
  }
}
@media print, screen and (min-width: 780px) {
  .deco_line svg.blue {
    left: -40px;
    right: auto;
    top: 0;
    width: 864px;
    height: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .deco_line svg.blue {
    left: 0;
  }
}
.deco_line svg.blue path {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.deco_line svg.red {
  right: -239px;
  top: 72px;
  height: 188px;
  aspect-ratio: 666/349;
}
@media print, screen and (min-width: 610px) and (max-width: 779px) {
  .deco_line svg.red {
    left: 490px;
  }
}
@media print, screen and (min-width: 780px) {
  .deco_line svg.red {
    left: 724px;
    right: auto;
    top: 116px;
    width: 666px;
    height: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .deco_line svg.red {
    left: 764px;
  }
}
@media print, screen and (min-width: 1440px) {
  .deco_line svg.red {
    left: auto;
    right: 0;
  }
}
.deco_line svg.red path {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.deco_line path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-animation-name: draw-line;
          animation-name: draw-line;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.page_title {
  position: relative;
  overflow: hidden;
  padding: 65px 10px 25px 16px;
  min-height: 206px;
}
@media print, screen and (min-width: 780px) {
  .page_title {
    padding: 80px 40px;
    min-height: 365px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page_title {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.page_title i {
  display: block;
  color: #000;
  font: normal 500 3.8rem/1.1 "Figtree", sans-serif;
  letter-spacing: 0.12em;
  line-height: normal;
}
@media print, screen and (min-width: 780px) {
  .page_title i {
    font-size: 7.2rem;
  }
}
.page_title span {
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #000;
}
@media print, screen and (min-width: 780px) {
  .page_title span {
    margin-top: 16px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page_title + section {
    padding-top: 96px;
  }
}

.main_contents {
  padding-top: 54px;
}
@media print, screen and (min-width: 780px) {
  .main_contents {
    padding-top: 100px;
  }
}
.main_contents section + section {
  padding-top: 112px;
}
@media print, screen and (min-width: 1024px) {
  .main_contents section + section {
    padding-top: 128px;
  }
}
.main_contents .narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.main_contents .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  color: #000;
  line-height: 1.5;
}
@media print, screen and (min-width: 780px) {
  .main_contents .headline {
    gap: 24px;
    margin-bottom: 52px;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .main_contents .headline {
    margin-bottom: 64px;
    font-size: 3.6rem;
  }
}
.main_contents .headline i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #8f8f8f;
  font: normal 400 1.3rem/1.5 "Figtree", sans-serif;
  letter-spacing: 0.12em;
}
.main_contents .headline i::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 33px;
  height: 1px;
  background: -webkit-linear-gradient(left, #19b1ed 0, #19b1ed 10px, transparent 10px, transparent 13px, #dd0428 13px, #dd0428 33px);
  background: linear-gradient(to right, #19b1ed 0, #19b1ed 10px, transparent 10px, transparent 13px, #dd0428 13px, #dd0428 33px);
}
@media print, screen and (min-width: 780px) {
  .main_contents .headline i {
    font-size: 1.5rem;
  }
  .main_contents .headline i::after {
    width: 40px;
    background: -webkit-linear-gradient(left, #19b1ed 0, #19b1ed 12px, transparent 12px, transparent 16px, #dd0428 16px, #dd0428 40px);
    background: linear-gradient(to right, #19b1ed 0, #19b1ed 12px, transparent 12px, transparent 16px, #dd0428 16px, #dd0428 40px);
  }
}
.main_contents a {
  text-decoration: underline;
}
@media not all and (hover: none) {
  .main_contents a:hover {
    text-decoration: none;
  }
}
.main_contents a.btn {
  text-decoration: none;
}
.main_contents p {
  line-height: 2;
}
.main_contents table {
  width: 100%;
  border-collapse: collapse;
}
.main_contents table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.4rem;
  color: #313131;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  .main_contents table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.main_contents table tr:last-child {
  margin-bottom: 0;
}
.main_contents table th, .main_contents table td {
  line-height: 1.8;
}
.main_contents table th {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 700;
  text-align: left;
}
@media print, screen and (min-width: 1024px) {
  .main_contents table th {
    width: 158px;
  }
}
.main_contents table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.main_contents input[type=text],
.main_contents input[type=email],
.main_contents input[type=tel],
.main_contents textarea {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0.06em;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_contents input[type=text]::-webkit-input-placeholder, .main_contents input[type=email]::-webkit-input-placeholder, .main_contents input[type=tel]::-webkit-input-placeholder, .main_contents textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}
.main_contents input[type=text]::-moz-placeholder, .main_contents input[type=email]::-moz-placeholder, .main_contents input[type=tel]::-moz-placeholder, .main_contents textarea::-moz-placeholder {
  color: #c9c9c9;
}
.main_contents input[type=text]:-ms-input-placeholder, .main_contents input[type=email]:-ms-input-placeholder, .main_contents input[type=tel]:-ms-input-placeholder, .main_contents textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
.main_contents input[type=text]::-ms-input-placeholder, .main_contents input[type=email]::-ms-input-placeholder, .main_contents input[type=tel]::-ms-input-placeholder, .main_contents textarea::-ms-input-placeholder {
  color: #c9c9c9;
}
.main_contents input[type=text]::placeholder,
.main_contents input[type=email]::placeholder,
.main_contents input[type=tel]::placeholder,
.main_contents textarea::placeholder {
  color: #c9c9c9;
}
@media print, screen and (min-width: 1024px) {
  .main_contents input[type=text],
  .main_contents input[type=email],
  .main_contents input[type=tel],
  .main_contents textarea {
    padding: 10px 20px;
  }
}
.main_contents input[type=tel] {
  width: 190px;
}
.main_contents textarea {
  resize: vertical;
}
.main_contents input[type=checkbox],
.main_contents input[type=radio] {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: no-repeat #fff center center/14px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_contents input[type=checkbox]:checked,
.main_contents input[type=radio]:checked {
  border-color: #000;
  background-image: url('data:image/svg+xml;utf8,%3Csvg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13.7071 0.299039C14.0976 0.697757 14.0976 1.34528 13.7071 1.74399L5.70796 9.90975C5.31738 10.3085 4.68307 10.3085 4.29249 9.90975L0.292936 5.82687C-0.0976453 5.42815 -0.0976453 4.78063 0.292936 4.38192C0.683517 3.9832 1.31782 3.9832 1.7084 4.38192L5.00179 7.74072L12.2947 0.299039C12.6853 -0.0996796 13.3196 -0.0996796 13.7102 0.299039H13.7071Z" fill="%23fff"/%3E%3C/svg%3E');
  background-color: #000;
  color: #fff;
}
.main_contents input[type=radio] {
  border-radius: 50%;
}
.contents {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 1024px) {
  .contents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contents.bg-gray {
  margin-top: 60px;
}
.contents.bg-gray::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #f8f8f8;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 1024px) {
  .contents.bg-gray {
    margin-top: 100px;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, auto);
}
@media print, screen and (min-width: 780px) {
  .grid.col2_pc {
    grid-template-columns: repeat(2, auto);
  }
}

.btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  .btn_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-top: 40px;
  }
}

.iframe_wrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-top: 105.5865921788%;
}
@media print, screen and (min-width: 1024px) {
  .iframe_wrap {
    padding-top: 45.625%;
  }
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.check_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.check_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.sec_philosophy .wrap {
  position: relative;
  background: url("../img/company/philosophy_bg_sp.jpg") center center/cover no-repeat;
  margin-bottom: 64px;
  padding: 60px 0 70px;
}
@media print, screen and (min-width: 1024px) {
  .sec_philosophy .wrap {
    margin-bottom: 73px;
    padding: 123px 0 102px;
    background-image: url("../img/company/philosophy_bg.jpg?260424");
  }
}
.sec_philosophy .wrap + .inner p {
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  .sec_philosophy .wrap + .inner p {
    font-size: 1.6rem;
  }
}
.sec_philosophy .headline {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .sec_philosophy .headline {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 100px;
    left: 80px;
  }
}
.sec_philosophy .headline i {
  color: #fff;
}
.sec_philosophy .words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
  z-index: 1;
  margin: auto;
  padding: 48px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.sec_philosophy .words::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="200" height="200"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="4" stitchTiles="stitch" result="t"/%3E%3CfeColorMatrix type="luminanceToAlpha" in="t" result="a"/%3E%3CfeFlood flood-color="%238C8C8C" result="c"/%3E%3CfeComposite in="c" in2="a" operator="in"/%3E%3C/filter%3E%3Crect width="200" height="200" filter="url(%23noise)"/%3E%3C/svg%3E');
  background-size: 200px 200px;
  opacity: 0.2;
}
@media print, screen and (min-width: 1024px) {
  .sec_philosophy .words {
    gap: 33px;
    padding: 56px 48px;
  }
}
.sec_philosophy .words dt, .sec_philosophy .words dd {
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  color: #000;
  letter-spacing: 0.12em;
}
.sec_philosophy .words dt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}
@media print, screen and (min-width: 1024px) {
  .sec_philosophy .words dt {
    font-size: 2.4rem;
  }
}
.sec_philosophy .words dt .separator {
  position: relative;
  left: 2px;
  margin: 1px 0;
  display: inline-block;
}
.sec_philosophy .words dd {
  font-size: 1.7rem;
  line-height: 2.2;
}
@media print, screen and (min-width: 1024px) {
  .sec_philosophy .words dd {
    font-size: 2rem;
  }
}

.sec_message {
  position: relative;
  padding-bottom: 53px;
}
.sec_message .headline {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}
.sec_message .headline i {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_message .top,
.sec_message .bottom {
  position: relative;
  overflow: visible;
  pointer-events: none;
  width: 100%;
}
.sec_message .top::before, .sec_message .top::after,
.sec_message .bottom::before,
.sec_message .bottom::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.sec_message .top::before,
.sec_message .bottom::before {
  width: 251%;
  border-radius: 50%;
  aspect-ratio: 1;
  opacity: 0.08;
}
.sec_message .top::after,
.sec_message .bottom::after {
  width: 51%;
  max-width: 392px;
  aspect-ratio: 200/398;
  background: no-repeat center center/contain;
}
.sec_message .top > img,
.sec_message .bottom > img {
  position: absolute;
  z-index: 2;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_message .top {
  margin-bottom: 56px;
  aspect-ratio: 390/275;
}
.sec_message .top::before {
  top: -50%;
  left: -179.5%;
  background-color: #19b1ed;
}
.sec_message .top::after {
  top: 213%;
  left: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 398" fill="none"%3E%3Cpath d="M2.57994e-06 0.500014C109.905 0.500023 199 89.3715 199 199C199 308.629 109.905 397.5 -3.21269e-05 397.5" opacity="0.6" stroke="%2319b1ed"/%3E%3C/svg%3E');
}
.sec_message .top img:nth-child(1) {
  top: 0;
  left: 14.36%;
  width: 35.641025641%;
  aspect-ratio: 139/94;
}
.sec_message .top img:nth-child(2) {
  top: 44.7272727273%;
  left: 0;
  width: 50%;
  aspect-ratio: 195/132;
}
.sec_message .top img:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 42.5641025641%;
  aspect-ratio: 166/228;
}
.sec_message .bottom {
  margin-top: 56px;
  aspect-ratio: 390/278;
}
.sec_message .bottom::before {
  top: -204%;
  left: 28.46%;
  background-color: #dd0428;
}
.sec_message .bottom::after {
  top: -260%;
  left: 49%;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 398" fill="none"%3E%3Cpath d="M199.5 397.5C89.5954 397.5 0.5 308.628 0.5 199C0.5 89.3715 89.5954 0.5 199.5 0.5" opacity="0.6" stroke="%23dd0428"/%3E%3C/svg%3E');
}
.sec_message .bottom img:nth-child(1) {
  top: 11.5107913669%;
  left: 0;
  width: 39.2307692308%;
  aspect-ratio: 153/212;
}
.sec_message .bottom img:nth-child(2) {
  top: 0;
  right: 14.1025641026%;
  width: 39.4871794872%;
  aspect-ratio: 154/104;
}
.sec_message .bottom img:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 53.5897435897%;
  aspect-ratio: 209/140;
}
.sec_message .inner {
  position: relative;
  z-index: 1;
}
.sec_message .inner p {
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.07em;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .sec_message {
    margin-top: 120px;
    padding-bottom: 150px;
  }
  .sec_message .headline {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .sec_message .top,
  .sec_message .bottom {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: auto;
    aspect-ratio: auto;
  }
  .sec_message .top::after,
  .sec_message .bottom::after {
    width: 27.2222222222%;
    aspect-ratio: 392/785;
  }
  .sec_message .top {
    margin-bottom: 0;
  }
  .sec_message .top::before {
    top: 0;
    left: 6.9444444444%;
    width: 48.75%;
  }
  .sec_message .top::after {
    top: 265px;
    left: 0;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 393 785" fill="none"%3E%3Cpath d="M0 0.5C216.5 0.5 392 176 392 392.5 392 609 216.5 784.5 0 784.5" stroke="%2319b1ed"/%3E%3C/svg%3E');
  }
  .sec_message .top img:nth-child(1) {
    top: 81px;
    bottom: auto;
    left: 43px;
    width: 225px;
    max-height: 151px;
  }
  .sec_message .top img:nth-child(2) {
    top: 323px;
    left: 76px;
    width: 316px;
    max-height: 213px;
  }
  .sec_message .top img:nth-child(3) {
    top: 611px;
    left: 0;
    right: auto;
    width: 268px;
    max-height: 369px;
  }
  .sec_message .bottom {
    margin-top: 0;
  }
  .sec_message .bottom::before {
    top: 347px;
    left: 44.3055555556%;
    width: 48.75%;
  }
  .sec_message .bottom::after {
    top: 0;
    left: 72.7777777778%;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 393 785" fill="none"%3E%3Cpath d="M392.5 784.5C176 784.5 0.5 609 0.5 392.5 0.5 176 176 0.5 392.5 0.5" stroke="%23dd0428"/%3E%3C/svg%3E');
  }
  .sec_message .bottom img:nth-child(1) {
    top: 69px;
    left: auto;
    right: 57px;
    width: 233px;
    max-height: 323px;
  }
  .sec_message .bottom img:nth-child(2) {
    top: 468px;
    right: 118px;
    width: 281px;
    max-height: 189px;
  }
  .sec_message .bottom img:nth-child(3) {
    top: 737px;
    width: 361px;
    max-height: 243px;
  }
  .sec_message .inner p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.sec_overview .grid.col2_pc {
  list-style: none;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media print, screen and (min-width: 780px) {
  .sec_overview .grid.col2_pc {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

body.contact .main_contents p.lead {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 1024px) {
  body.contact .main_contents p.lead {
    font-size: 1.5rem;
  }
}
body.contact .main_contents table {
  margin-top: 50px;
}
body.contact .main_contents tr {
  padding-bottom: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
body.contact .main_contents th, body.contact .main_contents td {
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  body.contact .main_contents th {
    width: 225px;
  }
}
@media print, screen and (min-width: 1024px) {
  body.contact #form_input tr:last-child th,
  body.contact #form_input tr:nth-last-child(2) th {
    padding-top: 0;
  }
  body.contact #form_input th {
    padding-top: 10px;
  }
}
body.contact .required {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 6px;
  background: #ef6060;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  body.contact .required {
    margin-left: 15px;
  }
}
body.contact .error_box {
  margin: 0 auto 30px;
  padding: 20px;
  border: 1px solid #ef6060;
  color: #ef6060;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  body.contact .error_box {
    margin-bottom: 50px;
    padding: 25px;
    max-width: 1000px;
    border-width: 2px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
body.contact .error {
  display: block;
  margin-top: 4px;
  color: #ef6060;
  font-style: normal;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  body.contact .error {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
body.contact .agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
@media print, screen and (min-width: 780px) {
  body.contact .thanks {
    text-align: center;
  }
}

body.privacy .main_contents {
  font-size: 1.3rem;
  line-height: 2;
}
@media print, screen and (min-width: 1024px) {
  body.privacy .main_contents {
    font-size: 1.4rem;
  }
}
body.privacy .main_contents h2 {
  margin: 32px 0 16px;
  font-weight: 700;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  body.privacy .main_contents h2 {
    font-size: 1.6rem;
  }
}
body.privacy .main_contents p {
  letter-spacing: 0.06em;
}
body.privacy .main_contents p.lead {
  font-size: 1.4rem;
}
body.privacy .main_contents ul, body.privacy .main_contents ol {
  margin-left: 16px;
  margin-top: 16px;
}
body.privacy .main_contents ul li, body.privacy .main_contents ol li {
  line-height: 1.6;
  letter-spacing: 0.06em;
}
body.privacy .main_contents ul li + li, body.privacy .main_contents ol li + li {
  margin-top: 5px;
}
body.privacy .main_contents ul {
  list-style: disc inside;
}
body.privacy .main_contents ol {
  list-style: decimal inside;
}
body.privacy .main_contents address {
  display: block;
  margin: 16px 0;
  padding: 16px 24px;
  border: 1px solid #d9d9d9;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 1024px) {
  body.privacy .main_contents address {
    padding: 24px 40px;
  }
}