@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/din-alternate");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html, body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
}

.font_noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font_en {
  font-family: "DIN Alternate", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.9;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.9;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 24px;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}
@media (min-width: 1728px) {
  .innerBox {
    max-width: 1376px;
  }
}
.innerBox.is-h100 {
  height: 100%;
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  min-height: calc(100vh - 144px);
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  main {
    min-height: calc(100vh - 158px);
  }
}
@media (min-width: 1180px) {
  main {
    min-height: calc(100vh - 515px);
  }
}

.is-margin_header {
  margin-top: 65px;
}
@media (min-width: 1336px) {
  .is-margin_header {
    margin-top: 155px;
  }
}

#page__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media (min-width: 1180px) {
  #page__top {
    right: 20px;
    bottom: 20px;
  }
}
#page__top:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 0px;
  top: 5px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 52.2%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.scroll {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 10px;
  bottom: 184px;
  z-index: 9999;
}
@media (min-width: 768px) {
  .scroll {
    right: 2%;
    bottom: 8%;
  }
  .scroll:hover {
    cursor: pointer;
    opacity: 1;
  }
}

.hover_btn {
  position: relative;
}
.hover_btn a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.hover_btn a:hover:before {
  animation: hover_circle 0.75s;
}
.hover_btn a:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blogcard {
  background-color: #F9F9F9;
  margin-bottom: 32px;
  padding: 20px 16px;
}
.blogcard a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
  color: #3C3C3C;
  font-weight: bold;
}
@media (min-width: 768px) {
  .blogcard a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .blogcard {
    margin-bottom: 40px;
    padding: 16px;
  }
}
.blogcard_thumbnail {
  width: 108px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .blogcard_thumbnail {
    width: 181px;
  }
}
.blogcard_content {
  flex: 1;
}

.l-header {
  width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 67px;
  background-color: #ffffff;
  transition: 0.4s;
}
@media (min-width: 1024px) {
  .l-header {
    height: 148px;
  }
}
.l-header.is-open {
  height: 100vh;
  height: -webkit-fill-available;
}
.l-header.is-open .innerBox {
  align-items: flex-start;
}
.l-header__btn {
  display: none;
}
@media (min-width: 1024px) {
  .l-header__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 513px;
    margin-right: 40px;
  }
}
.l-header__btn__contact {
  width: 250px;
  height: 64px;
  background-color: #F3A641;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  border: solid 1px #F3A641;
  transition: 0.3s;
}
.l-header__btn__contact:hover {
  background-color: #ffffff;
  color: #F3A641;
  opacity: 1;
}
.l-header__btn__contact:hover:before {
  border-top: solid 2px #F3A641;
  border-right: solid 2px #F3A641;
}
.l-header__btn__contact:before {
  content: "";
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  transform: rotate(45deg);
}
.l-header__content {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.is-open .l-header__content {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .l-header__content {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1180px) {
  .l-header__content {
    padding: 0;
  }
}
.l-header__logo {
  width: 160px;
  padding: 19px 0 0px 16px;
}
@media (min-width: 1024px) {
  .l-header__logo {
    width: 256px;
    padding: 26px 0 33px 40px;
  }
}
.l-header__logo a:hover {
  opacity: 1;
  cursor: pointer;
}
.l-header__list {
  display: none;
  height: calc(100% - 21px);
  background-color: #07A5CD;
  padding: 24px 16px;
  overflow-y: auto;
  position: relative;
  margin-top: 21px;
}
.is-open .l-header__list {
  display: block;
}
@media (min-width: 1024px) {
  .l-header__list {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    height: 48px;
    padding: 0;
    width: 100%;
    background-color: #07A5CD;
    margin-top: 0;
  }
}
.l-header__list .parent {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .l-header__list .parent {
    margin-bottom: 0;
    display: flex;
    gap: 0 24px;
  }
}
@media (min-width: 1024px) {
  .l-header__list .parent {
    gap: 0 40px;
  }
}
.l-header__list .parent li {
  position: relative;
}
.l-header__list .parent li.is-open .child {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .l-header__list .parent li.is-sp {
    display: none;
  }
}
.l-header__list .parent li a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .l-header__list .parent li a {
    font-size: 14px;
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 1180px) {
  .l-header__list .parent li a {
    font-size: 18px;
  }
}
.l-header__list .parent li a:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-header__list .parent li a:hover {
    cursor: pointer;
  }
  .l-header__list .parent li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    border-bottom: solid 4px #ffffff;
    animation: border_anim 0.3s linear forwards;
  }
}
.l-header__list .parent li:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .l-header__list .parent li:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-header__list .parent li .child {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .l-header__list .parent li .child {
    visibility: hidden;
    gap: 10px 0;
    opacity: 0;
    margin-top: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 600px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 16px;
  }
}
.l-header__list .parent li .child li {
  width: 30%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .l-header__list .parent li .child li {
    width: 19%;
    margin-bottom: 0;
  }
}
.l-header__list .parent li .child li:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media (min-width: 1024px) {
  .l-header__list .parent li .child li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .l-header__list .parent li .child li:not(:nth-child(5n)) {
    margin-right: 1%;
  }
}
.l-header__list .parent li .child li a {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 0 8px 20px;
  border: solid 1px #E0E0E0;
  display: block;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 1024px) {
  .l-header__list .parent li .child li a {
    margin-right: 0;
    transition: 0.3s;
    text-align: center;
    padding: 8px 0;
  }
}
.l-header__list .parent li .child li a:hover {
  color: #ffffff;
  border: solid 1px #07A5CD;
  background-color: #07A5CD;
}
.l-header__list .parent li .child li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #07A5CD;
  border-radius: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
@media (min-width: 1024px) {
  .l-header__list .parent li .child li a:before {
    content: none;
  }
}
.l-header__list__cta {
  background-color: #FAF7EF;
  border-radius: 4px;
  width: 100%;
  max-width: 312px;
  margin: 0 auto 24px;
  padding: 16px 24px;
}
@media (min-width: 1024px) {
  .l-header__list__cta {
    display: none;
  }
}
.l-header__list__cta-detail {
  margin-bottom: 16px;
}
.l-header__list__cta-detail p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.l-header__list__cta-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
  width: 100%;
  border-radius: 60px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.l-header__list__cta-detail a:before {
  content: "";
  position: absolute;
  width: 15.5px;
  height: 8.17px;
  background-image: url(../images/common/white_yajirushi.svg);
  background-size: 100% 100%;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__list__cta-detail a.is-green {
  background-color: #07A5CD;
}
.l-header__list__cta-detail a.is-dark {
  background-color: #07A5CD;
}
.l-header__list__cta-detail a span:nth-child(1) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  left: 24px;
}
.l-header__list__cta-tel {
  text-align: center;
}
.l-header__list__btn {
  width: 100%;
  max-width: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 44px;
  background-color: #FAF7EF;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .l-header__list__btn {
    display: none;
  }
}
.l-header__list__btn span:nth-child(1) {
  display: inline-block;
  margin-right: 8px;
}
.l-header__ham {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 16px;
  border-radius: 50%;
  z-index: 3;
}
@media (min-width: 1024px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__ham span {
  width: 24px;
  height: 2px;
  background-color: #07A5CD;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.8s;
}
.l-header__ham span:nth-child(1) {
  top: 16px;
}
.l-header__ham span:nth-child(2) {
  bottom: 16px;
}

.active_line1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 1s;
  top: 22px !important;
  border-radius: 3px;
}

.active_line2 {
  opacity: 0;
}

.active_line3 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 14px !important;
  right: -1px;
  border-radius: 3px;
}

