@charset "UTF-8";
/*　base　*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
body {
  color: #333;
  box-sizing: border-box;
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "CI", "メイリオ", "lroSVbN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  line-height: 1.8;
  background-color: #FFEFE6;
}

img {
  vertical-align: top;
  border: 0;
  transition: All 0.3s ease;
  backface-visibility: hidden;
}

a {
  transition: All 0.3s ease;
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a, button {
  transition-timing-function: ease;
  transition-duration: 0.7s;
  transition-property: color, background-color, opacity;
}

p {
  letter-spacing: 1px;
  text-align: justify;
}

.cOrange {
  color: #F08000;
}

.mt_24 {
  margin-top: 24px !important;
}

.mt_48 {
  margin-top: 48px !important;
}

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

.fs_s {
  font-size: 12px;
}

/*　レスポンシブ切り替え　*/
.only_pc {
  display: none;
}

.only_sp {
  display: block;
}

/*　ボタン　*/
.btn_wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
}

.btn {
  position: relative;
  background-color: #FFF;
  font-size: clamp(15px, 3vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
  max-height: 80px;
  color: #F08000;
  display: inline-block;
  margin: 0 auto 15px;
  padding: 30px 0;
  letter-spacing: 0.05em;
  border: 1px solid #F08000;
  border-radius: 50px;
  text-decoration: none;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
}
.btn:hover {
  color: #FFF;
}
.btn:hover::before {
  transform: translateX(0%);
}
.btn:hover::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/icon_arrow2.png);
  background-size: contain;
  vertical-align: middle;
}
.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
  background: #F08000;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/icon_arrow.png);
  background-size: contain;
  vertical-align: middle;
}
.btn span {
  position: relative;
}

/*　メインビジュアル　*/
#mainvisual {
  background-color: #FFEFE6;
  background-image: url(../images/bg_main1.png), url(../images/bg_main2.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 50%;
  background-position: top right, bottom left;
  padding: 40px 32px 64px;
}

.mainvisual_contWrapper {
  max-width: 1180px;
  margin: 64px auto 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.mainvisual_contWrapper h1 {
  max-width: 504px;
}
.mainvisual_contWrapper h1 img {
  width: 100%;
}
.mainvisual_contWrapper h2 {
  margin-top: 24px;
  font-size: clamp(20px, 3vw, 25px);
  font-weight: 400;
  color: #EF8878;
  max-width: 510px;
}
.mainvisual_contWrapper p {
  margin-top: 8px;
  max-width: 400px;
  font-size: clamp(12px, 3vw, 14px);
}

.mainvisual_img {
  max-width: 640px;
}
.mainvisual_img img {
  width: 100%;
}

/*　イントロダクション　*/
#introduction {
  padding: 40px 24px;
  background-color: #FFFCEE;
  border-top-right-radius: 50px;
  position: relative;
}

.introduction_bgImg {
  position: absolute;
}

.bgImg_left {
  max-width: 120px;
  bottom: -70px;
  left: 0;
}
.bgImg_left img {
  width: 100%;
}

.bgImg_right {
  max-width: 100px;
  top: 0;
  right: 0;
}
.bgImg_right img {
  width: 100%;
}

.introduction_cont {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  z-index: 1;
}
.introduction_cont h3 {
  font-size: clamp(19px, 3vw, 24px);
  text-align: center;
  margin-top: 32px;
}
.introduction_cont p {
  font-size: clamp(15px, 3vw, 18px);
  text-align: center;
  margin-top: 24px;
}

.introduction_kensa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.introduction_kensaImg {
  margin: 0 auto;
  width: 42%;
}
.introduction_kensaImg img {
  width: 100%;
}

/*　nipt　*/
#nipt {
  margin: 16px;
  background-color: #FFF;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: url(../images/Ellipse.png);
  background-repeat: repeat-y;
  background-position: 8px;
  background-size: 16px;
}

.nipt_contWrapper {
  padding: 32px 16px 32px 40px;
}

.nipt_cont {
  max-width: 960px;
  margin: 0 auto;
  border-bottom: 1px dotted #F08000;
  padding: 48px 0;
}
.nipt_cont:last-child {
  border-bottom: none;
}
.nipt_cont h2 {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.nipt_cont h2::before {
  background-color: #F08000;
  border-radius: 5px;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.nipt_cont h3 {
  font-size: clamp(18px, 3vw, 20px);
  color: #EF8878;
  margin-top: 40px;
}
.nipt_cont p {
  margin-top: 24px;
  font-size: 15px;
}

.nipt_mainTxt {
  padding-top: 24px;
}

.nipt_point {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nipt_pointCont {
  max-width: 442px;
}

.nipt_about_img {
  max-width: 372px;
  margin: 0 auto;
}
.nipt_about_img img {
  width: 100%;
}

#about h2 {
  max-width: 334px;
}
#about h2 img {
  width: 100%;
}

#feature h2 {
  max-width: 204px;
}
#feature h2 img {
  width: 100%;
}

