@charset "UTF-8";


img {
  width: 100%;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}

/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/
#top_wrap {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

#top_wrap .top_inner {
  text-align: center;
}

#top_wrap .top_inner h1 {
  font-size: 22px;
  color: #005595;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

#top_wrap .top_inner .top_text {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 24px;
}

/*--------------------------------------------------
**************************************************
目的で選ぶ
**************************************************
--------------------------------------------------*/
.category {
  position: relative;
  background: #f1f4f5;
  background-image: repeating-linear-gradient(-45deg, #f8fafa, #f8fafa 7px,
      transparent 0, transparent 14px);
  padding: 30px 0px;
  margin: 50px auto;
}

.category h2 {
  position: absolute;
  width: 160px;
  top: 0;
  left: 0;
  right: 0;
  color: #005595;
  font-size: 16px;
  letter-spacing: 0.2em;
  background: #fff;
  text-align: center;
  border-radius: 0 0 30px 30px;
  padding: 5px 0px 10px 0px;
  margin: 0 auto;
}

.category_wrap {
  margin-top: 30px;
}

.category_wrap ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.category_wrap ul li {
  position: relative;
  width: 150px;
  height: 65px;
  margin: 10px 5px;
}

.category_wrap ul li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 15px;
  font-size: 12px;
  color: #005595;
  background: #ffffff;
  border: 1px solid #005595;
  border-radius: 10px;
  transition: 0.3s;
}

.category_wrap ul li a:hover {
  opacity: 0.8;
}

.category_wrap ul li a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  bottom: -12px;
  background: #005595;
  border-radius: 50%;
  margin: 0 auto;
}

.category_wrap ul li a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  bottom: -2px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
}

/*--------------------------------------------------
**************************************************
資料一覧
**************************************************
--------------------------------------------------*/
#data_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#beginners,
#detailed,
#select,
#interview,
#summary {
  padding-top: 200px;
  margin-top: -150px;
}
#select .bth_wrap {
  pointer-events: none;
}
#data_wrap .content_wrap {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 auto 50px auto;
}

#data_wrap .content_wrap::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 30px;
  top: -80px;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto;
  z-index: 1;
}

#data_wrap .menu_bth {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -80px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #bbd7ec;
  border-radius: 50%;
  margin: auto;
}

#data_wrap .menu_bth .img_wrap {
  position: relative;
  display: block;
  width: 25px;
  margin: 10px auto 0px auto;
  z-index: 2;
}

#data_wrap .menu_bth .text {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #005595;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#data_wrap #beginners .menu_bth .text {
  display: inline-block;
  height: auto;
}

#data_wrap .content_main {
  width: 100%;
  height: 100%;
  background: #ebf6ff;
  border-radius: 50px;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content_main .cont_title {
  font-size: 3vw;
  color: #005595;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 4vw;
}

.content_main .cont_img {
  max-width: 400px;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 10px;
  box-shadow: 6px 6px 10px -3px rgb(10 66 109 / 40%);
  box-sizing: border-box;
  margin: 20px auto;
}

#data_wrap #summary .content_wrap .content_main .cont_img {
  width: 180px;
  height: auto;
  padding: 0;
  background: none;
  box-shadow: none;
}

#data_wrap #interview .content_wrap .content_main {
  background: none;
  border-radius: 0;
  padding: 0 0 30px 0;
}

#data_wrap #summary .content_wrap .content_main {
  background: none;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 50px;
}

.interview_wrap,
.summary_wrap {
  width: 100%;
  height: 100%;
  background: #ebf6ff;
  border-radius: 50px;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}


@media (max-width: 400px) {
  #data_wrap .menu_bth {}
}

/*--------------------------------------------------
**************************************************
ポップアップ
**************************************************
--------------------------------------------------*/
#popup {
  position: fixed;
  display: block;
  width: calc(100% - 20px);
  height: calc(100vh - 130px);
  max-height: 700px;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 10000;
}

#popup .pop_content {
  position: absolute;
  background: #fff;
  border: 3px solid #005595;
  border-radius: 50px;
  padding: 30px 20px 50px 20px;
  transition: opacity 1s;
  opacity: 0;
}

#popup .pop_content.is-open {
  pointer-events: auto;
  opacity: 1;
}

.popup_wrap {
  height: 100%;
}

#popup button.close-button {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

#popup button.close-button::before,
#popup button.close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #333;
}

#popup button.close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#popup button.close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#popup .popup_wrap .popup_cont {
  display: flex;
  width: 100%;
  height: calc(100% - 160px);
  justify-content: center;
  flex-direction: column;
  margin: 10px 0 0 0;
  overflow: hidden;
}

#popup .popup_wrap .popup_cont .popimg {
  width: 50%;
  margin: 0 auto;
}

#popup .popup_wrap .popup_cont .text_wrap {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#popup .popup_wrap .popup_cont .text_wrap::-webkit-scrollbar {
  display: none;
}

