@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------
* RESET SETTING
------------------------------------------------------------ */
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}

a,
a:link,
a:visited {
  color: #464646;
  text-decoration: none;
}

a:hover {
  color: #0e2d78;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

br {
  letter-spacing: 0;
}

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

/* ---------------------------------------------------------
* PRINT SETTING
------------------------------------------------------------ */
@media print {
  body {
    background-color: #fff !important;
    color: #000 !important;
  }
  a,
  a:link,
  a:visited,
  a:hover {
    color: #000 !important;
    text-decoration: none !important;
  }
}
/* ---------------------------------------------------------

* COMPONENT

/* ---------------------------------------------------------
* SETTING
------------------------------------------------------------ */
/* ---------------------------------------------------------
/* LAYOUT
------------------------------------------------------------ */
.l-wrapper {
  overflow: hidden;
  padding-top: 180px;
}
@media (max-width: 575px) {
  .l-wrapper {
    padding-top: 120px;
  }
}

.l-content {
  position: relative;
}
.l-content__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l-content__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}

.l-content__primary {
  position: relative;
  background: #eaedfa;
}
.l-content__primary__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .l-content__primary__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}

/* ---------------------------------------------------------
* PARTS
------------------------------------------------------------ */
.c-secTtl--primary {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  color: #093780;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.c-secTtl--primary h1 {
	  font-weight: 500;
}
@media (max-width: 575px) {
  .c-secTtl--primary {
    font-size: 22px;
  }
}
.c-secTtl--primary .en {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  color: #282faa;
}
@media (max-width: 575px) {
  .c-secTtl--primary .en {
    font-size: 14px;
  }
}

.c-secTtl--primaryWhite {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  color: #093780;
  line-height: 1.4em;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 575px) {
  .c-secTtl--primaryWhite {
    font-size: 22px;
  }
}
.c-secTtl--primaryWhite .en {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  color: #282faa;
}
@media (max-width: 575px) {
  .c-secTtl--primaryWhite .en {
    font-size: 14px;
  }
}

.c-secTtl--secondary {
  padding-left: 28px;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #093780;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-secTtl--secondary {
    padding-left: 20px;
    margin-bottom: 20px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .c-secTtl--secondary {
    margin-bottom: 20px;
    height: 30px;
    font-size: 20px;
  }
}
.c-secTtl--secondary:before {
  content: "";
  background-image: url("../uploads/images/head01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  width: 6px;
  position: absolute;
  top: -7px;
  left: 0px;
}

.c-secTtl--secondaryWhite {
  padding-left: 28px;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #093780;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .c-secTtl--secondaryWhite {
    padding-left: 20px;
    margin-bottom: 20px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .c-secTtl--secondaryWhite {
    margin-bottom: 20px;
    height: 30px;
    font-size: 20px;
  }
}
.c-secTtl--secondaryWhite:before {
  content: "";
  background-image: url("../uploads/images/head01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  width: 6px;
  position: absolute;
  top: -7px;
  left: 0px;
}

.c-secTtl--tertiary {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #093780;
}
@media (max-width: 767px) {
  .c-secTtl--tertiary {
    font-size: 18px;
  }
}

.inner__01:before {
  content: "";
  background-image: url("../uploads/images/parts02.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -430px;
  z-index: -1;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media (max-width: 575px) {
  .inner__01:before {
    top: 230px;
    left: -130px;
    -webkit-transform: rotate(64deg);
            transform: rotate(64deg);
    width: 50%;
    height: 180px;
  }
}

.inner__02:before {
  content: "";
  background-image: url("../uploads/images/parts01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  right: -480px;
  z-index: -1;
  -webkit-transform: rotate(172deg);
          transform: rotate(172deg);
}
@media (max-width: 575px) {
  .inner__02:before {
    bottom: 460px;
    right: -140px;
    -webkit-transform: rotate(167deg);
            transform: rotate(167deg);
    width: 50%;
    height: 180px;
  }
}

.table01 {
  line-height: 1.6em;
}
@media (max-width: 575px) {
  .table01 img {
    width: 100%;
  }
}

table {
  width: 100%;
  border-spacing: 0;
  color: #093780;
  font-size: 16px;
  line-height: 1.6em;
}
@media (max-width: 575px) {
  table {
    font-size: 14px;
  }
}

table th {
  padding: 10px 0;
  width: 20%;
  font-weight: bold;
  vertical-align: top;
}
@media (max-width: 575px) {
  table th {
    width: 100%;
    display: block;
    padding: 0px 0;
  }
}

table td {
  padding: 10px 0;
}
@media (max-width: 575px) {
  table td {
    display: block;
  }
}

@media (max-width: 575px) {
  table tbody,
  table tr {
    width: 100%;
  }
}

.br__disp {
  display: none;
}
@media (max-width: 575px) {
  .br__disp {
    display: block;
  }
}
.br__dipc {
  display: block;
}
@media (max-width: 575px) {
  .br__dipc {
    display: none;
  }
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.top20 {
  margin-top: 20px !important;
}

.btm0 {
  margin-bottom: 0px !important;
}

.btm5 {
  margin-bottom: 5px !important;
}

.btm10 {
  margin-bottom: 20px !important;
}

.btm20 {
  margin-bottom: 20px !important;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm40 {
  margin-bottom: 40px !important;
}

.btm50 {
  margin-bottom: 50px !important;
}

.btm60 {
  margin-bottom: 60px !important;
}

.size14 {
  font-size: 14px !important;
}

.size16 {
  font-size: 16px !important;
}

.size18 {
  font-size: 18px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size26 {
  font-size: 26px !important;
}

.size28 {
  font-size: 28px !important;
}

.en {
  font-family: "Open Sans", sans-serif;
}

/* ---------------------------------------------------------
  * Button
------------------------------------------------------------ */
/* ---------------------------------------------------------
  * HEADER
------------------------------------------------------------ */
#header {
  background: #fff;
  color: #333;
  max-width: 1400px;
  margin: auto;
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 4px 36px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 36px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
}
@media (max-width: 767px) {
  #header {
    height: 80px;
  }
}
#header .header {
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #header .header {
    padding: 22px 20px;
  }
}
#header .header a {
  color: #093780;
  text-decoration: none;
  z-index: 10;
  font-weight: 500;
}
#header .header .logo__list {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header .logo__list:hover {
  opacity: 0.6;
  color: #093780;
}
#header .header .logo__list img {
  width: 220px;
}
@media (max-width: 767px) {
  #header .header .logo__list img {
    width: 160px;
  }
}
#header .header .menu__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header .menu__list--dropDown {
  position: relative;
}
#header .header .menu__list--dropDown:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
}
#header .header .menu__list--dropDown .sub-menu {
  position: absolute;
  top: 10px;
  left: 0;
  display: none;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
#header .header .menu__list--dropDownList a {
  display: block;
  padding: 12px 12px;
  background: #fff;
}
#header .header .menu__list--dropDownList a:hover {
  background: #eaedfa;
}
#header .header .menu__list--link {
  padding-right: 30px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 1020px) {
  #header .header .menu__list--link {
    display: none;
  }
}
#header .header .menu__list--label {
  text-align: center;
}
#header .header .menu__list--label > a {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1020px) {
  #header .header .menu__list--label > a {
    display: none;
  }
}
#header .header .menu__list--label .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header .menu__list--blue a {
  width: 110px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  background: -webkit-linear-gradient(111deg, #97a5e2 6.89%, #6c7bbe 82.72%, #5665a9);
}
@media (max-width: 1020px) {
  #header .header .menu__list--blue a {
    display: none;
  }
}
#header .header .menu__list--blue a:hover {
  opacity: 0.6;
}
#header .header .menu__list--red a {
  width: 110px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  text-decoration: none;
  background: -webkit-linear-gradient(111deg, #ff7bb7 6.89%, #e80d50 82.72%, #e8004b);
}
@media (max-width: 1020px) {
  #header .header .menu__list--red a {
    display: none;
  }
}
#header .header .menu__list--red a:hover {
  opacity: 0.6;
}
#header .hamburger__menu {
  display: none;
}
@media (max-width: 1020px) {
  #header .hamburger__menu {
    display: block;
  }
}
#header .hamburger__menu #menu__btn--check {
  display: none;
}
#header .hamburger__menu .menu__btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #282faa;
}
#header .hamburger__menu .menu__btn span,
#header .hamburger__menu .menu__btn span:before,
#header .hamburger__menu .menu__btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
#header .hamburger__menu .menu__btn span:before {
  bottom: 8px;
}
#header .hamburger__menu .menu__btn span:after {
  top: 8px;
}
#header .hamburger__menu #menu__btn--check:checked ~ .menu__content {
  left: 0;
}
#header .hamburger__menu #menu__btn--check:checked ~ .menu__btn span {
  background-color: rgba(255, 255, 255, 0);
}
#header .hamburger__menu #menu__btn--check:checked ~ .menu__btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .hamburger__menu #menu__btn--check:checked ~ .menu__btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .hamburger__menu .menu__content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 120%;
  z-index: 80;
  background-color: #282faa;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#header .hamburger__menu .menu__content .menu__inner {
  padding: 10px 20px 20px;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main {
  margin-bottom: 20px;
  padding: 60px 0px 20px;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main li {
  list-style: none;
  border-bottom: solid 1px #181a86;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main li:last-child {
  border: none;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main li .btn {
  border-bottom: none;
  margin-top: 40px;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main li a {
  display: block;
  width: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 6px 0;
  position: relative;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 27px;
}
#header .hamburger__menu .menu__content .menu__inner .menu__list--main li .en {
  display: block;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  color: #7c7eef;
  letter-spacing: 0.1em;
}
#header .hamburger__menu .menu__content .menu__inner .menu__content--btn {
  border-bottom: none !important;
  margin-top: 20px;
}
#header .hamburger__menu .menu__content .menu__inner .menu__content--btn a {
  padding: 20px 26px !important;
  border-radius: 30px;
  text-decoration: none;
  background-color: #ff0350;
  max-width: 90%;
  margin: 20px auto 0;
  text-align: center;
}
#header .hamburger__menu .menu__content .menu__inner .menu__content--btn a::before {
  right: 18px !important;
}
#header .hamburger__menu .menu__content .menu__inner .menu__content--joinbtn {
  border-bottom: none !important;
  margin-top: 20px;
}
#header .hamburger__menu .menu__content .menu__inner .menu__content--joinbtn a {
  padding: 20px 26px !important;
  border-radius: 30px;
  text-decoration: none;
  background-color: #5665a9;
  max-width: 90%;
  margin: 20px auto 0;
  text-align: center;
}
#header .hamburger__menu .menu__content .menu__inner .menu__content--joinbtn a::before {
  right: 18px !important;
}

