@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* mixins */
/* functions */
/* typography */
/* media-query */
/* variables */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*
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, main, 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, main, 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;
}

/* base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

a {
  color: #000;
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input, textarea, select {
  font-size: 1rem;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  min-height: 171px;
}

.l-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #1a1160;
}

.l-header__inner {
  max-width: 1430px;
  margin: 1.25rem auto 0;
  padding: 0 clamp(0.625rem, 1.04vw, 1.25rem);
}

.l-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: clamp(0.625rem, 1.67vw, 2rem);
  position: relative;
}

.l-header__logo {
  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;
  width: clamp(10.625rem, 11.25vw, 13.5rem);
}

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

.l-header__logo a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: clamp(34.0625rem, 40.2vw, 48.75rem);
  width: 100%;
  margin-left: auto;
  height: 100%;
}

.l-header__menu__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(0.5rem, 1.04vw, 1.25rem);
}

.l-header__menu__contact-button .c-button__email {
  min-width: clamp(12.5rem, 13.02vw, 15.625rem);
}

.l-header__menu__contact-button .c-button__email span {
  font-size: clamp(1rem, 0.99vw, 1.1875rem);
}

.l-header__menu__contact-button .c-button__email span::before {
  width: 24px;
  height: 16px;
}

.l-header__menu__contact-title.c-text {
  color: #1a1160;
  font-size: clamp(0.78125rem, 0.83vw, 1rem);
  font-weight: 700;
  line-height: 1.3;
}

.l-header__menu__contact-flex {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem;
}

.l-header__menu__contact-number {
  display: block;
  width: clamp(12.5rem, 13.33vw, 16rem);
  pointer-events: none;
}

.l-header__menu__contact-number img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-header__menu__contact-work-days {
  font-size: clamp(0.625rem, 0.63vw, 0.75rem);
  font-weight: 500;
  line-height: 1.3;
  color: #1a1160;
  letter-spacing: 0.05em;
}

.l-header__nav-container {
  max-width: 320px;
  margin: clamp(0.625rem, 1.04vw, 1.25rem) 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.875rem;
  height: 100%;
}

.l-header__nav {
  height: 100%;
}

.l-header__nav-list {
  width: 100%;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.6vw;
  height: 100%;
}

.l-header__nav-item {
  height: 100%;
}

.l-header__nav-item .u-plus-minus {
  display: none;
}

.l-header__nav-link {
  position: relative;
  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;
  height: 100%;
  font-size: clamp(0.6875rem, 0.73vw, 0.875rem);
  font-weight: 700;
}

.l-header__nav-link::before, .l-header__nav-link::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: cover;
}

.l-header__nav-link::before {
  opacity: 0;
}

.l-header__nav-link::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.l-header__nav-link.--loop::before {
  background-image: url(../assets/images/common/img_common_icon_loop-blue.png);
}

.l-header__nav-link.--loop::after {
  background-image: url(../assets/images/common/img_common_icon_loop-black.png);
}

.l-header__nav-link.--bell::before {
  background-image: url(../assets/images/common/img_common_icon_bell-blue.png);
}

.l-header__nav-link.--bell::after {
  background-image: url(../assets/images/common/img_common_icon_bell-black.png);
}

.l-header__nav-link.--store::before {
  background-image: url(../assets/images/common/img_common_icon_store-blue.png);
}

.l-header__nav-link.--store::after {
  background-image: url(../assets/images/common/img_common_icon_store-black.png);
}

.l-header__nav-sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120px;
  left: calc( 50% - 50vw);
  width: 100vw;
  background-color: #fffaf8;
  padding: 3.125rem 0.625rem 1.875rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-header__nav-sub-list {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  gap: 1.625rem;
}

.l-header__nav-sub-item {
  width: 100%;
  max-width: 220px;
  position: relative;
}

.l-hum {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  border: none;
  background-color: #1a1160;
  position: absolute;
  top: 8px;
  right: 8px;
}

.l-hum span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-hum span:nth-child(1) {
  top: calc( 50% - 7px);
}

.l-hum span:nth-child(2) {
  top: 50%;
  width: 16px;
}

.l-hum span:nth-child(3) {
  top: calc( 50% + 7px);
}

.l-hum.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-44deg);
  transform: translateY(-50%) rotate(-44deg);
}

.l-hum.is-active span:nth-child(2) {
  opacity: 0;
}

.l-hum.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(44deg);
  transform: translateY(-50%) rotate(44deg);
}

@media all and (min-width: 768px), print {
  .l-header__logo {
    margin-bottom: 2rem;
  }
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-container {
    padding-top: 0;
    margin-bottom: .7rem;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    opacity: 1;
    visibility: inherit;
  }
  .l-header__nav-link {
    -webkit-transform: all .3s ease;
    transform: all .3s ease;
  }
  .l-header__nav-link::before {
    -webkit-transform: all .3s ease;
    transform: all .3s ease;
  }
  .l-header__nav-link:hover {
    color: #1a1160;
  }
  .l-header__nav-link:hover.--loop::after {
    opacity: 0;
  }
  .l-header__nav-link:hover.--loop::before {
    opacity: 1;
  }
  .l-header__nav-link:hover.--bell::after {
    opacity: 0;
  }
  .l-header__nav-link:hover.--bell::before {
    opacity: 1;
  }
  .l-header__nav-link:hover.--store::after {
    opacity: 0;
  }
  .l-header__nav-link:hover.--store::before {
    opacity: 1;
  }
  .l-hum {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header {
    min-height: 83px;
  }
  .l-header::before {
    height: 5px;
  }
  .l-header__inner {
    margin-top: 0px;
    padding: 0;
  }
  .l-header__container {
    padding-top: 8px;
  }
  .l-header__logo {
    width: 144px;
    margin-left: 0.9375rem;
  }
  .l-header__menu__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125rem;
  }
  .l-header__menu {
    display: none;
    position: absolute;
    overflow-y: auto;
    background-color: #1a1160;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0px;
    right: 0px;
    padding: 4.875rem 0 6.25rem;
    margin: 0;
  }
  .l-header__menu__contact-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: 1.125rem;
  }
  .l-header__menu__contact-number {
    background-color: #fff;
    width: 300px;
    min-height: 80px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    pointer-events: visible;
  }
  .l-header__menu__contact-number img {
    width: 262px;
  }
  .l-header__menu__contact-work-days {
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
  }
  .l-header__nav-container {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: 100%;
  }
  .l-header__nav-container::after {
    margin-top: 3.75rem;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .l-header__nav {
    width: 100%;
    height: auto;
  }
  .l-header__nav-list {
    max-width: 273px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.4375rem;
  }
  .l-header__nav-item {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__nav-item .u-plus-minus {
    display: block;
  }
  .l-header__nav-item .u-plus-minus {
    position: absolute;
    top: 1.875rem;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .l-header__nav-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 120px;
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.3125rem;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 6px;
  }
  .l-header__nav-link span {
    color: #fff;
  }
  .l-header__nav-link::before {
    width: 40px;
    height: 40px;
  }
  .l-header__nav-link.--loop::after {
    display: none;
  }
  .l-header__nav-link.--loop::before {
    opacity: 1;
    background-image: url(../assets/images/common/img_common_icon_loop-white.png);
  }
  .l-header__nav-link.--bell::after {
    display: none;
  }
  .l-header__nav-link.--bell::before {
    opacity: 1;
    background-image: url(../assets/images/common/img_common_icon_bell-white.png);
  }
  .l-header__nav-link.--store::after {
    display: none;
  }
  .l-header__nav-link.--store::before {
    opacity: 1;
    background-image: url(../assets/images/common/img_common_icon_store-white.png);
  }
  .l-header__nav-link.--letter::after {
    display: none;
  }
  .l-header__nav-link.--letter::before {
    opacity: 1;
    background-image: url(../assets/images/common/img_common_icon_letter-white-menu.png);
  }
}

/* footer */
.l-footer {
  margin-top: 7.1875rem;
  background-color: #1a1160;
  padding: 2.5rem 0 0;
  overflow: hidden;
}