#popup .popup_wrap h3 {
  height: 72px;
  font-size: 18px;
  color: #005595;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
}

#popup .popup_wrap .popup_cont .text_wrap .text_cont {
  display: flex;
  min-height: 100%;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0px 20px 0px;
}
.popup_wrap .popup_cont .text_wrap .text_cont .blue {
  color: #005595;
  font-weight: 500;
}

/*--------------------------------------------------
**************************************************
ポップアップ（動画）
**************************************************
--------------------------------------------------*/
#pop_movie_wrap{
}
#pop_movie_wrap .movie_wrap{
  position: fixed;
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  background: rgba(0,0,0,0.85);
  z-index: 10000000;
  opacity: 0;
  transition: opacity 1s;
}
#pop_movie_wrap .movie_wrap.is-open{
  opacity: 1;
  pointer-events: auto;
}
#pop_movie_wrap .cont_inner{
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  width: calc(100% - 40px);
  height: fit-content;
  margin: auto;
}
#pop_movie_wrap .cont_inner.show{
  display: block;
}

#pop_movie_wrap .cont_inner .cont{
  position: relative;
}
#pop_movie_wrap button.close-button {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -50px;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

#pop_movie_wrap button.close-button::before,
#pop_movie_wrap button.close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #fff;
}

#pop_movie_wrap button.close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#pop_movie_wrap button.close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/*--------------------------------------------------
**************************************************
ご利用のご案内
**************************************************
--------------------------------------------------*/
.document {
  background: #f5f5f5;
  padding: 30px 0;
}

.document .title_wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.document .title_wrap::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 30px;
  top: -30px;
  left: 0;
  right: 0;
  background: #ffffff;
  margin: 0 auto;
}

.document .title_wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0px;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 80px 120px 0 120px;
  border-color: #ffffff transparent transparent transparent;
  margin: 0 auto;
}

.document .title_wrap .subtitle {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #005595;
  font-weight: 600;
  z-index: 1;
}

.document .title_wrap h2 {
  position: relative;
  font-size: 22px;
  color: #005595;
  letter-spacing: 0.2em;
  z-index: 1;
}

.document .document_wrap {
  margin: 50px auto;
}

.document_wrap p {
  font-size: 16px;
  color: #005595;
  text-align: center;
  margin-bottom: 30px;
}

.document .document_cont {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0;
}

.document .document_cont li.content {
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px 15px;
}

.document .document_cont li.content span.document_title {
  display: block;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #10609c;
  font-weight: 600;
  margin: 20px auto 20px auto;
}

.document .document_cont li:last-child.content span.document_title {
  color: #cb0000;
}

.document .document_cont li.content .document_inner {
  display: flex;
  align-items: center;
}

.document .document_cont li.content .document_inner .document_img {
  width: 21vw;
}

.document .document_cont li.content .document_inner .document_text {
  width: calc(100% - 21vw);
  margin-left: 15px;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.document .document_cont li.content .document_inner .document_text .word_wrap {
  word-break: break-all;
}

.document .document_cont li.content .document_inner .document_text ul.text_03 {
  list-style: none;
  padding: 0;
}

.document .document_cont li.content .document_inner .document_text ul.text_03 li {
  position: relative;
  padding-left: 20px;
}

.document .document_cont li.content .document_inner .document_text ul.text_03 li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.document .document_heed {
  width: calc(100% - 60px);
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 20px auto;
}

.document .contact_wrap {
  width: calc(100% - 40px);
  height: auto;
  background: #fff;
  border: 2px solid #10609c;
  border-radius: 45px;
  padding: 20px;
  box-sizing: border-box;
  margin: 50px auto;
}

.document .contact_wrap p {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.document .contact_wrap ul {
  width: 100%;
  margin: 0 auto;
}

.document .contact_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.document .contact_wrap ul li:last-child {
  margin-bottom: unset;
}

.document .contact_wrap ul li .icon {
  width: 80px;
  text-align: center;
}

.document .contact_wrap ul li .icon svg {
  width: 40px;
  fill: #355a9f;
}

.document .contact_wrap ul li:last-child .icon svg {
  width: 50px;
}

.document .contact_wrap ul li .text {
  width: 280px;
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 25px;
}

.document .contact_wrap ul li .text .tel {
  display: block;
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.document .contact_wrap ul li .text span.time {
  font-size: 2.3vw;
  letter-spacing: 0.1em;
}

@media (max-width: 620px) {
  .document .contact_wrap ul li {
    flex-direction: column;
  }

  .document .contact_wrap ul li .text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/*--------------------------------------------------
**************************************************
バナー
**************************************************
--------------------------------------------------*/
.banner {
  width: 100%;
  background: #ffffff;
  padding: 50px 0;
}

.banner ul {
  display: flex;
  width: calc(100% - 40px);
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.banner ul li {
  width: 100%;
  margin: 20px;
}