/* ---------------------------------------------------------
  * FOOTER
------------------------------------------------------------ */
#l-footer .p-footer__topCont {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
}
#l-footer .p-footer__topCont img {
  width: 100%;
  max-width: 520px;
}
@media (max-width: 575px) {
  #l-footer .p-footer__topCont {
    padding: 30px;
  }
}
#l-footer .p-footer__list--ttl {
  color: #fff;
  font-size: 26px;
  padding-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 575px) {
  #l-footer .p-footer__list--ttl {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
#l-footer .p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#l-footer .p-footer__list li {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  #l-footer .p-footer__list {
    display: block;
  }
}
#l-footer .p-footer__list--partner > a {
  position: relative;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  padding: 20px 26px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  color: #093780;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.06rem;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 575px) {
  #l-footer .p-footer__list--partner > a {
    padding: 18px 10px;
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
}
#l-footer .p-footer__list--partner > a:hover {
  color: #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
#l-footer .p-footer__list--partner a {
  background: -webkit-linear-gradient(111deg, #97a5e2 6.89%, #6c7bbe 82.72%, #5665a9);
  color: #fff;
  margin-top: 0px;
  width: 200px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  #l-footer .p-footer__list--partner a {
    margin-right: 0px;
    margin-bottom: 14px;
  }
}
#l-footer .p-footer__list--member > a {
  position: relative;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  padding: 20px 26px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  color: #093780;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.06rem;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 575px) {
  #l-footer .p-footer__list--member > a {
    padding: 18px 10px;
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
}
#l-footer .p-footer__list--member > a:hover {
  color: #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
#l-footer .p-footer__list--member a {
  background: -webkit-linear-gradient(111deg, #ff7bb7 6.89%, #e80d50 82.72%, #e8004b);
  color: #fff;
  margin-top: 0px;
  width: 200px;
}
#l-footer .p-footer__bottomCont {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  color: #093780;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 1280px) {
  #l-footer .p-footer__bottomCont {
    max-width: 100%;
    margin: 0 4%;
  }
}
@media (max-width: 575px) {
  #l-footer .p-footer__bottomCont {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}
#l-footer .p-footer__bottomCont a {
  color: #093780;
}
#l-footer .p-footer__bottomCont a:hover {
  opacity: 0.6;
  text-decoration: none;
}
#l-footer .p-footer__leftCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  #l-footer .p-footer__leftCont {
    width: 100%;
  }
}
#l-footer .p-footer__leftContItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 20px;
}
@media (max-width: 575px) {
  #l-footer .p-footer__leftContItem {
    width: 100%;
  }
}
#l-footer .p-footer__leftContItemLink {
  padding-right: 8px;
}
@media (max-width: 575px) {
  #l-footer .p-footer__leftContItemLink {
    margin: 0 3%;
  }
}
#l-footer .p-footer__rightCont {
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 575px) {
  #l-footer .p-footer__rightCont {
    margin-left: 0;
    text-align: center;
  }
}

#pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 7px;
  bottom: 7px;
  background: #323232;
  opacity: 0.6;
}

#pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#pagetop a::after {
  content: "▲";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.floating-banner {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 35%;
  -webkit-transform: translate(0%, -35%);
  transform: translate(0%, -35%);
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  -webkit-animation: close-menu 0.3s forwards;
          animation: close-menu 0.3s forwards;
}
@media (max-width: 575px) {
  .floating-banner {
    bottom: -5px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}
.floating-banner .pc {
  width: 110px;
}
@media (max-width: 575px) {
  .floating-banner .pc {
    display: none;
  }
}
.floating-banner .sp {
  display: none;
}
@media (max-width: 575px) {
  .floating-banner .sp {
    display: inline-block;
    width: 100vw;
  }
}

.floating-banner:hover {
  -webkit-animation: open-menu 0.3s forwards;
          animation: open-menu 0.3s forwards;
}
@media (max-width: 575px) {
  .floating-banner:hover {
    opacity: 1;
  }
}
@-webkit-keyframes open-menu {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes open-menu {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes close-menu {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes close-menu {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

/* ---------------------------------------------------------
  * TOP
------------------------------------------------------------ */
#top .mv {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  #top .mv {
    height: 100vh;
  }
}
#top .mv:before {
  content: "";
  background-image: url("../uploads/images/parts01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
  width: 700px;
  position: absolute;
  z-index: -1;
  top: -10%;
  right: -10%;
}
@media (max-width: 767px) {
  #top .mv:before {
    height: 430px;
    width: 440px;
    top: 40%;
    right: -60%;
    -webkit-transform: rotate(184deg);
            transform: rotate(184deg);
  }
}
@media (max-width: 575px) {
  #top .mv:before {
    height: 430px;
    width: 440px;
    top: 40%;
    right: -60%;
    -webkit-transform: rotate(184deg);
            transform: rotate(184deg);
  }
}
#top .mv:after {
  content: "";
  background-image: url("../uploads/images/parts01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 403px;
  width: 600px;
  position: absolute;
  z-index: -1;
  bottom: -150px;
  left: -300px;
}
@media (max-width: 1280px) {
  #top .mv:after {
    height: 500px;
    width: 480px;
    left: -240px;
    bottom: -300px;
  }
}
@media (max-width: 575px) {
  #top .mv:after {
    left: -300px;
    bottom: -320px;
  }
}
#top .mv .mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
}
@media (max-width: 1280px) {
  #top .mv .mv__inner {
    max-width: 800px;
    top: 46%;
  }
}
@media (max-width: 767px) {
  #top .mv .mv__inner {
    display: block;
  }
}
#top .mv .mv__inner .mv__ttl {
  width: 680px;
  padding-right: 80px;
}
@media (max-width: 1280px) {
  #top .mv .mv__inner .mv__ttl {
    margin: 0 auto;
    padding: 80px 0px 20px;
  }
}
@media (max-width: 767px) {
  #top .mv .mv__inner .mv__ttl {
    width: 480px;
    padding: 40px 0px 20px;
  }
}
@media (max-width: 575px) {
  #top .mv .mv__inner .mv__ttl {
    width: 340px;
    padding: 80px 0px 20px;
  }
}
#top .mv .mv__inner .mv__ttl img {
  width: 100%;
}
#top .mv .mv__inner .mv__illust {
  width: 400px;
}
@media (max-width: 1280px) {
  #top .mv .mv__inner .mv__illust {
    width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #top .mv .mv__inner .mv__illust {
    width: 260px;
  }
}
@media (max-width: 575px) {
  #top .mv .mv__inner .mv__illust {
    width: 220px;
  }
}
#top .mv .mv__inner .mv__illust img {
  width: 100%;
}
#top .mv .scrool {
  color: #282faa;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  padding: 10px 10px 110px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 575px) {
  #top .mv .scrool {
    bottom: -100px;
    font-size: 8px;
  }
}
#top .mv .scrool:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #282faa;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#top .about {
  background: linear-gradient(212deg, #2c209c 6.89%, #3b2ad1 82.72%, #1c70bf);
  color: #fff;
  padding: 120px 0px;
}
@media (max-width: 1280px) {
  #top .about {
    padding: 80px 0px;
  }
}
#top .about .about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #top .about .about__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}
#top .about .about__inner .about__inner--subTtl {
  padding-bottom: 18px;
  line-height: 1.8em;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: justify;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  #top .about .about__inner .about__inner--subTtl {
    padding-bottom: 16px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  #top .about .about__inner .about__inner--subTtl {
    font-size: 14px;
  }
}
#top .about .about__inner .about__inner--txt {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
  color: #fff;
}
@media (max-width: 767px) {
  #top .about .about__inner .about__inner--txt {
    font-size: 14px;
  }
}
#top .about .about__inner .cta__btn > a {
  position: relative;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  padding: 20px 26px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  color: #093780;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.06rem;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 575px) {
  #top .about .about__inner .cta__btn > a {
    padding: 18px 10px;
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
}
#top .about .about__inner .cta__btn > a:hover {
  color: #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
#top .about .about__inner .cta__btn a {
  background-color: rgba(255, 255, 255, 0.2117647059);
  color: #fff;
}
#top .projects {
  padding: 120px 0px;
  background-color: #fff;
  color: #093780;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #top .projects {
    padding: 80px 0px;
  }
}
#top .projects:before {
  content: "";
  background-image: url("../uploads/images/parts02.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: -180px;
  right: -200px;
  z-index: -1;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}
