@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #262626;
  background: #fff;
  height: 100%;
  position: relative;
  transition: 1.4s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: unset;
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
div,
span {
  font-size: 100%;
  line-height: 1.6;
  /* letter-spacing: 0.08em;
  line-height: 1.6; */
}

img {
  vertical-align: bottom;
}

.flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.loading {
  opacity: 0;
}

.scroll {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 2s, visibility 2s;
}

.fadein {
  transform: translateX(0);
  opacity: 2;
  visibility: visible;
}

/**  PC 共通
****************************************************************************/
.contents-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.floating-btn {
  position: fixed;
  bottom: 5%;
  right: 20px;
  width: 90px;
  z-index: 9999;
}

.floating-btn img {
  width: 100%;
  margin-bottom: 10px;
}

p.sec-title_en_wp {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

h2.sec-title_jp_wp {
  font-size: 26px;
  font-weight: bold;
  /* margin-top: 12px; */
}

h2.sec-title_jp-en_wp {
  font-size: 26px;
  font-weight: bold;
  margin-top: 12px;
}

p.sec-top_message {
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 60px;
}

p.sec-top_message-en {
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 60px;
  word-break: break-word;
}

.readmore-btn_wp {
  width: 260px;
  height: 60px;
  border: solid 1px #fff;
  position: relative;
}

.readmore-btn-en_wp {
  width: 260px;
  height: 60px;
  border: solid 1px #fff;
  position: relative;
}

.readmore-btn_wp::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.3s;
}

.readmore-btn-en_wp::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.3s;
}

.readmore-btn_wp a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
}

.readmore-btn-en_wp a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
}

.readmore-btn_wp a:hover {
  color: white;
}

.readmore-btn_wp:hover::before {
  right: 20px;
}

.readmore-btn-en_wp:hover::before {
  right: 20px;
}

.page-top_header {
  width: 100%;
  height: 250px;
  margin: 10px auto 0;
  position: relative;

  @media screen and (max-width : 680px) {
    margin: 0;
    padding-top: 80px;
  }
}

.page-top_header::before {
  content: "";
  display: block;
  /* width: calc(100% - 20px); */
  height: 100%;
  background-image: url(../images/mv.png);
  background-position: center center;
  background-size: cover;
  z-index: -1;
  /* position: absolute; */
  top: 0;
  left: 50%;
  /* transform: translateX(-50%); */
  border-radius: 5px;
  /* padding: 10px; */
  margin: 10px;
}

.page-start {
  margin-top: 110px;
}

.page-main_area {
  padding: 11em 0 4em;

  @media screen and (max-width: 680px) {
    padding: 8em 0 3em;

  }
}

h1.page-top_title {
  position: absolute;
  top: 140px;
  left: 55px;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;

  @media screen and (max-width: 680px) {
    position: absolute;
    top: 80px;
    /* left: 25px; */
    /* transform: translateY(-50%); */
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
  }
}

h1.page-top_title span {
  font-size: 16px;
  margin-top: 10px;
}

ul.breadcrumbs {
  margin-bottom: 20px;
  gap: 6px;
  flex-wrap: wrap;
}

ul.breadcrumbs li {
  font-size: 12px;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 350px;
  height: 40px;
  padding: 6px;
  font-size: 14px;
  border: none;
  background-color: #fff;
}

textarea {
  width: 420px;
  height: 230px;
  padding: 6px;
  font-size: 14px;
  border: none;
  background-color: #fff;
  resize: none;
}

input[type=submit] {
  width: 280px;
  height: 60px;
  border: solid 1px #fff;
  background-color: #284C99;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

/**  SP 共通
****************************************************************************/
/**      PC　以上      **/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}

/**      Tab　以上      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}

/**      Tab　以下      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }

  .floating-btn {
    display: none;
  }

  p.sec-title_en_wp {
    font-size: 12px;
  }

  h2.sec-title_jp_wp {
    font-size: 20px;
  }

  h2.sec-title_jp-en_wp {
    font-size: 18px;
  }

  p.sec-top_message_wp {
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 60px;
  }

  p.sec-top_message-en_wp {
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 60px;
  }

  .readmore-btn_wp {
    width: 260px;
    height: 60px;
  }

  .readmore-btn-en_wp {
    width: 260px;
    height: 60px;
  }

  .readmore-btn_wp a {
    font-size: 14px;
  }
}

.header-menu-icon {
  display: flex;
  gap: 5px;
  align-items: center;

  @media screen and (max-width: 780px) {
    gap: 10px;
  }

  @media screen and (max-width: 1300px) and (min-width: 781px) {
    /* font-size: 12px; */
  }
}

.header-menu-box {
  gap: 20px;
  display: flex;
  align-items: center;

  @media screen and (max-width: 1250px) and (min-width: 781px) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

}

.sec-main_title_wp {
  text-align: left;

  @media screen and (max-width: 780px) {
    text-align: center;
  }
}


@media screen and (max-width: 780px) {

  p.sec-title_en_wp {
    font-size: 40px;
  }

  h2.sec-main_title_wp {
    font-size: 28px;
  }

  p.sec-sub_text_wp {
    font-size: 14px;
  }

}