@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #000000;
}
body {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-family: "Noto Sans JP";
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  /*color: @black;*/
  text-decoration: none;
}
a:link,
a:visited {
  /*color: @black;*/
  text-decoration: none;
}
input,
textarea,
select {
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
.m_t_20 {
  margin-top: 20px;
}
.m_t_40 {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .m_t_40 {
    margin-top: 20px;
  }
}
.m_b_150 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .m_b_150 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 820px) {
  .m_b_150 {
    margin-bottom: 60px;
  }
}
.m_b_0 {
  margin-bottom: 0 !important;
}
.m_b_60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 820px) {
  .m_b_60 {
    margin-bottom: 40px;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.innerBlock {
  max-width: 1000px;
}
@media screen and (max-width: 820px) {
  .innerBlock {
    padding: 0 15px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
.intro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding: 100px 20px 150px 20px;
}
@media screen and (max-width: 820px) {
  .inner {
    padding: 50px 30px 70px 30px;
  }
}
.inner_1000 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 820px) {
  .inner_1000 {
    padding: 0 15px;
  }
}
.inner_920 {
  max-width: 920px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 820px) {
  .inner_920 {
    padding: 0 15px;
  }
}
.inner_800 {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 820px) {
  .inner_800 {
    padding: 0 15px;
  }
}
._flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.u-flex {
  display: -webkit-flex;
  display: flex;
}
.en {
  font-family: "Lexend";
}
.org {
  color: #FD5C29;
}
.blue {
  color: #3884FD;
}
.h2_ttl {
  margin-bottom: 80px;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .h2_ttl {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.h2_ttl span {
  color: #3884FD;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Lexend';
  line-height: 100%;
  border-bottom: 2px solid #3884FD;
  padding-bottom: 10px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: fit-content;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .h2_ttl span {
    font-size: 14px;
  }
}
.price_btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  background: #235BB4;
  padding: 20px 180px;
  border-radius: 100px;
  display: block;
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: 80px;
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  .price_btn {
    margin-top: 50px;
    padding: 20px 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.price_btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/price_btn_icon.png) no-repeat center / contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price_btn:hover {
  opacity: 1;
  background: #003A9B;
}
.price_btn:hover::after {
  right: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #header {
    height: 60px;
  }
}
#header .logo {
  max-width: 160px;
  height: auto;
}
#header .logo img {
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  #header .logo {
    width: 100%;
    max-width: 100%;
  }
  #header .logo a img {
    width: 120px;
  }
}
#header .tel {
  position: absolute;
  right: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  color: #000000;
  display: flex;
  column-gap: 14px;
  align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  #header .tel {
    right: 20px;
  }
}
#header .tel:hover {
  opacity: 1;
  color: #003A9B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .tel img {
  max-width: 23px;
}
@media screen and (max-width: 820px) {
  #header .tel img:hover {
    opacity: 0.7;
  }
}
#header .innerBlock {
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
  margin: auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 820px) {
  #header .innerBlock {
    padding: 0 20px;
  }
}
.mv_item {
  position: relative;
  margin-top: 100px;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .mv_item {
    margin-top: 60px;
    padding-top: 16px;
  }
}
.mv_item .logo_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin: auto;
  width: fit-content;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .mv_item .logo_list {
    display: block;
    margin-bottom: 20px;
  }
}
.mv_item .logo_list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-align: center;
}
.mv_item .logo_list li span {
  margin: auto;
}
@media screen and (max-width: 820px) {
  .mv_item .logo_list li span {
    margin-top: 10px;
    font-size: 18px;
  }
}
.mv_item .logo_list:nth-child(1) img {
  height: 56px;
  width: auto;
}
@media screen and (max-width: 820px) {
  .mv_item .logo_list:nth-child(1) img {
    height: 40px;
  }
}
.mv_item .logo_list:nth-child(2) img {
  height: 56px;
  width: auto;
}
@media screen and (max-width: 820px) {
  .mv_item .logo_list:nth-child(2) img {
    height: 40px;
  }
}
.mv_item .mv_ttl {
  font-weight: 500;
  font-size: 61px;
  line-height: 120%;
}
@media screen and (max-width: 820px) {
  .mv_item .mv_ttl {
    font-size: 32px;
  }
}
.mv_item .mv_ttl span {
  font-size: 38px;
}
@media screen and (max-width: 820px) {
  .mv_item .mv_ttl span {
    font-size: 24px;
  }
}
.mv_item .mv_logo {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 820px) {
  .mv_item .mv_logo {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
.mv_item .mv_logo img {
  max-width: 363px;
}
@media screen and (max-width: 820px) {
  .mv_item .mv_logo img {
    max-width: 200px;
  }
}
.mv_item .mv_btn_item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .mv_item .mv_btn_item {
    display: block;
  }
}
.mv_item .mv_btn_item a {
  background: #3884FD;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  padding: 10px 60px;
  border-radius: 100px;
}
@media screen and (max-width: 820px) {
  .mv_item .mv_btn_item a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    max-width: 260px;
    padding: 10px 32px;
  }
}
.mv_item .mv_btn_item a:hover {
  background: #003A9B;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv_entry_item {
  overflow: hidden;
}
.mv_entry_item .entry_item {
  position: relative;
  margin-top: 350px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item {
    margin-top: 260px;
  }
}
.mv_entry_item .entry_item .entry {
  margin: auto;
  width: fit-content;
  position: absolute;
  margin-top: 20px;
  z-index: 10;
  left: 50%;
  top: -350px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item .entry {
    top: -240px;
  }
}
.mv_entry_item .entry_item .entry img {
  max-width: 364px;
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item .entry img {
    width: 220px;
  }
}
.mv_entry_item .entry_item .entry_bg {
  z-index: 5;
  width: 100%;
}
.mv_entry_item .entry_item .entry_bg::after {
  content: "entry pay";
  position: absolute;
  font-family: "Lexend";
  font-weight: 700;
  line-height: 1;
  color: #F9F4F0;
  font-size: 21vw;
  white-space: pre;
  top: -18vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item .entry_bg::after {
    content: "entry";
    font-size: 44vw;
    top: -38vw;
  }
}
.mv_entry_item .entry_item .entry_bg .entry_txt {
  background: linear-gradient(90deg, #003A9B 50%, #00C5EC 50%);
  width: 100%;
  z-index: 50;
}
.mv_entry_item .entry_item .entry_bg .entry_txt .inner {
  max-width: 1140px;
  padding-top: 110px;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item .entry_bg .entry_txt .inner {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.mv_entry_item .entry_item .entry_bg .entry_txt .entry_logo_list {
  width: 100%;
  display: flex;
}
.mv_entry_item .entry_item .entry_bg .entry_txt .entry_logo_list li {
  width: 100%;
  text-align: center;
}
.mv_entry_item .entry_item .entry_bg .entry_txt .entry_logo_list li:nth-child(1) {
  padding-right: 15px;
}
.mv_entry_item .entry_item .entry_bg .entry_txt .entry_logo_list li:nth-child(2) {
  padding-left: 15px;
}
.mv_entry_item .entry_item .entry_bg .entry_txt .entry_logo_list li img {
  max-width: 255px;
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item .entry_bg .entry_txt .entry_logo_list li img {
    max-width: 130px;
  }
}
.mv_entry_item .entry_item .entry_bg .entry_txt .txt {
  width: 100%;
  background: #ffffff;
  padding: 60px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 160%;
  margin-top: 70px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .mv_entry_item .entry_item .entry_bg .entry_txt .txt {
    margin-top: 30px;
    padding: 20px;
    font-size: 20px;
  }
}
.mv_entry_item .entry_item .entry_bg .entry_txt .txt span {
  color: #FD5C29;
}
@media screen and (max-width: 820px) {
  #system_item .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 45px;
  }
}
#system_item .txt_big {
  font-size: 32px;
}
@media screen and (max-width: 820px) {
  #system_item .txt_big {
    font-size: 26px;
    line-height: 120%;
  }
}
#system_item .txt_small {
  font-size: 18px;
}
#system_item .icon {
  position: relative;
}
#system_item .icon::after {
  content: '';
  display: block;
  width: 55px;
  height: 95px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  bottom: -100px;
  left: -40px;
  background: url(../img/system_icon.png) center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 820px) {
  #system_item .icon::after {
    display: none;
  }
}
#system_item .system_list {
  width: 100%;
}
#system_item .system_list tr {
  display: flex;
  column-gap: 10px;
}
@media screen and (max-width: 820px) {
  #system_item .system_list tr {
    column-gap: 5px;
  }
}
#system_item .system_list tr:nth-child(1),
#system_item .system_list tr:nth-child(4) {
  border-bottom: 2px solid #000000;
}
#system_item .system_list tr:nth-child(2),
#system_item .system_list tr:nth-child(3) {
  border-bottom: 1px dashed #000000;
}
#system_item .system_list tr:nth-child(2) td:nth-child(1) span,
#system_item .system_list tr:nth-child(3) td:nth-child(1) span {
  position: relative;
  padding-left: 60px;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  #system_item .system_list tr:nth-child(2) td:nth-child(1) span,
  #system_item .system_list tr:nth-child(3) td:nth-child(1) span {
    margin-left: 5px;
    padding-left: 40px;
  }
}
#system_item .system_list tr:nth-child(2) td:nth-child(1) span::before,
#system_item .system_list tr:nth-child(3) td:nth-child(1) span::before {
  content: "1";
  font-weight: 500;
  font-family: "Lexend";
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: 10px;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #003A9B;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #system_item .system_list tr:nth-child(2) td:nth-child(1) span::before,
  #system_item .system_list tr:nth-child(3) td:nth-child(1) span::before {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