@media (max-width: 1280px) {
  #top .projects:before {
    width: 80%;
    right: -300px;
  }
}
@media (max-width: 767px) {
  #top .projects:before {
    width: 60%;
    right: -400px;
  }
}
@media (max-width: 575px) {
  #top .projects:before {
    width: 70%;
    right: -190px;
    top: 360px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    height: 250px;
  }
}
#top .projects .projects__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #top .projects .projects__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}
#top .projects .p-top__projectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .projects .box__list--01,
#top .projects .box__list--02,
#top .projects .box__list--03,
#top .projects .box__list--04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -100px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  #top .projects .box__list--01,
  #top .projects .box__list--02,
  #top .projects .box__list--03,
  #top .projects .box__list--04 {
    margin-bottom: 60px;
    margin-top: -50px;
  }
}
@media (max-width: 575px) {
  #top .projects .box__list--01,
  #top .projects .box__list--02,
  #top .projects .box__list--03,
  #top .projects .box__list--04 {
    display: block;
    margin-top: 0;
  }
}
#top .projects .box__list--01 .txt__ttl--num,
#top .projects .box__list--02 .txt__ttl--num,
#top .projects .box__list--03 .txt__ttl--num,
#top .projects .box__list--04 .txt__ttl--num {
  color: #5665a9;
  font-size: 38px;
  font-family: "Barlow Condensed", sans-serif;
  padding-right: 16px;
}
@media (max-width: 575px) {
  #top .projects .box__list--01 .txt__ttl--num,
  #top .projects .box__list--02 .txt__ttl--num,
  #top .projects .box__list--03 .txt__ttl--num,
  #top .projects .box__list--04 .txt__ttl--num {
    font-size: 32px;
    display: inline-block;
  }
}
#top .projects .box__list--01 .box__list--txt,
#top .projects .box__list--03 .box__list--txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 10%;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@media (max-width: 767px) {
  #top .projects .box__list--01 .box__list--txt,
  #top .projects .box__list--03 .box__list--txt {
    padding-right: 5%;
  }
}
@media (max-width: 575px) {
  #top .projects .box__list--01 .box__list--txt,
  #top .projects .box__list--03 .box__list--txt {
    padding-right: 0%;
    margin-bottom: 20px;
  }
}
#top .projects .box__list--01 .box__list--img,
#top .projects .box__list--03 .box__list--img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#top .projects .box__list--02,
#top .projects .box__list--04 {
  position: relative;
}
#top .projects .box__list--02 .box__list--txt,
#top .projects .box__list--04 .box__list--txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 5%;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@media (max-width: 575px) {
  #top .projects .box__list--02 .box__list--txt,
  #top .projects .box__list--04 .box__list--txt {
    padding-left: 0%;
  }
}
#top .projects .box__list--02 .box__list--img,
#top .projects .box__list--04 .box__list--img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#top .projects .box__list--02 .box__list--img img,
#top .projects .box__list--04 .box__list--img img {
  width: 100%;
}
#top .projects .box__list--02:before {
  background-image: url("../uploads/images/parts01.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 550px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: -180px;
  left: -600px;
  z-index: -1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1280px) {
  #top .projects .box__list--02:before {
    width: 80%;
    left: -470px;
  }
}
@media (max-width: 767px) {
  #top .projects .box__list--02:before {
    width: 100%;
    left: -440px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  #top .projects .box__list--02:before {
    width: 70%;
    left: -170px;
    height: 250px;
    max-width: 670px;
    top: 210px;
  }
}
#top .projects .box__list--02 .box__list--img img {
  max-width: 400px;
}
@media (max-width: 575px) {
  #top .projects .box__list--02 .box__list--img img {
    max-width: 100%;
  }
}
#top .projects .box__list--03 {
  padding-bottom: 140px;
}
@media (max-width: 575px) {
  #top .projects .box__list--03 {
    padding-bottom: 0px;
  }
}
#top .projects .box__list--04 {
  position: relative;
}
#top .projects .box__list--04:before {
  content: "";
  background-image: url("../uploads/images/parts02.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  max-width: 600px;
  width: 100%;
  position: absolute;
  bottom: -470px;
  right: -310px;
  z-index: -1;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
@media (max-width: 575px) {
  #top .projects .box__list--04:before {
    height: 360px;
    max-width: 600px;
    bottom: -410px;
    right: -100px;
  }
}
#top .projects .box__list--txt {
  width: 45%;
  font-size: 28px;
}
@media (max-width: 1280px) {
  #top .projects .box__list--txt {
    width: 60%;
  }
}
@media (max-width: 575px) {
  #top .projects .box__list--txt {
    width: 100%;
    font-size: 18px;
  }
}
#top .projects .box__list--txt .txt__ttl {
  margin-bottom: 24px;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  #top .projects .box__list--txt .txt__ttl {
    margin-bottom: 8px;
  }
}
#top .projects .box__list--txt .txt__description {
  line-height: 2em;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #333;
}
@media (max-width: 575px) {
  #top .projects .box__list--img {
    width: 80%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}
#top .projects .box__list--img img {
  width: 100%;
}
#top .news {
  background-color: #eaedfa;
  color: #fff;
  padding: 120px 0px;
}
@media (max-width: 1280px) {
  #top .news {
    padding: 80px 0px;
  }
}
#top .news .news__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #top .news .news__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}
#top .news .news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  #top .news .news__list {
    display: block;
  }
}
#top .news .news__list li {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-top: 60px;
  width: 33.3%;
}
#top .news .news__list li a {
  line-height: 0;
  padding-bottom: 20px;
  color: #093780;
}
#top .news .news__list li a img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
}
#top .news .news__list .news__item {
  display: none;
}
@media (max-width: 575px) {
  #top .news .news__list .news__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
#top .news .news__list .news__item:hover {
  opacity: 0.6;
}
#top .news .news__list .news__item a {
  color: #fff;
}
#top .news .news__list .news__item a:hover {
  text-decoration: none;
}
#top .news .news__list .news__item .news__item--img {
  margin: 0 8px;
  overflow: hidden;
  border-radius: 4px;
  line-height: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
#top .news .news__list .news__item .news__item--img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#top .news .news__list .news__item .news__item--tag {
  margin: 0 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #093780;
}
#top .news .news__list .news__item .news__item--tag a {
  color: #093780;
  pointer-events: none;
}
#top .news .news__list .news__item .news__item--tag .news__item--date {
  padding-left: 2px;
  font-weight: normal;
  color: #093780;
}
#top .news .news__list .news__item .news__item--tag .news__item--date:before {
  content: "｜";
}
#top .news .news__list .news__item .news__item--description {
  margin: 0 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.6em;
}
#top .news .note__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .news .note__list .note__item {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-top: 20px;
  width: 33.3%;
  border-radius: 4px;
}
@media (max-width: 575px) {
  #top .news .note__list .note__item {
    width: 100%;
  }
}
#top .news .note__list .note__item a {
  line-height: 0;
  padding-bottom: 20px;
  color: #093780;
  text-decoration: none;
}
#top .news .note__list .note__item a .note__item--img {
  margin: 0 8px;
  border-radius: 4px;
  line-height: 0px;
}
#top .news .note__list .note__item a .note__item--img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
#top .news .note__list .note__item a .note__item--description {
  margin: 22px 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.6em;
}
#top .news .note__list .note__item a .note__item--date {
  padding-left: 8px;
  font-weight: normal;
  color: #093780;
  margin-top: 40px;
}
#top .news .note__list .note__item:hover {
  opacity: 0.6;
}
#top .news .cta__btn {
  text-align: center;
}
#top .news .cta__btn > a {
  position: relative;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
  margin-top: 40px;
  padding: 20px 26px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.2117647059);
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  color: #093780;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.06rem;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 575px) {
  #top .news .cta__btn > a {
    padding: 18px 10px;
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
}
#top .news .cta__btn > a:hover {
  color: #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  #top .news .cta__btn {
    padding: 18px 30px;
    font-size: 14px;
    letter-spacing: 0.01rem;
    margin: 40px auto 0px;
  }
}
#top .news .cta__btn a:first-child {
  display: none;
}
#top .news .cta__btn a {
  width: 200px;
  background-color: #5665a9;
  color: #fff;
}
@media (max-width: 575px) {
  #top .news .cta__btn a {
    margin-top: 0px;
  }
}

.p-top__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .p-top__bnr {
    display: block;
  }
}
.p-top__bnr a {
  position: relative;
  display: block;
  width: 48%;
  margin-right: 4%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
  border-radius: 4px;
  background: rgb(96, 165, 243);
  background: linear-gradient(60deg, rgb(96, 165, 243) 0%, rgb(72, 110, 237) 30%, rgb(80, 77, 217) 100%);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-top__bnr a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.p-top__bnr a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.p-top__bnr a:last-child {
  margin-right: 0;
}
.p-top__bnr a br {
  display: none;
}
@media (max-width: 767px) {
  .p-top__bnr a {
    width: 80%;
    font-size: 18px;
    margin: 0 auto 8%;
    padding: 20px 0;
  }
  .p-top__bnr a:last-child {
    margin: 0 auto;
  }
  .p-top__bnr a br {
    display: block;
  }
}
@media (max-width: 575px) {
  .p-top__bnr a {
    width: 100%;
  }
}

/* ---------------------------------------------------------
  * ABOUT
------------------------------------------------------------ */
.p-about__greetingBox {
  padding-bottom: 80px;
}
.p-about__greetingTxtBox {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .p-about__greetingTxtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.p-about__greetingTxt {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
  color: #333;
}
@media (max-width: 767px) {
  .p-about__greetingTxt {
    font-size: 14px;
  }
}
.p-about__greetingW80 {
  width: 78%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .p-about__greetingW80 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-right: 0%;
  }
}
.p-about__greetingImg {
  width: 120%;
  height: auto;
}
@media (max-width: 575px) {
  .p-about__greetingImg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
    height: auto;
    text-align: center;
  }
}
.p-about__greetingName {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  color: #093780;
}
.p-about__overview {
  padding-bottom: 80px;
}
.p-about__company {
  padding-bottom: 80px;
}
.p-about__group {
  padding-bottom: 80px;
}
.p-about__company-list {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  color: #093780;
}
.p-about__company-list li {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .p-about__company-list li {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .p-about__company-list li {
    width: 50%;
  }
}
.p-about__company-list li a {
  color: #093780;
  text-decoration: none;
}
.p-about__company-list li a:hover {
  color: #67adff;
  text-decoration: underline;
}

/* ---------------------------------------------------------
  * PRIVACY
------------------------------------------------------------ */
#privacy {
  background-color: #eaedfa;
}
#privacy .head04 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #093780;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #privacy .head04 {
    font-size: 16px;
  }
}
#privacy .head05 {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
  font-weight: bold;
}
@media (max-width: 767px) {
  #privacy .head05 {
    font-size: 14px;
  }
}
#privacy .text {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
}
@media (max-width: 767px) {
  #privacy .text {
    font-size: 14px;
  }
}
#privacy .inner__01 {
  padding: 60px 0px;
}
@media (max-width: 1280px) {
  #privacy .inner__01 {
    padding: 40px 0px;
  }
}
#privacy a {
  text-decoration: none;
  color: #093780;
}
#privacy a:hover {
  opacity: 0.6;
}
#privacy .box__text {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #privacy .box__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #privacy .box__text {
    margin-bottom: 30px;
  }
}
#privacy .box__text ul {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #privacy .box__text ul {
    padding-right: 0px;
    padding-left: 1em;
  }
}
#privacy .box__text ul ul ul {
  padding-left: 1em;
}
#privacy .box__text .box__num {
  margin: 0;
  counter-reset: number;
}
#privacy .box__text .box__num li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#privacy .box__text .box__num li:before {
  counter-increment: number;
  content: counter(number);
  padding-right: 0.5em;
  font-weight: 500;
}
#privacy .box__text .box__text--inner {
  margin: 10px 0px 30px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  #privacy .box__text .box__text--inner {
    margin: 20px 0px 40px;
    padding-left: 0px;
  }
}
#privacy .box__right {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
  text-align: right;
}
@media (max-width: 767px) {
  #privacy .box__right {
    font-size: 14px;
  }
}
#privacy .box__contact {
  background-color: #fff;
  color: #093780;
  padding: 30px 14px;
  display: block;
  text-align: center;
}
#privacy .box__contact .box__contact--title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6em;
  color: #093780;
}
@media (max-width: 767px) {
  #privacy .box__contact .box__contact--title {
    font-size: 16px;
  }
}
#privacy .box__contact .box__contact--text {
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  #privacy .box__contact .box__contact--text {
    text-align: left;
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  #privacy .box__contact .box__contact--text:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #67adff;
    border-radius: 50%;
    margin-right: 10px;
  }
}