.l-footer__container {
  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;
}

.l-footer__logo {
  max-width: 182px;
}

.l-footer__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-footer__address {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}

.l-footer__contact {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.l-footer__contact-tel, .l-footer__contact-fax {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
}

.l-footer__contact-tel {
  pointer-events: none;
}

.l-footer__instagram {
  margin-top: 1.0625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
}

.l-footer__instagram::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../assets/images/common/img_footer_icon_instagram.png) center/cover no-repeat;
}

.l-footer__copyright {
  display: block;
  width: 100vw;
  min-height: 2.5rem;
  margin: 1.75rem calc(-50vw + 50%) 0;
  padding: 0.5rem 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  background-color: #05023a;
}

@media only screen and (max-width: 767px) {
  .l-footer__contact-tel {
    pointer-events: visible;
  }
}

/* main */
.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1240px;
  max-width: 100%;
  height: inherit;
}

.l-inner.--wide {
  width: 1400px;
}

.l-inner.--small {
  width: 1140px;
}

.l-inner.--narrow {
  width: 1000px;
}

.l-article {
  margin-top: 5rem;
  position: relative;
}

.l-container {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
  .l-article {
    margin-top: 1.9375rem;
  }
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  line-height: 1;
}

.c-button span {
  position: relative;
  color: #1a1160;
  font-size: 1rem;
  line-height: 1;
  border-bottom: solid 1px #1a1160;
}

.c-button span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../assets/images/common/img_index_arrow-circle.png) center/cover no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.c-button.--white span {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.c-button.--white span::after {
  background: url(../assets/images/common/img_index_arrow-circle.png) center/cover no-repeat;
}

.c-button.--blue span {
  color: #1a1160;
}

.c-button.--blue span::after {
  right: -50%;
}

.c-button.--default {
  position: relative;
  max-width: 302px;
  width: 100%;
  min-height: 61px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem 2.5rem 0.625rem;
  color: #fff;
  background-color: #1a1160;
  border-radius: 6px;
  font-size: 19px;
}

.c-button-top {
  min-width: 224px;
  min-height: 72px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #ffd400;
  border-radius: 5.5px;
  background-color: #1a1160;
  cursor: pointer;
}

.c-button__email, .c-button__form {
  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;
  width: 100%;
  min-width: 250px;
  min-height: 50px;
  background-color: #1a1160;
  border-radius: 0.3125rem;
}

.c-button__email span, .c-button__form span {
  font-size: 1.1875rem;
  color: #fff;
  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: 1.25rem;
}

.c-button__email span::before {
  display: inline-block;
  content: "";
  background: url(../assets/images/common/img_common_icon_letter-white.png) center/cover no-repeat;
  width: 28px;
  height: 20px;
}

.c-button__form {
  cursor: pointer;
}

.c-button__form span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

@media all and (min-width: 1281px), print {
  .c-button:hover span::after {
    right: -34%;
  }
  .c-button.--blue:hover {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button.--blue:hover span::after {
    right: -60%;
  }
  .c-button.--default {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .c-button.--default:hover {
    opacity: 0.7;
  }
  .c-button__email, .c-button-top, .c-button__form {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button__email:hover, .c-button-top:hover, .c-button__form:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .c-button-top {
    width: 100%;
    min-width: 165px;
    min-height: 53px;
    font-size: 1.125rem;
  }
}

.c-form-input-text, .c-form-input-email, .c-form-input-tel {
  width: 100%;
  padding: 0.5em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #9C9C9C;
  border-radius: 3px;
}

.c-form-input-text:focus, .c-form-input-email:focus, .c-form-input-tel:focus {
  outline: none;
  border: 1px solid #1a1160;
}

.c-input-checkbox {
  width: 16px;
  height: 16px;
  margin: 0 3px 2px 0;
}

.c-input-radio {
  width: 16px;
  height: 16px;
  margin: 0 3px 2px 0;
}

.c-form-label {
  display: inline-block;
}

.c-form-label:not(:last-child) {
  margin-right: 0.625rem;
}

.c-select {
  width: 100%;
  padding: 0.5em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-form-textarea {
  width: 100%;
  padding: 0.5em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-form-textarea:focus {
  outline: none;
  border: 1px solid #1a1160;
}

.c-form-error-text {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.c-form-required-label {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  background-color: red;
  padding: 0.1em 0.5em;
  margin-left: 0.5rem;
}

.c-heading {
  font-size: 2rem;
  display: inline-block;
  position: relative;
  color: #000000;
}

.c-heading__decorated {
  position: relative;
  font-size: 31px;
  color: #fff;
  min-width: 376px;
  min-height: 64px;
  background-color: #1a1160;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  border-radius: 50px;
}

.c-heading__decorated::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../assets/images/common/img_common_title-decor.png) center/cover no-repeat;
  left: 50%;
  bottom: -14px;
}

.c-heading__decorated span {
  position: relative;
}

.c-heading__decorated span::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 28px;
  background: url(../assets/images/index/img_index_icon_beginner.png) center/cover no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -36px;
}

.c-heading.--large {
  font-size: 2.25rem;
}

.c-heading-h3 {
  font-size: 1.75rem;
  color: #1a1160;
}

.c-heading-h3__smaller, .c-heading-h3.--decorated {
  font-size: 2.0625rem;
}

.c-heading-h3__smaller span, .c-heading-h3.--decorated span {
  position: relative;
  padding-bottom: 0.5rem;
}

.c-heading-h3__smaller span::after, .c-heading-h3.--decorated span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../assets/images/common/img_common_circle-small.png);
  background-size: 11px 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.c-heading-h3__smaller.--white, .c-heading-h3.--decorated.--white {
  color: #fff;
}

.c-heading-h3__smaller.--white span::after, .c-heading-h3.--decorated.--white span::after {
  background-image: url(../assets/images/common/img_common_circle-small-white.png);
}

.c-heading-h3.--decorated {
  text-align: center;
}

.c-heading-h3.--decorated span {
  display: inline-block;
  padding: 0 0.32rem 0.5rem;
  color: #1a1160;
  font-size: 1.75rem;
}

.c-heading-h3__side-corners {
  position: relative;
  text-align: center;
}

.c-heading-h3__side-corners span {
  font-size: 1.875rem;
  color: #1a1160;
  padding: 0 0 0.3125rem;
}

.c-heading-h3__side-corners::after, .c-heading-h3__side-corners::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 3rem;
  background-color: #1a1160;
}

.c-heading-h3__side-corners::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-20deg);
  transform: translateY(-50%) rotate(-20deg);
  left: calc(50% - 350px);
}

.c-heading-h3__side-corners::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
  transform: translateY(-50%) rotate(20deg);
  right: calc(50% - 350px);
}

.c-heading-h4 {
  font-size: 1.5rem;
  color: #1a1160;
}

.c-heading-h5 {
  font-size: 1.375rem;
  color: #1a1160;
}

.c-heading-h6 {
  font-size: 1.125rem;
  color: #1a1160;
}

@media only screen and (max-width: 767px) {
  .c-heading__decorated {
    font-size: 1.25rem;
    min-width: 242px;
    min-height: 41px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-heading__decorated::after {
    width: 10px;
    height: 9px;
    bottom: -8px;
  }
  .c-heading__decorated span::before {
    width: 18px;
    height: 22px;
  }
  .c-heading-h3__side-corners span {
    font-size: 1.3125rem;
    line-height: 1.3;
  }
  .c-heading-h3__side-corners::after {
    top: 100%;
    -webkit-transform: translateY(-100%) rotate(-20deg);
    transform: translateY(-100%) rotate(-20deg);
    left: calc(50% - 150px);
  }
  .c-heading-h3__side-corners::before {
    top: 100%;
    right: calc(50% - 150px);
    -webkit-transform: translateY(-100%) rotate(20deg);
    transform: translateY(-100%) rotate(20deg);
  }
}

.c-link {
  line-height: 1;
}

.c-link span {
  position: relative;
  color: #1a1160;
  font-size: 1.375rem;
  line-height: 1;
  border-bottom: solid 1px #1a1160;
}

.c-link span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../assets/images/common/img_index_arrow-circle.png) center/cover no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -38px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.c-link__external {
  color: #1a1160;
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .3rem;
  margin-left: .3rem;
}

