@charset "UTF-8";
/* トップページ
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.top_hero {
  width: 100%;
  margin: 0 auto 100px auto
}
.top_hero img {
  width: 100%;
}
.top_hero .pc {
  display: block
}
.top_hero .sp {
  display: none
}
@media screen and (max-width : 1200px) {
  .top_hero {
    margin: 0 auto 40px auto;
    padding: 60px 0 0 0
  }
  .top_hero .pc {
    display: none
  }
  .top_hero .sp {
    display: block
  }
}
/*親からはみ出す レイアウト*/
.wrapperover_layout {
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 calc(50% - 50vw);
  gap: 30px;
  margin-bottom: 150px
}
.wrapperover_layout div:nth-child(1) img {
  object-fit: cover;
  width: 100%;
  height: auto;
  object-position: 100% 100%
}
.wrapperover_layout div:nth-child(2) {
  max-width: 800px;
  width: 100%;
}
/*グーグルマップ API*/
.g_map {
  margin: 0 0 40px 0
}
.g_map h3 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px 0
}
.g_map_api {
  border-top: 1px solid rgba(0, 124, 255, 0.50);
  border-bottom: 1px solid rgba(0, 124, 255, 0.50);
  width: 100%;
  height: 395px;
  filter: grayscale(60%) brightness(110%) contrast(110%) saturate(90%);
  margin: 0 0 10px 0
}
@media screen and (max-width: 700px) {
  .g_map h3 {
    font-size: 25px;
  }
  .g_map_api {
    height: 350px
  }
}
/**/
.top_box00 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.top_box00 img {
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto
}
.top_box00 .copy {
  text-align: start;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-orientation: upright;
  font-feature-settings: "palt";
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-bottom: 30px;
}
.top_box00 .copy h3 {
  font-size: 28px;
  line-height: 1.7em;
  font-weight: 400;
}
.top_box00 .copy p {
  font-size: 13px;
  line-height: 2.5em;
  margin: 0;
  font-feature-settings: "palt";
}
.top_box00 .copy .tate {
  font-size: 0.9em;
  text-combine-upright: all;
}
.top_box00 .copy h3 .tume {
  margin-top: -0.4em
}
@media screen and (max-width: 800px) {
  .top_box00 .copy h3 {
    font-size: 24px;
    line-height: 1.6em;
  }
  .top_box00 .copy p {
    font-size: 13px;
    line-height: 2em;
  }
}
@media screen and (max-width: 600px) {
  .top_box00 .copy {
    writing-mode: horizontal-tb;
  }
  .top_box00 .copy h3 {
    font-size: 20px;
  }
  .top_box00 .copy h3 br {
    display: none
  }
  .top_box00 .copy p br {
    display: none
  }
  .top_box00 .copy .tate {
    font-size: 1em;
  }
  .top_box00 .copy h3 .tume {
    margin-top: 0em
  }
  .top_box00 img {
    max-width: 320px;
  }
}
/**/
.top_box01 {
  text-align: center;
  background-color: #002A55;
  margin-bottom: 90px;
  padding: 20px
}
.top_box01 img {
  max-width: 570px;
  width: 100%;
  height: auto;
  margin: 0 auto
}
@media screen and (max-width: 600px) {
  .top_box01 {
    margin-bottom: 30px;
  }
}
/**/
.top_box03 {
  text-align: center
}
.top_box03 .title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  background-image: url("../image/top/top_03_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding: 0 20px;
}
.top_box03 .title_box h3 {
  font-size: 32px;
  color: #d3b57c
}
.top_box03 .grid2 {
  max-width: 740px;
  gap: 20px;
  margin: 0 auto 50px auto
}
.top_box03 h4 {
  font-size: 26px;
  margin: 0 0 50px 0
}
.top_box03 h4 span {
  font-size: 0.6em;
  font-weight: bold
}
.top_box03 h5 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold
}
.top_box03 h5 + img {
  max-width: 310px;
  margin: 0 auto 30px auto;
  display: block;
}
.top_box03 h5 + img + img {
  max-width: 740px;
  margin: 0 auto 30px auto
}
.top_box03 h5 + img + img + h5 {
  font-size: 18px;
  margin: 0 20px 100px 20px;
  font-weight: 500
}
@media screen and (max-width: 600px) {
  .top_box03 .title_box {
    height: 250px;
    margin-bottom: 30px;
  }
  .top_box03 .title_box h3 {
    font-size: 24px;
  }
  .top_box03 h4 {
    font-size: 18px;
    margin: 0 20px 30px 20px;
    text-align: left
  }
  .top_box03 h4 br {
    display: none
  }
  .top_box03 h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .top_box03 h5 + img {
    max-width: 200px;
  }
  .top_box03 h5 + img + img + h5 {
    font-size: 14px;
    margin: 0 20px 50px 20px;
    text-align: left
  }
  .top_box03 h5 + img + img + h5 br {
    display: none
  }
}
/**/
.top_box04 {
  text-align: center
}
.top_box04 .title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  background-image: url("../image/top/top_04_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding: 0 20px;
}
.top_box04 img {
  margin-bottom: 5px
}
.top_box04 .title_box h3 {
  font-size: 32px;
  font-weight: normal;
  color: #d3b57c
}
.top_box04 h4 {
  font-size: 26px;
  margin: 0 0 50px 0
}
.top_box04 .grid2 {
  max-width: 740px;
  gap: 20px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
  text-align: left;
  font-size: 11px
}
.top_box04 .grid3 {
  max-width: 740px;
  gap: 20px;
  margin: 0 auto 100px auto;
  padding: 0 20px;
  text-align: left;
  font-size: 11px
}
@media screen and (max-width: 600px) {
  .top_box04 .title_box {
    height: 250px;
    margin-bottom: 30px;
  }
  .top_box04 .title_box h3 {
    font-size: 24px;
  }
  .top_box04 h4 {
    font-size: 18px;
    margin: 0 20px 30px 20px;
    text-align: left
  }
  .top_box04 h4 br {
    display: none
  }
  .top_box04 .grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 30px auto;
    padding: 0 20px;
  }
}
/**/
.top_box05 {
  text-align: center
}
.top_box05 .title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  background-image: url("../image/top/top_05_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px;
  padding: 0 20px;
}
.top_box05 .title_box h3 {
  font-size: 32px;
  font-weight: normal;
  color: #d3b57c
}
.top_box05 .grid1 {
  max-width: 740px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}
.top_box05 h4 {
  font-size: 26px;
  margin: 0 0 50px 0
}
.top_box05 h4:nth-of-type(2) {
  font-size: 26px;
  margin: 0 0 10px 0
}
.top_box05 h5 {
  font-size: 18px;
  margin: 0 0 50px 0;
  font-weight: normal
}
@media screen and (max-width: 600px) {
  .top_box05 .title_box {
    height: 250px;
    margin-bottom: 30px;
  }
  .top_box05 .title_box h3 {
    font-size: 24px;
  }
  .top_box05 h4 {
    font-size: 18px;
    margin: 0 20px 30px 20px;
    text-align: left
  }
  .top_box05 h4:nth-of-type(2) {
    font-size: 18px;
    margin: 0 20px 10px 20px;
    text-align: left
  }
  .top_box05 h4 br {
    display: none
  }
  .top_box05 h5 {
    font-size: 14px;
    margin: 0 20px 30px 20px;
    text-align: left
  }
  .top_box05 h5 br {
    display: none
  }
}
/**/
.top_box06 {
  text-align: center
}
.top_box06 img {
  max-width: 340px;
  margin: 30px 0 50px 0
}