.p-privacy__terms {
  padding-bottom: 80px;
}

/* ---------------------------------------------------------
  * NEWS
  ------------------------------------------------------------ */
.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .wp-block-media-text {
    display: block;
  }
}
.wp-block-media-text img {
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 360px;
}

.is-type-video {
  margin: 0px;
}
@media (max-width: 575px) {
  .is-type-video {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .is-type-video iframe {
    width: 100%;
  }
}

#news {
  background-color: #eaedfa;
}
#news .news__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #news .news__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}
#news .news__inner .news__list {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  #news .news__inner .news__list {
    display: block;
  }
}
#news .news__inner .news__list .news__item {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-top: 60px;
  width: 33.3%;
}
@media (max-width: 575px) {
  #news .news__inner .news__list .news__item {
    width: 100%;
    margin-top: 40px;
  }
}
#news .news__inner .news__list .news__item:hover {
  opacity: 0.6;
}
#news .news__inner .news__list .news__item a {
  display: block;
  line-height: 0;
  margin: 0 8px;
  color: #093780;
}
#news .news__inner .news__list .news__item a:hover {
  text-decoration: none;
}
#news .news__inner .news__list .news__item .news__item--img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
#news .news__inner .news__list .news__item .news__item--tag {
  margin: 0 8px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #093780;
}
#news .news__inner .news__list .news__item .news__item--tag a {
  display: inline-block;
  pointer-events: none;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 30px;
}
#news .news__inner .news__list .news__item .news__item--tag .news__item--date {
  padding-left: 2px;
  font-weight: normal;
  color: #093780;
}
#news .news__inner .news__list .news__item .news__item--tag .news__item--date:before {
  content: "｜";
}
#news .news__inner .news__list .news__item .news__item--description {
  margin: 0 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
#news .news__inner .note__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news .news__inner .note__list .note__item {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-top: 20px;
  width: 33.3%;
  border-radius: 4px;
}
@media (max-width: 575px) {
  #news .news__inner .note__list .note__item {
    width: 100%;
  }
}
#news .news__inner .note__list .note__item a {
  line-height: 0;
  padding-bottom: 20px;
  color: #093780;
  text-decoration: none;
}
#news .news__inner .note__list .note__item a .note__item--img {
  margin: 0 8px;
  border-radius: 4px;
  line-height: 0px;
}
#news .news__inner .note__list .note__item a .note__item--img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
#news .news__inner .note__list .note__item a .note__item--description {
  margin: 22px 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.6em;
}
#news .news__inner .note__list .note__item a .note__item--date {
  padding-left: 8px;
  font-weight: normal;
  color: #093780;
  margin-top: 40px;
}
#news .news__inner .note__list .note__item:hover {
  opacity: 0.6;
}
#news .news__inner .pagination {
  margin: 10px 0 0;
  text-align: center;
}
#news .news__inner .screen-reader-text {
  display: none;
}
#news .news__inner .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px 15px 40px;
  color: #333;
  border-radius: 3px;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
#news .news__inner .pagination .current {
  padding: 10px 15px;
  background: #97a5e2;
  color: #fff;
}
#news .news__inner .pagination .prev,
#news .news__inner .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5665a9;
}
#news .news__inner .pagination .prev:hover,
#news .news__inner .pagination .next:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 0.3);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 0.3);
}
#news .news__inner .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#news .news-d__inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 40px;
}
@media (max-width: 1280px) {
  #news .news-d__inner {
    max-width: 100%;
    margin: 0 4%;
  }
}
@media (max-width: 575px) {
  #news .news-d__inner {
    padding: 10px 20px;
  }
}
#news .news-d__inner a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1140px) {
  #news .news-d__inner a[href^="tel:"] {
    pointer-events: auto;
  }
}
#news .news-d__inner .news__header--img,
#news .news-d__inner .note__header--img {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  width: 60%;
  margin: 20px auto 60px;
}
@media (max-width: 1280px) {
  #news .news-d__inner .news__header--img,
  #news .news-d__inner .note__header--img {
    height: 300px;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #news .news-d__inner .news__header--img,
  #news .news-d__inner .note__header--img {
    height: 180px;
    margin-bottom: 20px;
  }
}
#news .news-d__inner .news__header--img img,
#news .news-d__inner .note__header--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  line-height: 0;
}
@media (max-width: 1280px) {
  #news .news-d__inner .news__header--img img,
  #news .news-d__inner .note__header--img img {
    max-height: 300px;
  }
}
@media (max-width: 575px) {
  #news .news-d__inner .news__header--img img,
  #news .news-d__inner .note__header--img img {
    max-height: 200px;
  }
}
#news .news-d__inner .news__item--tag {
  padding-bottom: 20px;
  font-weight: bold;
  color: #093780;
  font-size: 16px;
}
@media (max-width: 575px) {
  #news .news-d__inner .news__item--tag {
    padding-bottom: 10px;
  }
}
#news .news-d__inner .news__item--tag a {
  color: #093780;
  pointer-events: none;
}
#news .news-d__inner .news__item--tag .news__item--date {
  padding-left: 2px;
  font-weight: normal;
  color: #093780;
}
#news .news-d__inner .news__item--tag .news__item--date:before {
  content: "｜";
}
#news .news-d__inner .news__item--description {
  font-size: 26px;
  margin-bottom: 20px;
  color: #093780;
  font-weight: 500;
  line-height: 1.6em;
}
@media (max-width: 1280px) {
  #news .news-d__inner .news__item--description {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  #news .news-d__inner .news__item--description {
    margin-bottom: 16px;
  }
}
#news .news-d__inner .box__text {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
  color: #333;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #news .news-d__inner .box__text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #news .news-d__inner .box__text {
    margin-bottom: 30px;
  }
}
#news .news-d__inner .box__text ul {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #news .news-d__inner .box__text ul {
    padding-right: 0px;
    padding-left: 1em;
  }
}
#news .news-d__inner .box__text ul ul ul {
  padding-left: 1em;
}
#news .news-d__inner .box__text .box__num {
  margin: 0;
  counter-reset: number;
}
#news .news-d__inner .box__text .box__num li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#news .news-d__inner .box__text .box__num li:before {
  counter-increment: number;
  content: counter(number);
  padding-right: 0.5em;
  font-weight: 500;
}
#news .news-d__inner .box__text .box__dots {
  margin: 0;
}
#news .news-d__inner .box__text .box__dots li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#news .news-d__inner .box__text .box__dots li:before {
  padding-right: 0.5em;
  font-weight: 500;
  content: "・";
}
#news .news-d__inner .box__text .box__text--inner {
  margin: 10px 0px 30px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  #news .news-d__inner .box__text .box__text--inner {
    margin: 20px 0px 40px;
    padding-left: 0px;
  }
}
#news .news-d__inner .text {
  color: #333;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}
#news .news-d__inner .link {
  color: #093780;
}

#news .news-d__inner .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#news .news-d__inner .pagination .next,
#news .news-d__inner .pagination .prev {
  color: #8990af !important;
}
#news .news-d__inner .pagination .next a,
#news .news-d__inner .pagination .prev a {
  color: #5665a9 !important;
  text-decoration: none !important;
}
#news .news-d__inner .pagination .next:hover,
#news .news-d__inner .pagination .prev:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#news .news-d__inner .pagination .news_top {
  padding: 0px 20px;
  color: #858585 !important;
}
#news .news-d__inner .pagination .news_top a {
  color: #858585 !important;
  text-decoration: none !important;
}
#news .news-d__inner .pagination .news_top:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