#results h2 {
  max-width: 200px;
}
#results h2 img {
  width: 100%;
}

#caution h2 {
  max-width: 240px;
}
#caution h2 img {
  width: 100%;
}

/*　地図　*/
#map {
  margin: 48px auto;
  background-color: #FFF;
  border-radius: 30px;
  max-width: 960px;
  padding-bottom: 16px;
}

.map_intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 32px 32px 0;
}

.map_intro_img {
  max-width: 368px;
}
.map_intro_img img {
  width: 100%;
}

.map_intro_ttl {
  background-color: #F08000;
  border-radius: 80px 30px 30px 80px;
  padding: 32px 24px 32px 56px;
}
.map_intro_ttl h2 {
  font-size: clamp(24px, 3vw, 28px);
  font-weight: 500;
  color: #FFF;
}
.map_intro_ttl p {
  font-size: 15px;
  color: #FFF;
  margin-top: 16px;
}

.map_search {
  padding: 32px 32px 0;
}
.map_search h2 {
  background-color: #EF8878;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
}
.map_search h3 {
  font-size: clamp(18px, 3vw, 24px);
  padding: 32px 16px 0;
}
.map_search p {
  padding: 16px;
  color: #EF8878;
}

/*　フッター　*/
footer {
  margin-bottom: 50px;
  padding: 0 16px;
}
footer p {
  text-align: center;
}

/*===========================================================*/
/* レスポンシブmin768px
/*===========================================================*/
@media screen and (min-width: 768px) {
  /*　イントロダクション　*/
  #introduction {
    padding: 64px 24px;
  }
  .introduction_kensaImg {
    margin: 0 auto;
    width: 23%;
  }
  .introduction_kensaImg img {
    width: 100%;
  }
  /*　NIPT　*/
  .nipt_point {
    flex-direction: row;
    gap: 64px;
    align-items: baseline;
  }
  .nipt_point h3 {
    height: 60px;
    align-items: center;
  }
  /*　地図　*/
  #map {
    margin: 80px auto;
    padding-bottom: 0;
  }
  .map_intro {
    flex-direction: row;
  }
  .map_intro_ttl {
    max-width: 520px;
    padding: 32px 32px 32px 64px;
  }
  .jmap_wrap {
    margin-top: -50px !important;
  }
}
/*===========================================================*/
/* レスポンシブmin1080px
/*===========================================================*/
@media screen and (min-width: 1080px) {
  /*　レスポンシブ切り替え　*/
  .only_pc {
    display: block;
  }
  .only_sp {
    display: none;
  }
  /*　メインビジュアル　*/
  .mainvisual_contWrapper {
    flex-direction: row;
  }
  .mainvisual_contWrapper .btn_wrapper {
    margin: 0;
  }
  /*　イントロダクション　*/
  .bgImg_left {
    max-width: 200px;
    bottom: -80px;
    left: 0;
  }
  .bgImg_right {
    max-width: 150px;
    top: 0;
    right: 0;
  }
  /*　地図　*/
  .jmap_wrap {
    margin-top: -200px !important;
  }
}
/*===========================================================*/
/* レスポンシブmin1280px
/*===========================================================*/
@media screen and (min-width: 1280px) {
  /*　NIPT　*/
  #nipt {
    margin: 32px;
    background-position: 32px;
    background-size: 24px;
  }
}
/*　MAP（先方cssママ）　*/
#map a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.jarea_list_sp {
  display: none;
}

.jmap_wrap {
  width: auto;
  height: 760px;
  margin: 20px auto;
  border-radius: 8px;
  position: relative;
}

.jmap_container {
  width: 574px;
  height: 632px;
  position: absolute;
  top: 70px;
  right: 82px;
}

.jmap_container a {
  transition: opacity 0.1s ease;
}

.jmap_container a:hover {
  opacity: 0.6 !important;
  text-decoration: none !important;
}

.jmap_btn {
  position: absolute;
}