#system_item .system_list tr:nth-child(2) td:nth-child(1) span::after,
#system_item .system_list tr:nth-child(3) td:nth-child(1) span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 124px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #3884FD;
  z-index: -10;
}
@media screen and (max-width: 820px) {
  #system_item .system_list tr:nth-child(2) td:nth-child(1) span::after,
  #system_item .system_list tr:nth-child(3) td:nth-child(1) span::after {
    width: 3px;
    height: 70px;
  }
}
#system_item .system_list tr:nth-child(3) td:nth-child(1) span::before {
  content: "2";
}
#system_item .system_list tr:nth-child(4) td:nth-child(1) span {
  position: relative;
  padding-left: 60px;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  #system_item .system_list tr:nth-child(4) td:nth-child(1) span {
    margin-left: 5px;
    padding-left: 40px;
  }
}
#system_item .system_list tr:nth-child(4) td:nth-child(1) span::before {
  content: "3";
  font-weight: 500;
  font-family: "Lexend";
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: 10px;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FD5C29;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #system_item .system_list tr:nth-child(4) td:nth-child(1) span::before {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
#system_item .system_list th,
#system_item .system_list td {
  text-align: center;
  display: flex;
  align-items: center;
}
#system_item .system_list th span,
#system_item .system_list td span {
  margin: auto;
}
#system_item .system_list th:nth-child(1) {
  width: calc(30% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  #system_item .system_list th:nth-child(1) {
    width: calc(27% - 3.3333px);
    margin-left: 0;
  }
}
#system_item .system_list th:nth-child(2) {
  text-align: center;
  background: #3884FD;
  width: calc(35% - 20px);
  height: 80px;
  border-radius: 10px 10px 0 0;
}
#system_item .system_list th:nth-child(2) span {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #system_item .system_list th:nth-child(2) {
    height: 50px;
    width: calc(43% - 3.3333px);
  }
  #system_item .system_list th:nth-child(2) span {
    padding: 0 20px;
  }
}
#system_item .system_list th:nth-child(2) img {
  max-width: 160px;
}
@media screen and (max-width: 820px) {
  #system_item .system_list th:nth-child(2) img {
    max-width: 100px;
  }
}
#system_item .system_list th:nth-child(3) {
  text-align: center;
  width: calc(35% - 20px);
  background: #D0D9DD;
  height: 80px;
  margin-right: 20px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}