#news .news-d__inner {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  /* Text elements */
}
#news .news-d__inner figure {
  margin: 0px;
}
#news .news-d__inner .link,
#news .news-d__inner .blue {
  color: #093780;
}
#news .news-d__inner .back {
  background-color: #f7f8fc;
  padding: 16px;
  border-radius: 6px;
}
#news .news-d__inner .btn {
  border-radius: 30px;
  padding: 10px 6px;
  font-size: 18px;
  background-color: #5665a9;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.06rem;
  border: none;
  max-width: 260px;
  display: block;
}
#news .news-d__inner .list {
  background: whitesmoke;
  padding: 0 0.5em;
  position: relative;
  border-radius: 6px;
}
#news .news-d__inner .list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 2px solid white;
  list-style-type: none !important;
}
#news .news-d__inner .list li:before {
  content: "・";
  position: absolute;
  left: 0.5em;
  color: #282faa;
}
#news .news-d__inner .list li:last-of-type {
  border-bottom: none;
}
#news .news-d__inner .bold {
  font-weight: bold;
}
#news .news-d__inner .small {
  font-size: 12px;
  margin-bottom: 8px;
}
#news .news-d__inner .center {
  text-align: center;
}
#news .news-d__inner .right {
  text-align: right;
}
#news .news-d__inner figure {
  margin-bottom: 20px;
}
#news .news-d__inner figure .wp-block-image {
  width: 400px;
}
#news .news-d__inner figure .wp-block-image .size-small {
  width: 200px;
}
#news .news-d__inner figure .wp-block-image .size-medium {
  width: 600px;
}
#news .news-d__inner figure .wp-block-image .size-full {
  width: 800px;
}
#news .news-d__inner p,
#news .news-d__inner dl,
#news .news-d__inner td,
#news .news-d__inner th,
#news .news-d__inner ul,
#news .news-d__inner ol,
#news .news-d__inner blockquote {
  font-size: 16px;
}
#news .news-d__inner tr th,
#news .news-d__inner thead th,
#news .news-d__inner label,
#news .news-d__inner tr th,
#news .news-d__inner thead th {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#news .news-d__inner pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}
#news .news-d__inner code,
#news .news-d__inner code var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
#news .news-d__inner body,
#news .news-d__inner input,
#news .news-d__inner textarea {
  font-size: 12px;
  line-height: 18px;
}
#news .news-d__inner hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin-bottom: 18px;
  clear: both;
}
#news .news-d__inner p {
  margin-bottom: 18px;
}
#news .news-d__inner ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
#news .news-d__inner ol ol {
  list-style: upper-alpha;
}
#news .news-d__inner ol ol ol {
  list-style: lower-roman;
}
#news .news-d__inner ol ol ol ol {
  list-style: lower-alpha;
}
#news .news-d__inner ul ul,
#news .news-d__inner ol ol,
#news .news-d__inner ul ol,
#news .news-d__inner ol ul {
  margin-bottom: 0;
}
#news .news-d__inner dl {
  margin: 0 0 24px 0;
}
#news .news-d__inner dt {
  font-weight: bold;
}
#news .news-d__inner dd {
  margin-bottom: 18px;
}
#news .news-d__inner strong {
  font-weight: bold;
  color: #000;
}
#news .news-d__inner cite,
#news .news-d__inner em,
#news .news-d__inner i {
  font-style: italic;
  border: none;
}
#news .news-d__inner big {
  font-size: 131.25%;
}
#news .news-d__inner ins {
  background: #ffffcc;
  border: none;
  color: #333;
}
#news .news-d__inner del {
  text-decoration: line-through;
  color: #555;
}
#news .news-d__inner blockquote {
  font-style: italic;
  padding: 0 3em;
}
#news .news-d__inner blockquote cite,
#news .news-d__inner blockquote em,
#news .news-d__inner blockquote i {
  font-style: normal;
}
#news .news-d__inner pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}
#news .news-d__inner abbr,
#news .news-d__inner acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
#news .news-d__inner ins {
  text-decoration: none;
}
#news .news-d__inner sup,
#news .news-d__inner sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 10px;
}
#news .news-d__inner sup {
  bottom: 1ex;
}
#news .news-d__inner sub {
  top: 0.5ex;
}
#news .news-d__inner a:link {
  color: #093780;
  word-break: break-all;
}
#news .news-d__inner a:visited {
  color: #743399;
}
#news .news-d__inner a:active,
#news .news-d__inner a:hover {
  color: #ff4b33;
}
#news .news-d__inner p,
#news .news-d__inner ul,
#news .news-d__inner ol,
#news .news-d__inner dd,
#news .news-d__inner pre,
#news .news-d__inner hr {
  margin-bottom: 24px;
}
#news .news-d__inner ul ul,
#news .news-d__inner ol ol,
#news .news-d__inner ul ol,
#news .news-d__inner ol ul {
  margin-bottom: 0;
}
#news .news-d__inner li {
  list-style-type: none;
}
#news .news-d__inner pre,
#news .news-d__inner kbd,
#news .news-d__inner tt,
#news .news-d__inner var {
  font-size: 15px;
  line-height: 21px;
}
#news .news-d__inner code {
  font-size: 13px;
}
#news .news-d__inner strong,
#news .news-d__inner b,
#news .news-d__inner dt,
#news .news-d__inner th {
  color: #000;
}
#news .news-d__inner h1,
#news .news-d__inner h2,
#news .news-d__inner h3,
#news .news-d__inner h4,
#news .news-d__inner h5,
#news .news-d__inner h6 {
  color: #000;
  margin: 0 0 20px 0;
  line-height: 1.5em;
  font-weight: normal;
}
#news .news-d__inner h1 {
  font-size: 2.4em;
}
#news .news-d__inner h2 {
  font-size: 1.8em;
}
#news .news-d__inner h3 {
  font-size: 1.4em;
}
#news .news-d__inner h4 {
  font-size: 1.2em;
}
#news .news-d__inner h5 {
  font-size: 1em;
}
#news .news-d__inner h6 {
  font-size: 0.9em;
}
#news .news-d__inner table {
  border: 1px solid #e7e7e7 !important;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#news .news-d__inner tr th,
#news .news-d__inner thead th {
  border: none !important;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
#news .news-d__inner tr td {
  border: none !important;
  border-top: 1px solid #e7e7e7 !important;
  padding: 6px 24px;
}
#news .news-d__inner img {
  margin: 0;
  max-width: 640px;
}
#news .news-d__inner .alignleft,
#news .news-d__inner img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
#news .news-d__inner .alignright,
#news .news-d__inner img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
#news .news-d__inner .aligncenter,
#news .news-d__inner img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#news .news-d__inner img.alignleft,
#news .news-d__inner img.alignright,
#news .news-d__inner img.aligncenter {
  margin-bottom: 12px;
}
#news .news-d__inner .wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
#news .news-d__inner .wp-caption img {
  margin: 5px;
}
#news .news-d__inner .wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}
#news .news-d__inner .wp-smiley {
  margin: 0;
}
#news .news-d__inner .wp-block-media-text__content {
  padding-left: 20px;
  max-width: 800px;
}
#news .news-d__inner .has-media-on-the-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
#news .news-d__inner .has-media-on-the-left figure {
  width: 20%;
}
#news .news-d__inner .has-media-on-the-left img {
  text-align: center;
  line-height: 100px;
  width: 100%;
}
#news .news-d__inner .wp-block-media-text img {
  width: 100% !important;
}
#news .news-d__inner .is-style-regular table {
  border-collapse: collapse;
  border: 1px solid #093780;
  max-width: 1200px;
  width: 100%;
}
#news .news-d__inner .is-style-regular table td:first-child {
  color: #093780;
  background-color: #dbdfef;
  border-bottom: 1px solid #093780;
}
#news .news-d__inner .is-style-regular table th,
#news .news-d__inner .is-style-regular table td {
  padding: 0.4em;
  word-wrap: break-word;
}
#news .news-d__inner .is-style-regular table tbody th {
  background: #093780;
  color: #fff;
  width: 300px;
  border-bottom: 1px solid #fff;
}
#news .news-d__inner .is-style-regular table tbody td {
  color: #333;
  border-right: 1px solid #093780;
  border-bottom: 1px solid #093780;
}

@media screen and (max-width: 600px) {
  #news .news-d__inner .w100,
  #news .news-d__inner .w200,
  #news .news-d__inner .w300,
  #news .news-d__inner .w400 {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .btm30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .btm40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .btm50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .btm60 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .center {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .right {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner figure {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .wp-block-media-text__content {
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .is-style-regular table {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .is-style-regular table ul {
    padding-left: 0em;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .is-style-regular table tbody td {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  #news .news-d__inner .is-style-regular tbody {
    border-top: 1px solid #093780;
    border-bottom: 1px solid #093780;
  }
  #news .news-d__inner .is-style-regular tbody:last-child {
    border-bottom: none;
  }
  #news .news-d__inner .is-style-regular table {
    width: 100%;
    border: none;
  }
  #news .news-d__inner .is-style-regular table tr {
    border-right: 1px solid #093780;
    border-left: 1px solid #093780;
    border-bottom: 1px solid #093780;
  }
  #news .news-d__inner .is-style-regular table th {
    display: block;
    width: auto;
  }
  #news .news-d__inner .is-style-regular table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #news .news-d__inner .is-style-regular table th {
    display: block;
  }
  #news .news-d__inner .is-style-regular table td {
    display: block;
    font-size: 0.8em;
    border-right: none !important;
  }
}
/* ---------------------------------------------------------
  * CONTACT
------------------------------------------------------------ */
#contact {
  background-color: #eaedfa;
}
#contact br.pcDisp {
  display: block;
}
@media (max-width: 575px) {
  #contact br.pcDisp {
    display: none;
  }
}
#contact br.spDisp {
  display: none;
}
@media (max-width: 575px) {
  #contact br.spDisp {
    display: block;
  }
}
#contact .blue {
  color: #093780;
}
#contact .center {
  text-align: center;
}
#contact .min {
  font-size: 8px;
}
#contact .btm20 {
  margin-bottom: 20px;
}
#contact .pt10 {
  padding-left: 10px;
}
@media (max-width: 575px) {
  #contact .pt10 {
    padding-left: 0px;
  }
}
#contact .btm60 {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  #contact .btm60 {
    margin-bottom: 40px;
  }
}
#contact .Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 50px 10px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  #contact .Form {
    margin-top: 30px;
  }
}
#contact .Form-Item {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  #contact .Form-Item {
    width: auto;
  }
}
@media (max-width: 575px) {
  #contact .Form-Item .wpcf7-form-control-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#contact .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #093780;
  font-weight: bold;
}
#contact .Form-Item-Label.isMsg {
  margin-bottom: auto;
}
#contact .Form-Item-Input {
  border: none;
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
  color: #093780;
}
#contact .Form-Item-Input::-webkit-input-placeholder {
  color: #d5dae2;
}
#contact .Form-Item-Input::-moz-placeholder {
  color: #d5dae2;
}
#contact .Form-Item-Input:-ms-input-placeholder {
  color: #d5dae2;
}
#contact .Form-Item-Input::-ms-input-placeholder {
  color: #d5dae2;
}
#contact .Form-Item-Input::placeholder {
  color: #d5dae2;
}
#contact #select_form {
  border: none;
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
  color: #093780;
}
@media (max-width: 575px) {
  #contact #select_form {
    width: auto;
    margin-top: 18px;
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
}
#contact .Form-Item-Textarea {
  border: none;
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
  color: #093780;
}
#contact .btn {
  text-align: center;
  margin: auto 0px;
  height: 78px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#contact .btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#contact .Form-Btn {
  border-radius: 30px;
  padding: 20px 26px;
  font-size: 18px;
  background-color: #5665a9;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.06rem;
  border: none;
  max-width: 300px;
}
@media (max-width: 575px) {
  #contact .Form-Btn {
    padding: 18px 30px;
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
}
#contact .radio-input {
  border-radius: 4px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  display: none;
}
#contact .wpcf7-list-item {
  position: relative;
  margin-left: 40px;
  margin-top: 8px;
  color: #093780;
  font-weight: bold;
}
#contact .wpcf7-list-item-label {
  margin-left: 4px;
}
@media (max-width: 575px) {
  #contact .wpcf7-list-item {
    margin-left: 0px;
    padding-right: 10px;
  }
}
#contact .radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-left: 40px;
  margin-top: 8px;
  color: #093780;
  font-weight: bold;
}
@media (max-width: 575px) {
  #contact .radio-input + label {
    margin-left: 0px;
    padding-right: 10px;
  }
}
#contact .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #a4a7dd;
}
#contact .radio-input:checked + label {
  color: #093780;
}
#contact .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #a4a7dd;
  border-radius: 50%;
}
#contact input#search {
  margin-left: 40px;
}
#contact .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  color: #093780;
}
#contact .text a {
  color: #67adff;
}