.l-nav {
  background-color: rgba(26, 26, 26, 0.9);
  border-radius: 24px 24px 0 0;
  position: fixed;
  bottom: -100%;
  padding: 48px 0 8px;
  transition: 0.8s;
  z-index: 9999;
  width: 100%;
}
.l-nav.is-open {
  bottom: 0;
}
.l-nav__logo {
  margin-bottom: 48px;
  width: 190px;
  padding: 0 24px;
}
.l-nav__list {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
  padding: 0 0 0 24px;
}
.l-nav__list li {
  margin-right: 16px;
  margin-bottom: 32px;
}
.l-nav__list li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.l-nav__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 8px 8px 8px;
}
.l-nav__btn a:not(:last-child) {
  max-width: 155px;
  width: 42%;
  height: 68px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-nav__btn a:not(:last-child) p:nth-child(1) {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
.l-nav__btn a:not(:last-child) p:nth-child(2) {
  font-size: 12px;
}
.l-nav__btn a:nth-child(1) {
  background-color: #EE3E3E;
  border: solid 1px #EE3E3E;
  color: #ffffff;
}
.l-nav__btn a:nth-child(2) {
  background-color: #ffffff;
  border: solid 1px #3C3C3C;
  color: #3C3C3C;
}
.l-nav__btn a:last-child {
  width: 48px;
}

.l-footer {
  width: 100%;
  background-color: #07A5CD;
  position: relative;
  z-index: 1;
  padding: 64px 0 120px;
  margin-top: 96px;
}
@media (min-width: 768px) {
  .l-footer {
    margin-bottom: 0;
    padding: 72px 0 24px;
  }
}
@media (min-width: 1024px) {
  .l-footer {
    height: 140px;
    padding: 0 0 24px;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
  }
}
.l-footer__illust {
  position: absolute;
  top: -156px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 343px;
}
@media (min-width: 1024px) {
  .l-footer__illust {
    max-width: 645px;
    left: initial;
    top: -232px;
  }
}
.l-footer__inner {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__inner {
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .l-footer__inner {
    display: flex;
    align-items: center;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 32px;
}
@media (min-width: 1024px) {
  .l-footer__logo {
    margin: 0;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .l-footer__copyright {
    margin: 0 0 0 auto;
  }
}
.l-footer__list {
  width: 100%;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .l-footer__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 0 24px;
  }
}
@media (min-width: 1024px) {
  .l-footer__list {
    margin: 0 0 0 40px;
    width: auto;
  }
}
.l-footer__list li {
  text-align: center;
}
.l-footer__list li:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .l-footer__list li:not(:last-child) {
    margin-bottom: 0;
    position: relative;
  }
  .l-footer__list li:not(:last-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background-color: #ffffff;
    right: -14px;
    top: -2px;
  }
}
.l-footer__list li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__list li a {
    font-size: 14px;
  }
}
.l-footer__list li a:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-footer__list li a:hover {
    cursor: pointer;
  }
  .l-footer__list li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: solid 1px #ffffff;
    animation: border_anim 0.3s linear forwards;
  }
}

.l-sidebar {
  width: 100%;
  height: 100%;
}
.l-sidebar__banner {
  text-align: center;
  margin-bottom: 40px;
}
.l-sidebar__cta {
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .l-sidebar__cta {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 40px;
    width: 300px;
  }
}
.l-sidebar__cta.is-close {
  display: none !important;
}
@media (min-width: 1024px) {
  .l-sidebar__cta.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.l-sidebar__cta__close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -16px;
  right: -16px;
  z-index: 1;
}
.l-sidebar__cta__close:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-sidebar__fixed {
    position: sticky;
    top: 156px;
    right: 0;
  }
}
.l-sidebar__search {
  margin-bottom: 40px;
}
.l-sidebar__search form {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.l-sidebar__search form input[type=submit] {
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../images/common/search_submit.webp);
  background-size: 100% 100%;
  right: 0;
  top: 0;
}
.l-sidebar__search form input[type=submit]:hover {
  cursor: pointer;
}
.no-webp .l-sidebar__search form input[type=submit] {
  background-image: url(../images/common/search_submit.png);
}
.l-sidebar__search form input[type=text] {
  flex: 1;
  border: solid 1px #C9C3C3;
  height: 40px;
  background-color: #ffffff;
  padding: 0 56px 0 16px;
}
.l-sidebar__title {
  margin-bottom: 24px;
  padding: 8px 0;
  background-color: #07A5CD;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.l-sidebar__article__detail {
  display: flex;
}
.l-sidebar__article__detail:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 2px #F4F4F4;
}
.l-sidebar__article__detail .image {
  width: 108px;
  margin-right: 16px;
}
.l-sidebar__article__detail .title {
  flex: 1;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
.l-sidebar__article__detail .title a {
  color: #3C3C3C;
}

.o-bread_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-bottom: 16px;
  margin-top: 67px;
  width: 91.4%;
  max-width: 1200px;
  margin: 67px auto 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .o-bread_list {
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .o-bread_list {
    margin: 148px auto 16px;
  }
}
.o-bread_list.is-single {
  margin: 67px auto 80px;
}
@media (min-width: 1024px) {
  .o-bread_list.is-single {
    margin: 148px auto 80px;
  }
}
.o-bread_list li {
  font-size: 12px;
  position: relative;
  line-height: 1.2;
  color: #9D9D9D;
}
@media (min-width: 1024px) {
  .o-bread_list li {
    font-size: 14px;
  }
}
.o-bread_list li:not(:last-child) {
  margin-right: 24px;
}
.o-bread_list li:not(:last-child):before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #9D9D9D;
  border-right: solid 1px #9D9D9D;
  position: absolute;
  right: -16px;
  top: 4px;
  transform: rotate(45deg);
}
.o-bread_list li a {
  color: #9D9D9D;
  position: relative;
}
@media (min-width: 1024px) {
  .o-bread_list li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    background-color: #9D9D9D;
    animation: border_anim 0.3s linear forwards;
  }
}

