@charset "UTF-8";

/* CSS Document */

/*====================
 全体のCSS
 ====================*/
/* ルートの文字サイズを10pxに設定 */
html {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-style: normal;
  font-size: 5rem;
  font-family: "BIZ UDGothic", "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

h2 {
  font-size: 4rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

h3 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

h4 {
  font-size: 2rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}

p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

li {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

td {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

th {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

a {
  cursor: pointer;
}

.font-bold {
  font-weight: 600;
}

.font-white {
  color: #fff;
}

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

.section {
  padding: 80px 20px;
}

.bg-blue {
  background: #f0f7ff;
}

.title {
  position: relative;
  margin-bottom: 60px;
}

.title::before {
  position: absolute;
  border-bottom: 2px solid #027db2;
  top: 140%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: "";
}

.red {
  color: #a72025;
}
@media screen and (max-width: 959px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4rem;
  }
  td {
    font-size: 1.4rem;
  }
  th {
    font-size: 1.4rem;
  }
  .section {
    padding: 40px 16px;
  }
  th, td {
    display: inline-block;
    width: 100%;
    float: left;
  }
}

/*====================
 LPのデザイン
 ====================*/

.header_logo {
  font-size: 1.8rem;
  font-weight: 600;
}

.header_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.header_btn_wrapper {
  display: flex;
  align-items: center;
}

.header_tel-btn_name {
  font-size: 1rem;
}

.header_tel-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 180px;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #20589c;
  background: #20589c;
  color: #fff;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_tel-btn:hover {
  color: #0098de;
  background: #fff;
}

.header_contact-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 180px;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #ffb600;
  background: #ffb600;
  color: #333;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 0 0 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_contact-btn:hover {
  color: #ffb600;
  background: #fff;
}

.header_contact-btn_sp:hover {
  color: #fff;
  background: #0098de;
}

.header_contact-btn_sp {
  display: none;
}

.section_mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("https://www.iwase-group.co.jp/wp/wp-content/uploads/2024/09/tokyo-lp_mv.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0098de;
  height: 500px;
  width: 100%;
  position: relative;
}

.section_mv_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section_mv_title {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv_lead {
  font-size: 4rem;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px;
}

.section_mv h1 {
  display: inline-block;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px;
  background: #20589c;
  margin: 10px 0;
}

.section_mv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 30px;
}

.section_mv ul li {
  margin: 10px;
}

.text-small {
  font-size: 2.6rem;
}

.section_about {
  padding: 40px 16px 80px;
  background-image: url("https://www.iwase-group.co.jp/wp/wp-content/uploads/2024/09/about-bg.jpg");
  background-size: cover;
}

.section_about h2 {
  padding: 40px 0 80px;
}

.section_about h2 {
  padding: 40px 0 40px;
}

.section_track_wrapper ul li {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.section_about_medal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.section_about_medal li {
  width: 20%;
  padding: 0 20px;
}

.medal {
  width: 100%;
}

.section_about_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.section_about_icon li{
  margin: 10px 10px;
  width: 18%;
  text-align: center;
}

.section_about_icon li p{
  text-align: left;
}

.can-icon {
  height: 120px;
  width: auto;
  margin: 10px;
}

.can-icon-text {
  text-align: center;
  font-weight: 600;
}

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

.contact-text-btn {
  margin: 10px auto 0 !important;
}

.track-img {
  padding: 10px 0 10px;
  width: 100%;
}

.section_result_text {
  padding-bottom: 20px;
}

.section_result_wrapper ul,
.section_voice_wrapper ul,
.section_flow_wrapper ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section_result_wrapper ul li {
  width: 50%;
  padding: 20px;
}

.section_result_wrapper ul li img {
  width: 100%;
  padding-bottom: 10px;
}

.section_flow_blue {
  background-color: #20589c;
  width: 100px;
  height: 250px;
  color: #fff;
  position: relative;
}

.section_flow_step {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_flow_wrapper ul li {
  width: 100%;
  border: 1px solid #20589c;
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

.section_flow_wrapper ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #20589c transparent transparent transparent;
  border-width: 30px 40px 0 40px;
}

.section_flow_wrapper ul li:last-child::after {
  border-width: 0;
}

.section_flow_text {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flow-img {
  height: auto;
  width: 300px;
  padding-left: 10px;
}

.section_voice_wrapper ul li {
  width: 33%;
  padding: 20px;
}

.section_voice_wrapper ul li img {
  width: 100%;
}

.section_voice_wrapper ul li h4 {
  padding-bottom: 10px;
}

.section_voice_cotent {
  background-color: #fff;
  padding: 20px;
  height: 350px;
}

.profile{
  max-width:800px;
  margin: 0 auto;
}

.entry-content td,
.comment-content td {
  padding: 8px;
}

.profile td {
  border-bottom: 1px dotted #ccc;
  padding: 8px;
}

.section_contact {
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 350px;
  width: 100%;
  background-position: bottom;
}

.section_contact {
  background-image: url("https://www.iwase-group.co.jp/wp/wp-content/uploads/2024/09/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  height: 350px;
  width: 100%;
  background-position: bottom;
}

.contact-tel {
  text-align: center;
  display: block;
  padding-top: 20px;
}

.contact-tel:hover {
  opacity: 0.7;
}

.fa-envelope{
  color:#fff;
}

.fa-envelope:hover {
  color:#0098de!important;
}

.section_contact_info {
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}

.contact-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 180px;
  padding: 1rem 2rem;
  margin: 10px;
  font-weight: bold;
  border: 2px solid #ffb600;
  background: #ffb600;
  color: #333;
  border-radius: 50px;
  transition: 0.5s;
}

.contact-btn:hover {
  color: #ffb600;
  background: #fff;
}

.tel-btn_name {
  font-size: 1rem;
}

.tel-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 180px;
  padding: 1rem 2rem;
  font-weight: bold;
  border: 2px solid #20589c;
  background: #20589c;
  color: #fff;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel-btn:hover {
  color: #0098de;
  background: #fff;
}

.section_contact-btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
}

.section_contact {
  position: relative;
}

.section_contact_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flogo {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px;
}

.footer-tel{
  padding: 10px 0;
  width: 100%;
}

.copyright{
  color:#fff;
  text-align: center;
  background-color: #36AFD7;
  width:100%;
  padding:20px;
  font-size:12px;
}

@media screen and (max-width: 959px) {
  .header-logo {
    width: 180px;
  }
  .header_wrapper {
    padding: 0 0 0 10px;
  }

  .header_tel-btn,
  .header_contact-btn {
    width: 150px;
  }

  .header_tel-btn a,
  .header_contact-btn a {
    font-size: 1.3rem;
  }

  .mv_title-line {
    width: 340px;
    top: 220px;
  }

  .mv_lead {
    font-size: 2.4rem;
  }

  .section_mv_title {
    text-align: center;
  }

  .section_about_icon {
    justify-content: center;
  }
  
  .section_about_icon li{
  margin: 10px 20px;
  width: 280px;
  text-align: center;
}

  .section_about_icon li p{
  text-align: left;
}

  .flow-img {
    display: none;
  }

  .section_flow_wrapper ul li {
    display: block;
  }

  .section_flow_text-inner {
    width: 100%;
  }

  .section_flow_text {
    text-align: center;
  }

  .section_contact-btn_wrapper {
    align-items: center;
    justify-content: center;
  }

  .section_voice_wrapper ul li {
    width: 50%;
    padding: 10px;
  }

  .section_flow_blue {
    width: 100%;
    height: 100px;
  }

  .section_voice_cotent {
    height: 400px;
  }
}

@media screen and (max-width: 519px) {
  .header_tel-btn {
    display: none;
  }

  .header_tel-btn-lead {
    display: block;
    font-size: 1.4rem;
    padding-top: 12px;
  }

  .header_contact-btn {
    display: none;
  }

  .header_contact-btn_sp {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 100px;
    margin: auto;
    padding: 1rem 2rem;
    font-weight: bold;
    border: 2px solid #ffb600;
    background: #ffb600;
    color: #fff;
    transition: 0.5s;
    height: 80px;
  }

  .header_contact-btn_sp:hover {
    background: #fff;
    color: #fff;
  }

  .section_mv {
    height: 450px;
  }

  .mv_lead {
    font-size: 2rem;
  }

  .section_about_medal li {
    width: 33%;
    padding: 0 10px;
  }

  .section_voice_wrapper ul li {
    width: 100%;
    padding: 10px;
  }

  .section_result_wrapper ul li {
    width: 100%;
  }

  .section_voice_cotent {
    height: auto;
  }
}