.c-link__external::after {
  display: block;
  content: "";
  background: url(../assets/images/common/img_common_external-link.png) center/cover no-repeat;
  width: 10px;
  height: 10px;
}

@media all and (min-width: 1281px), print {
  .c-link:hover span::after {
    right: -42px;
  }
  .c-link__telephone {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-link span {
    font-size: 1.0625rem;
  }
  .c-link span::after {
    right: -30px;
    width: 22px;
    height: 22px;
  }
}

.c-list-dot {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}

.c-list-dot__item {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.375rem;
}

.c-list-dot__item::before {
  content: "";
  display: block;
  min-width: 3px;
  min-height: 3px;
  border-radius: 50%;
  background: #000;
  margin-top: 0.8em;
}

.c-list-ol {
  list-style: decimal;
  padding-left: 2.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}

.c-list-dl__dt + .c-list-dl {
  margin-top: 0.75rem;
}

.c-list-dl__dd {
  margin-left: 14px;
}

.c-scrolldown {
  position: absolute;
  left: 25px;
  top: 3%;
  height: 170px;
}

.c-scrolldown span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #1a1160;
}

.c-scrolldown span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 48px;
  background: #1a1160;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 70%;
    opacity: 0;
  }
  30% {
    height: 48px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 70%;
    opacity: 0;
  }
  30% {
    height: 48px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .c-scrolldown {
    display: none;
  }
}

.c-text-link {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  color: #1a1160;
  text-decoration: underline;
}

.c-text-link.--blank::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%231a1160" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 14   px;
  height: 14px;
  background-size: contain;
  margin-left: 0.375rem;
}

.c-text-link.--pdf::after {
  content: "PDF";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  font-size: 0.75rem;
  margin-left: 0.375rem;
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.c-text {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
}

.c-text.--large {
  font-size: 1.125rem;
}

.c-text.--small {
  font-size: 0.875rem;
}

.c-type {
  min-width: 224px;
  min-height: 72px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #ffd400;
  border-radius: 5.5px;
  background-color: #1a1160;
}

@media only screen and (max-width: 767px) {
  .c-type {
    width: 100%;
    min-width: 165px;
    min-height: 53px;
    font-size: 1.125rem;
  }
}

/* project */
.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}

.p-accordion__head {
  width: 100%;
  border: none;
  padding: 1em;
}

.p-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-anchor-list__item.is-active .p-anchor-list__link {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__item:hover .p-anchor-list__link {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__link {
  display: block;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: #333;
  border: 1px solid #333;
}

.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__link:hover {
  color: #fff;
  background-color: #333;
}

.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 10px;
}

.p-box.--bg-blue {
  background-color: #edf6f9;
}

.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}