.o-title {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.o-title.is-center {
  justify-content: center;
}
.o-title span:nth-child(1) {
  display: inline-block;
  width: 19px;
  margin-right: 8px;
}
.o-title span:nth-child(2) {
  font-size: 26px;
}

.o-lower {
  padding: 0px 0 50px;
}
@media (min-width: 768px) {
  .o-lower {
    padding: 0px 0 100px;
  }
}

.o-btn.is-fixed {
  background-color: transparent;
  width: 100%;
  height: 72px;
  position: fixed;
  bottom: -72px;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.o-btn.is-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-btn.is-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
@media (min-width: 768px) {
  .o-btn.is-fixed {
    display: none !important;
  }
}
.o-btn.is-fixed a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
}
.o-btn.is-fixed a:nth-child(1) {
  background-color: #07A5CD;
}
.o-btn.is-fixed a:nth-child(2) {
  background-color: #F3A641;
}
.o-btn.is-fixed a p:nth-child(1) {
  display: inline-block;
  margin-right: 8px;
}
.o-btn.is-blog {
  width: 100%;
  max-width: 224px;
  margin: 0 auto;
  background-color: #07A5CD;
  border: solid 1px #07A5CD;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.1));
  border-radius: 68px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  padding: 24px 0;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .o-btn.is-blog {
    max-width: 288px;
  }
}
.o-btn.is-blog:hover {
  background-color: #ffffff;
  color: #07A5CD;
}

.o-mv.is-top {
  width: 100%;
  max-width: 1200px;
  margin: 67px auto 80px;
  padding: 32px 0 124px;
  position: relative;
}
@media (min-width: 1024px) {
  .o-mv.is-top {
    margin: 148px auto 80px;
    padding: 64px 0;
  }
}
@media (min-width: 1180px) {
  .o-mv.is-top {
    padding: 128px 0;
  }
}
.o-mv.is-top .text {
  position: relative;
  z-index: 1;
}
.o-mv.is-top .text__title {
  margin-bottom: 28px;
  color: #3C3C3C;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .o-mv.is-top .text__title {
    font-size: 48px;
  }
}
.o-mv.is-top .text__title span {
  display: inline-block;
  font-weight: bold;
}
.o-mv.is-top .text__title span.dot {
  position: relative;
  color: #07A5CD;
  font-size: 56px;
}
@media (min-width: 768px) {
  .o-mv.is-top .text__title span.dot {
    font-size: 64px;
  }
}
.o-mv.is-top .text__title span.dot:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #07A5CD;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}
.o-mv.is-top .text__list {
  margin-bottom: 32px;
}
.o-mv.is-top .text__list li {
  padding-left: 28px;
  line-height: 19.2px;
  font-size: 16px;
  color: #3C3C3C;
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-mv.is-top .text__list li {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.o-mv.is-top .text__list li span {
  color: #F3A641;
}
.o-mv.is-top .text__list li span.f24 {
  font-size: 21px;
}
@media (min-width: 768px) {
  .o-mv.is-top .text__list li span.f24 {
    font-size: 24px;
  }
}
.o-mv.is-top .text__list li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/top/mv_check.svg);
  background-size: 100% 100%;
  left: 0;
  top: 2px;
}
.o-mv.is-top .text__list li:not(:last-child) {
  margin-bottom: 16px;
}
.o-mv.is-top .text__btn {
  width: 100%;
  height: 64px;
  max-width: 347px;
  background-color: #F3A641;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  border: solid 1px #F3A641;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .o-mv.is-top .text__btn {
    height: 74px;
  }
}
.o-mv.is-top .text__btn:hover {
  background-color: #ffffff;
  color: #F3A641;
  opacity: 1;
}
.o-mv.is-top .text__btn:hover:before {
  border-top: solid 2px #F3A641;
  border-right: solid 2px #F3A641;
}
.o-mv.is-top .text__btn:before {
  content: "";
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  transform: rotate(45deg);
}
.o-mv.is-top .image {
  display: flex;
  justify-content: center;
  position: relative;
  top: -56px;
  margin-bottom: -56px;
}
@media (min-width: 1024px) {
  .o-mv.is-top .image {
    position: absolute;
    right: -24px;
  }
}
@media (min-width: 1180px) {
  .o-mv.is-top .image {
    top: -185px;
    right: -100px;
  }
}
@media (min-width: 1280px) {
  .o-mv.is-top .image {
    right: -132px;
  }
}
@media (min-width: 1336px) {
  .o-mv.is-top .image {
    right: -168px;
  }
}
.o-mv.is-top .image__content {
  min-width: 446px;
  height: 446px;
  background-color: #F3FCFF;
  border-radius: 50%;
  max-width: none;
  position: relative;
}
@media (min-width: 1180px) {
  .o-mv.is-top .image__content {
    min-width: 810px;
    height: 810px;
  }
}
.o-mv.is-top .image__main {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 285px;
  opacity: 0;
  animation: fadeIn 0.6s linear forwards;
  animation-delay: 0.6s;
}
@media (min-width: 1180px) {
  .o-mv.is-top .image__main {
    width: 486px;
  }
}
.o-mv.is-top .image__01 {
  position: absolute;
  bottom: 246px;
  width: 104px;
  left: 59px;
  opacity: 0;
  animation: fadeIn 0.6s linear forwards;
  animation-delay: 1.2s;
}
@media (min-width: 1180px) {
  .o-mv.is-top .image__01 {
    left: 32px;
    width: 183px;
    bottom: 386px;
  }
}
.o-mv.is-top .image__02 {
  position: absolute;
  bottom: 276px;
  width: 119px;
  left: 127px;
  opacity: 0;
  animation: fadeIn 0.6s linear forwards;
  animation-delay: 1.8s;
}
@media (min-width: 1180px) {
  .o-mv.is-top .image__02 {
    left: 184px;
    width: 208px;
    bottom: 436px;
  }
}
.o-mv.is-top .image__03 {
  position: absolute;
  bottom: 271px;
  width: 123px;
  right: 103px;
  opacity: 0;
  animation: fadeIn 0.6s linear forwards;
  animation-delay: 2.4s;
}
@media (min-width: 1180px) {
  .o-mv.is-top .image__03 {
    right: 212px;
    width: 218px;
    bottom: 431px;
  }
}
.o-mv.is-top .image__04 {
  position: absolute;
  bottom: 246px;
  width: 104px;
  right: 39px;
  opacity: 0;
  animation: fadeIn 0.6s linear forwards;
  animation-delay: 3s;
}
@media (min-width: 1180px) {
  .o-mv.is-top .image__04 {
    right: 72px;
    width: 183px;
    bottom: 372px;
  }
}
.o-mv.is-top .mv_scroll {
  position: absolute;
  width: 29px;
  height: 100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
}
.o-mv.is-top .mv_scroll:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #07A5CD;
  border-radius: 50%;
  left: -3px;
  top: -4px;
  animation: mv_scroll 2.4s linear alternate infinite;
}
.o-mv.is-lower {
  background-color: #ECFBFF;
  padding: 48px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .o-mv.is-lower {
    padding: 80px 0;
  }
}
.o-mv.is-lower .inner {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .o-mv.is-lower .inner {
    width: 95.3%;
  }
}
.o-mv.is-lower .inner .title {
  color: #3C3C3C;
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-mv.is-lower .inner .title {
    font-size: 40px;
  }
}
.o-mv.is-lower .inner .title span {
  color: #07A5CD;
}
.o-mv.is-lower .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

.o-cv {
  background-color: #ffffff;
  padding: 48px 16px 40px;
}
.o-cv__title {
  text-align: center;
  font-size: 34px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  margin-bottom: 24px;
}
.o-cv__title span {
  display: inline-block;
}
.o-cv__list {
  background-color: #F9F9F9;
  padding: 14px 16px;
  margin-bottom: 24px;
  width: 100%;
  margin: 0 auto 24px;
  max-width: 585px;
}
@media (min-width: 768px) {
  .o-cv__list {
    padding: 24px 48px;
  }
}
.o-cv__list li {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}
.o-cv__list li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/sidebar_check.svg);
  background-size: 100% 100%;
  top: 5px;
  left: 0;
}
.o-cv__list li:not(:last-child) {
  margin-bottom: 16px;
}
.o-cv__text {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .o-cv__text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.o-cv__text .is-tab {
  display: none;
}
@media (min-width: 768px) {
  .o-cv__text .is-tab {
    display: block;
  }
}
.o-cv__btn {
  background-color: #FAF7EF;
  padding: 16px 10px;
  border-radius: 4px;
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-cv__btn {
    background-color: transparent;
    padding: 0;
  }
}
.o-cv__btn__flex {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .o-cv__btn__flex {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
}
.o-cv__btn__flex .detail {
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-cv__btn__flex .detail {
    margin: 0;
  }
}
.o-cv__btn__flex .detail p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.o-cv__btn__flex .detail p span {
  position: relative;
}
.o-cv__btn__flex .detail p span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  transform: rotate(30deg);
}
.o-cv__btn__flex .detail p span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  transform: rotate(-30deg);
}
.o-cv__btn__flex .detail a {
  position: relative;
  display: flex;
  border-radius: 60px;
  height: 56px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
}
.o-cv__btn__flex .detail a span:nth-child(1) {
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  align-items: center;
  display: flex;
}
.o-cv__btn__flex .detail a span:nth-child(3) {
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  align-items: center;
  display: flex;
}
.o-cv__btn__flex .detail:nth-child(1) {
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .o-cv__btn__flex .detail:nth-child(1) {
    margin: 0;
  }
}
.o-cv__btn__flex .detail:nth-child(1) a {
  background-color: #07A5CD;
  border: solid 1px #07A5CD;
}
.o-cv__btn__flex .detail:nth-child(1) a:hover {
  color: #07A5CD;
  opacity: 1;
  background-color: #ffffff;
}
.o-cv__btn__flex .detail:nth-child(1) a:hover svg path {
  fill: #07A5CD;
}
.o-cv__btn__flex .detail:nth-child(2) p {
  display: none;
}
@media (min-width: 768px) {
  .o-cv__btn__flex .detail:nth-child(2) p {
    display: block;
  }
}
.o-cv__btn__flex .detail:nth-child(2) a {
  background-color: #07A5CD;
  border: solid 1px #07A5CD;
}
.o-cv__btn__flex .detail:nth-child(2) a:hover {
  color: #07A5CD;
  opacity: 1;
  background-color: #ffffff;
}
.o-cv__btn__flex .detail:nth-child(2) a:hover svg path {
  fill: #07A5CD;
}
.o-cv__btn__tel {
  width: 100%;
  max-width: 252px;
  margin: 0 auto;
}