@media (max-width: 575px) {
  #contact .contact__inner .c-secTtl--primary {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  #contact .contact__inner .c-secTtl--primary .en {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact__inner .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 15px;
  }
}
.p-contact__form {
  padding-bottom: 80px;
}

/* ---------------------------------------------------------
* MEMBER
------------------------------------------------------------ */
#member .text {
  line-height: 1.8em;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #093780;
  text-align: justify;
}
@media (max-width: 767px) {
  #member .text {
    font-size: 14px;
  }
}
#member .HidePc {
  display: block !important;
}
@media (max-width: 575px) {
  #member .HidePc {
    display: none !important;
  }
}
#member .Hidesp {
  display: none !important;
}
@media (max-width: 575px) {
  #member .Hidesp {
    display: block !important;
  }
  #member .Hidesp .cell__bg--blue {
    background-color: #093780 !important;
    color: #fff !important;
    text-align: center;
  }
  #member .Hidesp .cell__bg--blue .ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #member .Hidesp .cell__bg--rightBlue {
    background-color: #fafbff;
  }
  #member .Hidesp .cell__bg--blue.sp {
    background-color: #7c57a8 !important;
  }
}
#member .box__inner--01 {
  width: 898px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  #member .box__inner--01 {
    width: 100%;
  }
}
#member .box__inner--02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#member .box__inner--02 .box .text__box {
  width: 49%;
  border: 1px solid #dbe1ff;
  text-align: center;
  padding: 28px 0px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #093780;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #member .box__inner--02 .box .text__box {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  #member .box__inner--02 .box .text__box {
    width: 48%;
  }
}
#member .box__inner--02 .box .text__box .ttl {
  line-height: 1.6rem;
  font-size: 19px;
  padding: 0px 10px;
}
#member .box__inner--03 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
@media (max-width: 575px) {
  #member .box__inner--03 .box {
    gap: 3%;
  }
}
#member .box__inner--03 .box .text__box {
  width: 30%;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 575px) {
  #member .box__inner--03 .box .text__box {
    width: 47.5%;
    margin-bottom: 30px;
  }
}
#member .box__inner--03 .box .text__box img {
  margin-bottom: 20px;
  width: 40%;
}
@media (max-width: 575px) {
  #member .box__inner--03 .box .text__box img {
    width: 80%;
  }
}
#member .box__inner--03 .box .text__box .ttl {
  text-align: center;
  color: #093780;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  #member .box__inner--03 .box .text__box .ttl {
    font-size: 18px;
  }
}
#member .box__inner--03 .box .text__box .txt {
  color: #093780;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 575px) {
  #member .box__inner--03 .box .text__box .txt {
    font-size: 14px;
  }
}
#member .box__inner--03 .box .text__box .text__box--inner {
  padding: 20px;
}
#member .box__inner--03 .box .text__box .text__box--inner .text {
  text-align: center;
}
#member .table01 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}
#member .table01 .min {
  width: 6%;
}
@media screen and (max-width: 575px) {
  #member .table01 .min {
    display: none;
  }
}
#member .table01 .ttl_sp {
  display: none;
}
@media screen and (max-width: 575px) {
  #member .table01 .ttl_sp {
    display: block;
    padding: 10px 0px;
  }
}
#member .table01 .cell__ttl--blue {
  background-color: #093780;
}
@media screen and (max-width: 575px) {
  #member .table01 .cell__ttl--blue {
    color: #093780;
    padding: 0px;
    margin: 0px;
    text-align: center;
    background-color: #fff;
  }
  #member .table01 .cell__ttl--blue .ttl {
    display: none;
  }
}
#member .table01 .cell__ttl--blue span {
  color: #fff;
  background-color: #093780;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  #member .table01 .cell__ttl--blue span {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 575px) {
  #member .table01 .none {
    display: none;
  }
}
#member .table01 .cell__ttl--purple {
  background-color: #7c57a8;
}
@media screen and (max-width: 575px) {
  #member .table01 .cell__ttl--purple {
    color: #093780;
    padding: 16px 0px 0px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
  }
  #member .table01 .cell__ttl--purple .ttl {
    color: #7c57a8;
    padding: 10px 0px;
  }
}
#member .table01 .cell__ttl--purple span {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  #member .table01 .cell__ttl--purple span {
    padding: 8px 0px;
  }
}
#member .table01 .cell__bg--gray {
  background-color: #f0f2fa;
  text-align: center;
}
#member .table01 .cell__bg--blue {
  background-color: #fafbff;
}
#member .table01 .cell__bg--purple {
  background-color: #fefaff;
  color: #7c57a8;
}
@media screen and (max-width: 575px) {
  #member .table01 .cell__bg--purple p,
  #member .table01 .cell__bg--purple ul {
    color: #7c57a8;
  }
}
#member .table01 .cell__bg--purple ul ::before {
  background-color: #7c57a8;
}
#member .table01 .cell__bg--purple .price {
  color: #7c57a8;
}
#member .table01 .sp .cell__bg--blue {
  color: #fff;
  background-color: #093780;
}
#member .table01 tr {
  padding: 0.35em;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 575px) {
  #member .table01 tr {
    border-bottom: 16px solid #fff;
  }
}
#member .table01 th,
#member .table01 td {
  padding: 1em 0.5em;
  border-right: 2px solid #fff;
}
#member .table01 th ul,
#member .table01 td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  #member .table01 th ul,
  #member .table01 td ul {
    text-align: left;
  }
}
#member .table01 th ul ::before,
#member .table01 td ul ::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #0b2b5d;
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
#member .table01 th ul li,
#member .table01 td ul li {
  padding-left: 1em;
  text-indent: -0.8em;
}
@media screen and (max-width: 575px) {
  #member .table01 td {
    border-bottom: 2px solid #fff;
  }
}
#member .table01 th {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  #member .table01 th {
    font-size: 18px;
  }
}
#member .table01 th span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
#member .table01 thead tr {
  background-color: #fff;
  color: #fff;
}
#member .table01 tbody th {
  color: #fff;
}
#member .table01 .price {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #093780;
}
#member .table01 .price span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  #member .table01 .cell__bg--rightBlue,
  #member .table01 .cell__bg--purple {
    border-bottom: 2px solid #fff;
    display: block;
    font-size: 1em;
    text-align: right;
    position: relative;
    padding: 0.625em 0.625em 0.625em 6em;
    border-right: none;
  }
  #member .table01 .cell__bg--rightBlue .price,
  #member .table01 .cell__bg--purple .price {
    text-align: left;
  }
  #member .table01 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #093780;
  }
  #member .table01 td.cell__bg--purple::before {
    content: attr(data-label);
    color: #7c57a8;
  }
}
#member .flow__list .flow__list--inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaedfa;
}
#member .flow__list .flow__list--inner:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#member .flow__list .flow__list--inner a {
  color: #67adff;
}
#member .flow__list .txt__ttl {
  font-size: 24px;
  color: #093780;
  margin-bottom: 14px;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
#member .flow__list .txt__ttl .txt__ttl--num {
  color: #5665a9;
  font-size: 38px;
  font-family: "Barlow Condensed", sans-serif;
  padding-right: 16px;
}
#member .btn {
  margin: auto;
  border-radius: 30px;
  padding: 20px 28px;
  font-size: 18px;
  background-color: #5665a9;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  letter-spacing: 0.06rem;
  border: none;
  max-width: 230px;
  display: block;
}
#member .btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#member .btn a {
  color: #fff;
}
#member .btn a:hover {
  text-decoration: none;
}
@media (max-width: 575px) {
  #member .btn {
    padding: 18px 30px;
    font-size: 16px;
    letter-spacing: 0.01rem;
  }
}

.p-member__guide {
  padding-bottom: 80px;
}
.p-member__guideBox {
  width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .p-member__guideBox {
    width: 100%;
  }
}
.p-member__guideTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #0B2B5D;
  background-color: #eaedfa;
  font-size: 16px;
}
.p-member__guideTableIndex {
  width: 256px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .p-member__guideTableIndex {
    width: 78px;
    font-size: 14px;
  }
}
.p-member__guideTableContent {
  background-color: #FAFBFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 22px;
  line-height: 32px;
}
.p-member__guideTableContent--last {
  padding: 38px 0;
}
@media (max-width: 575px) {
  .p-member__guideTableContent {
    font-size: 14px;
    line-height: 26px;
  }
}
.p-member__guideTableList {
  width: 218px;
  list-style: disc;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .p-member__guideTableList {
    width: 194px;
  }
}
.p-member__guideTableEmphasis {
  font-weight: bold;
}
@media (max-width: 575px) {
  .p-member__guideTableEmphasis {
    font-size: 12px;
  }
}
a.p-member__guideTableLink {
  text-decoration: underline;
  color: #0B2B5D;
}

