@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: 100px;
}

#top_wrap .top_inner {
  text-align: center;
}

#top_wrap .top_inner h1 {
  font-size: 40px;
  color: #005595;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

#top_wrap .top_inner .top_text {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 40px;
}

/*--------------------------------------------------
**************************************************
目的で選ぶ
**************************************************
--------------------------------------------------*/
.category {
  position: relative;
  background: #f1f4f5;
  background-image: repeating-linear-gradient(-45deg, #f8fafa, #f8fafa 7px,
      transparent 0, transparent 14px);
  padding: 50px;
  margin: 80px auto;
}

.category h2 {
  position: absolute;
  width: 250px;
  top: 0;
  left: 0;
  right: 0;
  color: #005595;
  font-size: 25px;
  letter-spacing: 0.2em;
  background: #fff;
  text-align: center;
  border-radius: 0 0 50px 50px;
  padding: 10px 0px 20px 0px;
  margin: 0 auto;
}

.category_wrap {
  margin-top: 50px;
}

.category_wrap ul {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.category_wrap ul li {
  position: relative;
  width: 300px;
  height: 100px;
  margin: 20px;
}

.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.3em;
  font-size: 20px;
  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: 30px;
  height: 30px;
  left: 0;
  right: 0;
  bottom: -15px;
  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);
}

/*--------------------------------------------------
**************************************************
資料一覧
**************************************************
--------------------------------------------------*/
#beginners,
  #detailed,
  #select,
  #interview,
  #summary {
    padding-top: 100px;
    margin-top: -100px;
  }

#data_wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#data_wrap .content_wrap {
  position: relative;
  width: 700px;
  height: 550px;
  margin: 0 auto 50px auto;
}

#data_wrap .menu_bth {
  margin: auto;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: -90px;
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
}

#data_wrap .menu_bth .img_wrap {
  position: relative;
  display: block;
  width: 40px;
  margin: 10px auto;
  z-index: 2;
}

#data_wrap .menu_bth .text {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.2em;
  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: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content_main .cont_title {
  position: relative;
  font-size: 22px;
  color: #005595;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 28px;
}
#interview .content_main .cont_title{
  display: inline-block;

}
#interview .content_main .cont_title::before {
  position: absolute;
  content: "";
  width: 80px;
  top: 0;
  left: -50px;
  bottom: 0;
  background: url(../imgs/top/video.svg) no-repeat;
}
.content_main .cont_img {
  width: 400px;
  height: 290px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 6px 6px 10px -3px rgb(10 66 109 / 40%);
  box-sizing: border-box;
  margin: 20px auto;
}
#data_wrap #interview .content_wrap,
#data_wrap #summary .content_wrap {
  width: 1000px;
  height: auto;
}

#data_wrap #interview .content_wrap .interview_wrap {
  display: flex;
  background: #ebf6ff;
  border-radius: 50px;
  flex-wrap: wrap;
  padding: 50px;
}

#data_wrap #summary .content_wrap .summary_wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #ebf6ff;
  border-radius: 50px;
  padding: 50px;
}

#data_wrap #interview .content_wrap .content_main {
  text-align: center;
  background: none;
  border-radius: 0;
  padding: 0;
}
#data_wrap #interview .content_wrap .content_main:first-child{
  margin-bottom: 50px;
}
#data_wrap #summary .content_wrap .content_main {
  width: calc(100% / 3);
  background: none;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 50px;
}

#data_wrap #summary .content_wrap .content_main .cont_img {
  width: 220px;
  height: auto;
  background: none;
  box-shadow: none;
}

#data_wrap #summary .content_wrap .content_main .cont_title {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#select .bth_wrap{
  pointer-events: none;
}
@media (max-width: 1200px) {

  #data_wrap #interview .content_wrap, #data_wrap #summary .content_wrap {
    width: 700px;
    height: auto;
  }
  #data_wrap #summary .content_wrap .content_main {
    width: calc(100% / 2);
  }
  #data_wrap .content_wrap {
    margin: 150px auto 50px auto;
  }
  #data_wrap .content_wrap::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 60px;
    top: -130px;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
}
  #data_wrap .menu_bth {
    top: -120px;
    left: 0;
    right: 0;
    bottom: unset;
    border: 1px solid #bbd7ec;
    border-radius: 50%;
  }
  #data_wrap .menu_bth .img_wrap{
    padding-top: 15px;
    box-sizing: border-box;
  }
  #data_wrap #beginners .menu_bth .text{
    padding-top: 0;
  }
  #data_wrap .menu_bth .text{
    font-size: 16px;
    padding-top: 10px;
    padding-left: 5px;
    letter-spacing: 0.15em;
  }
}

/*--------------------------------------------------
**************************************************
ポップアップ
**************************************************
--------------------------------------------------*/
#popup {
  position: fixed;
  display: block;
  max-width: 1000px;
  width: calc(100% - 40px);
  height: calc(100vh - 130px);
  max-height: 700px;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  z-index: 100000;
}