.o-flex {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .o-flex {
    display: flex;
    justify-content: space-between;
  }
}
.o-flex.is-mb {
  margin: 0 auto 80px;
}
@media (min-width: 1024px) {
  .o-flex.is-mb {
    margin: 0 auto 128px;
  }
}
.o-flex__main {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .o-flex__main {
    margin-bottom: 0;
    width: calc(100% - 360px);
  }
}
.is-single .o-flex__main {
  position: relative;
}
.o-flex__main__content {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .o-flex__main__content {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .o-flex__sidebar {
    width: 300px;
    padding-bottom: 0;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .o-flex__sidebar.is-single {
    padding-top: 0;
  }
}

@keyframes show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes show_text {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show_text_right {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
    visibility: hidden;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ham_open {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ham_close {
  0% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
@keyframes ham_opacity {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes DownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1400px 0;
  }
}
@keyframes bou {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes btn_hover {
  from {
    width: 0px;
  }
  to {
    width: calc(100% - 10px);
  }
}
@keyframes zoom_image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes zoom_mv {
  from {
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    transform: scale(1.01, 1.01);
    opacity: 0.4;
  }
}
@keyframes image_opacity_left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes image_opacity_right {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hover_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes scroll_sp {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -48px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scroll_pc {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -96px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(72px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(72px);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes mv_scroll {
  0% {
    top: -4px;
  }
  100% {
    top: 96px;
  }
}
.o-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .o-content {
    width: 96%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .o-content {
    width: 100%;
  }
}
.o-content__main {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .o-content__main {
    margin-bottom: 0;
    padding-top: 5px;
    width: calc(100% - 400px);
  }
}
.o-content__sidebar {
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .o-content__sidebar {
    width: 340px;
    padding-bottom: 0;
  }
}

.o-pagenation {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.o-pagenation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 32px;
}
.o-pagenation .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 44px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #07A5CD;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
  transition: 0.1s;
  border: 0px;
  border: solid 1px #07A5CD;
  background-color: transparent;
}
.o-pagenation .wp-pagenavi a:hover {
  background-color: #ffffff;
}
.o-pagenation .wp-pagenavi .current {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  margin: 0 4px;
  background-color: #07A5CD;
  border: solid 1px #07A5CD;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.o-recommend {
  background-color: #F9F9F9;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .o-recommend {
    padding: 70px 0;
  }
}
@media (min-width: 768px) {
  .o-recommend__content {
    display: flex;
    justify-content: space-between;
  }
}
.o-recommend__content__detail {
  width: 100%;
}
.o-recommend__content__detail:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .o-recommend__content__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .o-recommend__content__detail {
    width: 30.8%;
  }
}
@media (min-width: 1024px) {
  .o-recommend__content__detail {
    width: 30.8%;
  }
}
.o-recommend__content__detail-image {
  margin-bottom: 24px;
}
.o-recommend__content__detail-text {
  padding-left: 12px;
  position: relative;
}
.o-recommend__content__detail-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  background-color: #3C3C3C;
}
@media (min-width: 768px) {
  .o-recommend__content__detail-text {
    padding-left: 24px;
  }
}
.o-recommend__content__detail-text .is-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .o-recommend__content__detail-text .is-flex .date {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .o-recommend__content__detail-text .is-flex .date {
    margin-top: 0;
  }
}
.o-recommend__content__detail-text .is-flex .date time {
  display: flex;
  align-items: center;
  line-height: 1;
}
.o-recommend__content__detail-text .is-flex .date time img {
  display: inline-block;
  margin-right: 6px;
}
.o-recommend__content__detail-text .category span {
  background-color: #FFFDDA;
  font-size: 10px;
  color: #999999;
  font-weight: 500;
  line-height: 1;
  padding: 4px 16px;
}
@media (min-width: 768px) {
  .o-recommend__content__detail-text .category span {
    font-size: 16px;
  }
}
.o-recommend__content__detail-text .title {
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .o-recommend__content__detail-text .title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .o-recommend__content__detail-text .title {
    font-size: 22px;
    line-height: 33px;
  }
}
.o-recommend__content__detail-text .title a {
  color: #333;
}

@media (min-width: 768px) {
  .o-blog {
    display: flex;
    flex-wrap: wrap;
  }
}
.o-blog__detail {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .o-blog__detail {
    width: 48.3%;
    margin-bottom: 0;
  }
}
.o-blog__detail .image {
  margin-bottom: 16px;
}
.o-blog__detail .text {
  position: relative;
}
.o-blog__detail .text .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}
.o-blog__detail .text .top .category {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #07A5CD;
  font-size: 14px;
}
.o-blog__detail .text .top .day {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #3C3C3C;
  gap: 0 12px;
}
.o-blog__detail .text .top .day .date {
  color: #9D9D9D;
  font-size: 14px;
}
.o-blog__detail .text .top .day .date time {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.o-blog__detail .text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}
.o-blog__detail .text .title.is-mb0 {
  margin-bottom: 0;
}
.o-blog__detail .text .title a {
  color: #3C3C3C;
  padding-bottom: 0.05em;
  background: linear-gradient(#3C3C3C, #3C3C3C) 0 100%/0 2px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}
.o-blog__detail .text .title a:hover {
  background-size: 100% 1px;
}
.o-blog__detail .text .content {
  font-size: 14px;
  line-height: 1.6;
  color: #B3B3B3;
  margin-bottom: 32px;
}
.o-blog__detail .text .content p:not(:last-child) {
  margin-bottom: 16px;
}
.o-blog__detail .text .btn {
  display: flex;
  justify-content: flex-end;
}
.o-blog__detail .text .btn a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #07A5CD;
  position: relative;
}
.o-blog__detail .text .btn a:hover {
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .o-blog__detail .text .btn a:hover {
    cursor: pointer;
  }
  .o-blog__detail .text .btn a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: solid 2px #07A5CD;
    animation: border_anim 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  .o-blog__detail:nth-child(odd) {
    margin-right: 3.4%;
  }
}
@media (min-width: 768px) {
  .o-blog__detail:not(:nth-last-child(-n+2)) {
    margin-bottom: 56px;
  }
}

.o-cta {
  background-color: #07A5CD;
  padding: 32px 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-cta {
    padding: 48px 32px 24px;
  }
}
.o-cta__title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .o-cta__title {
    text-align: left;
    padding-left: 285px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__title {
    padding-left: 168px;
    margin-bottom: 32px;
  }
}
.o-cta__title p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-cta__title p:nth-child(1) {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .o-cta__title p:nth-child(1) {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__title p:nth-child(1) {
    font-size: 24px;
  }
}
@media (min-width: 1180px) {
  .is-single .o-cta__title p:nth-child(1) {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .is-single .o-cta__title p:nth-child(1) {
    font-size: 40px;
  }
}
.o-cta__title p:nth-child(2) {
  display: none;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .o-cta__title p:nth-child(2) {
    display: block;
  }
}
.o-cta__sp_text {
  padding-left: 96px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
  color: #ffffff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .o-cta__sp_text {
    display: none;
  }
}
.o-cta__link {
  position: relative;
}
@media (min-width: 1024px) {
  .o-cta__link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
.o-cta__link__illust {
  position: absolute;
  width: 99px;
  left: -11px;
  top: -97px;
}
@media (min-width: 768px) {
  .o-cta__link__illust {
    width: 295px;
    top: -246px;
    left: -32px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__link__illust {
    width: 185px;
    top: -174px;
    left: -25px;
  }
}
.o-cta__link__detail {
  position: relative;
  background-color: #ffffff;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .o-cta__link__detail {
    padding: 32px 0;
    width: 49.3%;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__link__detail {
    padding: 24px 0;
  }
}
.o-cta__link__detail:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .o-cta__link__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.o-cta__link__detail-title {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.4;
}
.o-cta__link__detail-tel p:nth-child(1) {
  margin-bottom: 6px;
}
.o-cta__link__detail-tel p:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  color: #3C3C3C;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-cta__link__detail-tel p:nth-child(1) a {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__link__detail-tel p:nth-child(1) a {
    font-size: 32px;
  }
}
.o-cta__link__detail-tel p:nth-child(1) a span:nth-child(1) {
  width: 28px;
  display: inline-block;
}
@media (min-width: 768px) {
  .o-cta__link__detail-tel p:nth-child(1) a span:nth-child(1) {
    width: 52px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__link__detail-tel p:nth-child(1) a span:nth-child(1) {
    width: 34px;
  }
}
.o-cta__link__detail-tel p:nth-child(2) {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 768px) {
  .o-cta__link__detail-tel p:nth-child(2) {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__link__detail-tel p:nth-child(2) {
    font-size: 14px;
  }
}
.o-cta__link__detail-contact {
  width: 91.4%;
  height: 54px;
  max-width: 440px;
  background-color: #F3A641;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  border: solid 1px #F3A641;
  transition: 0.3s;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-cta__link__detail-contact {
    height: 80px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .is-single .o-cta__link__detail-contact {
    height: 64px;
    font-size: 18px;
  }
}
.o-cta__link__detail-contact:hover {
  background-color: #ffffff;
  color: #F3A641;
  opacity: 1;
}
.o-cta__link__detail-contact:hover:before {
  border-top: solid 2px #F3A641;
  border-right: solid 2px #F3A641;
}
.o-cta__link__detail-contact:before {
  content: "";
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  transform: rotate(45deg);
}

.o-form {
  background-color: #ffffff;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .o-form {
    padding: 40px 50px 64px;
  }
}
@media (min-width: 1024px) {
  .o-form.is-contact {
    padding: 60px 80px;
  }
}
.o-form__row {
  border-bottom: dotted 1px #D9D9D9;
  padding: 36px 0;
}
@media (min-width: 768px) {
  .o-form__row {
    padding: 36px 24px;
  }
}
@media (min-width: 768px) {
  .is-contact .o-form__row {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .is-contact .o-form__row {
    padding: 20px 24px;
  }
}
.o-form__row.is-last {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .o-form__row.is-last {
    margin-bottom: 24px;
  }
}
.o-form__row__title {
  margin-bottom: 16px;
  font-size: 18px;
  display: flex;
}
@media (min-width: 768px) {
  .is-contact .o-form__row__title {
    margin-bottom: 0;
    width: 206px;
    padding-top: 22px;
    position: relative;
  }
}
.o-form__row__title p {
  display: flex;
  align-items: center;
}
.o-form__row__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  width: 32px;
  height: 17px;
  background-color: #FF8E3F;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .is-contact .o-form__row__title span {
    position: absolute;
    right: 17px;
    top: 22px;
  }
}
@media (min-width: 768px) {
  .is-contact .o-form__row__input {
    flex: 1;
  }
}
.o-form__row__input input {
  width: 100%;
  background-color: #F9F9F9;
  border: solid 1px #BCBCBC;
  font-size: 18px;
  font-weight: 500;
  padding: 0 16px;
  height: 60px;
  border-radius: 5px;
}
.o-form__row__input textarea {
  width: 100%;
  background-color: #F9F9F9;
  border: solid 1px #BCBCBC;
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
  height: 160px;
  border-radius: 5px;
  resize: vertical;
}
.o-form__row__input .wpcf7-not-valid-tip {
  margin-top: 16px;
  display: inline-block;
  font-size: 16px;
}
.o-form__privacy {
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
}
.o-form__privacy input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.o-form__privacy a {
  display: inline-block;
  margin-left: 8px;
  color: #3C3C3C;
  text-decoration: underline;
}
.o-form__submit {
  width: 100%;
  max-width: 310px;
  height: 56px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.o-form__submit:before {
  content: "";
  position: absolute;
  width: 8.17px;
  height: 7px;
  background-image: url(../images/common/white_yajirushi.svg);
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
@media (min-width: 768px) {
  .o-form__submit {
    max-width: 264px;
  }
}
.o-form__submit p {
  height: 100%;
}
.o-form__submit input {
  width: 100%;
  height: 100%;
  background-color: #07A5CD;
  font-size: 14px;
  color: #ffffff;
}
.o-form__submit input:disabled {
  background: #ccc;
}
.o-form__submit input:hover {
  cursor: pointer;
}

.o-bg {
  width: 100%;
  padding: 64px 0 80px;
  background-color: #FAF7EF;
}
@media (min-width: 768px) {
  .o-bg {
    padding: 64px 0 80px;
  }
}

.o-contact_btn {
  width: 100%;
  max-width: 564px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .o-contact_btn {
    display: flex;
    justify-content: space-between;
  }
}
.o-contact_btn__detail {
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .o-contact_btn__detail {
    margin: 0;
  }
}
.o-contact_btn__detail p {
  text-align: center;
  margin-bottom: 4px !important;
  font-size: 14px;
  font-weight: bold;
}
.o-contact_btn__detail p span {
  position: relative;
}
.o-contact_btn__detail p span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
  transform: rotate(30deg);
}
.o-contact_btn__detail p span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #333;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  transform: rotate(-30deg);
}
.o-contact_btn__detail a {
  position: relative;
  display: flex;
  border-radius: 60px;
  height: 56px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
}
.o-contact_btn__detail a span:nth-child(1) {
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  align-items: center;
  display: flex;
}
.o-contact_btn__detail a span:nth-child(3) {
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  align-items: center;
  display: flex;
}
.o-contact_btn__detail:nth-child(1) {
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .o-contact_btn__detail:nth-child(1) {
    margin: 0;
  }
}
.o-contact_btn__detail:nth-child(1) a {
  background-color: #07A5CD;
  border: solid 1px #07A5CD;
}
.o-contact_btn__detail:nth-child(1) a:hover {
  color: #07A5CD;
  opacity: 1;
  background-color: #ffffff;
}
.o-contact_btn__detail:nth-child(1) a:hover svg path {
  fill: #07A5CD;
}
.o-contact_btn__detail:nth-child(2) p {
  display: none;
}
@media (min-width: 768px) {
  .o-contact_btn__detail:nth-child(2) p {
    display: block;
  }
}
.o-contact_btn__detail:nth-child(2) a {
  background-color: #07A5CD;
  border: solid 1px #07A5CD;
}
.o-contact_btn__detail:nth-child(2) a:hover {
  color: #07A5CD;
  opacity: 1;
  background-color: #ffffff;
}
.o-contact_btn__detail:nth-child(2) a:hover svg path {
  fill: #07A5CD;
}

.p-top {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .p-top {
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .p-top {
    padding-bottom: 256px;
  }
}
.p-top__title {
  margin-bottom: 40px;
  font-weight: bold;
}
.p-top__title p:nth-child(1) {
  font-family: "DIN Alternate", sans-serif;
  margin-bottom: 12px;
  font-size: 18px;
  color: #07A5CD;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: solid 2px #07A5CD;
}
.p-top__title p:nth-child(2) {
  color: #3C3C3C;
  font-size: 32px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top__title p:nth-child(2) {
    font-size: 42px;
  }
}
.p-top__title p:nth-child(3) {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 16px;
  font-weight: 400;
}
.p-top__service {
  margin-bottom: 80px;
}
@media (min-width: 1180px) {
  .p-top__service__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-top__service__detail {
  padding: 32px 16px;
  border: solid 2px #F4F4F4;
}
@media (min-width: 768px) {
  .p-top__service__detail {
    padding: 32px;
  }
}
@media (min-width: 1180px) {
  .p-top__service__detail {
    width: 49%;
    display: flex;
    flex-direction: column;
    padding: 40px 32px;
  }
}
.p-top__service__detail:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1180px) {
  .p-top__service__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top__service__detail-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 24px;
}
.is-l_blue .p-top__service__detail-title {
  color: #07A5CD;
}
.is-blue .p-top__service__detail-title {
  color: #0F98E1;
}
.p-top__service__detail-text {
  margin-bottom: 16px;
  color: #3C3C3C;
  line-height: 1.8;
}
.p-top__service__detail-btn {
  margin-bottom: 40px;
}
.p-top__service__detail-btn a {
  display: flex;
  width: 141px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  font-weight: 500;
}
.is-l_blue .p-top__service__detail-btn a {
  color: #07A5CD;
}
.is-l_blue .p-top__service__detail-btn a:hover {
  position: relative;
}
@media (min-width: 1024px) {
  .is-l_blue .p-top__service__detail-btn a:hover {
    cursor: pointer;
  }
  .is-l_blue .p-top__service__detail-btn a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: solid 2px #07A5CD;
    animation: border_anim 0.3s linear forwards;
  }
}
.is-blue .p-top__service__detail-btn a {
  color: #0F98E1;
}
.is-blue .p-top__service__detail-btn a:hover {
  position: relative;
}
@media (min-width: 1024px) {
  .is-blue .p-top__service__detail-btn a:hover {
    cursor: pointer;
  }
  .is-blue .p-top__service__detail-btn a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: solid 2px #0F98E1;
    animation: border_anim 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  .p-top__service__detail-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 0;
  }
}
@media (min-width: 1180px) {
  .p-top__service__detail-list {
    margin-top: auto;
  }
}
.p-top__service__detail-list li {
  height: 90px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .p-top__service__detail-list li {
    width: 49.2%;
  }
}
.is-l_blue .p-top__service__detail-list li {
  background-color: #ECFBFF;
}
.is-blue .p-top__service__detail-list li {
  background-color: #ECF8FF;
}
.p-top__service__detail-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-top__service__detail-list li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top__service__detail-list li p:nth-child(1) {
  width: 72px;
  margin-right: 16px;
}
.p-top__service__detail-list li p:nth-child(2) {
  flex: 1;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.4;
}
.p-top__service__detail-list li p:nth-child(2) span {
  display: inline-block;
}
.p-top__know_how {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-top__know_how {
    margin-bottom: 160px;
  }
}
@media (min-width: 1024px) {
  .p-top__know_how__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-top__know_how__content li {
  border-top: solid 2px #F4F4F4;
  border-right: solid 2px #F4F4F4;
  border-left: solid 2px #F4F4F4;
  padding: 16px;
}
@media (min-width: 768px) {
  .p-top__know_how__content li {
    padding: 32px 20px;
  }
}
@media (min-width: 1024px) {
  .p-top__know_how__content li {
    width: 33.3333333333%;
    border-top: solid 2px transparent;
    border-bottom: solid 2px #F4F4F4;
  }
}
@media (min-width: 1024px) {
  .p-top__know_how__content li:nth-child(1), .p-top__know_how__content li:nth-child(2), .p-top__know_how__content li:nth-child(3) {
    border-top: solid 2px #F4F4F4;
  }
}
@media (min-width: 1024px) {
  .p-top__know_how__content li:not(:nth-child(3n)) {
    border-right: solid 2px transparent;
  }
}
.p-top__know_how__content li:last-child {
  border-bottom: solid 2px #F4F4F4;
}
@media (min-width: 1024px) {
  .p-top__know_how__content li:last-child {
    border-right: solid 2px #F4F4F4;
  }
}
.p-top__know_how__content li a {
  display: block;
  transition: 0.3s;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .p-top__know_how__content li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.p-top__know_how__content li a:hover {
  cursor: pointer;
  transform: scale(1.03);
}
.p-top__know_how__content li p:nth-child(1) {
  text-align: center;
  margin-bottom: 16px;
}
.p-top__know_how__content li p:nth-child(2) {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-top__know_how__content li p:nth-child(2) span {
  color: #07A5CD;
}
.p-top__know_how__content li p:nth-child(3) {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-top__know_how__content li p:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #07A5CD;
}
@media (min-width: 1024px) {
  .p-top__know_how__content li p:nth-child(4) {
    margin-top: auto;
  }
}
.p-top__know_how__content li p:nth-child(4) span:nth-child(1) {
  position: relative;
}
@media (min-width: 1024px) {
  .p-top__know_how__content li p:nth-child(4) span:nth-child(1):hover {
    cursor: pointer;
  }
  .p-top__know_how__content li p:nth-child(4) span:nth-child(1):hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: solid 2px #07A5CD;
    animation: border_anim 0.3s linear forwards;
  }
}

.p-single {
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-single {
    padding-bottom: 128px;
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .p-single {
    padding-bottom: 256px;
  }
}
.p-single__link {
  margin-bottom: 32px;
}
.p-single__link li {
  line-height: 1.2;
  padding-left: 16px;
  position: relative;
}
.p-single__link li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #07A5CD;
  border-right: solid 2px #07A5CD;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform: rotate(-135deg);
}
.p-single__link li:not(:last-child) {
  margin-bottom: 16px;
}
.p-single__link li a {
  color: #07A5CD;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-single__link li a:hover {
    cursor: pointer;
  }
  .p-single__link li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    border-bottom: solid 2px #07A5CD;
    animation: border_anim 0.3s linear forwards;
  }
}
.p-single__title {
  font-size: 24px;
  color: #3C3C3C;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-single__title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .p-single__title {
    font-size: 40px;
  }
}
.p-single__data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.p-single__data .category {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #07A5CD;
  font-size: 14px;
}
.p-single__data .day {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-size: 12px;
  color: #3C3C3C;
}
.p-single__data .day .date {
  color: #9D9D9D;
  font-size: 14px;
}
.p-single__data .day .date time {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.p-single__image {
  margin-bottom: 40px;
  text-align: center;
}
.p-single__excerpt {
  margin-bottom: 48px;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.6;
}
.p-single__excerpt p:not(:last-child) {
  margin-bottom: 24px;
}
.p-single__list {
  width: 100%;
  padding: 64px 16px 24px;
  margin: 0 auto 24px;
  background-color: #F8F8F8;
  position: relative;
  border-radius: 4px;
  border-top: solid 8px #07A5CD;
}
@media (min-width: 768px) {
  .p-single__list {
    width: 100%;
    padding: 60px 32px 40px;
    margin: 0 auto 50px;
  }
}
.p-single__list__title {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 0;
  left: 0;
  right: 0;
  height: 63px;
  width: calc(100% - 32px);
  margin: auto;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .p-single__list__title {
    width: calc(100% - 64px);
    height: 73px;
  }
}
@media (min-width: 768px) {
  .p-single__list__title .js-list_button:hover {
    cursor: pointer;
  }
}
.p-single__list__content {
  margin-top: 8px;
  margin-bottom: 10px;
  padding-left: 24px !important;
}
@media (min-width: 768px) {
  .p-single__list__content {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.p-single__list__content-h2 {
  margin-bottom: 0 !important;
}
.p-single__list__content-h3 {
  padding-left: 1em;
  margin-bottom: 32px;
  margin-top: 8px;
}
.p-single__list__content-h3 .p-single__list__item {
  border-bottom: 0px;
}
.p-single__list__content-h3 .p-single__list__item:not(:last-child) {
  margin-bottom: 0;
}
.p-single__list__content-h4 {
  padding-left: 1em;
  margin-bottom: 0 !important;
}
.p-single__list__content-h4 .p-single__list__item {
  margin-bottom: 0;
}
.p-single__list__content-h4 .p-single__list__item:not(:last-child) {
  margin-bottom: 0;
}
.p-single__list__item {
  list-style: none !important;
  position: relative;
}
.p-single__list__item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 11px solid #07A5CD;
  border-bottom: 0;
  left: -24px;
  top: 9px;
}
.p-single__list__item li {
  list-style: none !important;
}
.p-single__list__item li:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #07A5CD;
  top: 10px;
}
.p-single__list__item a {
  font-size: 16px;
  color: #3C3C3C;
  line-height: 1.4;
  letter-spacing: 0.8px;
  position: relative;
  font-weight: 500;
}
.p-single__list__item a strong {
  font-weight: 500;
}
.p-single__list__item a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-single__list__item a:hover {
    cursor: pointer;
  }
  .p-single__list__item a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: solid 1px #707070;
    animation: border_anim 0.3s linear forwards;
  }
}
.p-single__content {
  padding-bottom: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: solid 2px #E6E6E6;
  margin-bottom: 40px;
}
.p-single__content blockquote {
  color: #3C3C3C;
  font-size: 15px;
  line-height: 1.8;
  background-color: #F9F9F9;
  padding: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-single__content blockquote {
    margin-bottom: 40px;
  }
}
.p-single__content blockquote p {
  color: #3C3C3C;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  font-style: oblique;
}
.p-single__content .table_wrap {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single__content .table_wrap {
    margin-bottom: 32px;
  }
}
.p-single__content .table_wrap table {
  border: solid 1px #EEEEEE;
  width: auto !important;
}
.p-single__content .table_wrap table th {
  border: solid 1px #EEEEEE;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
  width: auto !important;
  background-color: #EEEEEE;
}
.p-single__content .table_wrap table td {
  border: solid 1px #EEEEEE;
  padding: 16px;
  font-size: 16px;
  width: auto !important;
}
.p-single__content caption {
  margin-bottom: 24px;
}
.p-single__content h2, .p-single__content h3, .p-single__content h4, .p-single__content h5 {
  position: relative;
  font-weight: bold;
}
.p-single__content h2 {
  font-size: 18px;
  line-height: 1.4;
  color: #3C3C3C;
  margin-bottom: 32px;
  padding: 16px 16px 16px 24px;
  border-left: solid 5px #07A5CD;
  position: relative;
  letter-spacing: 0.9px;
  background-color: #F8F8F8;
}
@media (min-width: 768px) {
  .p-single__content h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.p-single__content h3 {
  color: #3C3C3C;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 32px;
  padding-left: 12px;
  position: relative;
  border-left: solid 3px #07A5CD;
}
@media (min-width: 768px) {
  .p-single__content h3 {
    font-size: 24px;
    padding-left: 24px;
    border-left: solid 5px #07A5CD;
  }
}
.p-single__content h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #3C3C3C;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: solid 2px #07A5CD;
  position: relative;
}
.p-single__content h5 {
  color: #3C3C3C;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.p-single__content p {
  font-size: 16px;
  margin-bottom: 32px;
  color: #3C3C3C;
  line-height: 1.6;
}
.p-single__content p mark {
  font-style: inherit;
  color: #3C3C3C;
}
.p-single__content p.is-mb_js {
  margin-bottom: 48px;
}
.p-single__content table {
  margin-bottom: 24px;
  width: 100%;
  border: solid 1px #EEEEEE;
}
.p-single__content table th {
  border: solid 1px #EEEEEE;
  background-color: #EEEEEE;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
}
.p-single__content table td {
  border: solid 1px #3C3C3C;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-single__content table {
    margin-bottom: 40px;
  }
}
.p-single__content ol {
  padding-left: 1em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-single__content ol {
    margin-bottom: 40px;
  }
}
.p-single__content ol li {
  font-size: 16px;
  line-height: 1.8;
  list-style-type: decimal;
  color: #3C3C3C;
}
.p-single__content ul {
  padding-left: 1em;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-single__content ul {
    margin-bottom: 40px;
  }
}
.p-single__content ul li {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}
.p-single__content ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 1.2px;
  top: 12px;
  left: calc(2px - 1em);
  background-color: #07A5CD;
}
.p-single__quote {
  border: solid 1px #07A5CD;
  background-color: rgba(223, 237, 248, 0.67);
  margin-bottom: 20px;
  padding: 12px 8px 24px;
}
@media (min-width: 768px) {
  .p-single__quote {
    margin-bottom: 60px;
    padding: 16px 12px 40px;
  }
}
.p-single__quote__title {
  font-size: 10px;
  color: #707070;
  margin-bottom: 14px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .p-single__quote__title {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .p-single__quote__title {
    font-size: 16px;
    padding-left: 70px;
  }
}
.p-single__quote__content {
  display: flex;
  align-items: center;
}
.p-single__quote__content-image {
  width: 20px;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .p-single__quote__content-image {
    width: 40px;
    margin-right: 30px;
  }
}
.p-single__quote__content-text {
  flex: 1;
  color: #333;
  line-height: 1.5;
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-single__quote__content-text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .p-single__quote__content-text {
    font-size: 16px;
    line-height: 30px;
  }
}
.p-single__supervision {
  margin-bottom: 56px;
  background-color: #F9F9F9;
  padding: 64px 24px 40px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-single__supervision {
    margin-bottom: 72px;
    padding: 64px 45px 40px;
  }
}
.p-single__supervision__title {
  background-color: #343434;
  width: 140px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 0 0 4px 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.p-single__supervision__content {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.p-single__supervision__content-image {
  width: 25%;
  max-width: 65px;
  margin-right: 24px;
}
.p-single__supervision__content-text {
  flex: 1;
}
.p-single__supervision__content-text .organization {
  font-size: 12px;
  color: #3C3C3C;
  line-height: 1;
  margin-bottom: 16px;
}
.p-single__supervision__content-text .name {
  font-size: 20px;
  color: #3C3C3C;
  font-weight: bold;
}
.p-single__supervision .description {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-single__supervision .description {
    margin-bottom: 50px;
  }
}
.p-single__supervision .btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-single__supervision .btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 654px;
  }
}
.p-single__supervision .btn .absolute_text {
  font-size: 13px;
  color: #3C3C3C;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-single__supervision .btn .absolute_text {
    position: absolute;
    width: 100%;
    max-width: 300px;
    left: 0;
    top: -20px;
  }
}
@media (min-width: 1024px) {
  .p-single__supervision .btn .absolute_text {
    max-width: 270px;
  }
}
@media (min-width: 1180px) {
  .p-single__supervision .btn .absolute_text {
    max-width: 327px;
  }
}
.p-single__supervision .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 80px;
}
.p-single__supervision .btn a.is-red {
  margin: 0 auto 16px;
  background-color: #EE3E3E;
  border: solid 1px #EE3E3E;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .p-single__supervision .btn a.is-red {
    width: 300px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .p-single__supervision .btn a.is-red {
    width: 270px;
  }
}
@media (min-width: 1180px) {
  .p-single__supervision .btn a.is-red {
    width: 327px;
  }
}
.p-single__supervision .btn a.is-white {
  background-color: #ffffff;
  border: solid 1px #3C3C3C;
  color: #3C3C3C;
}
@media (min-width: 768px) {
  .p-single__supervision .btn a.is-white {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .p-single__supervision .btn a.is-white {
    width: 270px;
  }
}
@media (min-width: 1180px) {
  .p-single__supervision .btn a.is-white {
    width: 312px;
  }
}
.p-single__supervision .btn a p:nth-child(1) {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.p-single__supervision .btn a p:nth-child(1) span:nth-child(1) {
  margin-right: 8px;
  display: inline-block;
}
.p-single__supervision .btn a p:nth-child(2) {
  font-size: 12px;
}
.p-single__article {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .p-single__article {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
  }
}
.p-single__article__detail {
  width: 100%;
  max-width: 332px;
  display: flex;
}
.p-single__article__detail:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .p-single__article__detail:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-single__article__detail .image {
  width: 112px;
  margin-right: 16px;
}
.p-single__article__detail .text {
  flex: 1;
}
.p-single__article__detail .text p:nth-child(1) {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.p-single__article__detail .text p:nth-child(1) a {
  color: #3C3C3C;
}
.p-single__article__detail .text p:nth-child(2) {
  font-size: 12px;
  color: #3C3C3C;
  line-height: 1.7;
  font-weight: 400;
}
.p-single__article__detail .text p:nth-child(2) a {
  color: #3C3C3C;
}
.p-single__writer {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-single__writer {
    margin-bottom: 96px;
  }
}
.p-single__writer__title {
  margin-bottom: 24px;
  color: #07A5CD;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-single__writer__content {
    display: flex;
  }
}
.p-single__writer__content-image {
  width: 160px;
  margin: 0 auto 24px;
}
@media (min-width: 768px) {
  .p-single__writer__content-image {
    margin: 0 24px 0 0;
  }
}
@media (min-width: 768px) {
  .p-single__writer__content-text {
    flex: 1;
  }
}
.p-single__writer__content-text p:nth-child(1) {
  font-size: 24px;
  color: #3C3C3C;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: solid 1px #E6E6E6;
}
.p-single__writer__content-text p:nth-child(2) {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.6;
}
.p-single__cta {
  margin-bottom: 40px;
}
.p-single__other__title {
  font-size: 24px;
  color: #3C3C3C;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: solid 2px #E6E6E6;
}
@media (min-width: 768px) {
  .p-single__other__title {
    font-size: 32px;
  }
}

.p-contact {
  width: 91.4%;
  max-width: 906px;
  margin: 0 auto;
  padding: 80px 0;
  min-height: 100vh;
}
.p-contact .is-none {
  display: none;
}
.p-contact .error {
  font-size: 14px;
  color: #E4634F;
  margin-top: 8px;
}
.p-contact .discription {
  font-size: 14px;
  color: #3C3C3C;
  line-height: 1.4;
  margin-top: 8px;
}
.p-contact__column {
  display: flex;
  flex-direction: column;
  max-width: 522px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-contact {
    padding: 80px 0 128px;
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .p-contact {
    padding: 80px 0 256px;
  }
}
.p-contact__text {
  margin-bottom: 48px;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.6;
}
.p-contact__row {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #E4E4E4;
}
@media (min-width: 768px) {
  .p-contact__row {
    display: flex;
    align-items: center;
  }
}
.p-contact__row.is-mb {
  margin-bottom: 48px;
}
.p-contact__row__title {
  margin-bottom: 16px;
  font-weight: 500;
  color: #3C3C3C;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-contact__row__title {
    width: 312px;
    margin-bottom: 0;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .p-contact__row__title {
    width: 384px;
  }
}
.p-contact__row__title span {
  display: block;
  font-size: 12px;
  color: #F3A641;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-contact__row__input {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .p-contact__row__input.is-flex {
    display: flex;
    gap: 16px 24px;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-contact__row__input input[type=text], .p-contact__row__input input[type=number], .p-contact__row__input input[type=email], .p-contact__row__input input[type=tel], .p-contact__row__input input[type=date], .p-contact__row__input select, .p-contact__row__input textarea {
  padding: 0 16px;
  color: #3C3C3C;
  font-size: 16px;
  border: solid 1px #DBDBDB;
  background-color: #ffffff;
  width: 100%;
  height: 48px;
  line-height: 1.4;
}
.p-contact__row__input input[type=text].text_in40, .p-contact__row__input input[type=number].text_in40, .p-contact__row__input input[type=email].text_in40, .p-contact__row__input input[type=tel].text_in40, .p-contact__row__input input[type=date].text_in40, .p-contact__row__input select.text_in40, .p-contact__row__input textarea.text_in40 {
  width: calc(100% - 40px);
}
.p-contact__row__input input[type=text].text_in64, .p-contact__row__input input[type=number].text_in64, .p-contact__row__input input[type=email].text_in64, .p-contact__row__input input[type=tel].text_in64, .p-contact__row__input input[type=date].text_in64, .p-contact__row__input select.text_in64, .p-contact__row__input textarea.text_in64 {
  width: calc(100% - 64px);
}
.p-contact__row__input textarea {
  padding: 16px;
  height: 300px;
  resize: vertical;
}
.p-contact__row__input-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-contact__row__input-tel input[type=tel] {
  width: 30%;
}
.p-contact__row__input-radio {
  align-items: center;
}
.p-contact__row__input-radio:hover {
  cursor: pointer;
}
.p-contact__row__input-radio:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .p-contact__row__input-radio:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-contact__row__input-name {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  color: #3C3C3C;
  width: 20px;
  height: 20px;
}
.p-contact__row__input input[type=radio] {
  transform: scale(1.3);
}
.p-contact__check {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .p-contact__check {
    padding-top: 48px;
  }
}
.p-contact__check__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.p-contact__check__text a {
  color: #07A5CD;
  text-decoration: underline;
}
.p-contact__check__text span {
  display: inline-block;
}
.p-contact__check__label {
  margin-bottom: 24px;
  text-align: center;
}
.p-contact__check__label.is-mb {
  margin-bottom: 48px;
}
.p-contact__check__label label:hover {
  cursor: pointer;
}
.p-contact__check__label label span {
  position: relative;
  color: #3C3C3C;
  font-size: 16px;
  padding-left: 12px;
}
.p-contact__check__label label span a {
  color: #07A5CD;
  text-decoration: underline;
}
.p-contact__check__label label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.p-contact__submit {
  width: 100%;
  max-width: 390px;
  background-color: #F3A641;
  border-radius: 80px;
  height: 78px;
  transition: 0.3s;
  border: solid 1px #F3A641;
  margin: 0 auto;
  position: relative;
}
.p-contact__submit:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
.p-contact__submit:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.p-contact__submit:hover:before {
  border-top: solid 2px #F3A641;
  border-right: solid 2px #F3A641;
}
.p-contact__submit:hover input {
  color: #F3A641;
}
@media (min-width: 768px) {
  .p-contact__submit {
    height: 90px;
  }
}
.p-contact__submit input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #ffffff;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
}
.p-contact__submit input:hover {
  cursor: pointer;
}
.p-contact__none {
  display: none;
}
.p-contact__none.is-active {
  display: block;
}

.p-thanks {
  width: 91.4%;
  max-width: 906px;
  margin: 67px auto 0;
  padding: 80px 0;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .p-thanks {
    padding: 80px 0 128px;
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .p-thanks {
    padding: 80px 0 256px;
    margin: 148px auto 0;
  }
}
.p-thanks__title {
  font-size: 32px;
  color: #07A5CD;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 40px;
  }
}
.p-thanks__title span {
  display: inline-block;
}
.p-thanks__illust {
  text-align: center;
  margin-bottom: 40px;
}
.p-thanks__text {
  text-align: center;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 48px;
}
.p-thanks__text p:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-thanks__text p:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-thanks__text p span {
  display: inline-block;
}
.p-thanks__btn {
  width: 100%;
  max-width: 390px;
  background-color: #F3A641;
  border-radius: 80px;
  height: 78px;
  transition: 0.3s;
  border: solid 1px #F3A641;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-thanks__btn {
    font-size: 24px;
  }
}
.p-thanks__btn:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 24px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
.p-thanks__btn:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #F3A641;
}
.p-thanks__btn:hover:before {
  border-top: solid 2px #F3A641;
  border-right: solid 2px #F3A641;
}

.p-authorized {
  padding: 80px 0;
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-authorized {
    padding: 80px 0 128px;
  }
}
@media (min-width: 1024px) {
  .p-authorized {
    padding: 80px 0 256px;
  }
}
.p-authorized p {
  font-size: 16px;
  color: #3C3C3C;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-authorized p {
    font-size: 18px;
  }
}
.p-authorized p:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-authorized p:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-authorized p.is-center {
  text-align: center;
}
.p-authorized p.is-right {
  text-align: right;
}

.p-archive {
  padding: 80px 0;
  width: 91.4%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-archive {
    padding: 80px 0 128px;
    width: 95.3%;
  }
}
@media (min-width: 1024px) {
  .p-archive {
    padding: 80px 0 256px;
  }
}
.p-archive__title {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 0 8px;
  font-size: 24px;
  color: #3C3C3C;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: solid 3px #07A5CD;
}
.p-archive__title span {
  display: inline-block;
}
.p-archive__title span:nth-child(1) {
  width: 23px;
}/*# sourceMappingURL=style.css.map */