.p-box__text {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.p-buttons.--flex {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 40px;
}

.p-colored-block {
  background-color: #fffae6;
  width: 100%;
  padding: 2.5rem;
}

.p-colored-block__title {
  font-size: 2.0625rem;
  text-align: center;
  color: #1a1160;
}

.p-colored-block__attention {
  margin-top: 1.0625rem;
  display: block;
  font-size: 1rem;
  color: #ea064c;
  text-align: center;
}

.p-colored-block__list {
  max-width: 960px;
  margin: 1.875rem auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.875rem;
}

.p-colored-block__item {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  background: #d33e67;
  background: -webkit-gradient(linear, left bottom, left top, from(#d33e67), to(#f76189));
  background: -webkit-linear-gradient(bottom, #d33e67 0%, #f76189 100%);
  background: linear-gradient(0deg, #d33e67 0%, #f76189 100%);
  min-height: 134px;
  border-radius: 4px;
}

.p-colored-block__item-img {
  width: 70px;
  height: 58px;
}

.p-colored-block__item-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-colored-block__item-title {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-colored-block__text {
  max-width: 960px;
  font-size: 1rem;
  font-weight: 500;
  margin: 2.5rem auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-colored-block__list {
    gap: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-colored-block {
    padding: 2rem 0.625rem;
  }
  .p-colored-block__title {
    font-size: 1.125rem;
  }
  .p-colored-block__attention {
    font-size: 0.875rem;
  }
  .p-colored-block__list {
    margin-top: 0.625rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3125rem;
  }
  .p-colored-block__item {
    gap: 0.4375rem;
    min-height: 75px;
  }
  .p-colored-block__item-img {
    width: 40px;
    height: 34px;
  }
  .p-colored-block__item-title {
    font-size: 0.6875rem;
  }
  .p-colored-block__text {
    margin-top: 1.25rem;
    font-size: 0.625rem;
  }
}

.p-colored-list {
  position: relative;
  width: 100%;
  padding: 0.625rem 1.875rem 0 3.25rem;
}

.p-colored-list__wrap {
  width: 100%;
  background-color: #fffae6;
  min-height: 378px;
  padding: 3.125rem 1.25rem 2.875rem 8rem;
  border-radius: 0.875rem;
}

.p-colored-list__img {
  position: absolute;
  max-width: 110px;
  width: 100%;
  top: 0;
  left: 30px;
}

.p-colored-list__img img {
  width: 100%;
}

.p-colored-list__content-item {
  position: relative;
  padding-left: 2.0625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1a1160;
}

.p-colored-list__content-item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../assets/images/common/img_icon_checked.png) center/cover no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.p-colored-list__content-item + .p-colored-list__content-item {
  margin-top: 1.5625rem;
}

@media only screen and (max-width: 767px) {
  .p-colored-list {
    padding: 0 0 3.875rem 0;
  }
  .p-colored-list__wrap {
    padding: 2.5rem 1.25rem 7.3125rem 2.125rem;
  }
  .p-colored-list__img {
    max-width: 232px;
    top: auto;
    bottom: 0;
  }
  .p-colored-list__content-item {
    font-size: 1rem;
    padding-left: 1.375rem;
  }
  .p-colored-list__content-item::before {
    top: 15px;
    width: 12px;
    height: 12px;
  }
}

.p-column__img {
  padding-top: 100%;
  position: relative;
}

.p-column__img.--ratio-1-1 {
  padding-top: 100%;
}

.p-column__img.--ratio-16-9 {
  padding-top: 56.25%;
}

.p-column__img.--ratio-4-1 {
  padding-top: 25%;
}

.p-column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-column__position, .p-column__title {
  color: #1a1160;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-column__position {
  line-height: 1.7;
  margin-top: 1.5625rem;
  font-weight: 500;
  font-size: 0.9375rem;
}

.p-column__title {
  font-size: 1.25rem;
  line-height: 1.75;
}

.p-column__text {
  margin-top: 0.625rem;
}

.p-column.--column2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));
  grid-gap: 2.5rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto auto;
}

.p-column.--column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto auto;
}

.p-column.--column3 .p-column__img {
  border-radius: 0.75rem;
  overflow: hidden;
}

.p-column-regular {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-column-regular__img {
  width: 50%;
}

.p-column-regular__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-column-regular__content {
  width: 50%;
  padding-left: 3rem;
}

.p-column-regular__content-title {
  width: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  color: #ffd400;
  font-size: 1.625rem;
  background-color: #1a1160;
  border-radius: 25px;
}

.p-column-regular__content-subtitle {
  margin-top: 2.8125rem;
  position: relative;
  color: #1a1160;
  font-size: 2rem;
  padding-left: 1.5rem;
  line-height: 1.3;
}

.p-column-regular__content-subtitle::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #1a1160;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.p-column-regular__content-midtext, .p-column-regular__content-smltext, .p-column-regular__content-desctext {
  color: #1a1160;
}

.p-column-regular__content-midtext, .p-column-regular__content-smltext {
  font-weight: 700;
}

.p-column-regular__content-midtext {
  margin-top: 1.5rem;
  font-size: clamp(1rem, 0.99vw, 1.1875rem);
}

.p-column-regular__content-smltext {
  margin-top: 1.5625rem;
  font-size: clamp(0.875rem, 0.83vw, 1rem);
}

.p-column-regular__content-desctext {
  margin-top: 1.5625rem;
  font-size: clamp(0.8125rem, 0.83vw, 1rem);
  font-weight: 500;
}

.p-column-basic {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.p-column-basic__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.p-column-basic__img img {
  width: calc(50% - 15px);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.p-column-basic__content {
  width: 100%;
}

.p-column-basic__content-position, .p-column-basic__content-title {
  color: #1a1160;
  letter-spacing: 0.05em;
}

.p-column-basic__content-message, .p-column-basic__content-prof {
  font-size: 0.9375rem;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

.p-column-basic__content-message strong, .p-column-basic__content-prof strong {
  display: block;
  font-weight: 500;
  margin-left: -8px;
}

.p-column-basic__content-position, .p-column-basic__content-prof, .p-column-basic__content-message {
  font-weight: 500;
}

.p-column-basic__content-position {
  font-size: 1rem;
}

.p-column-basic__content-title {
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-column-basic__content-prof {
  margin-top: 1.5625rem;
}

.p-column-basic__content-prof .c-list-dot {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-column-basic__content-message {
  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;
  margin-top: 1.125rem;
}

.p-column-basic__content-message div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.p-column-basic .c-list-dot__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.05em;
}

.p-column-wide {
  min-height: 400px;
  position: relative;
}

.p-column-wide.--reserve .p-column-wide__img {
  left: calc( -50vw + 50%);
}

.p-column-wide.--reserve .p-column-wide__content {
  margin-left: auto;
  padding-right: 0;
  padding-left: 1.25rem;
}

.p-column-wide__img {
  position: absolute;
  width: 50vw;
  left: 50%;
  height: 100%;
}

.p-column-wide__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-column-wide__content {
  width: 50%;
  padding-right: 1.25rem;
}

.p-column-wide__text {
  margin-top: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column__position {
    margin-top: 0.9375rem;
  }
  .p-column__title {
    margin-top: 0;
  }
  .p-column-wide {
    min-height: auto;
  }
  .p-column-wide.--reserve .p-column-wide__img {
    left: 0;
  }
  .p-column-wide.--reserve .p-column-wide__content {
    margin-left: 0;
    padding-left: 0;
  }
  .p-column-wide__img {
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 56.25%;
  }
  .p-column-wide__content {
    width: 100%;
    padding-right: 0;
    margin-top: 1.25rem;
  }
  .p-column-regular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .p-column-regular__img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .p-column-regular__content {
    padding-left: 0px;
    width: 100%;
  }
  .p-column-regular__content-title {
    font-size: 1.25rem;
  }
  .p-column-regular__content-subtitle {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    padding-left: 1rem;
    margin-left: .5rem;
  }
  .p-column-regular__content-subtitle::before {
    width: 11px;
    height: 11px;
  }
  .p-column-regular__content-midtext {
    margin-top: 1.375rem;
    font-size: 0.9375rem;
  }
  .p-column-regular__content-smltext {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
  .p-column-regular__content-desctext {
    font-size: 0.75rem;
    margin-top: 1.875rem;
  }
  .p-column-basic {
    gap: 1.875rem;
  }
  .p-column-basic__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .p-column-basic__img img {
    width: 100%;
  }
  .p-column-basic__content {
    padding-top: 0;
    width: 100%;
  }
  .p-column-basic__content-message div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .p-column.--column3 {
    grid-template-columns: repeat(1, 250px);
  }
}

.p-contact__logo {
  max-width: 274px;
  width: 100%;
  margin: 0 auto;
}

.p-contact__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-contact__title {
  margin-top: 3.5rem;
}

.p-contact__grid {
  margin-top: 1.25rem;
  position: relative;
  background-color: #ededed;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem 0 1.375rem;
}

.p-contact__grid-item {
  padding: 0.875rem 0 2.875rem;
  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;
}

.p-contact__grid-item small {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1160;
}

.p-contact__grid-item .c-button__email {
  margin-top: 1.25rem;
  max-width: 302px;
  height: 61px;
}

.p-contact__grid-item:first-child {
  border-right: 1px solid #1a1160;
}

.p-contact__grid-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  color: #1a1160;
}

.p-contact__grid-telephone {
  margin-top: 0.625rem;
  max-width: 338px;
}

.p-contact__grid-telephone img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .p-contact__logo {
    max-width: 232px;
  }
  .p-contact__title {
    margin-top: 3.125rem;
  }
  .p-contact__grid {
    padding: 0 1.125rem;
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-contact__grid-item {
    padding: 1.875rem 0;
  }
  .p-contact__grid-item:first-child {
    border-right: none;
    border-bottom: solid 1px #1a1160;
  }
  .p-contact__grid-item small {
    display: block;
    margin-top: 1.125rem;
    text-align: center;
  }
  .p-contact__grid-item .c-button__email {
    max-width: 300px;
    min-height: auto;
    height: 80px;
  }
  .p-contact__grid-telephone {
    margin-top: 1.5rem;
    width: 300px;
    height: 80px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a1160;
    border-radius: 6px;
    pointer-events: visible;
  }
  .p-contact__grid-telephone img {
    max-width: 260px;
    width: 100%;
  }
}

.p-custom-block {
  background-color: #efefef;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.p-custom-block__title {
  position: relative;
  width: 100%;
  min-height: 61px;
  background-color: #1a1160;
  color: #fff;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.3125rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.p-custom-block__title .case {
  font-size: 0.9375rem;
  min-width: 80px;
  min-height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1a1160;
  background-color: #ffd400;
  border-radius: 50px;
  margin-right: 1.25rem;
}

.p-custom-block__body {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.75rem;
}

.p-custom-block__body-item {
  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;
  position: relative;
}

.p-custom-block__body-item:nth-child(1)::after, .p-custom-block__body-item:nth-child(2)::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 28px;
  height: 28px;
}

.p-custom-block__body-item:nth-child(1)::after {
  background: url(../assets/images/common/img_icon_common-minus.png) center/cover no-repeat;
}

.p-custom-block__body-item:nth-child(2)::after {
  background: url(../assets/images/common/img_icon_common-equal.png) center/cover no-repeat;
}

.p-custom-block__body-item:nth-child(3) .p-custom-block__body-text {
  color: #0037b2;
}

.p-custom-block__body-img {
  max-width: 108px;
  width: 100%;
}

.p-custom-block__body-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-custom-block__body-text {
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 500;
}

.p-custom-block__body-text strong {
  display: block;
  font-size: clamp(1.0625rem, 1.25vw, 1.5rem);
  margin-top: 0.9375rem;
}

.p-custom-block__body-text small {
  font-size: 0.875rem;
}

.p-custom-block.--last .p-custom-block__body-item:nth-child(3) .p-custom-block__body-text {
  color: #ea064c;
}

@media only screen and (max-width: 767px) {
  .p-custom-block {
    overflow: visible;
  }
  .p-custom-block__title {
    font-size: 1rem;
    padding: 1.5rem 0.75rem 0.75rem;
  }
  .p-custom-block__title .case {
    position: absolute;
    min-width: auto;
    min-height: auto;
    width: 45px;
    height: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.625rem;
    line-height: 1;
    left: 0.9375rem;
    top: -30%;
  }
  .p-custom-block__title .case strong {
    line-height: 1;
    font-size: 1.0625rem;
  }
  .p-custom-block__body {
    padding: 1.875rem 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.875rem 0;
  }
  .p-custom-block__body-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 1.25rem;
  }
  .p-custom-block__body-item:nth-child(1)::after, .p-custom-block__body-item:nth-child(2)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -44px;
    width: 20px;
    height: 20px;
  }
  .p-custom-block__body-item:nth-child(2)::after {
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
  .p-custom-block__body-img {
    max-width: 68px;
  }
  .p-custom-block__body-text {
    padding: 0 0 0 1rem;
    font-size: 0.75rem;
  }
  .p-custom-block__body-text strong {
    margin-top: 0;
  }
}

.js-fade-up {
  opacity: 0;
}

.js-fade-up.active {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .js-fade-up.active {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.p-form-table {
  width: 100%;
}

.p-form-table__th {
  font-size: 1.125rem;
  width: 200px;
  text-align: left;
  padding: 1rem 0 1rem 0.625rem;
  vertical-align: top;
}

.p-form-table__td {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: calc( 100% - 400px);
  padding: 1rem;
  vertical-align: top;
}

.p-form-table__td-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-form-table.--check tr {
  border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .p-form-table tr:not(:first-child) .p-form-table__th {
    margin-top: 1.25rem;
  }
  .p-form-table__th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .p-form-table__td {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 0.375rem;
    min-height: 1.8rem;
  }
}

.p-mainvisual {
  width: 100%;
  margin: 0 auto;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 4.375rem 0;
}

.p-mainvisual__img {
  max-width: 1400px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.p-mainvisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mainvisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-mainvisual__title-img {
  margin: 0 auto;
  max-width: clamp(15.25rem, 29.38vw, 35.25rem);
}

.p-mainvisual__title-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mainvisual__title-txt {
  font-size: clamp(0.8125rem, 0.94vw, 1.125rem);
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    padding: 1.25rem 1.25rem 0;
  }
  .p-mainvisual__title {
    top: 45%;
  }
  .p-mainvisual__title-txt {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__img {
    max-width: none;
    height: 101.33vw;
    min-height: 380px;
  }
}

.p-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.25rem 0;
}

.p-news__link-day {
  display: inline-block;
  max-width: 80px;
  min-width: 80px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 2.875rem;
  padding-top: .2em;
  white-space: nowrap;
}

.p-news__link-title {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}

.p-news__link.--new .p-news__link-title::after {
  display: inline-block;
  content: "";
  min-width: 22px;
  height: 10px;
  background: url(../assets/images/common/img_common_new.png) center/cover no-repeat;
  margin-left: .8rem;
}

.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media all and (min-width: 1281px), print {
  .p-news__link {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-news__link-day {
    min-width: auto;
    max-width: 65px;
    font-size: 0.8125rem;
    margin-right: 0.625rem;
    padding-top: 0;
  }
  .p-news__link-cat {
    margin-right: 0.625rem;
  }
  .p-news__link-title {
    width: 100%;
    font-size: 0.9375rem;
  }
  .p-news__link-new {
    margin: 0 0 0 0;
  }
  .p-news__button {
    margin-top: 1.75rem;
    text-align: center;
  }
}

.p-pagetitle {
  width: 100%;
  margin-top: 4.375rem;
  padding: 0 1.25rem;
}

.p-pagetitle__wrap {
  max-width: 1200px;
  border-radius: 1.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  background-color: #1a1160;
  min-height: 160px;
  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;
}

.p-pagetitle__flex {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.p-pagetitle__title {
  font-size: 1.875rem;
  line-height: 1;
}

.p-pagetitle__sidetext {
  font-size: 0.875rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    margin-top: 2.1875rem;
  }
  .p-pagetitle__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .p-pagetitle__sidetext {
    text-align: center;
  }
}

.p-pagination {
  text-align: center;
  margin-top: 2.5rem;
}

.p-pagination__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
}

.p-pagination__item span, .p-pagination__item a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1a1160;
  background-color: #fff;
  color: #1a1160;
}

.p-pagination__item span {
  background-color: #1a1160;
  color: #fff;
}

@media all and (min-width: 1281px), print {
  .p-pagination__item a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-pagination__item a:hover {
    background-color: #1a1160;
    color: #fff;
  }
}

.p-profile-info {
  width: 100%;
}

.p-profile-info__item {
  min-height: 3.75rem;
  width: 100%;
  padding: 0 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
}

.p-profile-info__item:nth-child(2n+1) {
  background-color: #f4f4f4;
}

.p-profile-info__item-title {
  max-width: 140px;
  width: 100%;
  text-align: left;
  font-size: 0.9375rem;
  padding: 0.9375rem 0;
}

.p-profile-info__item-information {
  font-size: 1rem;
  font-weight: 500;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.9375rem 0;
}

@media only screen and (max-width: 767px) {
  .p-profile-info__item {
    padding: 0 1.25rem;
    gap: 0.875rem;
  }
  .p-profile-info__item-title {
    max-width: 80px;
  }
}

.p-staff-recruit {
  position: relative;
  max-width: 730px;
  width: 100%;
  min-height: 250px;
  border-radius: 0.75rem;
  overflow-x: hidden;
  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;
  background: #3e505e;
}

.p-staff-recruit::before {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 190px;
  height: 190px;
  background: url(../assets/images/office/img_office_logo.png) center/cover no-repeat;
}

.p-staff-recruit__content {
  position: relative;
  width: calc(50% + 80px);
  margin-left: auto;
  color: #fff;
  z-index: 2;
  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: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  padding-right: 40px;
}

.p-staff-recruit__title {
  font-size: 1.9375rem;
}

.p-staff-recruit__text {
  margin-top: 1.25rem;
  max-width: 426px;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.46;
}

@media only screen and (max-width: 767px) {
  .p-staff-recruit {
    min-height: auto;
    height: 430px;
    background-size: contain;
    overflow-y: hidden;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-staff-recruit::before {
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-staff-recruit__content {
    width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-staff-recruit__title {
    font-size: 1.9375rem;
  }
  .p-staff-recruit__text {
    margin-top: 0.9375rem;
    font-size: 0.9375rem;
  }
}

.p-scroll-top {
  position: fixed;
  z-index: 10;
  right: 6.25%;
  bottom: 80px;
  opacity: 1;
  width: 70px;
  height: 70px;
}

.p-scroll-top__button {
  width: 100%;
  height: 100%;
  border: none;
  background: url(../assets/images/common/img_common_to-top.png) center/cover no-repeat;
}

@media all and (min-width: 1281px), print {
  .p-scroll-top__button {
    cursor: pointer;
  }
}

@media only screen and (max-width: 1280px) {
  .p-scroll-top {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 40px;
  }
  .p-scroll-top__anchor {
    width: 56px;
    height: 56px;
  }
  .p-scroll-top__anchor .u-icon-arrow-top {
    height: 24px;
  }
  .p-scroll-top__anchor .u-icon-arrow-top:before {
    height: 10px;
  }
}

.p-step-column {
  width: 100%;
  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: 4.375rem;
}

.p-step-column__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem;
}

.p-step-column__item {
  position: relative;
  width: 100%;
  background-color: #e5e5e5;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-step-column__item::after {
  position: absolute;
  content: "";
  background: url(../assets/images/index/img_common_arrow-down.png) center/cover no-repeat;
  width: 20px;
  height: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -64px;
}

.p-step-column__item.--tiny {
  position: relative;
  min-height: 160px;
  padding: 2.5rem 1.25rem 1.5625rem;
  border-radius: 12px;
}

.p-step-column__item-tool {
  min-width: 128px;
  min-height: 35px;
  background-color: #1a1160;
  text-align: center;
  position: absolute;
  top: -17.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffd400;
  font-size: 1.25rem;
  border-radius: 50px;
}

.p-step-column__item-text {
  font-size: 1.0625rem;
  color: #1a1160;
  text-align: center;
}

.p-step-column__item-text.--sm {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-step-column__item-time {
  color: #1a1160;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.p-step-column__item-tel {
  margin-top: 0.5rem;
  display: block;
  max-width: 332px;
  width: 100%;
  pointer-events: none;
}

.p-step-column__item-tel img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-step-column__item-button {
  margin-top: 0.75rem;
  min-width: 340px;
  width: 100%;
}

.p-step-column__item-title {
  position: relative;
  display: inline-block;
  font-size: 1.5625rem;
  color: #1a1160;
}

.p-step-column__item-title::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -58px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 46px;
}

.p-step-column__item.--calendar {
  border-radius: 8px;
  min-height: 80px;
}

.p-step-column__item.--calendar .p-step-column__item-title::before {
  background: url(../assets/images/index/img_index_date_calendar.png) center/cover no-repeat;
}

.p-step-column__item.--bag {
  border-radius: 0.875rem;
  padding: 1.25rem;
  min-height: 290px;
}

.p-step-column__item.--bag .p-step-column__item-title::before {
  background: url(../assets/images/index/img_index_appraisal_bag.png) center/cover no-repeat;
}

.p-step-column__item.--bag .p-step-column__item-inner {
  max-width: 766px;
  width: 100%;
  margin: 1.5rem auto 0;
  background-color: #fff;
  padding: 1.6875rem 3.125rem 1.25rem 3.125rem;
  border-radius: 9px;
}

.p-step-column__item.--bag .p-step-column__item-steps + .p-step-column__item-steps {
  margin-top: 0.9375rem;
}

.p-step-column__item.--bag .p-step-column__item-steps {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  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: 1.25rem;
}

.p-step-column__item.--bag .p-step-column__item-steps::before {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1a1160;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}

.p-step-column__item.--bag .p-step-column__item-steps:nth-child(1)::before {
  content: "1";
}

.p-step-column__item.--bag .p-step-column__item-steps:nth-child(2)::before {
  content: "2";
}

.p-step-column__item.--bag .p-step-column__item-steps:nth-child(3)::before {
  content: "3";
}

.p-step-column__item.--money {
  padding: 1.25rem;
  min-height: 132px;
  border-radius: 0.625rem;
}

.p-step-column__item.--money .p-step-column__item-title::before {
  background: url(../assets/images/index/img_index_payment_money.png) center/cover no-repeat;
}

.p-step-column__item.--planner {
  padding: 1.25rem;
  min-height: 132px;
  border-radius: 0.625rem;
}

.p-step-column__item.--planner .p-step-column__item-title::before {
  background: url(../assets/images/index/img_index_report_note.png) center/cover no-repeat;
}

.p-step-column__item.--planner::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-step-column {
    gap: 3rem;
  }
  .p-step-column__grid {
    gap: 1.3125rem;
  }
  .p-step-column__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-step-column__item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-step-column__item-title::before {
    display: inline-block;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 30px;
    height: 30px;
  }
  .p-step-column__item::after {
    width: 14px;
    height: 38px;
    background: url(../assets/images/index/img_common_arrow-down.png) center/contain no-repeat;
    bottom: -45px;
  }
  .p-step-column__item.--tiny {
    padding: 1.6875rem 0.625rem 1.125rem;
  }
  .p-step-column__item.--calendar {
    min-height: auto;
    height: 3.125rem;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-step-column__item.--calendar .p-step-column__item-title {
    gap: 0.625rem;
  }
  .p-step-column__item.--bag .p-step-column__item-inner {
    margin-top: 0.9375rem;
    padding: 1.4375rem 0.625rem 1.125rem 0.875rem;
  }
  .p-step-column__item.--bag .p-step-column__item-steps {
    font-size: 0.8125rem;
    gap: 0.5625rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-step-column__item.--bag .p-step-column__item-steps::before {
    margin-top: .35rem;
    font-size: 0.5rem;
    width: 12px;
    height: 12px;
    padding: .3rem;
    line-height: 1;
  }
  .p-step-column__item.--bag .p-step-column__item-title {
    gap: 0.625rem;
  }
  .p-step-column__item.--money {
    padding: 0.75rem 1.125rem 1.125rem;
  }
  .p-step-column__item.--money .p-step-column__item-title {
    gap: 0.625rem;
  }
  .p-step-column__item.--money .p-step-column__item-text {
    font-size: 0.8125rem;
  }
  .p-step-column__item.--planner {
    padding: 0.5rem 1.5rem 1.25rem;
    min-height: auto;
  }
  .p-step-column__item.--planner .p-step-column__item-title {
    gap: 0.625rem;
  }
  .p-step-column__item.--planner .p-step-column__item-text {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
  }
  .p-step-column__item-tool {
    min-width: auto;
    min-height: auto;
    width: 5.875rem;
    height: 26px;
    top: -13px;
    font-size: 0.875rem;
  }
  .p-step-column__item-time {
    display: block;
    font-size: 0.6875rem;
  }
  .p-step-column__item-tel {
    width: 137px;
    min-width: auto;
    min-height: 60px;
    margin: 0.625rem auto;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1a1160;
    border-radius: 0.25rem;
    pointer-events: visible;
    pointer-events: visible;
  }
  .p-step-column__item-tel img {
    max-width: 118px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-step-column__item-button.c-button__email {
    min-height: 60px;
    min-width: auto;
    width: 137px;
    margin: 0.9375rem auto 0;
    padding: 0.625rem;
  }
  .p-step-column__item-button.c-button__email span {
    font-size: 0.8125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
  .p-step-column__item-text {
    font-size: 0.75rem;
  }
}

.p-swiper-ordinary {
  width: 100vw;
}

.p-swiper-ordinary__wrapper.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-swiper-ordinary__item.swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-swiper-ordinary__item.swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-swiper-text {
  position: relative;
  width: 100vw;
}

.p-swiper-text__item:nth-child(2n+1) .p-swiper-text__item-wrap {
  background-color: #fffae6;
}

.p-swiper-text__item-wrap {
  border-radius: 6px;
  background-color: #ededed;
  padding: 1.875rem 1.09375rem;
  min-height: 507px;
  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;
}

.p-swiper-text__item-title {
  font-size: 1.125rem;
  color: #1a1160;
}

.p-swiper-text__item-title span {
  display: block;
  position: relative;
  padding-bottom: .3rem;
}

.p-swiper-text__item-title span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-image: url(../assets/images/common/img_common_circle-extra-small.png);
  background-size: 6px 2px;
  background-repeat: repeat;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-swiper-text__item-location {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1160;
}

.p-swiper-text__item-message {
  margin-top: 1.125rem;
  font-weight: 500;
  font-size: 0.9375rem;
}

.p-swiper-text__item-from {
  margin-top: auto;
  font-size: 0.9375rem;
  color: #1a1160;
  text-align: right;
}

.p-swiper-text__group {
  margin: 2.25rem auto 0;
  max-width: 462px;
  min-height: 70px;
  width: 100%;
  position: relative;
}

.p-swiper-text__next.swiper-button-next, .p-swiper-text__prev.swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 60;
}

.p-swiper-text__next.swiper-button-next::after, .p-swiper-text__prev.swiper-button-prev::after {
  display: none;
}

.p-swiper-text__prev.swiper-button-prev {
  background: url(../assets/images/index/img_index_prev-btn.png) center/cover no-repeat;
}

.p-swiper-text__next.swiper-button-next {
  background: url(../assets/images/index/img_index_next-btn.png) center/cover no-repeat;
}

.p-swiper-text__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}

.p-swiper-text__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1a1160;
}

@media only screen and (max-width: 767px) {
  .p-swiper-text__item {
    padding: 0 0.78125rem;
  }
  .p-swiper-text__group {
    margin-top: 1.25rem;
    max-width: 15.9375rem;
  }
  .p-swiper-text__next.swiper-button-next, .p-swiper-text__prev.swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 65%;
  }
  .p-swiper-text__next.swiper-button-next {
    right: 0;
  }
  .p-swiper-text__prev.swiper-button-prev {
    left: 0;
  }
  .p-swiper-text__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.p-table {
  width: 100%;
}

.p-table__th {
  background-color: #ededed;
  font-weight: bold;
  padding: 0.75em;
}

.p-table__td {
  padding: 0.75em;
}

/* pages */
.page-contact__button {
  margin-top: 3.75rem;
  text-align: center;
}

.page-contact__button.--flex {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}

.page-contact__button .c-button__form {
  max-width: 250px;
  margin: 0 auto;
}

.page-contact__form .c-heading-h3 {
  text-align: center;
}

.page-contact__form .c-text {
  margin: 1.875rem auto 0;
}

.page-contact__form .c-text.--centered {
  text-align: center;
}

.page-contact__form .p-form-table {
  margin-top: 1.875rem;
}

.page-contact__form .p-form-table {
  margin-top: 1.875rem;
}

@media all and (min-width: 1281px), print {
  .page-contact__form .c-text a {
    pointer-events: none;
  }
}

.page-editor .l-header__nav-item.--news .l-header__nav-link:after {
  opacity: 0;
}

.page-editor .l-header__nav-item.--news .l-header__nav-link {
  color: #1a1160;
}

.page-editor .l-header__nav-item.--news .l-header__nav-link::before {
  opacity: 1;
}

.page-editor .p-news__link-day {
  margin-top: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .page-editor .l-header__nav-item.--news .l-header__nav-link {
    color: #fff;
  }
}

/* page index */
.page-index .l-header__nav-item.--top .l-header__nav-link {
  color: #1a1160;
}

.page-index .l-header__nav-item.--top .l-header__nav-link:after {
  opacity: 0;
}

.page-index .l-header__nav-item.--top .l-header__nav-link::before {
  opacity: 1;
}

.page-index__news {
  margin-top: 7.5rem;
}

.page-index__thoughts {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1.25rem;
}

.page-index__thoughts-title {
  max-width: clamp(27.125rem, 33.65vw, 40.375rem);
  width: 100%;
  display: block;
}

.page-index__thoughts-title img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-index__thoughts-img {
  margin-top: 1.625rem;
  max-width: 1276px;
  width: 100%;
}

.page-index__thoughts-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-index__services {
  margin-top: 11.25rem;
  background-color: #fffae6;
  padding: 6.25rem 0 7.8125rem;
}

.page-index__services-topside .c-text {
  margin-top: 3.125rem;
  text-align: center;
}

.page-index__services-title {
  max-width: clamp(16.375rem, 18.85vw, 22.625rem);
  margin: 0 auto;
}

.page-index__services-title img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-index__services-subtitle {
  margin-top: 3.75rem;
  font-size: clamp(1.25rem, 1.41vw, 1.6875rem);
  color: #1a1160;
  font-weight: 700;
  text-align: center;
}

.page-index__services-types {
  margin-top: 2.5rem;
  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: 1.25rem;
}

.page-index__services-link {
  margin-top: 2.375rem;
  text-align: center;
}

.page-index__services-botside .p-column-regular {
  margin-top: 4.25rem;
}

.page-index__profitable {
  margin-top: 9.375rem;
}

.page-index__profitable .c-heading__decorated {
  margin: 0 auto;
  max-width: 375px;
  width: 100%;
}

.page-index__profitable-title {
  margin-top: 1.625rem;
  font-size: 2.25rem;
  color: #1a1160;
  text-align: center;
}

.page-index__profitable-title span {
  padding: 0 .5rem;
}

.page-index__profitable-title span > strong {
  font-size: 3.125rem;
  margin-right: .1rem;
}

.page-index__profitable .c-text {
  margin-top: 2.5rem;
  text-align: center;
}

.page-index__profitable .c-text small {
  font-size: 0.875rem;
}

.page-index__profitable__img {
  margin: 3.4375rem auto 0;
  max-width: 682px;
  width: 100%;
}

.page-index__profitable__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-index__profitable .p-custom-block:first-child {
  margin-top: 5rem;
}

.page-index__profitable .p-custom-block + .p-custom-block {
  margin-top: 2.5rem;
}

.page-index__purchase {
  margin-top: 9.875rem;
}

.page-index__purchase .c-heading__decorated {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

.page-index__purchase-subtitle {
  margin-top: 2.75rem;
  font-size: 2.25rem;
  color: #1a1160;
  text-align: center;
}

.page-index__purchase .c-text {
  margin-top: 2.8125rem;
  font-size: 1.125rem;
}

.page-index__purchase-link {
  margin-top: 1.5625rem;
  text-align: center;
}

.page-index__purchase .p-colored-block {
  margin-top: 5.9375rem;
}

.page-index__about {
  margin-top: 8.75rem;
}

.page-index__about .c-heading__decorated {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

.page-index__about-subtitle {
  margin-top: 2.8125rem;
  font-size: 2.25rem;
  color: #1a1160;
  text-align: center;
}

.page-index__about-text {
  margin-top: 2.8125rem;
}

.page-index__about .p-colored-list {
  margin-top: 2.5rem;
}

.page-index__beginner {
  margin-top: 7.875rem;
  overflow: hidden;
}

.page-index__beginner .c-heading__decorated {
  width: 335px;
  margin: 0 auto;
}

.page-index__beginner-subtitle {
  margin-top: 2.8125rem;
  color: #1a1160;
  text-align: center;
  font-size: 2.25rem;
}

.page-index__beginner .p-step-column {
  margin-top: 6.25rem;
}

.page-index__beginner-slide {
  margin-top: 13.125rem;
}

.page-index__beginner-slide .p-swiper-ordinary {
  margin: 0 calc(-50vw + 50%) 0;
}

.page-index__questions {
  margin-top: 10.5rem;
  background-color: #fffae6;
  padding: 5.9375rem 0 5rem;
}

.page-index__questions .c-heading__decorated {
  width: 375px;
  margin: 0 auto;
}

.page-index__questions-text {
  font-size: 1.25rem;
  color: #1a1160;
  text-align: center;
  margin-top: 1.875rem;
}

.page-index__questions-qa {
  margin-top: 3.75rem;
  padding: 0 0.625rem;
}

.page-index__questions-qa img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-index__anket {
  margin-top: 13.125rem;
  overflow: hidden;
  padding-bottom: 1.25rem;
}

.page-index__anket-title {
  text-align: center;
  color: #1a1160;
}

.page-index__anket-slide .p-swiper-text {
  margin: 4.625rem calc(-50vw + 50%) 0;
}

.page-index__news {
  position: relative;
  overflow: hidden;
}

.page-index__news-wrap {
  background-color: #f4f3ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.25rem, 3.85vw, 4.625rem);
}

.page-index__news-side {
  padding: 2.1875rem 0;
  min-width: 170px;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 264px;
  width: 100%;
  background-color: #1a1160;
}

.page-index__news-side .c-heading-h3__smaller {
  text-align: center;
}

.page-index__news .p-news {
  padding: 5rem 0;
}

.page-index__news::after, .page-index__news::before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
}

.page-index__news::after {
  background-color: #1a1160;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-index__news::before {
  background-color: #f4f3ff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-index .p-contact {
  margin-top: 12.375rem;
}

@media only screen and (max-width: 767px) {
  .page-index__thoughts-title {
    max-width: 244px;
  }
  .page-index__thoughts-img {
    margin-top: 0.875rem;
    max-width: 375px;
  }
  .page-index__services {
    margin-top: 3.125rem;
    padding: 2.5rem 0 1.875rem;
  }
  .page-index__services-topside .c-text {
    margin-top: 1.75rem;
    font-size: 1rem;
    text-align: left;
  }
  .page-index__services-title {
    max-width: 172px;
  }
  .page-index__services-subtitle {
    margin-top: 1.125rem;
    font-size: 0.9375rem;
  }
  .page-index__services-types {
    margin-top: 1.5rem;
  }
  .page-index__profitable {
    margin-top: 6.25rem;
  }
  .page-index__profitable .c-heading__decorated {
    max-width: 242px;
  }
  .page-index__profitable-title {
    font-size: 1.3125rem;
  }
  .page-index__profitable-title span {
    padding: .2rem;
  }
  .page-index__profitable-title span > strong {
    font-size: 1.875rem;
    line-height: 1;
  }
  .page-index__profitable .c-text {
    font-size: 1rem;
    text-align: left;
  }
  .page-index__profitable__img {
    max-width: 314px;
    width: 100%;
    margin: 0.9375rem auto 0;
  }
  .page-index__purchase {
    margin-top: 5.25rem;
  }
  .page-index__purchase .c-heading__decorated {
    max-width: 242px;
    margin: 0 auto;
  }
  .page-index__purchase-subtitle {
    margin-top: 1.5625rem;
    font-size: 1.3125rem;
  }
  .page-index__purchase .c-text {
    margin-top: 2.125rem;
    font-size: 1rem;
  }
  .page-index__purchase-link {
    margin-top: 1.625rem;
  }
  .page-index__purchase .p-colored-block {
    margin-top: 5.9375rem;
  }
  .page-index__about {
    margin-top: 7.75rem;
  }
  .page-index__about .c-heading__decorated {
    max-width: 242px;
    margin: 0 auto;
  }
  .page-index__about-subtitle {
    margin-top: 1.5625rem;
    font-size: 1.3125rem;
  }
  .page-index__about-text.c-text {
    margin-top: 2.125rem;
    font-size: 1rem;
  }
  .page-index__beginner {
    margin-top: 8.125rem;
  }
  .page-index__beginner .c-heading__decorated {
    max-width: 242px;
    margin: 0 auto;
  }
  .page-index__beginner-subtitle {
    margin-top: 1.5625rem;
    font-size: 1.3125rem;
  }
  .page-index__beginner-slide {
    margin-top: 4.375rem;
  }
  .page-index-text {
    font-size: 1.3125rem;
  }
  .page-index__questions {
    margin-top: 5.8125rem;
    padding: 4.375rem 0 3.75rem;
  }
  .page-index__questions .c-heading__decorated {
    max-width: 242px;
    margin: 0 auto;
  }
  .page-index__questions-text {
    margin-top: 1.625rem;
  }
  .page-index__questions-qa {
    max-width: 375px;
    margin: 1.875rem auto;
    padding: 0;
  }
  .page-index__anket {
    margin-top: 6.75rem;
  }
  .page-index__anket-slide .p-swiper-text {
    margin: 2.5rem calc(-50vw + 50%) 0;
  }
  .page-index__news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    width: 100vw;
    margin: 0 calc(-50vw + 50%) 0;
  }
  .page-index__news-side {
    min-width: auto;
    max-width: none;
  }
  .page-index__news .p-news {
    padding: 0rem 2.5rem 1.875rem 1.875rem;
  }
  .page-index__news::after, .page-index__news::before {
    display: none;
  }
  .page-index .p-contact {
    margin-top: 5.25rem;
  }
}

/* page news */
.page-news .l-header__nav-item.--news .l-header__nav-link:after {
  opacity: 0;
}

.page-news .l-header__nav-item.--news .l-header__nav-link {
  color: #1a1160;
}

.page-news .l-header__nav-item.--news .l-header__nav-link::before {
  opacity: 1;
}

.page-news .l-article {
  margin-top: 4.375rem;
}

.page-news .l-footer {
  margin-top: 10.9375rem;
}

.page-news .c-heading {
  text-align: center;
  display: block;
  color: #1a1160;
}

.page-news .p-news {
  margin-top: 2.8125rem;
}

/* page editor */
.page-editor__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page-news .l-header__nav-item.--news .l-header__nav-link {
    color: #fff;
  }
  .page-news .l-article {
    margin-top: 2.1875rem;
  }
  .page-news .l-footer {
    margin-top: 5.46875rem;
  }
}

.page-office .l-header__nav-item.--about .l-header__nav-link:after {
  opacity: 0;
}

.page-office .l-header__nav-item.--about .l-header__nav-link {
  color: #1a1160;
}

.page-office .l-header__nav-item.--about .l-header__nav-link::before {
  opacity: 1;
}

.page-office .c-scrolldown {
  top: 7%;
}

.page-office .l-article {
  margin-top: 4.375rem;
}

.page-office .p-profile-info {
  margin-top: 4.375rem;
}

.page-office__info-photo {
  position: relative;
  margin-top: 3.75rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.page-office__info-photo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.page-office__info-photo::after {
  display: block;
  content: "";
  background: url(../assets/images/office/img_office_logo.png) center/cover no-repeat;
  width: 194px;
  height: 194px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 80px;
}

.page-office__appraiser {
  margin-top: 7.75rem;
}

.page-office__appraiser .p-column-basic {
  margin-top: 3.75rem;
}

.page-office__staff {
  margin-top: 5.9375rem;
}

.page-office__staff .p-column {
  margin-top: 3.3125rem;
}

.page-office__staff .p-staff-recruit {
  margin: 8.5rem auto 0;
}

.page-office .p-contact {
  margin-top: 8.25rem;
}

.page-office .l-footer {
  margin-top: 10.9375rem;
}

@media only screen and (max-width: 767px) {
  .page-office .l-header__nav-item.--about .l-header__nav-link {
    color: #fff;
  }
  .page-office .l-article {
    margin-top: 2.1875rem;
  }
  .page-office .p-profile-info {
    margin-top: 2.1875rem;
  }
  .page-office__info-photo {
    height: 220px;
  }
  .page-office__info-photo::after {
    width: calc(194px / 2);
    height: calc(194px / 2);
    left: 20px;
  }
  .page-office__appraiser {
    margin-top: 3.875rem;
  }
  .page-office__appraiser .p-column-basic {
    margin-top: 2.6875rem;
  }
  .page-office__staff {
    margin-top: 2.96875rem;
  }
  .page-office__staff .p-staff-recruit {
    margin: 4.25rem auto 0;
  }
  .page-office .p-contact {
    margin-top: 4.125rem;
  }
  .page-office .l-footer {
    margin-top: 5.46875rem;
  }
}

/* page template */
.guid {
  position: fixed;
  width: 1240px;
  margin: 0 20px;
  height: 100vh;
  border-left: 1px solid red;
  border-right: 1px solid red;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 9999;
}

.guid::after {
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  background-color: red;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-template .c-text {
  margin-top: 0.625rem;
}

.page-template .p-box {
  margin-top: 1.25rem;
}

.page-template .p-anchor-list {
  margin-top: 2.5rem;
}

.page-template .p-table {
  margin-top: 2.5rem;
}

.page-template .p-accordion {
  margin-top: 2.5rem;
}

.page-template .p-column {
  margin-top: 6.25rem;
}

.page-template .p-column-wide {
  margin-top: 6.25rem;
}

/* utility */
@media all and (min-width: 768px), print {
  .u-only-sp-extended {
    display: none;
  }
}

@media all and (min-width: 1281px), print {
  .u-only-tab-sp {
    display: none;
  }
}

@media all and (min-width: 768px), print {
  .u-only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) {
  .u-only-pc-extended {
    display: none;
  }
}

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

.u-colored-purple {
  color: #ea064c;
}

.u-letter {
  margin: 0 -0.1em;
}

.u-letter__large {
  margin: 0 -0.4em;
}

.u-icon-blank::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%231a1160" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-size: contain;
}

.u-plus-minus {
  width: 50px;
  height: 50px;
  position: relative;
}

.u-plus-minus::after, .u-plus-minus::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
}

.u-plus-minus.--blue::after, .u-plus-minus.--blue::before {
  background-color: #1a1160;
}

.u-plus-minus::after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.u-plus-minus::before {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.u-plus-minus.is-active::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