.p-member__service {
  padding-bottom: 80px;
}
.p-member__service--bgBlueLight {
  background-color: #eaedfa;
  padding: 120px 0;
}
@media (max-width: 575px) {
  .p-member__service--bgBlueLight {
    padding: 64px 0;
  }
}
.p-member__serviceCont {
  width: 898px;
  margin: 40px auto 0;
}
@media (max-width: 1280px) {
  .p-member__serviceCont {
    width: 100%;
  }
}
.p-member__serviceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 575px) {
  .p-member__serviceItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 64px;
  }
  .p-member__serviceItem:last-of-type {
    margin-bottom: 0;
  }
}
.p-member__serviceThumb {
  border-radius: 4px;
  border: 1px solid #dbe1ff;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .p-member__serviceThumb {
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-member__serviceDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #093780;
}
@media (max-width: 575px) {
  .p-member__serviceDetail {
    gap: 8px;
  }
}
.p-member__serviceTtl {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .p-member__serviceTtl {
    font-size: 16px;
  }
}
.p-member__serviceSubTtl {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .p-member__serviceSubTtl {
    font-size: 14px;
  }
}
.p-member__serviceTxt {
  font-size: 16px;
  line-height: 32px;
  color: #093780;
}
@media (max-width: 575px) {
  .p-member__serviceTxt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.p-member__serviceBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media (max-width: 575px) {
  .p-member__serviceBtnArea {
    padding: 0 16px;
  }
}
.p-member__serviceBtn {
  background: #5665a9;
  padding: 10px 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
a.p-member__serviceBtn {
  color: #fff;
}

@media (max-width: 575px) {
  .p-member__serviceBtn {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-member__serviceBtn--single {
    width: 156px;
    margin: 0 auto;
  }
}
.p-member__serviceBtn:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/icn_otherWindow.png");
  background-size: contain;
  width: 16px;
  height: 14px;
}
@media (max-width: 575px) {
  .p-member__serviceBtn:after {
    width: 14px;
    height: 13px;
  }
}
.p-member__serviceBtn:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-member__flow {
  padding-bottom: 80px;
}
.p-member__flow--largeSpace {
  padding: 120px 0;
}
@media (max-width: 575px) {
  .p-member__flow--largeSpace {
    padding: 64px 0;
  }
}

/* ---------------------------------------------------------
* PARTNER
------------------------------------------------------------ */
.p-partner__guide {
  padding-bottom: 80px;
}
.p-partner__guideBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .p-partner__guideBox {
    width: 100%;
  }
}
.p-partner__project {
  padding-bottom: 80px;
}
.p-partner__activity {
  padding-bottom: 80px;
}
.p-partner__flow {
  padding-bottom: 80px;
}

/*  ---------------------------------------------------------
* サイバーリスク補償プラン
 --------------------------------------------------------- */
.p-cyberInsurance__guide {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__guide {
    margin-bottom: 64px;
  }
}
.p-cyberInsurance__title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  color: #093780;
  line-height: 1.4em;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 102px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__title {
    font-size: 22px;
  }
}
.p-cyberInsurance__title .en {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  color: #282faa;
}
@media (max-width: 575px) {
  .p-cyberInsurance__title .en {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .p-cyberInsurance__title {
    margin-bottom: 64px;
  }
}
.p-cyberInsurance__subTitle {
  padding-left: 28px;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #093780;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  height: 40px;
}
@media (max-width: 767px) {
  .p-cyberInsurance__subTitle {
    padding-left: 20px;
    margin-bottom: 20px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .p-cyberInsurance__subTitle {
    margin-bottom: 20px;
    height: 30px;
    font-size: 20px;
  }
}
.p-cyberInsurance__subTitle:before {
  content: "";
  background-image: url("../uploads/images/head01.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  width: 6px;
  position: absolute;
  top: -7px;
  left: 0px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__subTitle {
    margin-bottom: 16px;
    height: 30px;
  }
  .p-cyberInsurance__subTitle:before {
    height: 30px;
    background-size: contain;
    top: -3px;
  }
}
.p-cyberInsurance__serviceTxt {
  font-size: 16px;
  line-height: 28px;
  color: #093780;
}
@media (max-width: 575px) {
  .p-cyberInsurance__serviceTxt {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-cyberInsurance__outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  width: 880px;
  margin: 0 auto 80px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__outline {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 64px;
  }
}
.p-cyberInsurance__outlineImg {
  height: 120px;
  text-align: center;
  margin-bottom: 14px;
}
.p-cyberInsurance__outlineBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #0b2b5d;
}
.p-cyberInsurance__outlineTitle {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__outlineTitle {
    font-size: 16px;
  }
}
.p-cyberInsurance__outlineText {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__outlineText {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-cyberInsurance__plan {
  width: 1000px;
  margin: 0 auto 80px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__plan {
    width: 100%;
    margin-bottom: 64px;
  }
}
.p-cyberInsurance__planTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #0b2b5d;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.p-cyberInsurance__planTableIndex {
  width: 998px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666cd0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTableIndex {
    font-size: 14px;
    height: 50px;
    width: calc(100% - 2px);
  }
}
.p-cyberInsurance__planTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px;
  }
}
.p-cyberInsurance__planTableThBlock, .p-cyberInsurance__planTableTdBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  gap: 2px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTableThBlock, .p-cyberInsurance__planTableTdBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.p-cyberInsurance__planTableTh, .p-cyberInsurance__planTableTd {
  font-size: 20px;
  height: 74px;
  width: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTableTh, .p-cyberInsurance__planTableTd {
    height: 50px;
    font-size: 14px;
    width: 100%;
  }
}
.p-cyberInsurance__planTableTh {
  color: #fff;
  background-color: #7c57a8;
}
.p-cyberInsurance__planTableTh:first-of-type {
  background-color: #575ca8;
  width: 270px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTableTh:first-of-type {
    width: 100%;
  }
}
.p-cyberInsurance__planTableTd {
  color: #0B2B5D;
  background-color: #fefaff;
  font-size: 16px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTableTd {
    font-size: 12px;
  }
}
.p-cyberInsurance__planTableTd:first-of-type {
  background-color: #eaedfa;
  font-size: 20px;
  width: 270px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__planTableTd:first-of-type {
    font-size: 14px;
    width: 100%;
  }
}
.p-cyberInsurance__planDetail {
  text-align: right;
}
a.p-cyberInsurance__planLink {
  font-size: 18px;
  font-weight: bold;
  color: #575ca8;
  text-decoration: underline;
}
@media (max-width: 575px) {
  a.p-cyberInsurance__planLink {
    font-size: 14px;
  }
}
a.p-cyberInsurance__planLink:before {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/ico_pdf.png");
  background-size: cover;
  width: 18px;
  height: 23px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
@media (max-width: 575px) {
  a.p-cyberInsurance__planLink:before {
    width: 14px;
    height: 18px;
  }
}

.p-cyberInsurance__confirmText {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #0b2b5d;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .p-cyberInsurance__confirmText {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
a.p-cyberInsurance__confirmLink {
  text-decoration: underline;
  color: #575ca8;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  display: block;
}
@media (max-width: 575px) {
  a.p-cyberInsurance__confirmLink {
    font-size: 16px;
  }
}

.p-quickQuote__noteTitle {
  font-size: 16px;
  font-weight: bold;
  color: #666cd0;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .p-quickQuote__noteTitle {
    font-size: 14px;
  }
}
.p-quickQuote__note {
  font-size: 12px;
  color: #0b2b5d;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .p-quickQuote__note {
    margin-bottom: 32px;
    font-size: 10px;
  }
}
.p-quickQuote__noteRed {
  color: #f30655;
}
.p-quickQuote__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dadada;
}
@media (max-width: 575px) {
  .p-quickQuote__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-quickQuote__indexBlock {
  background-color: #fafbff;
  width: 580px;
  padding: 32px;
}
@media (max-width: 575px) {
  .p-quickQuote__indexBlock {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px 16px;
  }
}
.p-quickQuote__index {
  color: #0b2b5d;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .p-quickQuote__index {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.p-quickQuote__indexNote {
  font-size: 12px;
  color: #707b8c;
  font-weight: normal;
  padding-top: 16px;
}
@media (max-width: 575px) {
  .p-quickQuote__indexNote {
    font-size: 10px;
  }
}
.p-quickQuote__indexRed {
  color: #f30655;
  font-size: 14px;
}
@media (max-width: 575px) {
  .p-quickQuote__indexRed {
    font-size: 10px;
  }
}
.p-quickQuote__indexText {
  font-size: 16px;
  color: #0b2b5d;
  line-height: 32px;
}
@media (max-width: 575px) {
  .p-quickQuote__indexText {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-quickQuote__indexTextSmall {
  font-size: 14px;
  color: #0b2b5d;
  line-height: 26px;
}
@media (max-width: 575px) {
  .p-quickQuote__indexTextSmall {
    font-size: 12px;
    line-height: 20px;
  }
}
.p-quickQuote__formBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 56px 0 24px;
  position: relative;
}
@media (max-width: 575px) {
  .p-quickQuote__formBlock {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 32px 16px;
  }
}
.p-quickQuote__formBlock--select:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/selectDown.png");
  background-size: cover;
  width: 16px;
  height: 10px;
  position: absolute;
  right: 76px;
  top: 22px;
  pointer-events: none;
}
@media (max-width: 575px) {
  .p-quickQuote__formBlock--select:after {
    right: 32px;
    top: 54px;
  }
}
.p-quickQuote__form {
  width: 100%;
  padding: 16px 52px 16px 16px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #707b8c;
  background-color: #fafbff;
  color: #0b2b5d;
}
.p-quickQuote__form--input {
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-quickQuote__form--input::-webkit-input-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-quickQuote__form--input::-moz-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-quickQuote__form--input:-ms-input-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-quickQuote__form--input::-ms-input-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-quickQuote__form--input::placeholder {
  color: #707b8c;
  font-size: 14px;
}
@media (max-width: 575px) {
  .p-quickQuote__form--input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .p-quickQuote__form--input::-moz-placeholder {
    font-size: 10px;
  }
  .p-quickQuote__form--input:-ms-input-placeholder {
    font-size: 10px;
  }
  .p-quickQuote__form--input::-ms-input-placeholder {
    font-size: 10px;
  }
  .p-quickQuote__form--input::placeholder {
    font-size: 10px;
  }
}
.p-quickQuote__form--input::-webkit-outer-spin-button, .p-quickQuote__form--input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-quickQuote__form--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 575px) {
  .p-quickQuote__form--select {
    white-space: normal;
    word-wrap: break-word;
  }
}
.p-quickQuote__btnBlock {
  text-align: center;
  padding: 80px 0;
  border-top: 1px solid #dadada;
}
@media (max-width: 575px) {
  .p-quickQuote__btnBlock {
    padding: 64px 0 0;
  }
}
.p-quickQuote__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 298px;
  height: 66px;
  border-radius: 80px;
  background-color: #575ca8;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border: none;
  margin: 0 auto 50px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .p-quickQuote__btn {
    margin-bottom: 32px;
    font-size: 16px;
    height: 56px;
  }
}
.p-quickQuote__btn:hover {
  opacity: 85%;
}
.p-quickQuote__approximationNote {
  font-size: 20px;
  font-weight: bold;
  color: #0b2b5d;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .p-quickQuote__approximationNote {
    font-size: 18px;
  }
}
.p-quickQuote__approximation {
  font-size: 20px;
  font-weight: bold;
  color: #f30655;
}
.p-quickQuote__approximationPrice {
  font-size: 38px;
  font-weight: bold;
  color: #f30655;
}
@media (max-width: 575px) {
  .p-quickQuote__approximationPrice {
    font-size: 34px;
  }
}