#popup .pop_content {
  position: absolute;
  background: #fff;
  border: 3px solid #005595;
  border-radius: 77px;
  padding: 40px 50px 80px 50px;
  opacity: 0;
  transition: opacity 1s;
}

#popup .pop_content.is-open {
  pointer-events: auto;
  opacity: 1;
}

.pop_content {
  width: 100%;
  height: 100%;
}

.popup_wrap {
  height: 100%;
}

#popup button.close-button {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 50px;
  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;
  margin: 30px 0 0 0;
  overflow: hidden;
}

#popup .popup_wrap .popup_cont .popimg {
  width: 50%;
  margin: auto 20px auto 0;
}
#popup .pop_content.summary_01 .popup_wrap .popup_cont .popimg,
#popup .pop_content.summary_02 .popup_wrap .popup_cont .popimg,
#popup .pop_content.summary_03 .popup_wrap .popup_cont .popimg,
#popup .pop_content.summary_04 .popup_wrap .popup_cont .popimg,
#popup .pop_content.summary_05 .popup_wrap .popup_cont .popimg{
  width: 35%;
}
#popup .popup_wrap .popup_cont .text_wrap {
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
}

#popup .popup_wrap .popup_cont .text_wrap::-webkit-scrollbar {
  width: 7px;
}

#popup .popup_wrap .popup_cont .text_wrap::-webkit-scrollbar-track {
  background: #f1f1f1;  
  border-radius: 5px;
}

#popup .popup_wrap .popup_cont .text_wrap::-webkit-scrollbar-thumb {
  background:  #7ba2c0;
  border-radius: 5px;
}

#popup .popup_wrap h3 {
  height: 72px;
  font-size: 25px;
  color: #005595;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 36px;
  text-align: center;
}

#popup .popup_wrap .popup_cont .text_wrap .text_cont {
  display: flex;
  min-height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 35px;
  padding: 0px 30px 30px 30px;
}
#popup .popup_wrap .popup_cont .text_wrap .text_cont .blue {
  color: #005595;
  font-weight: 500;
}
@media (max-height: 900px) {
  #popup .popup_wrap .popup_cont {}
}

/*--------------------------------------------------
**************************************************
ポップアップ（動画）
**************************************************
--------------------------------------------------*/
#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: 80px 0;
}

.document .title_wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.document .title_wrap::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 60px;
  top: -80px;
  left: 0;
  right: 0;
  background: #ffffff;
  margin: 0 auto;
}

.document .title_wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -20px;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 170px 300px 0 300px;
  border-color: #ffffff transparent transparent transparent;
  margin: 0 auto;
}

.document .title_wrap .subtitle {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #005595;
  font-weight: 600;
  z-index: 1;
}

.document .title_wrap h2 {
  position: relative;
  font-size: 30px;
  color: #005595;
  letter-spacing: 0.2em;
  z-index: 1;
}

.document .document_wrap {
  max-width: 1200px;
  margin: 100px auto;
}

.document_wrap p {
  font-size: 22px;
  color: #005595;
  text-align: center;
  margin-bottom: 30px;
}

.document .document_cont {
  position: relative;
  display: flex;
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.document .document_cont li.content {
  width: calc(50% - 16px);
  background: #fff;
  border-radius: 10px;
  margin: 0 32px 32px 0;
  padding: 30px 30px;
}

.document .document_cont li.content:nth-child(2n) {
  margin-right: 0px;
}

.document .document_cont li.content span.document_title {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #10609c;
  font-weight: 600;
  margin: 0px 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: 100px;
}

.document .document_cont li.content .document_inner .document_text {
  width: calc(100% - 150px);
  margin-left: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  word-break: break-word;
}

.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 {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px auto;
}

.document .contact_wrap {
  width: 700px;
  height: 350px;
  background: #fff;
  border: 2px solid #10609c;
  border-radius: 45px;
  padding: 50px;
  box-sizing: border-box;
  margin: 80px auto;
}

.document .contact_wrap p {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}

.document .contact_wrap ul {
  width: 500px;
  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: 100px;
}

.document .contact_wrap ul li .icon svg {
  width: 50px;
  fill: #355a9f;
}

.document .contact_wrap ul li:last-child .icon svg {
  width: 60px;
}

.document .contact_wrap ul li .text {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 25px;
}

.document .contact_wrap ul li .text .tel {
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.document .contact_wrap ul li .text span.time {
  font-size: 16px;
  letter-spacing: 0.26em;
}

/*--------------------------------------------------
**************************************************
バナー
**************************************************
--------------------------------------------------*/
.banner {
  width: 100%;
  background: #ffffff;
  padding: 50px 0;
}

.banner ul {
  display: flex;
  max-width: 1200px;
  width: calc(100% - 40px);
  align-items: center;
  justify-content: center;
}

.banner ul li {
  margin: 0 20px;
}