.jmap_title {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.jmap_certification {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 405px;
  background: #fff;
  border: solid 1px #D3E9F4;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.4;
}

.jmap_certification h4 {
  color: #6E0E3A;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/certification_title_dot.png) repeat-x 0 100%;
  padding-left: 42px;
  padding-bottom: 1em;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.jmap_certification h4:before {
  content: "";
  width: 34px;
  height: 39px;
  background: url(../images/map_ic_certification.png) no-repeat 0 0;
  position: absolute;
  left: 20px;
}

.jmap_certification p {
  color: #383838;
  font-size: 14px;
  padding: 0.5em 0 0;
}

.map-main {
  display: flex;
  width: 950px;
  height: 700px;
  margin: 0 auto;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

.jmap_sp {
  display: none;
}

#side_bar {
  width: 299px;
  height: 698px;
  overflow: auto;
  margin: 0px 3px;
  box-sizing: border-box;
  background: #FFF5F5;
}

#map_canvas {
  width: 699px;
  height: 698px;
}

.balloonInner {
  width: 300px;
}

.balloonInner a img {
  width: 70px;
  height: auto;
  float: left;
  border: solid 1px #ddd;
}

.balloonInner a {
  text-decoration: none;
  color: #000;
}

.balloonInner a span {
  display: block;
  margin-left: 90px;
  font-size: 12px;
}

.balloonInner a span span {
  font-size: 16px;
  display: block;
  margin-left: 0;
  padding: 0 0 0.3em;
}

.balloonInner p.btn {
  clear: both;
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.balloonInner p.btn a {
  width: 80%;
  background: #ffdbe8;
  color: #e74e84;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.3em 0 0.2em;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  border-top: solid 2px #ffdbe8;
  border-bottom: solid 2px #f59fbd;
}

.balloonInner p.btn a:before {
  content: "▶";
  margin-right: 0.4em;
}

.balloonInner p.btn a:hover {
  background: #e74e84;
  color: #fff;
  border-top: solid 2px #f59fbd;
  border-bottom: solid 2px #e74e84;
}

.sidebarList_item {
  padding: 5px;
  border-bottom: solid 1px #ddd;
  box-shadow: 0 1px 0 #fff;
  background: #FFF5F5;
}

.sidebarList_item:after {
  content: "";
  display: block;
  clear: both;
}

.sidebarList_item a {
  font-size: 16px;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #6E0E3A;
  font-weight: bold;
  line-height: 1.2;
}

.sidebarList_item a span {
  font-size: 11px;
  display: block;
  padding: 0.4em 0 0;
  margin-left: 66px;
  color: #000;
  font-weight: normal;
}

.sidebarList_thumb {
  width: 58px;
  height: auto;
  float: left;
  margin-right: 6px;
  border: solid 1px #ddd;
}

.tabs {
  width: 1000px;
  margin: 20px auto;
  display: flex;
  border-radius: 8px;
  border: solid 1px #ccc;
  overflow: hidden;
}

.tab_item,
.tabs input {
  display: none;
}

.show-pc {
  display: block !important;
}

.show-sp {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .jmap_wrap {
    width: auto;
    height: auto;
    margin: 0 1% !important;
    padding-bottom: 32px;
    border-radius: 8px;
    position: relative;
  }
  .jmap_container {
    height: 632px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin: 0 auto;
  }
  .jmap_btn {
    position: absolute;
  }
  .jmap_title {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    text-align: center;
    margin: 20px 0;
  }
  .jmap_certification {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: auto;
    margin: 20px;
    padding: 20px 20px 10px;
    line-height: 1.4;
  }
  .jmap_certification h4 {
    color: #6E0E3A;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/certification_title_dot.png) repeat-x 0 100%;
    padding-left: 42px;
    padding-bottom: 1em;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .jmap_certification h4:before {
    content: "";
    width: 34px;
    height: 39px;
    background: url(../imges/map_ic_certification.png) no-repeat 0 0;
    position: absolute;
    left: 20px;
  }
  .jmap_certification p {
    color: #383838;
    font-size: 14px;
    padding: 0.5em 0 0;
  }
  .tabs {
    width: 98%;
    height: 700px;
    margin: 20px 1%;
  }
  .map-main {
    width: 98%;
    height: 700px;
    margin: 0 1%;
  }
  #side_bar {
    width: 100%;
  }
  #map_canvas {
    width: 100%;
  }
  #all_content {
    width: 35%;
  }
  #programming_content {
    width: 65%;
  }
}
@media screen and (max-width: 736px) {
  .result {
    color: #E74E84;
    padding: 1em 1em 0;
  }
  .result span {
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .jarea_list_sp {
    display: block;
    margin: 5vw 2.5vw;
    border-radius: 8px;
    border: solid 2px #EF8878;
  }
  .jarea_list_sp li {
    display: block;
    border-bottom: solid 2px #EF8878;
  }
  .jarea_list_sp li:last-child {
    border-bottom: none;
  }
  .jarea_list_sp li a {
    color: #a25d53;
    padding: 0.5em;
    padding-left: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    font-weight: 500;
  }
  .jarea_list_sp li a span {
    background: #EF8878;
    border-radius: 1em;
    width: 2.5em;
    color: #fff;
    text-align: center;
  }
  .jmap_wrap {
    border: none;
    background: none;
  }
  .jmap_container {
    display: none;
  }
  .jmap_title {
    display: none;
  }
  .jmap_certification {
    margin: 5vw 2.5vw;
    padding: 0;
    border: none;
  }
  .jmap_certification h4 {
    font-size: 4.375vw;
    padding-left: 1em;
  }
  .jmap_certification h4:before {
    background: none;
    border-left: solid 4px #E74E84;
    left: 0;
  }
  .jmap_certification p {
    font-size: 3.75vw;
    text-align: justify;
    margin: 2.5vw 0;
  }
  .map-main {
    height: auto;
    margin: 0 auto;
    border: none;
  }
  .jmap_sp {
    margin: 2.5vw;
    height: auto;
    position: relative;
    display: block;
  }
  .jmap_sp svg {
    width: 100% !important;
    height: auto !important;
  }
  .jmap_sp_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .jmap_sp_bg img {
    width: 100%;
    height: auto;
  }
  .jmap_sp ul li {
    position: absolute;
    width: 15.625vw;
  }
  .jmap_sp ul li img {
    width: 100%;
    height: auto;
  }
  .jmap_sp ul li:nth-child(1) {
    top: 3%;
    left: 57%;
    width: 17.8125vw;
  }
  .jmap_sp ul li:nth-child(2) {
    top: 35%;
    right: 3%;
    width: 17.8125vw;
  }
  .jmap_sp ul li:nth-child(3) {
    top: 26%;
    left: 47%;
  }
  .jmap_sp ul li:nth-child(4) {
    top: 52%;
    right: 15%;
    width: 17.8125vw;
  }
  .jmap_sp ul li:nth-child(5) {
    top: 66%;
    left: 43%;
  }
  .jmap_sp ul li:nth-child(6) {
    top: 31%;
    left: 28%;
  }
  .jmap_sp ul li:nth-child(7) {
    top: 68%;
    left: 22%;
  }
  .jmap_sp ul li:nth-child(8) {
    top: 76%;
    left: 3%;
  }
  #side_bar {
    width: 100%;
    height: auto;
  }
  #map_canvas {
    width: 100%;
    height: 100vw;
  }
  .balloonInner {
    width: 100%;
  }
  .balloonInner a img {
    width: 50px;
  }
  .balloonInner a span {
    margin-left: 60px;
    font-size: 3.125vw;
  }
  .balloonInner a span span {
    font-size: 4.375vw;
  }
  .sidebarList_item {
    padding: 2.5vw 0;
    background: none;
  }
  .sidebarList_thumb {
    width: 20vw;
    height: auto;
    float: left;
    margin-right: 2.5vw;
  }
  .sidebarList_item a span.sidebarList_btn {
    width: 15em;
    background: #ffdbe8;
    color: #E74E84;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5vw 0 0;
    margin-left: 22.5vw;
    padding: 0.4em 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    border-bottom: solid 2px #f59fbd;
  }
  .sidebarList_item a span.sidebarList_btn:before {
    content: "▶";
    margin-right: 0.4em;
    font-size: 70%;
  }
  /*タブ切り替え全体のスタイル*/
  .tabs {
    padding: 0 2.5vw 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 5vw 0 0;
    display: block;
    height: auto;
    border: none;
    border-radius: 0;
  }
  /*タブのスタイル*/
  .tab_item {
    width: 50%;
    height: 50px;
    border-bottom: 3px solid #E74E84;
    background-color: #FCDDE9;
    line-height: 50px;
    font-size: 3.75vw;
    text-align: center;
    color: #E74E84;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
  }
  .tab_item:hover {
    opacity: 1;
  }
  .tab_item span {
    font-size: 120%;
  }
  /*ラジオボタンを全て消す*/
  input[name=tab_item] {
    display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 0;
    clear: both;
    /*overflow: hidden;*/
  }
  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #E74E84;
    color: #fff;
  }
  #all_content,
  #programming_content {
    width: 100%;
  }
  .tabs input.tab--list + label:before {
    font-family: FontAwesome;
    content: "\f0d9";
    color: #E74E84;
    left: 1em;
    position: absolute;
  }
  .tabs input.tab--list:checked + .tab_item:before {
    content: "\f0d7";
    color: #fff;
  }
  .tabs input.tab--map + label:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #E74E84;
    right: 1em;
    position: absolute;
  }
  .tabs input.tab--map:checked + .tab_item:before {
    content: "\f0d7";
    color: #fff;
  }
  .show-pc {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .gm-style-iw {
    overflow: hidden !important;
    min-width: 90vw !important;
  }
  .gm-style-iw-d {
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */