@charset "UTF-8";
/*フォント指定*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*レスポンシブブレイクポイント*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #444;
  background: #f4f2ef;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック	Medium", "Yu	GothitMedium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo";
}
@media (max-width: 376px) {
  body {
    font-size: 1.6rem;
  }
}

/*ヘッダー*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
  z-index: 998;
}
@media (max-width: 769px) {
  .l-header {
    height: 60px;
  }
}
.l-header .l-header_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-header .l-header_container .l-header_container_logo {
  margin-right: auto;
  font-weight: 400;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_container_logo .l-header_logo_image {
    width: 240px;
  }
}
.l-header .l-header_container .l-header_navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation {
    position: absolute;
    display: block;
    left: -100vw;
    top: 58px;
    width: 100vw;
    background: #e5e1da;
    box-sizing: border-box;
    transition: all 0.5s;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2px;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #e5e1da;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item {
  position: relative;
  display: block;
  text-align: center;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item {
    width: 100%;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item:nth-of-type(n + 2) {
  margin-left: 30px;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-item_label, .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-list_text {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #1d2475;
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-list_text {
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-list_text {
    padding: 16px 12px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #999;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-list_text:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00488e;
  transition: all 0.2s ease 0s;
  border-radius: 3px;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-list_text:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-list_text:hover:after {
  width: 100%;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-item_sub {
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 1.5rem;
  color: #00488e;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item .l-item_sub {
    display: inline;
    margin-left: 1rem;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_item:hover > .l-list_dropdown {
  display: block;
  opacity: 1;
  transition-duration: 1s;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_checkbox {
  display: none;
  opacity: 0;
  transition-duration: 1s;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-item_label {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 12px;
    box-sizing: border-box;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 13px;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown {
    display: block;
    position: relative;
    padding-top: 0;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item {
  background: #eee;
  border-bottom: 1px dashed #ddd;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item {
    padding-left: 2rem;
    box-sizing: border-box;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item:last-of-type {
  border-bottom: 0;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item:last-of-type {
    border-bottom: 1px solid #999;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link {
  position: relative;
  display: block;
  width: 220px;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  text-decoration: none;
  color: #1d2475;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link:after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 12px;
  width: 0;
  height: 1px;
  background: #00488e;
  transition: all 0.2s ease 0s;
  border-radius: 3px;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link:hover {
  opacity: 0.85;
  transition-duration: 0.2s;
}
.l-header .l-header_container .l-header_navigation .l-navigation_list .l-list_dropdown .l-dropdown_item .l-dropdown_link:hover:after {
  width: calc(100% - 24px);
}
.l-header .l-header_container .l-header_navigation .l-navigation_tel {
  font-family: "Varela Round", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  font-size: 2.2rem;
  color: #fff;
  background: #1d2475;
  border-radius: 20px;
  line-height: 1;
  margin-left: 60px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .l-header .l-header_container .l-header_navigation .l-navigation_tel {
    margin: 18px auto;
  }
}
.l-header .l-header_container .l-header_navigation .l-navigation_tel .l-tel_image {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transform: translateY(-1px);
}
.l-header .l-header_toggle {
  display: none;
}
.l-header .l-hamburger_box {
  display: none;
}
@media (max-width: 769px) {
  .l-header .l-hamburger_box {
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 32px;
    top: -8px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
  }
  .l-header .l-hamburger_box .l-hamburger_menu {
    width: 100%;
    height: 4px;
    background: #1d2475;
    border-radius: 2px;
    transition: 0.2s;
  }
  .l-header .l-hamburger_box .l-hamburger_menu:nth-of-type(1) {
    top: 0;
    transition-duration: 0.1s;
  }
  .l-header .l-hamburger_box .l-hamburger_menu:nth-of-type(2) {
    transform: translateY(8px);
    transition-duration: 0.1s;
  }
  .l-header .l-hamburger_box .l-hamburger_menu:nth-of-type(3) {
    transform: translateY(16px);
    transition-duration: 0.1s;
  }
}
.l-header #header_toggle:checked ~ .l-hamburger_box {
  transform: translateX(10px);
}
.l-header #header_toggle:checked ~ .l-header_navigation {
  transform: translateX(100vw);
  transition: all 0.5s;
}
.l-header #header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu {
  transform: rotate(45deg) translateY(13px);
  transition-duration: 0.1s;
}
.l-header #header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu:nth-of-type(2) {
  display: none;
}
.l-header #header_toggle:checked ~ .l-hamburger_box .l-hamburger_menu:nth-of-type(3) {
  top: 13px;
  transform: rotate(-45deg) translateY(-3px) translateX(-11px);
  transition-duration: 0.1s;
}

.l-content {
  position: relative;
  display: block;
  flex: 1;
}
.l-content .l-contact_button {
  position: fixed;
  display: block;
  width: 68px;
  height: 220px;
  right: 0;
  bottom: 320px;
  transform: translateY(-50%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
  z-index: 999;
}
@media (max-width: 769px) {
  .l-content .l-contact_button {
    width: 100%;
    height: 68px;
    bottom: -34px;
    box-shadow: 0;
  }
}
.l-content .l-contact_button .l-button_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #1d2475;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
  opacity: 0.9;
}
@media (max-width: 769px) {
  .l-content .l-contact_button .l-button_link {
    flex-direction: row;
    border-radius: 0;
    opacity: 1;
  }
}
.l-content .l-contact_button .l-button_link:hover {
  background: #1d2475;
  opacity: 1;
}
.l-content .l-contact_button .l-button_link:hover .l-button_icon {
  transform: rotate(-15deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.l-content .l-contact_button .l-button_link .l-button_icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  transition-duration: 0.2s;
}
.l-content .l-contact_button .l-button_link .l-button_text {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 769px) {
  .l-content .l-contact_button .l-button_link .l-button_text {
    writing-mode: horizontal-tb;
  }
}

.l-contact_banner_wrapper {
  position: fixed;
  bottom: 81px;
  right: 140px;
  z-index: 996;
}
@media (max-width: 769px) {
  .l-contact_banner_wrapper {
    right: 50%;
    transform: translateX(50%);
  }
}
.l-contact_banner_wrapper .l-banner_checkbox {
  display: none;
}
.l-contact_banner_wrapper .l-banner_checkbox:checked ~ .l-contact_banner {
  display: block;
}
.l-contact_banner_wrapper .l-contact_banner {
  display: none;
  position: relative;
  width: 300px;
  height: 300px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.l-contact_banner_wrapper .l-contact_banner .l-btn_label {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background: #555;
  border-radius: 50%;
  cursor: pointer;
  z-index: 998;
}
.l-contact_banner_wrapper .l-contact_banner .l-btn_label:hover {
  opacity: 0.95;
}
.l-contact_banner_wrapper .l-contact_banner .l-btn_label:before, .l-contact_banner_wrapper .l-contact_banner .l-btn_label:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  top: 9px;
  left: 3px;
}
.l-contact_banner_wrapper .l-contact_banner .l-btn_label:before {
  transform: rotate(-45deg);
}
.l-contact_banner_wrapper .l-contact_banner .l-btn_label:after {
  transform: rotate(45deg);
}
.l-contact_banner_wrapper .l-contact_banner .l-banner_content .l-banner_link:hover {
  opacity: 0.95;
}

.l-under_heroimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(to bottom, #dfd9d1, #eae6e0);
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .l-under_heroimage {
    height: 220px;
  }
}

.l-undersection_content {
  position: relative;
  width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .l-undersection_content {
    width: 100%;
    padding: 40px 12px 0;
  }
}
.l-undersection_content > p {
  margin-bottom: 2rem;
}
.l-undersection_content > p:last-child {
  margin-bottom: 0;
}

.l-footer {
  width: 100%;
}
@media (max-width: 769px) {
  .l-footer {
    margin-bottom: 68px;
    box-sizing: border-box;
  }
}
.l-footer .l-footer_wrapper {
  width: 100%;
  padding: 80px 0;
  background: #1d2475;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper {
    padding: 40px 0;
  }
}
.l-footer .l-footer_wrapper .l-footer_content {
  width: 996px;
  margin: auto;
  color: #fff;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content {
    width: 100%;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_address {
  padding-bottom: 80px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_address {
    padding-bottom: 40px;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_logo {
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_logo {
    width: 60%;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_name {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_name {
    font-size: 1.6rem;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_text {
  font-size: 1.6rem;
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_text:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_address .l-address_text {
    font-size: 1.4rem;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact {
    display: block;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 440px;
  height: 180px;
  margin: 0 30px 0 0;
  background: #fff;
  color: #444;
  border-radius: 4px;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card {
    display: flex;
    width: 80%;
    height: 160px;
    margin: 0 auto 30px;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_title {
    font-size: 1.8rem;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_icon {
  width: 42px;
  height: 42px;
  margin: 10px 0;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_icon {
    width: 32px;
    height: 32px;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_tel {
  font-family: "Varela Round", sans-serif;
  font-size: 3.2rem;
  color: #00488e;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_tel {
    font-size: 2.4rem;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_mail {
  display: block;
  width: 260px;
  height: 3.2rem;
  line-height: 3.2rem;
  background: #00488e;
  border-radius: 1.6rem;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_mail:hover {
  opacity: 0.8;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card .l-card_mail {
    font-size: 1.8rem;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card:nth-of-type(n + 2) {
  margin: 0 0 0 30px;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card:nth-of-type(n + 2) {
    margin: auto;
  }
}
.l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card:nth-of-type(n + 2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -30px;
}
@media (max-width: 769px) {
  .l-footer .l-footer_wrapper .l-footer_content .l-footer_contact .l-contact_card:nth-of-type(n + 2):before {
    width: 100%;
    height: 1px;
    top: -15px;
    left: 0;
  }
}
.l-footer .l-footer_navigation {
  padding: 10px 20px;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .l-footer .l-footer_navigation {
    display: none;
  }
}
.l-footer .l-footer_navigation .l-footer_navigaiton_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.l-footer .l-footer_navigation .l-footer_navigaiton_list .l-list_item:nth-of-type(n + 2) {
  margin-left: 20px;
}
.l-footer .l-footer_navigation .l-footer_navigaiton_list .l-list_item .l-list_link {
  font-size: 1.5rem;
  text-decoration: none;
  color: #1d2475;
}
.l-footer .l-footer_navigation .l-footer_navigaiton_list .l-list_item .l-list_link:hover {
  opacity: 0.8;
}
.l-footer .l-footer_outlinkgroup {
  position: relative;
  padding: 60px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 769px) {
  .l-footer .l-footer_outlinkgroup {
    display: block;
    text-align: center;
  }
}
.l-footer .l-footer_outlinkgroup .l-footer_outlink {
  position: relative;
  transition-duration: 0.2s;
}
.l-footer .l-footer_outlinkgroup .l-footer_outlink:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.l-footer .l-footer_outlinkgroup .l-footer_outlink:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 769px) {
  .l-footer .l-footer_outlinkgroup .l-footer_outlink:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.l-footer .l-footer_copywrite {
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #1d2475;
}

.c-content_container {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.c-pagetitle {
  font-family: "Klee One", cursive;
  font-size: 4.8rem;
  transform: translateY(48px);
}
@media (max-width: 376px) {
  .c-pagetitle {
    font-size: 2.8rem;
    transform: translateY(28px);
  }
}

.c-sectiontitle {
  position: relative;
  font-family: "Klee One", cursive;
  font-size: 3.6rem;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 0;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 376px) {
  .c-sectiontitle {
    padding: 8px 0;
    font-size: 2.2rem;
  }
}
.c-sectiontitle:before, .c-sectiontitle:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
}
@media (max-width: 376px) {
  .c-sectiontitle:before, .c-sectiontitle:after {
    width: 24px;
    height: 24px;
  }
}
.c-sectiontitle:before {
  border-left: solid 3px #1d2475;
  border-top: solid 3px #1d2475;
  top: 0;
  left: 0;
}
@media (max-width: 376px) {
  .c-sectiontitle:before {
    border-left: solid 2px #1d2475;
    border-top: solid 2px #1d2475;
  }
}
.c-sectiontitle:after {
  border-right: solid 3px #1d2475;
  border-bottom: solid 3px #1d2475;
  bottom: 0;
  right: 0;
}
@media (max-width: 376px) {
  .c-sectiontitle:after {
    border-right: solid 2px #1d2475;
    border-bottom: solid 2px #1d2475;
  }
}

.c-sectionsubtitle {
  position: relative;
  font-size: 2.4rem;
  margin: 30px 0;
  padding-left: 34px;
  color: #1d2475;
  font-weight: 500;
  box-sizing: border-box;
  background-image: url(../images/common/subtitle_icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
}
@media (max-width: 376px) {
  .c-sectionsubtitle {
    font-size: 1.8rem;
    background-size: 18px 18px;
    padding-left: 24px;
    margin: 20px 0;
  }
}

.c-sectionheading {
  position: relative;
  font-size: 1.8rem;
  padding: 20px 0 0 20px;
  font-weight: 600;
  box-sizing: border-box;
}
.c-sectionheading:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 28px;
  left: 0;
  background: #00488e;
  border-radius: 50%;
}

.c-undersection_box {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 20px 0 40px;
}
@media (max-width: 376px) {
  .c-undersection_box {
    padding: 12px;
  }
}
.c-undersection_box > p {
  margin-bottom: 1rem;
}
.c-undersection_box > p:last-child {
  margin-bottom: 0;
}
.c-undersection_box .c-undersection_list {
  position: relative;
  list-style: none;
}
.c-undersection_box .c-undersection_list .c-list_item {
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
}
.c-undersection_box .c-undersection_list .c-list_item:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 8px;
  left: 0;
  background: #00488e;
  border-radius: 50%;
}
.c-undersection_box .c-undersection_list .c-list_item:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
}
.c-undersection_box .c-undersection_list .c-list_item:nth-of-type(n+2) {
  margin-top: 2rem;
}

.c-list_common {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
}
.c-list_common:last-of-type {
  margin-bottom: 0;
}
.c-list_common .c-list_item {
  position: relative;
  text-indent: -2rem;
  padding-left: 2rem;
  box-sizing: border-box;
}
.c-list_common .c-list_item:before {
  content: "・";
}
.c-list_common .c-list_item:nth-of-type(n+2) {
  margin-top: 0.5rem;
}

.c-ol_common {
  position: relative;
  list-style-position: inside;
}
.c-ol_common .c-ol_item {
  text-indent: -2rem;
  padding-left: 2rem;
  box-sizing: border-box;
}
.c-ol_common .c-ol_item:nth-of-type(n+2) {
  margin-top: 0.5rem;
}

.c-table_commmon {
  width: 100%;
  border: 1px solid #aaa;
  font-size: 1.6rem;
  background: #fff;
  margin: 40px 0;
}
@media (max-width: 376px) {
  .c-table_commmon .c-table_common_vertical {
    display: block;
    width: 100%;
  }
}
.c-table_commmon .c-table_commmon_tbody th {
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  font-weight: 500;
  background: #eae6e0;
  white-space: nowrap;
  text-align: left;
  min-width: 140px;
}
.c-table_commmon .c-table_commmon_tbody td {
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #aaa;
}

.c-dl_common {
  counter-reset: dl_common_number;
  padding-left: 28px;
  box-sizing: border-box;
}
.c-dl_common .c-dl_common_dt {
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  color: #1d2475;
  margin-bottom: 10px;
}
.c-dl_common .c-dl_common_dt:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 5px;
  left: -28px;
  background: #1d2475;
  border-radius: 50px;
}
@media (max-width: 376px) {
  .c-dl_common .c-dl_common_dt:before {
    top: 3px;
  }
}
.c-dl_common .c-dl_common_dt:after {
  counter-increment: dl_common_number;
  content: counter(dl_common_number);
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  left: -27px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 376px) {
  .c-dl_common .c-dl_common_dt:after {
    top: 3px;
  }
}
.c-dl_common .c-dl_common_dt:nth-of-type(n+2) {
  margin-top: 30px;
}
.c-dl_common .c-dl_common_dd {
  display: block;
}

.c-table_horizontal {
  width: 100%;
}
@media (max-width: 376px) {
  .c-table_horizontal {
    overflow-x: scroll;
    padding-bottom: 4px;
    box-sizing: border-box;
  }
}

.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  transition-duration: 0.2s;
  z-index: 998;
}
.c-pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #555;
  border-radius: 50%;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15);
}
.c-pagetop a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  color: #fff;
  border-top: solid 2px;
  border-right: solid 2px;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translateX(-7%) translateY(-50%);
  z-index: 999;
}
.c-pagetop.c-pagetop_run {
  transform: translateY(-88px);
  transition-duration: 0.2s;
}

.js-heroimage_text span {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: heroimage_text_animation;
          animation-name: heroimage_text_animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.js-heroimage_text:nth-of-type(1) {
  -webkit-animation-delay: calc( 3s + 1s * 1s);
          animation-delay: calc( 3s + 1s * 1s);
}
.js-heroimage_text:nth-of-type(2) {
  -webkit-animation-delay: calc( 3s + 2s * 1s);
          animation-delay: calc( 3s + 2s * 1s);
}
.js-heroimage_text:nth-of-type(3) {
  -webkit-animation-delay: calc( 3s + 3s * 1s);
          animation-delay: calc( 3s + 3s * 1s);
}
.js-heroimage_text:nth-of-type(4) {
  -webkit-animation-delay: calc( 3s + 4s * 1s);
          animation-delay: calc( 3s + 4s * 1s);
}
.js-heroimage_text:nth-of-type(5) {
  -webkit-animation-delay: calc( 3s + 5s * 1s);
          animation-delay: calc( 3s + 5s * 1s);
}
.js-heroimage_text:nth-of-type(6) {
  -webkit-animation-delay: calc( 3s + 6s * 1s);
          animation-delay: calc( 3s + 6s * 1s);
}
.js-heroimage_text:nth-of-type(7) {
  -webkit-animation-delay: calc( 3s + 7s * 1s);
          animation-delay: calc( 3s + 7s * 1s);
}
.js-heroimage_text:nth-of-type(8) {
  -webkit-animation-delay: calc( 3s + 8s * 1s);
          animation-delay: calc( 3s + 8s * 1s);
}
.js-heroimage_text:nth-of-type(9) {
  -webkit-animation-delay: calc( 3s + 9s * 1s);
          animation-delay: calc( 3s + 9s * 1s);
}
.js-heroimage_text:nth-of-type(10) {
  -webkit-animation-delay: calc( 3s + 10s * 1s);
          animation-delay: calc( 3s + 10s * 1s);
}
.js-heroimage_text:nth-of-type(11) {
  -webkit-animation-delay: calc( 3s + 11s * 1s);
          animation-delay: calc( 3s + 11s * 1s);
}
.js-heroimage_text:nth-of-type(12) {
  -webkit-animation-delay: calc( 3s + 12s * 1s);
          animation-delay: calc( 3s + 12s * 1s);
}
.js-heroimage_text:nth-of-type(13) {
  -webkit-animation-delay: calc( 3s + 13s * 1s);
          animation-delay: calc( 3s + 13s * 1s);
}
.js-heroimage_text:nth-of-type(14) {
  -webkit-animation-delay: calc( 3s + 14s * 1s);
          animation-delay: calc( 3s + 14s * 1s);
}
.js-heroimage_text:nth-of-type(15) {
  -webkit-animation-delay: calc( 3s + 15s * 1s);
          animation-delay: calc( 3s + 15s * 1s);
}
.js-heroimage_text:nth-of-type(16) {
  -webkit-animation-delay: calc( 3s + 16s * 1s);
          animation-delay: calc( 3s + 16s * 1s);
}
.js-heroimage_text:nth-of-type(17) {
  -webkit-animation-delay: calc( 3s + 17s * 1s);
          animation-delay: calc( 3s + 17s * 1s);
}
.js-heroimage_text:nth-of-type(18) {
  -webkit-animation-delay: calc( 3s + 18s * 1s);
          animation-delay: calc( 3s + 18s * 1s);
}
.js-heroimage_text:nth-of-type(19) {
  -webkit-animation-delay: calc( 3s + 19s * 1s);
          animation-delay: calc( 3s + 19s * 1s);
}
.js-heroimage_text:nth-of-type(20) {
  -webkit-animation-delay: calc( 3s + 20s * 1s);
          animation-delay: calc( 3s + 20s * 1s);
}
@-webkit-keyframes heroimage_text_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroimage_text_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.js-content01_textarea_inner {
  opacity: 0;
  transform: translateY(12px);
}

.js-content01_textarea_inner_run {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0);
}

.js-content01_image {
  opacity: 0;
  transform: translateY(12px);
}

.js-content01_image_run {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}

.js-content01_dl {
  opacity: 0;
}

.js-content01_dl_run {
  opacity: 1;
  transition-duration: 1s;
}

.js-content02_faq_image {
  opacity: 0;
  filter: blur(4px);
}

.js-content02_faq_image_run {
  opacity: 1;
  filter: blur(0);
  transition-duration: 0.5s;
}

.js-p-content02_faq_text {
  opacity: 0;
}

.js-p-content02_faq_text_run {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 1;
}

.js-answer_text {
  opacity: 0;
  filter: blur(4px);
}

.js-answer_text_run {
  opacity: 1;
  filter: blur(0);
  transition-duration: 1.2s;
}

.p-frontpage_heroimage {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
}
@media (max-width: 769px) {
  .p-frontpage_heroimage {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 376px) {
  .p-frontpage_heroimage {
    width: 100%;
    height: 300px;
  }
}
.p-frontpage_heroimage .p-heroimage_image {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: ellipse(140% 52% at 0 20%);
          clip-path: ellipse(140% 52% at 0 20%);
  z-index: 1;
  -webkit-animation-name: heroimage_image-animation;
          animation-name: heroimage_image-animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@media (max-width: 769px) {
  .p-frontpage_heroimage .p-heroimage_image {
    width: auto;
    height: 600px;
    -webkit-clip-path: ellipse(140% 70% at 0 30%);
            clip-path: ellipse(140% 70% at 0 30%);
  }
}
@media (max-width: 376px) {
  .p-frontpage_heroimage .p-heroimage_image {
    width: auto;
    height: 300px;
    -webkit-clip-path: ellipse(140% 70% at 0 30%);
            clip-path: ellipse(140% 70% at 0 30%);
  }
}
@-webkit-keyframes heroimage_image-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroimage_image-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-frontpage_heroimage .p-heroimage_textarea {
  position: absolute;
  right: 240px;
  top: 25%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 769px) {
  .p-frontpage_heroimage .p-heroimage_textarea {
    right: 24px;
    top: 70%;
  }
}
.p-frontpage_heroimage .p-heroimage_textarea .p-heroimage_text {
  font-family: "Klee One", cursive;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 600;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.3);
}
@media (max-width: 769px) {
  .p-frontpage_heroimage .p-heroimage_textarea .p-heroimage_text {
    font-size: 2.4rem;
  }
}
.p-frontpage_heroimage .p-heroimage_scrolldown {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media (max-width: 769px) {
  .p-frontpage_heroimage .p-heroimage_scrolldown {
    display: none;
  }
}
.p-frontpage_heroimage .p-heroimage_scrolldown .p-scrolldown_text {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #444;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.p-frontpage_heroimage .p-heroimage_scrolldown .p-scrolldown_text:before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #444;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-frontpage_heroimage .p-heroimage_scrolldown .p-scrolldown_text:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 2px;
  height: 50px;
  background: #444;
}

.p-frontpage_content01 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 996px;
  padding: 120px 12px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .p-frontpage_content01 {
    display: block;
    width: 100%;
    padding: 40px 12px;
  }
}
.p-frontpage_content01 .p-content01_image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  border-radius: 12px;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_image {
    position: relative;
    display: block;
    width: 70%;
    top: 0;
    margin: auto;
  }
}
.p-frontpage_content01 .p-content01_textarea {
  flex: 1;
  margin-left: 70px;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_textarea_inner > p {
  margin-bottom: 3rem;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea .p-content01_textarea_inner > p {
    margin-bottom: 1rem;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_textarea_inner > p:last-of-type {
  margin-bottom: 0;
}
.p-frontpage_content01 .p-content01_textarea .p-content01_title {
  font-family: "Klee One", cursive;
  font-size: 3.6rem;
  font-weight: 600;
  color: #1d2475;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea .p-content01_title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_dl {
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea .p-content01_dl {
    margin-top: 20px;
    padding-left: 14px;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt {
  position: relative;
  color: #1d2475;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt {
    font-size: 2rem;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 13px;
  left: -18px;
  background: #00488e;
  border-radius: 50%;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt:before {
    width: 12px;
    height: 12px;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 17px;
  left: -14px;
  background: #f4f2ef;
  border-radius: 50%;
}
@media (max-width: 769px) {
  .p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt:after {
    width: 4px;
    height: 4px;
  }
}
.p-frontpage_content01 .p-content01_textarea .p-content01_dl .p-content01_dt:nth-of-type(n+2) {
  margin-top: 40px;
}

.p-frontpage_content02 {
  overflow: hidden;
}
.p-frontpage_content02 .p-content02_titlearea {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-top: 40px;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner {
  position: relative;
  padding: 40px 0;
  background: #1d2475;
  width: 100%;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner:before, .p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner:after {
  position: absolute;
  content: "";
  display: block;
  width: 200vw;
  height: 40px;
  background: #1d2475;
  margin-inline: calc(50% - 50vw);
  border-radius: 50%;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner:before {
  top: -20px;
  left: -100vw;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner:after {
  bottom: -20px;
  left: 0;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner .p-content02_title_figure {
  display: block;
  width: 56px;
  height: 56px;
  border: 4px solid #fff;
  line-height: 56px;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 auto 6px;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner .p-content02_title_figure .p-figure_image {
  width: 28px;
  height: 28px;
}
.p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner .p-content02_title {
  position: relative;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Klee One", cursive;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-content02_titlearea .p-titlearea_inner .p-content02_title {
    font-size: 2.4rem;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea {
  width: 996px;
  padding: 120px 12px 0;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea {
    width: 100%;
    padding: 60px 12px 0;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card {
    flex-direction: column-reverse;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_image {
  width: 175px;
  height: 200px;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_image {
    width: auto;
    height: 120px;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea {
  flex: 1;
  margin-left: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column-reverse;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea {
    width: 100%;
    margin-left: 0;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_text {
  width: 100%;
  font-family: "Klee One", cursive;
  position: relative;
  font-size: 2.5rem;
  border-radius: 8px;
  padding: 18px 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  transition-duration: 0.3s;
  background: #fff;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_text {
    display: block;
    width: 100%;
    padding: 12px 8px;
    font-size: 1.8rem;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer {
  text-align: right;
  overflow: hidden;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text {
  font-family: "Satisfy", cursive;
  position: relative;
  text-decoration: none;
  color: #1d2475;
  font-size: 2.8rem;
  padding-right: 28px;
  box-sizing: border-box;
  background: url(../images/index/answer_bg.png) bottom -10px left -10px/100% auto no-repeat;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text {
    font-size: 2.2rem;
    background: url(../images/index/answer_bg.png) bottom -10px left -10px/auto 100% no-repeat;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f2ef;
  transition-duration: 0.2s;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/index/answer_icon.svg) top right/28px 28px no-repeat;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text .p-answer_text_bg {
  position: relative;
  display: inline-block;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text:hover {
  color: #242d92;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.2);
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer .p-answer_text:hover:before {
  transform: translateX(100%);
  transition-duration: 0.2s;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer ~ .p-content02_faq_text {
  background: #fff;
  color: #444;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer ~ .p-content02_faq_text:after {
  position: absolute;
  content: "";
  top: calc(50% - 7.5px);
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 24px solid #fff;
  border-left: 0;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer ~ .p-content02_faq_text:after {
    left: 50%;
    top: 100%;
    width: 0;
    border-top: 18px solid #fff;
    border-bottom: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transform: translateX(-50%);
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer:hover ~ .p-content02_faq_text {
  background: #ffffea;
  color: #000;
  transition-duration: 0.3s;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card .p-content02_faq_textarea .p-content02_faq_answer:hover ~ .p-content02_faq_text:after {
  border-right: 24px solid #ffffea;
  transition-duration: 0.3s;
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(n+2) {
  margin-top: 30px;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) .p-content02_faq_textarea {
  margin-right: 36px;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) .p-content02_faq_textarea {
    margin-right: 0;
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) .p-content02_faq_textarea .p-content02_faq_text:after {
  left: 100%;
  border-right: 0;
  border-left: 24px solid #fff;
}
@media (max-width: 769px) {
  .p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) .p-content02_faq_textarea .p-content02_faq_text:after {
    left: 50%;
    top: 100%;
    width: 0;
    border-top: 18px solid #fff;
    border-bottom: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    transform: translateX(-50%);
  }
}
.p-frontpage_content02 .p-frontpage_content02_contentarea .p-content02_faq_card:nth-of-type(2n) .p-content02_faq_answer:hover ~ .p-content02_faq_text:after {
  left: 100%;
  border-right: 0;
  border-left: 24px solid #ffffea;
}

.p-service01page .p-service01_table01 {
  width: 100%;
  border: 1px solid #aaa;
  table-layout: fixed;
  font-size: 1.6rem;
  background: #fff;
  margin-top: 40px;
}
@media (max-width: 769px) {
  .p-service01page .p-service01_table01 {
    width: auto;
    min-width: 200%;
  }
}
@media (max-width: 376px) {
  .p-service01page .p-service01_table01 {
    width: auto;
    font-size: 1.4rem;
    max-width: 160%;
  }
}
.p-service01page .p-service01_table01 .p-table01_thead th,
.p-service01page .p-service01_table01 .p-table01_tbody th {
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  font-weight: 500;
}
@media (max-width: 769px) {
  .p-service01page .p-service01_table01 .p-table01_thead th,
.p-service01page .p-service01_table01 .p-table01_tbody th {
    white-space: nowrap;
  }
}
.p-service01page .p-service01_table01 .p-table01_thead th:first-of-type,
.p-service01page .p-service01_table01 .p-table01_tbody th:first-of-type {
  width: 220px;
  white-space: nowrap;
}
.p-service01page .p-service01_table01 .p-table01_thead td,
.p-service01page .p-service01_table01 .p-table01_tbody td {
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #aaa;
}
.p-service01page .p-service01_table01 .p-table01_thead th {
  background: #1d2475;
  font-size: 1.7rem;
  color: #fff;
}
@media (max-width: 376px) {
  .p-service01page .p-service01_table01 .p-table01_thead th {
    font-size: 1.4rem;
  }
}
.p-service01page .p-service01_table01 .p-table01_tbody th {
  color: #333;
  text-align: left;
  background: #eae6e0;
}
.p-service01page .p-service01_table01 .p-table01_tbody td ol {
  list-style-position: inside;
}
.p-service01page .p-service01_table01 .p-table01_tbody td ol li {
  text-indent: -2rem;
  padding-left: 2rem;
  box-sizing: border-box;
}
.p-service01page .p-service01_table01 .p-table01_tbody td ol li:nth-of-type(n+2) {
  margin-top: 0.5rem;
}

.p-service02page .p-box_formula {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  font-size: 1.4rem;
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula {
    flex-direction: column;
  }
}
.p-service02page .p-box_formula:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-service02page .p-box_formula .p-box_formula_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-box_formula_inner {
    padding: 8px 0;
  }
}
.p-service02page .p-box_formula .p-box_formula_inner:nth-of-type(n+2) {
  margin-left: 7px;
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-box_formula_inner:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-box_formula_inner:first-child {
    padding-bottom: 0;
  }
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-box_formula_inner:last-child {
    padding-top: 0;
  }
}
.p-service02page .p-box_formula .p-box_formula_inner.p-box_colored {
  background: #f4f4f4;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 8px;
}
.p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_equal, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_multiply, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_plus, .p-service02page .p-box_formula .p-formula_equal, .p-service02page .p-box_formula .p-formula_multiply, .p-service02page .p-box_formula .p-formula_minus, .p-service02page .p-box_formula .p-formula_plus {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 8px 0;
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_equal, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_multiply, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_plus, .p-service02page .p-box_formula .p-formula_equal, .p-service02page .p-box_formula .p-formula_multiply, .p-service02page .p-box_formula .p-formula_minus, .p-service02page .p-box_formula .p-formula_plus {
    margin: 4px 0;
  }
}
.p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal:after, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_equal:after, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal:before, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_equal:before, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply:after, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_multiply:after, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply:before, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_multiply:before, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus:after, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_plus:after, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus:before, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_plus:before, .p-service02page .p-box_formula .p-formula_equal:after, .p-service02page .p-box_formula .p-formula_equal:before, .p-service02page .p-box_formula .p-formula_multiply:after, .p-service02page .p-box_formula .p-formula_multiply:before, .p-service02page .p-box_formula .p-formula_minus:before, .p-service02page .p-box_formula .p-formula_plus:after, .p-service02page .p-box_formula .p-formula_plus:before {
  position: absolute;
  content: "";
  background: #666;
}
.p-service02page .p-box_formula .p-formula_plus {
  display: block;
}
.p-service02page .p-box_formula .p-formula_plus:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.p-service02page .p-box_formula .p-formula_plus:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-formula_minus {
    transform: rotate(90deg);
  }
}
.p-service02page .p-box_formula .p-formula_minus:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
.p-service02page .p-box_formula .p-formula_multiply:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
.p-service02page .p-box_formula .p-formula_multiply:after {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(-45deg);
  transform-origin: center center;
}
.p-service02page .p-box_formula .p-formula_division {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.p-service02page .p-box_formula .p-formula_division:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #666;
  left: 0;
  bottom: 0;
}
@media (max-width: 769px) {
  .p-service02page .p-box_formula .p-formula_equal {
    transform: rotate(90deg);
  }
}
.p-service02page .p-box_formula .p-formula_equal:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
}
.p-service02page .p-box_formula .p-formula_equal:after {
  width: 100%;
  height: 2px;
  top: calc(50% + 3px);
  left: 0;
}
.p-service02page .p-service02_dl01 {
  counter-reset: service02_dl01_number;
  padding-left: 28px;
  box-sizing: border-box;
}
.p-service02page .p-service02_dl01 .p-service02_dt {
  position: relative;
  font-weight: 600;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.p-service02page .p-service02_dl01 .p-service02_dt:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 5px;
  left: -28px;
  background: #1d2475;
  border-radius: 50px;
}
.p-service02page .p-service02_dl01 .p-service02_dt:after {
  counter-increment: service02_dl01_number;
  content: counter(service02_dl01_number);
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  left: -27px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.p-service02page .p-service02_dl01 .p-service02_dt:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-service02page .p-service02_dl01 .p-service02_dd {
  display: block;
}

.p-sevice03page .p-list_flow {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 769px) {
  .p-sevice03page .p-list_flow {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.p-sevice03page .p-list_flow .p-list_item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: 210px;
  height: 80px;
  box-sizing: border-box;
  text-align: center;
  background-image: linear-gradient(to right, #232c8e, #27319e);
}
@media (max-width: 769px) {
  .p-sevice03page .p-list_flow .p-list_item {
    width: 90%;
    background-image: linear-gradient(to bottom, #232c8e, #27319e);
  }
  .p-sevice03page .p-list_flow .p-list_item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.p-sevice03page .p-list_flow .p-list_item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: -30px;
  border-style: solid;
  border-color: transparent transparent transparent #27319e;
  border-width: 40px 0px 40px 30px;
}
@media (max-width: 769px) {
  .p-sevice03page .p-list_flow .p-list_item:before {
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    border-style: solid;
    border-width: 20px 154px 0 154px;
    border-color: #27319e transparent transparent transparent;
  }
}
.p-sevice03page .p-list_flow .p-list_item:last-of-type:before {
  display: none;
}

.p-service04page .p-service04_chart01_box {
  width: 500px;
  margin: auto;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box {
    width: auto;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dd, .p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dt, .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dd .p-chart01_dd_span, .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-width: 200px;
  height: 40px;
  background: #f4f2ef;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dd, .p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dt, .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dd .p-chart01_dd_span, .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt {
    font-size: 1.3rem;
    width: 150px;
    min-width: 150px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt {
  margin-right: 100px;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt {
    margin-right: 20px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt:before {
  position: absolute;
  content: "";
  top: -33px;
  right: -54px;
  width: 4px;
  height: 104px;
  background: #555;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt:before {
    right: -12px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt:after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: -51px;
  width: 50px;
  height: 4px;
  background: #555;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dt:after {
    right: -10px;
    width: 10px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dd .p-chart01_dd_span:nth-of-type(n+2) {
  margin-top: 10px;
}
.p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dd .p-chart01_dd_span:after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  left: -51px;
  width: 50px;
  height: 4px;
  background: #555;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart01 .p-chart01_dd .p-chart01_dd_span:after {
    left: -11px;
    width: 10px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 50px 0 20px;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart02 {
    margin: 30px 0 20px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dt {
  margin-right: 100px;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dt {
    margin-right: 20px;
  }
}
.p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dt:after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: -101px;
  width: 100px;
  height: 4px;
  background: #555;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart01_box .p-service04_chart02 .p-chart02_dt:after {
    right: -21px;
    width: 20px;
  }
}
.p-service04page .p-service04_chart03_box {
  width: 700px;
  margin: auto;
}
@media (max-width: 769px) {
  .p-service04page .p-service04_chart03_box {
    width: auto;
  }
}
.p-service04page .p-service04_chart03_box .p-service04_chart03 {
  margin: 40px 0 20px;
}
.p-service04page .p-service04_chart03_box .p-service04_chart03 .p-chart03_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 80px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  background: #f4f2ef;
  border: 1px solid #ccc;
}
.p-service04page .p-service04_chart03_box .p-service04_chart03 .p-chart03_list:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: calc(50% - 100px);
  bottom: -30px;
  border-style: solid;
  border-width: 20px 100px 0 100px;
  border-color: #00488e transparent transparent transparent;
}
.p-service04page .p-service04_chart03_box .p-service04_chart03 .p-chart03_list:nth-of-type(n+2) {
  margin-top: 40px;
}
.p-service04page .p-service04_chart03_box .p-service04_chart03 .p-chart03_list:last-of-type:before {
  display: none;
}

@media (max-width: 769px) {
  .p-faqpage #anchor01, .p-faqpage #anchor02, .p-faqpage #anchor03, .p-faqpage #anchor04, .p-faqpage #anchor05, .p-faqpage #anchor06, .p-faqpage #anchor07 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
.p-faqpage .p-faqtitle_q {
  position: relative;
  font-family: "Klee One", cursive;
  display: block;
  font-size: 2.4rem;
  background: #1d2475;
  color: #fff;
  padding: 12px 12px 12px 54px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 769px) {
  .p-faqpage .p-faqtitle_q {
    padding: 12px 12px 12px 44px;
    font-size: 2rem;
  }
}
.p-faqpage .p-faqtitle_q:before {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  width: 32px;
  height: 32px;
  top: 17px;
  left: 10px;
  color: #1d2475;
  background: #fff;
  border-radius: 50%;
  font-size: 2rem;
}
@media (max-width: 769px) {
  .p-faqpage .p-faqtitle_q:before {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
  }
}
.p-faqpage .p-faqtitle_a {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #555;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .p-faqpage .p-faqtitle_a {
    padding-left: 30px;
    font-size: 1.8rem;
  }
}
.p-faqpage .p-faqtitle_a:before {
  font-family: "Klee One", cursive;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "A";
  width: 32px;
  height: 32px;
  top: 5px;
  left: 0;
  color: #fff;
  background: #00488e;
  border-radius: 50%;
  font-size: 2rem;
}
@media (max-width: 769px) {
  .p-faqpage .p-faqtitle_a:before {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
    top: 2px;
  }
}
.p-faqpage .p-faqtitle_heading {
  margin-bottom: 20px;
}
.p-faqpage .p-faq_box {
  background: #fff;
  padding: 24px 36px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_box {
    padding: 12px 24px;
  }
}
.p-faqpage .p-faq_box > p {
  margin-bottom: 1rem;
}
.p-faqpage .p-faq_box > p:last-child {
  margin-bottom: 0;
}
.p-faqpage .p-faq_box .p-pl {
  padding-left: 40px;
  box-sizing: border-box;
}
.p-faqpage .p-faq_box .p-faq_box_inner {
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_box .p-faq_box_inner {
    padding: 12px;
  }
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_minus, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_minus {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 8px 16px;
  vertical-align: middle;
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal:after, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal:before, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply:after, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply:before, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus:after, .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus:before, .p-faqpage .p-faq_box .p-faq_box_inner .p-service02page .p-box_formula .p-formula_minus:before, .p-service02page .p-box_formula .p-faqpage .p-faq_box .p-faq_box_inner .p-formula_minus:before {
  position: absolute;
  content: "";
  background: #666;
  vertical-align: middle;
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus {
  transform: translateY(-2px);
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_plus:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_multiply:after {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(-45deg);
  transform-origin: center center;
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal {
  transform: translateY(-2px);
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
}
.p-faqpage .p-faq_box .p-faq_box_inner .p-formula_equal:after {
  width: 100%;
  height: 2px;
  top: calc(50% + 3px);
  left: 0;
}
.p-faqpage .p-faq_flow_dl {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background: #242d92;
  color: #fff;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_flow_dl {
    display: block;
    width: 320px;
    margin: auto;
  }
}
.p-faqpage .p-faq_flow_dl:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -36px;
  left: 0;
  border-style: solid;
  border-width: 36px 462px 0 462px;
  border-color: #242d92 transparent transparent transparent;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_flow_dl:before {
    bottom: -20px;
    border-style: solid;
    border-width: 20px 160px 0 160px;
    border-color: #242d92 transparent transparent transparent;
  }
}
.p-faqpage .p-faq_flow_dl:last-of-type {
  border-radius: 8px;
  margin-bottom: 40px;
}
.p-faqpage .p-faq_flow_dl:last-of-type:before {
  display: none;
}
.p-faqpage .p-faq_flow_dl:nth-of-type(n+2) {
  margin-top: 52px;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_flow_dl:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.p-faqpage .p-faq_flow_dl .p-faq_flow_dt {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 220px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 2rem;
  white-space: nowrap;
  border-right: 1px solid #f6f6f6;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_flow_dl .p-faq_flow_dt {
    width: 100%;
    justify-content: center;
    font-size: 1.8rem;
    border-bottom: 1px solid #f6f6f6;
    border-right: 0;
    padding: 0 0 12px 0;
  }
}
.p-faqpage .p-faq_flow_dl .p-faq_flow_dd {
  flex: 1;
  margin-left: 40px;
  font-weight: 300;
}
@media (max-width: 769px) {
  .p-faqpage .p-faq_flow_dl .p-faq_flow_dd {
    padding-top: 12px;
    margin-left: 0;
    box-sizing: border-box;
  }
}

.p-pricepage .p-table_ptn01 {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  counter-reset: table-number;
}
@media (max-width: 769px) {
  .p-pricepage .p-table_ptn01 {
    width: auto;
    min-width: 100%;
    font-size: 1.5rem;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.p-pricepage .p-table_ptn01 tr {
  border: 1px solid #ccc;
}
.p-pricepage .p-table_ptn01 th {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fbfbfb;
}
.p-pricepage .p-table_ptn01 th:not(:first-of-type) {
  border-left: 0;
}
.p-pricepage .p-table_ptn01 td {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fdfdfd;
}
.p-pricepage .p-table_ptn01 td:not(:first-of-type) {
  border-left: 0;
}
.p-pricepage .p-table_ptn01 thead th {
  vertical-align: middle;
}
.p-pricepage .p-table_ptn01 .table_bg_deep {
  background: #1d2475;
  color: #fff;
  font-weight: 500;
}
.p-pricepage .p-table_ptn01 .table_bg_thin {
  background: #f4f2ef;
  color: #333;
  font-weight: 500;
}
.p-pricepage .p-table_ptn01 .table_bg_gray {
  background: #eee;
}
.p-pricepage .p-table_ptn01 .table_number_width {
  width: 80px;
}
.p-pricepage .p-table_ptn01 .table_price_width {
  width: 200px;
}
.p-pricepage .p-table_ptn01 .table_number {
  background: #f8f8f8;
}
.p-pricepage .p-table_ptn01 .table_number:before {
  counter-increment: table-number;
  content: counter(table-number);
  color: #00488e;
  font-weight: 500;
}
.p-pricepage .p-table_ptn01 .table_border_none {
  border: 0;
  font-size: 1.6rem;
  font-weight: 400;
  background: #fff;
}
.p-pricepage .p-table_ptn01 .table_flex_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(1) {
  width: 45%;
  text-align: right;
  margin-right: 1rem;
}
@media (max-width: 769px) {
  .p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(1) {
    width: auto;
    margin-left: auto;
  }
}
.p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(2) {
  width: 10%;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 769px) {
  .p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(2) {
    width: auto;
  }
}
.p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(2):before {
  content: "～";
}
.p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(3) {
  width: 45%;
  text-align: right;
  margin-left: 1rem;
}
@media (max-width: 769px) {
  .p-pricepage .p-table_ptn01 .table_flex_space_between span:nth-child(3) {
    width: auto;
  }
}
.p-pricepage .p-table_ptn01 .table_border_right_dotted {
  border-right: 1px dashed #ddd;
}

.p-companypage .p-company_outline {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 769px) {
  .p-companypage .p-company_outline {
    display: block;
  }
}
.p-companypage .p-company_outline:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-companypage .p-company_outline .p-outline_title {
  width: 180px;
  padding: 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid #1d2475;
}
@media (max-width: 769px) {
  .p-companypage .p-company_outline .p-outline_title {
    width: 100%;
  }
}
.p-companypage .p-company_outline .p-outline_content {
  flex: 1;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .p-companypage .p-company_outline .p-outline_content {
    padding: 12px 0;
    width: 100%;
  }
}
.p-companypage .p-company_outline .p-outline_content a {
  color: #00488e;
}
.p-companypage .p-company_outline .p-outline_address_list {
  position: relative;
  list-style: none;
}
.p-companypage .p-company_outline .p-outline_address_list:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-companypage .p-company_history {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history {
    flex-wrap: wrap;
  }
}
.p-companypage .p-company_history:nth-of-type(n+2) {
  margin-top: 20px;
}
.p-companypage .p-company_history .p-history_year {
  width: 90px;
  padding: 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid #1d2475;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history .p-history_year {
    padding-left: 8px;
  }
}
.p-companypage .p-company_history .p-history_month {
  width: 60px;
  padding: 8px 12px 8px 0;
  color: #222;
  font-weight: 500;
  box-sizing: border-box;
  border-bottom: 1px solid #1d2475;
  text-align: right;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history .p-history_month {
    text-align: left;
    width: calc(100% - 90px);
  }
}
.p-companypage .p-company_history .p-history_content {
  flex: 1;
  padding: 8px 8px 8px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .p-companypage .p-company_history .p-history_content {
    width: 100%;
    padding: 8px;
  }
}
.p-companypage .p-company_list {
  position: relative;
  list-style: none;
}
.p-companypage .p-company_list .p-list_item {
  padding-left: 2rem;
  text-indent: -2rem;
}
.p-companypage .p-company_list .p-list_item:nth-of-type(n+2) {
  margin-top: 10px;
}
.p-companypage .p-company_list .p-list_item:before {
  content: "・";
}
.p-companypage .p-company_map {
  width: 100%;
}
.p-companypage .p-company_map iframe {
  width: 100%;
  height: 450px;
}

.p-voicepage .p-voice_box:nth-of-type(n+2) {
  margin-top: 80px;
}
.p-voicepage .p-voice_box .p-voicetitle {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 500;
  color: #1d2475;
}
@media (max-width: 769px) {
  .p-voicepage .p-voice_box .p-voicetitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-voicepage .p-voice_box .p-voice_inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 769px) {
  .p-voicepage .p-voice_box .p-voice_inner {
    display: block;
  }
}
.p-voicepage .p-voice_box .p-voice_inner .p-voice_image {
  width: 140px;
  height: auto;
}
@media (max-width: 769px) {
  .p-voicepage .p-voice_box .p-voice_inner .p-voice_image {
    display: block;
    margin: 0 auto 20px;
  }
}
.p-voicepage .p-voice_box .p-voice_inner .p-voice_textarea {
  background: #fff;
  padding: 24px 12px;
  box-sizing: border-box;
  margin: 0 0 0 40px;
}
.p-voicepage .p-voice_box .p-voice_inner .p-voice_textarea .p-voice_text {
  background: #fff;
  padding: 0 24px 1px;
  box-sizing: border-box;
  font-size: 2rem;
  border-radius: 4px;
  font-family: "Klee One", cursive;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 4.2rem;
  line-height: 4.2rem;
}
@media (max-width: 769px) {
  .p-voicepage .p-voice_box .p-voice_inner .p-voice_textarea .p-voice_text {
    margin: 0;
    font-size: 1.7rem;
    padding: 0 18px 1px;
  }
}
.p-voicepage .p-voice_box:nth-of-type(2n) .p-voice_inner {
  flex-direction: row-reverse;
}
.p-voicepage .p-voice_box:nth-of-type(2n) .p-voice_textarea {
  margin: 0 40px 0 0;
}
@media (max-width: 769px) {
  .p-voicepage .p-voice_box:nth-of-type(2n) .p-voice_textarea {
    margin: 0;
  }
}

.p-contactpage .p-present_box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 769px) {
  .p-contactpage .p-present_box {
    display: block;
  }
}
@media (max-width: 769px) {
  .p-contactpage .p-present_box .p-resent_image {
    width: 100%;
  }
}
.p-contactpage .p-present_box .p-present_textarea {
  flex: 1;
  margin-left: 40px;
}
@media (max-width: 769px) {
  .p-contactpage .p-present_box .p-present_textarea {
    margin-left: 0;
  }
}
.p-contactpage .p-present_box .p-present_dl {
  counter-reset: present_dt_number;
  background: #fff;
  padding: 24px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dt {
  counter-reset: present_dd_number;
  color: #1d2475;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dt:nth-of-type(n+2) {
  margin-top: 2rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dt:before {
  counter-increment: present_dt_number;
  content: counter(present_dt_number) ".";
  margin-right: 1rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dd {
  text-indent: 3rem;
}
@media (max-width: 769px) {
  .p-contactpage .p-present_box .p-present_dl .p-present_dd {
    text-indent: -5rem;
    padding-left: 5rem;
    box-sizing: border-box;
  }
}
.p-contactpage .p-present_box .p-present_dl .p-present_dd:nth-of-type(n+2) {
  margin-top: 0.6rem;
}
.p-contactpage .p-present_box .p-present_dl .p-present_dd:before {
  counter-increment: present_dd_number;
  content: "（" counter(present_dd_number) "）";
  margin-right: 0.5rem;
}
.p-contactpage .p-contactform_box {
  background: #fff;
  margin: 20px 0 30px;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 769px) {
  .p-contactpage .p-contactform_box {
    padding: 12px;
  }
}
.p-contactpage .p-contactform_table {
  width: 100%;
}
.p-contactpage .p-contactform_table tr {
  border-bottom: 1px dashed #ddd;
}
.p-contactpage .p-contactform_table tr:last-of-type {
  border-bottom: 0;
}
@media (max-width: 769px) {
  .p-contactpage .p-contactform_table tr {
    display: block;
  }
  .p-contactpage .p-contactform_table tr:nth-of-type(n+2) {
    margin-top: 12px;
  }
}
.p-contactpage .p-contactform_table tr th {
  padding: 16px 8px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 769px) {
  .p-contactpage .p-contactform_table tr th {
    display: block;
    width: 100%;
    padding: 8px;
  }
}
.p-contactpage .p-contactform_table tr td {
  position: relative;
  padding: 16px 8px;
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .p-contactpage .p-contactform_table tr td {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
.p-contactpage .p-contactform_table tr td input, .p-contactpage .p-contactform_table tr td textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.p-contactpage .p-contactform_table tr td input:focus, .p-contactpage .p-contactform_table tr td textarea:focus {
  background: #f5f5f5;
}
.p-contactpage .p-contactform_table tr td .input_short {
  width: 360px;
}
@media (max-width: 769px) {
  .p-contactpage .p-contactform_table tr td .input_short {
    width: 100%;
  }
}
.p-contactpage .p-contactform_table tr td .input_long {
  width: 100%;
}
.p-contactpage .p-contactform_table .table_red {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.p-contactpage .p-contactform_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contactpage .p-contactform_button .p-button_submit,
.p-contactpage .p-contactform_button .p-button_reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  font-size: 1.6rem;
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  transition-duration: 0.1s;
}
.p-contactpage .p-contactform_button .p-button_submit:hover,
.p-contactpage .p-contactform_button .p-button_reset:hover {
  box-shadow: 0 0 0 0;
  transform: translateY(2px);
  transition-duration: 0.1s;
  box-sizing: border-box;
}
.p-contactpage .p-contactform_button .p-button_submit {
  background: #27319e;
  border: 2px solid #27319e;
  color: #fff;
  box-shadow: 0 2px 0 #1d2475;
}
.p-contactpage .p-contactform_button .p-button_submit:hover {
  background: #f7f7f7;
  border: 2px solid #27319e;
  color: #1d2475;
}
.p-contactpage .p-contactform_button .p-button_reset {
  margin-left: 40px;
  background: #ddd;
  box-shadow: 0 2px 0 #ccc;
  border: 2px solid #ddd;
  color: #444;
}
@media (max-width: 769px) {
  .p-contactpage .p-contactform_button .p-button_reset {
    margin-left: 12px;
  }
}
.p-contactpage .p-contactform_button .p-button_reset:hover {
  background: #fff;
  border: 2px solid #ddd;
}
.p-contactpage .p-checktable {
  margin-top: 20px;
}

.p-thankspage .p-thanksarea {
  text-align: center;
}
@media (max-width: 769px) {
  .p-thankspage .p-thanksarea {
    text-align: left;
  }
}
.p-thankspage .p-thanksarea > p {
  margin-bottom: 1rem;
}
.p-thankspage .p-thanksarea > p:last-of-type {
  margin-bottom: 0;
}
.p-thankspage .p-button_download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 240px;
  height: 60px;
  background: #1d2475;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.p-thankspage .p-button_download:hover {
  opacity: 0.85;
}

.u-text_attention {
  font-weight: 600;
  color: #ff0000;
}

.u-text_red {
  color: #ff0000;
}

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

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

.u-text_right {
  text-align: right;
}

.u-flex_space_between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
}

.u-br_sp {
  display: none;
}
@media (max-width: 376px) {
  .u-br_sp {
    display: block;
  }
}

.u-br_pc {
  display: block;
}
@media (max-width: 376px) {
  .u-br_pc {
    display: none;
  }
}

.u-formula_equal, .u-formula_multiply, .u-formula_minus, .u-formula_plus {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 8px;
  vertical-align: middle;
}

.u-formula_equal:after, .u-formula_equal:before, .u-formula_multiply:after, .u-formula_multiply:before, .u-formula_minus:before, .u-formula_plus:after, .u-formula_plus:before {
  position: absolute;
  content: "";
  background: #666;
}

.u-formula_plus {
  transform: translateY(-2px);
}
.u-formula_plus:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.u-formula_plus:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}

.u-formula_minus {
  transform: translateY(-2px);
}
.u-formula_minus:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}

.u-formula_multiply:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
.u-formula_multiply:after {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
  transform: rotate(-45deg);
  transform-origin: center center;
}

.u-formula_division {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.u-formula_division:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #666;
  left: 0;
  bottom: 0;
}

.u-formula_equal {
  transform: translateY(-2px);
}
.u-formula_equal:before {
  width: 100%;
  height: 2px;
  top: calc(50% - 3px);
  left: 0;
}
.u-formula_equal:after {
  width: 100%;
  height: 2px;
  top: calc(50% + 3px);
  left: 0;
}
/*# sourceMappingURL=style.css.map */