@media screen and (max-width: 820px) {
  #system_item .system_list th:nth-child(3) {
    height: 50px;
    font-size: 14px;
    margin-right: 0;
    width: calc(30% - 3.3333px);
  }
}
#system_item .system_list td:nth-child(1) {
  width: calc(30% - 20px);
  margin-left: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
}
@media screen and (max-width: 820px) {
  #system_item .system_list td:nth-child(1) {
    font-size: 14px;
    line-height: 140%;
    width: calc(27% - 3.3333px);
    margin-left: 0;
  }
}
#system_item .system_list td:nth-child(2) {
  background: #ECF3FF;
  width: calc(35% - 20px);
  height: 120px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 820px) {
  #system_item .system_list td:nth-child(2) {
    font-size: 15px;
    width: calc(43% - 3.3333px);
    height: 80px;
  }
}
#system_item .system_list td:nth-child(2) img {
  max-width: 160px;
}
#system_item .system_list td:nth-child(3) {
  width: calc(35% - 20px);
  background: #F4F6F7;
  height: 120px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 820px) {
  #system_item .system_list td:nth-child(3) {
    font-size: 15px;
    margin-right: 0;
    width: calc(30% - 3.3333px);
    height: 80px;
  }
}
#system_item .system_txt {
  font-weight: 500;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  #system_item .system_txt {
    font-size: 20px;
    margin-top: 40px;
    position: relative;
    width: fit-content;
  }
  #system_item .system_txt::after {
    content: '';
    display: block;
    width: 30px;
    height: 52px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 20px;
    left: -30px;
    background: url(../img/system_icon.png) center no-repeat;
    background-size: 100%;
  }
}
#reason_item {
  background: #F9F4F0;
}
#reason_item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  margin-top: 70px;
}
@media screen and (max-width: 820px) {
  #reason_item p {
    margin-top: 30px;
    font-size: 12px;
  }
}
#reason_item ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 80px;
}
@media screen and (max-width: 820px) {
  #reason_item ul {
    display: block;
    max-width: 260px;
    margin: auto;
  }
}
#reason_item ul li {
  width: calc(50% - 40px);
}
#reason_item ul li:nth-child(1),
#reason_item ul li:nth-child(2) {
  margin-bottom: 110px;
}
@media screen and (max-width: 820px) {
  #reason_item ul li:nth-child(1),
  #reason_item ul li:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  #reason_item ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#reason_item ul li .reason_box {
  position: relative;
  display: flex;
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box {
    display: block;
  }
}
#reason_item ul li .reason_box .reason_icon {
  width: 250px;
  height: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box .reason_icon {
    margin: auto;
  }
}
#reason_item ul li .reason_box .reason_icon .num {
  position: absolute;
  top: 0;
  left: 23px;
  font-weight: 500;
  font-size: 32px;
  color: #235BB4;
  line-height: 100%;
  border-bottom: #235BB4 3px solid;
  padding-bottom: 8px;
  z-index: 50;
}
#reason_item ul li .reason_box .reason_icon .img {
  z-index: 20;
  margin: auto;
}
#reason_item ul li .reason_box .reason_icon .img img {
  max-width: 100px;
}
#reason_item ul li .reason_box .reason_icon::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  top: 50%;
  left: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box .reason_icon::after {
    left: calc(50% - 125px);
  }
}
#reason_item ul li .reason_box .reason_txt {
  width: calc(100% - 250px);
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box .reason_txt {
    width: 100%;
  }
}
#reason_item ul li .reason_box .reason_txt .reason_txt_flex {
  position: absolute;
  top: -30px;
}
#reason_item ul li .reason_box .reason_txt .reason_txt_box {
  left: -30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #reason_item ul li .reason_box .reason_txt .reason_txt_box {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box .reason_txt .reason_txt_box {
    left: auto;
    font-size: 16px;
    top: -30px;
    position: inherit;
  }
}
#reason_item ul li .reason_box .reason_txt .reason_txt_box span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box .reason_txt .reason_txt_box span {
    font-size: 12px;
  }
}
#reason_item ul li .reason_box .reason_txt .reason_txt_box .reason_ttl {
  color: #3884FD;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #reason_item ul li .reason_box .reason_txt .reason_txt_box .reason_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) {
  #reason_item ul li .reason_box .reason_txt .reason_txt_box .reason_ttl {
    font-size: 28px;
    text-align: center;
  }
}
#price_item {
  background: #3884FD;
}
#price_item .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #ffffff;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  #price_item .txt {
    font-size: 12px;
    margin-top: 20px;
  }
}
#price_item .h2_ttl {
  color: #ffffff;
}
#price_item .h2_ttl span {
  color: #ffffff;
  border-color: #ffffff;
}
#price_item .price_ul {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul {
    column-gap: 0;
  }
}
#price_item .price_ul li {
  width: calc(25% - 15px);
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #price_item .price_ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #price_item .price_ul li:last-child {
    margin-bottom: 0;
  }
}
#price_item .price_ul li .price_img {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .price_img {
    padding: 25px 20px 10px 20px;
  }
}
#price_item .price_ul li .price_img p {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  min-height: 110px;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .price_img p {
    font-size: 24px;
    min-height: auto;
    margin-bottom: 10px;
  }
}
#price_item .price_ul li .price_img .img {
  display: flex;
  text-align: center;
  background: #F9F4F0;
  align-items: center;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .price_img .img {
    width: 120px;
    height: 120px;
  }
}
#price_item .price_ul li .price_img .img img {
  max-width: 70px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .price_img .img img {
    max-width: 50px;
  }
}
#price_item .price_ul li .price_txt {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #F0E6DE;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .price_txt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#price_item .price_ul li .price_txt p {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
#price_item .price_ul li .price_txt .price {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  color: #FD5C29;
  margin: auto;
  margin-right: 5px;
}
#price_item .price_ul li .price_txt .ttl {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .price_txt .ttl {
    margin-bottom: 5px;
  }
}
#price_item .price_ul li .p_t_t {
  padding-top: 82px;
}
@media screen and (max-width: 820px) {
  #price_item .price_ul li .p_t_t {
    padding-top: 20px;
  }
}
#price_item .line_item {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #ffffff;
  padding: 40px 50px;
  margin: 70px 0 0 0;
  display: flex;
  column-gap: 100px;
}
@media screen and (max-width: 820px) {
  #price_item .line_item {
    margin: 40px 0 0 0;
    display: block;
    padding: 30px 40px;
  }
}
#price_item .line_item dt {
  display: flex;
  align-items: center;
  width: calc(100% - 450px);
}
@media screen and (max-width: 820px) {
  #price_item .line_item dt {
    width: 100%;
  }
}
#price_item .line_item dt .line_ul li {
  padding-left: 25px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 820px) {
  #price_item .line_item dt .line_ul li {
    font-size: 15px;
  }
}
#price_item .line_item dt .line_ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #235BB4;
  border-radius: 100%;
}
#price_item .line_item dt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  #price_item .line_item dt p {
    font-size: 15px;
  }
}
#price_item .line_item dd {
  display: inline-block;
  width: 450px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  #price_item .line_item dd {
    width: 100%;
    margin-inline-start: 0;
    margin-top: 30px;
  }
}
#price_item .line_item dd .line_flex {
  display: flex;
  align-items: center;
  width: fit-content;
}
#price_item .line_item dd .line_flex .line_btn {
  margin-right: 38px;
}
@media screen and (max-width: 820px) {
  #price_item .line_item dd .line_flex .line_btn {
    margin-right: 0;
  }
}
#price_item .line_item dd .line_flex .line_btn img {
  max-width: 232px;
}
#price_item .line_item dd .line_flex .line_img {
  width: 180px;
}
@media screen and (max-width: 820px) {
  #price_item .line_item dd .line_flex .line_img {
    display: none;
  }
}
#calendar_item {
  background: #3884FD;
}
@media screen and (max-width: 820px) {
  #calendar_item iframe {
    height: 685px !important;
  }
}
#calendar_item .inner {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 820px) {
  #calendar_item .inner {
    padding-top: 100px;
  }
}
#calendar_item .calendar_ttl {
  font-weight: 500;
  font-size: 28px;
  line-height: 180%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 95px;
  z-index: 50;
}
@media screen and (max-width: 820px) {
  #calendar_item .calendar_ttl {
    font-size: 18px;
    margin-bottom: 75px;
  }
}
#calendar_item .calendar_ttl span {
  position: relative;
  padding-left: 60px;
  display: block;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 820px) {
  #calendar_item .calendar_ttl span {
    padding-left: 30px;
    width: 100%;
  }
}
#calendar_item .calendar_ttl span::after {
  content: '';
  display: block;
  width: 31px;
  height: 103px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  top: 85px;
  background: url(../img/calendaer_icon.png) center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 820px) {
  #calendar_item .calendar_ttl span::after {
    width: 23px;
    height: 77px;
    top: 65px;
  }
}
#calendar_item .calendar_list {
  position: relative;
}
#calendar_item .calendar_list::after {
  content: "Let’s Talk";
  position: absolute;
  font-family: "Lexend";
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  opacity: 0.1;
  font-size: 20.5vw;
  white-space: pre;
  top: -16.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #calendar_item .calendar_list::after {
    content: "Let’s Talk";
    font-size: 38vw;
    white-space: break-spaces;
    line-height: 90%;
    top: -59vw;
    text-align: center;
    text-indent: 40px;
  }
}
#calendar_item .inner {
  max-width: 980px;
}
#calendar_item .meetings-iframe-container {
  z-index: 999;
  display: flex;
}
#calendar_item .meetings-iframe-container iframe {
  z-index: 999;
  display: flex;
}
#faq_item {
  background: #ffffff;
}
#faq_item .inner {
  padding-bottom: 110px;
}
@media screen and (max-width: 820px) {
  #faq_item .inner {
    padding-bottom: 90px;
  }
}
#faq_item .faq_box p:last-child {
  margin-bottom: 0;
}
#faq_item .faq_box .faq .faq-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #faq_item .faq_box .faq .faq-list {
    margin-bottom: 20px;
  }
}
#faq_item .faq_box .faq_bg {
  background: #F9F4F0;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #faq_item .faq_box .faq_bg {
    margin-bottom: 10px;
  }
}
#faq_item .faq_box .faq .faq-list label {
  position: relative;
  display: flex;
  margin-top: 0;
  cursor: pointer;
  padding: 30px;
}
@media screen and (max-width: 820px) {
  #faq_item .faq_box .faq .faq-list label {
    padding: 20px;
  }
}
#faq_item .faq_box .faq .faq-list label:hover .faq-q {
  color: #003A9B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#faq_item .faq_box .faq .faq-list label:hover .q-icon {
  color: #003A9B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#faq_item .faq_box .faq .faq-list label:first-of-type {
  margin-top: 0;
}
#faq_item .faq_box .faq .faq-list label .faq-q {
  width: 100%;
  padding: 0px 60px 0 20px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #3884FD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #faq_item .faq_box .faq .faq-list label .faq-q {
    font-size: 20px;
    padding: 0px 40px 0 10px;
  }
}
@media screen and (max-width: 820px) {
  #faq_item .faq_box .faq .faq-list label .faq-q {
    font-size: 15px;
    padding: 0 30px 0px 10px;
  }
}
#faq_item .faq_box .faq .faq-list label .q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  font-family: 'Lexend';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #3884FD;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #faq_item .faq_box .faq .faq-list label .q-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  #faq_item .faq_box .faq .faq-list label .q-icon {
    font-size: 18px;
    height: 26px;
  }
}
#faq_item .faq_box .faq .faq-list label:after {
  content: '';
  display: block;
  background: url(../img/add.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #faq_item .faq_box .faq .faq-list label:after {
    width: 16px;
    height: 16px;
    top: 36px;
    right: 20px;
  }
}
#faq_item .faq_box .faq .faq-list input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  background: url(../img/remove.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #faq_item .faq_box .faq .faq-list input[type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    top: 36px;
    right: 20px;
  }
}
#faq_item .faq_box .faq .faq-list input[type="checkbox"].on-off {
  display: none;
}
#faq_item .faq_box .faq .faq-list .acc-inner {
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
#faq_item .faq_box .faq .faq-list .acc-inner .a-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  font-family: 'Lexend';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  border-radius: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  #faq_item .faq_box .faq .faq-list .acc-inner .a-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  #faq_item .faq_box .faq .faq-list .acc-inner .a-icon {
    font-size: 18px;
    margin-left: 20px;
    height: 26px;
  }
}
#faq_item .faq_box .faq .faq-list .acc-inner .acc_box {
  width: 100%;
  text-align: left;
  padding: 0px 40px 30px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  color: #182227;
  letter-spacing: 0.02em;
}
#faq_item .faq_box .faq .faq-list .acc-inner .acc_box a {
  color: #003A9B;
}
@media screen and (max-width: 1024px) {
  #faq_item .faq_box .faq .faq-list .acc-inner .acc_box {
    padding: 0 20px 20px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  #faq_item .faq_box .faq .faq-list .acc-inner .acc_box {
    font-size: 13px;
    padding: 0 20px 20px 10px;
  }
}
#faq_item .faq_box .faq .faq-list label + .acc-inner {
  position: relative;
  /*height: 0;*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: max-height 0.5s;
}
#faq_item .faq_box .faq .faq-list input[type="checkbox"].on-off:checked + label + .acc-inner {
  max-height: 500px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: max-height 0.5s;
}
#faq_item .faq_box .faq .faq-list input[type="checkbox"].on-off:checked + label .acc-inner {
  /*position: relative;*/
  overflow: initial;
  transition: none;
}
#faq_item .faq_box .faq .faq-list:last-of-type {
  margin-bottom: 0;
}
#about_item {
  background: #F9F4F0;
}
#about_item .inner {
  padding-top: 170px;
}
@media screen and (max-width: 820px) {
  #about_item .inner {
    padding: 70px 0 90px 0;
  }
}
#about_item dl {
  display: flex;
  margin: 0;
  column-gap: 80px;
}
@media screen and (max-width: 820px) {
  #about_item dl {
    display: block;
  }
}
#about_item dl dt {
  width: calc(62% - 80px);
}
@media screen and (max-width: 820px) {
  #about_item dl dt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#about_item dl dd {
  width: 38%;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 820px) {
  #about_item dl dd {
    width: 100%;
    margin-inline-start: 0;
    font-size: 12px;
  }
}
#about_item dl dd .photo {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #about_item dl dd .photo {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  #about_item dl dd .photo img {
    margin: auto;
    max-width: 293px;
  }
}
#about_item dl dd p {
  text-align: center;
}
#about_item dl dd .name {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  #about_item dl dd .name {
    margin-top: 10px;
  }
}
#about_item dl dd .name img {
  max-width: 166px;
}
#about_item .about_ttl {
  font-weight: 500;
  font-size: 36px;
  color: #3884FD;
  line-height: 140%;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #about_item .about_ttl {
    text-align: center;
    font-size: 24px;
  }
}
#about_item .about_ttl::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 48px;
  top: -10px;
  left: -90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/about_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 820px) {
  #about_item .about_ttl::after {
    top: -60px;
    left: calc(50% - 33px);
  }
}
#about_item .about_txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 820px) {
  #about_item .about_txt {
    font-size: 15px;
  }
}
#about_item .about_txt span {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  #about_item .about_txt span {
    font-size: 12px;
    margin-top: 15px;
    display: block;
  }
}
#about_item .about_txt span.org {
  display: block;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #about_item .about_txt span.org {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
#footer {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#footer a {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 820px) {
  #footer {
    font-size: 10px;
  }
}
#footer .inner {
  padding: 40px 60px;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  #footer .inner {
    padding: 30px;
  }
}
#footer dl {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 820px) {
  #footer dl {
    display: block;
  }
}
#footer dl dt {
  width: calc(100% - 200px);
}
@media screen and (max-width: 820px) {
  #footer dl dt {
    width: 100%;
  }
}
#footer dl dt ul {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 820px) {
  #footer dl dt ul {
    width: fit-content;
    margin: auto;
  }
}
#footer dl dt ul li {
  width: fit-content;
}
#footer dl dd {
  width: 200px;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
  color: #666666;
}
@media screen and (max-width: 820px) {
  #footer dl dd {
    width: 100%;
    text-align: center;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  #footer dl dd p {
    font-size: 11px;
    margin: auto;
  }
}
/*# sourceMappingURL=common.css.map */