/*  ---------------------------------------------------------
* 保険お申し込みフォーム
------------------------------------------------------------ */
.p-applicationForm__wrap {
  background-color: #eaedfa;
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 575px) {
  .p-applicationForm__wrap {
    padding: 64px 16px;
  }
}
.p-applicationForm__title {
  font-size: 32px;
  color: #0b2b5d;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 575px) {
  .p-applicationForm__title {
    font-size: 20px;
  }
}
.p-applicationForm__note {
  color: #f30655;
  font-size: 16px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .p-applicationForm__note {
    text-align: left;
    font-size: 14px;
    margin-bottom: 64px;
  }
}
.p-applicationForm__main {
  width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  font-size: 16px;
  text-align: left;
  color: #0b2b5d;
}
@media (max-width: 575px) {
  .p-applicationForm__main {
    width: 100%;
    gap: 24px;
  }
}
.p-applicationForm__index {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .p-applicationForm__index {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 16px;
  }
}
.p-applicationForm__index:before {
  content: "必須";
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #575ca8;
  border-radius: 4px;
  margin-right: 16px;
  width: 58px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .p-applicationForm__index:before {
    width: 40px;
    height: 24px;
    font-size: 12px;
  }
}
.p-applicationForm__index--notMust:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
}
.p-applicationForm__text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .p-applicationForm__text {
    font-size: 14px;
    line-height: 24px;
  }
}
a.p-applicationForm__link {
  text-decoration: underline;
  color: #0b2b5d;
}

.p-applicationForm__inputWide {
  width: 100%;
  border: none;
  padding: 21px 16px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 575px) {
  .p-applicationForm__inputWide {
    padding: 16px;
  }
}
.p-applicationForm__inputWide::-webkit-input-placeholder {
  color: #707b8c;
  font-size: 16px;
}
.p-applicationForm__inputWide::-moz-placeholder {
  color: #707b8c;
  font-size: 16px;
}
.p-applicationForm__inputWide:-ms-input-placeholder {
  color: #707b8c;
  font-size: 16px;
}
.p-applicationForm__inputWide::-ms-input-placeholder {
  color: #707b8c;
  font-size: 16px;
}
.p-applicationForm__inputWide::placeholder {
  color: #707b8c;
  font-size: 16px;
}
@media (max-width: 575px) {
  .p-applicationForm__inputWide::-webkit-input-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__inputWide::-moz-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__inputWide:-ms-input-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__inputWide::-ms-input-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__inputWide::placeholder {
    font-size: 10px;
  }
}
.p-applicationForm__inputWide::-webkit-outer-spin-button, .p-applicationForm__inputWide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 575px) {
  .p-applicationForm__uploadBox {
    text-align: center;
    margin-bottom: 48px;
    padding: 0 16px;
  }
}
.p-applicationForm__upload {
  content: "";
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 42px;
  border-radius: 4px;
  background-color: #575ca8;
  text-align: center;
  border: none;
  cursor: pointer;
}
.p-applicationForm__upload > span > input[type=file] {
  display: none;
}
.p-applicationForm__upload:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/upload.png");
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.p-applicationForm__upload:hover {
  opacity: 85%;
}
@media (max-width: 575px) {
  .p-applicationForm__upload {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-applicationForm__insuranceWrap {
  margin-bottom: 64px;
}
.p-applicationForm__insuranceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: 1px solid #575ca8;
}
@media (max-width: 575px) {
  .p-applicationForm__insuranceInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-applicationForm__insuranceInfo:last-of-type {
  border-bottom: 1px solid #575ca8;
}
.p-applicationForm__insuranceName {
  padding: 36px 32px;
  color: #0b2b5d;
  background-color: #dedff8;
  font-size: 18px;
  font-weight: bold;
  width: 310px;
}
@media (max-width: 575px) {
  .p-applicationForm__insuranceName {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 22px 16px;
    font-size: 14px;
  }
}
.p-applicationForm__insuranceInputWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0 16px 24px;
  background-color: #eaedfa;
}
@media (max-width: 575px) {
  .p-applicationForm__insuranceInputWrap {
    width: 100%;
    padding: 32px 0;
  }
}
.p-applicationForm__insuranceInput {
  width: 100%;
  border: 1px solid #707b8c;
  padding: 21px 16px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 575px) {
  .p-applicationForm__insuranceInput {
    padding: 16px;
  }
}
.p-applicationForm__insuranceInput::-webkit-input-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-applicationForm__insuranceInput::-moz-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-applicationForm__insuranceInput:-ms-input-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-applicationForm__insuranceInput::-ms-input-placeholder {
  color: #707b8c;
  font-size: 14px;
}
.p-applicationForm__insuranceInput::placeholder {
  color: #707b8c;
  font-size: 14px;
}
@media (max-width: 575px) {
  .p-applicationForm__insuranceInput::-webkit-input-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__insuranceInput::-moz-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__insuranceInput:-ms-input-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__insuranceInput::-ms-input-placeholder {
    font-size: 10px;
  }
  .p-applicationForm__insuranceInput::placeholder {
    font-size: 10px;
  }
}
.p-applicationForm__insuranceInput::-webkit-outer-spin-button, .p-applicationForm__insuranceInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-applicationForm__insuranceNote {
  display: block;
  font-size: 12px;
  color: #707b8c;
  line-height: 30px;
  font-weight: normal;
}
.p-applicationForm__confirmationTitle {
  color: #f30655;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .p-applicationForm__confirmationTitle {
    font-size: 16px;
  }
}
.p-applicationForm__confirmationBlock {
  line-height: 32px;
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .p-applicationForm__confirmationBlock {
    font-size: 14px;
    line-height: 24px;
  }
}
a.p-applicationForm__confirmationLink {
  text-decoration: underline;
  color: #575ca8;
}

.p-applicationForm__confirmationCheck {
  margin-bottom: 16px;
}
.p-applicationForm__confirmationCheck label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.p-applicationForm__confirmationCheck label input[type=checkbox] {
  width: 20px;
}
.p-applicationForm__confirmationCheck label span.wpcf7-list-item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575px) {
  .p-applicationForm__confirmationCheck {
    margin-bottom: 8px;
  }
  .p-applicationForm__confirmationCheck label input[type=checkbox] {
    width: 19px;
  }
}
.p-applicationForm__confirmationCheck:last-of-type {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .p-applicationForm__confirmationCheck:last-of-type {
    margin-bottom: 40px;
  }
}
.p-applicationForm__confirmationCheckbox {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox].p-applicationForm__confirmationCheckbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
input[type=checkbox].p-applicationForm__confirmationCheckbox:before, input[type=checkbox].p-applicationForm__confirmationCheckbox:after {
  content: "";
  display: block;
  position: absolute;
}
input[type=checkbox].p-applicationForm__confirmationCheckbox:before {
  background-color: #fff;
  border: 0.5px solid #0b2b5d;
  width: 20px;
  height: 20px;
  top: 2px;
}
@media (max-width: 575px) {
  input[type=checkbox].p-applicationForm__confirmationCheckbox:before {
    width: 18px;
    height: 18px;
  }
}
input[type=checkbox].p-applicationForm__confirmationCheckbox:after {
  border-bottom: 2px solid #0b2b5d;
  border-left: 2px solid #0b2b5d;
  opacity: 0;
  height: 6px;
  width: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}
input[type=checkbox].p-applicationForm__confirmationCheckbox:checked:after {
  opacity: 1;
}

@media (max-width: 575px) {
  .p-applicationForm__confirmationLabel {
    font-size: 14px;
  }
}
.p-applicationForm__confirmationBtnBlock {
  text-align: center;
}
.p-applicationForm__confirmationBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 298px;
  height: 66px;
  background-color: #ffce43;
  border-radius: 80px;
  color: #282faa;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
@media (max-width: 575px) {
  .p-applicationForm__confirmationBtn {
    width: 310px;
    height: 56px;
    font-size: 16px;
  }
}
.p-applicationForm__confirmationBtn:hover {
  opacity: 85%;
}
.p-applicationForm .screen-reader-response {
  color: #f30655;
}
.p-applicationForm .screen-reader-response ul > li:last-child {
  margin-bottom: 60px;
}
.p-applicationForm .wpcf7-not-valid-tip {
  color: #f30655;
}
.p-applicationForm .wpcf7-response-output {
  text-align: center;
  color: #f30655;
  margin: 1rem;
}

.p-insuranceContact {
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .p-insuranceContact {
    padding: 64px 0;
  }
}
.p-insuranceContact__info {
  color: #0b2b5d;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 575px) {
  .p-insuranceContact__info {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-insuranceContactContainer {
  background-color: #fafbff;
}

.visually-hidden {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}