@charset "UTF-8";
main,
main * {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
}

main {
  padding-top: 60px;
}
main p {
  font-size: 16px;
  color: #132244;
  font-weight: normal;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 80px 60px;
  }
}

figure {
  margin: 0 auto;
}
figure img {
  width: 100%;
}

.section-title {
  margin-bottom: 50px;
}
.section-title figure img {
  height: 30px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 2s;
}
.fadein.right {
  transform: translate(-80px, 0);
}
.fadein.left {
  transform: translate(80px, 0);
}
.fadein.slidein {
  opacity: 1;
  transform: translate(0, 0);
}

.pages-link {
  margin-top: 50px;
}
.pages-link .link-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.pages-link .black-button {
  max-width: 360px;
  margin: 0 auto;
}
.pages-link .black-button a {
  display: block;
  background: linear-gradient(135deg, #FFC800 0%, #FF9900 100%);
  padding: 20px;
  border-radius: 100px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
}
.pages-link .black-button a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 17px;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (hover: hover) {
  .pages-link .black-button a:hover {
    background: linear-gradient(135deg, #FFB700 0%, #FF8800 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 0, 0.4);
    text-decoration: none;
  }
}

#mainVisual {
  min-height: 550px;
  background-image: url(/img/mv_background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#mainVisual::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 84%;
  height: 500px;
  background-image: url(/img/ambassador.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}
#mainVisual .mv-sp .inner-box {
  padding: 30px 0;
}
#mainVisual .mv-sp .inner-box .logo-box {
  padding: 0 30px;
  margin-bottom: 20px;
}
#mainVisual .mv-sp .inner-box .user {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
#mainVisual .mv-sp .inner-box .user .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 0 20px;
  border-radius: 8px;
}
#mainVisual .mv-sp .inner-box .badge {
  position: relative;
  z-index: 4;
  margin-bottom: 30px;
}
#mainVisual .mv-sp .inner-box .badge .badge01 {
  margin-left: 40px;
}
#mainVisual .mv-sp .inner-box .badge .badge02 {
  margin-top: -30px;
  margin-left: 40px;
}
#mainVisual .mv-sp .inner-box .badge figure img {
  width: 40%;
}
#mainVisual .mv-sp .inner-box .feature {
  position: relative;
  z-index: 4;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #mainVisual .mv-sp {
    display: none;
  }
}
#mainVisual .mv-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #mainVisual .mv-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  #mainVisual .mv-pc .inner-box {
    width: 70%;
    height: 100%;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 70px 0;
  }
  #mainVisual .mv-pc .inner-box .logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  #mainVisual .mv-pc .inner-box .user {
    background: white;
    margin-bottom: 40px;
    position: relative;
    width: 90%;
  }
  #mainVisual .mv-pc .inner-box .user::before {
    content: "";
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background-image: url(/img/rate_badge01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #mainVisual .mv-pc .inner-box .user::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background-image: url(/img/rate_badge02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #mainVisual .mv-pc .inner-box .user .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mainVisual .mv-pc .inner-box .user .flex-box figure {
    margin: 0;
  }
  #mainVisual .mv-pc .inner-box .user .flex-box .text img {
    width: 310px;
  }
  #mainVisual .mv-pc .inner-box .feature {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #mainVisual .mv-pc {
    left: 50%;
    transform: translateX(-50%);
    width: 1400px;
    max-width: 95%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
  }
  #mainVisual .mv-pc .inner-box {
    width: 58%;
    padding: 80px 0 80px 60px;
  }
  #mainVisual .mv-pc .inner-box .logo-box {
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
  }
  #mainVisual .mv-pc .inner-box .user {
    width: 90%;
    max-width: 100%;
  }
  #mainVisual .mv-pc .inner-box .user::before {
    right: -80px;
    width: 180px;
    height: 180px;
  }
  #mainVisual .mv-pc .inner-box .user::after {
    right: -230px;
    width: 180px;
    height: 180px;
  }
  #mainVisual .mv-pc .inner-box .user .flex-box .text img {
    width: 360px;
  }
  #mainVisual .mv-pc .inner-box .feature {
    padding-left: 20px;
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  #mainVisual::after {
    right: -80px;
    width: 55%;
    height: 540px;
  }
}
@media screen and (min-width: 1024px) {
  #mainVisual {
    min-height: 700px;
  }
  #mainVisual::after {
    left: 50%;
    right: auto;
    transform: translateX(10%);
    bottom: 0;
    width: 590px;
    max-width: 42%;
    height: 100%;
  }
}

#section-issue .container {
  padding-bottom: 0;
}
#section-issue .issue-title {
  margin-bottom: 30px;
  text-align: center;
}
#section-issue .bubble {
  margin-bottom: 30px;
}
#section-issue .bubble .fadein {
  border: 2px solid #062F87;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
#section-issue .bubble .fadein:not(:last-child) {
  margin-bottom: 20px;
}
#section-issue .bubble .fadein .newline {
  display: block;
}
#section-issue .bubble .fadein .line {
  font-weight: bold;
  position: relative;
}
#section-issue .bubble .fadein .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3px;
  width: 100%;
  height: 0.4em;
  background: #F9DC8C;
  z-index: -1;
  border-radius: 2px;
}
#section-issue .bubble .fadein:last-child {
  position: relative;
}
#section-issue .bubble .fadein:last-child::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
#section-issue .bubble .fadein:last-child::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #062F87 #062F87 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
#section-issue .issue figure {
  width: 70%;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  #section-issue .issue-title {
    margin-bottom: 50px;
  }
  #section-issue .issue-title img {
    height: 30px;
  }
  #section-issue .bubble {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }
  #section-issue .bubble .fadein {
    width: calc(50% - 10px);
    max-width: 320px;
    margin-bottom: 30px !important;
    position: relative;
  }
  #section-issue .bubble .fadein::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffffff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
  }
  #section-issue .bubble .fadein::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #062F87 #062F87 transparent transparent;
    rotate: 135deg;
    translate: -50%;
  }
  #section-issue .issue {
    text-align: center;
  }
  #section-issue .issue img {
    width: 70%;
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  #section-issue .bubble {
    margin: 0 auto -140px;
    justify-content: space-between;
  }
  #section-issue .bubble .fadein:nth-child(2) {
    order: 2;
    transform: translate(-60px, 80px);
  }
  #section-issue .bubble .fadein:nth-child(2).slidein {
    transform: translate(-60px, 0);
  }
  #section-issue .bubble .fadein:nth-child(3) {
    order: 3;
    transform: translate(60px, 80px);
  }
  #section-issue .bubble .fadein:nth-child(3).slidein {
    transform: translate(60px, 0);
  }
}

#section-feature {
  background-image: url(/img/feature_background_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-feature .solution {
  margin-bottom: 50px;
  text-align: center;
}
#section-feature .solution figure {
  margin-bottom: 10px;
  width: 80%;
  max-width: 300px;
}
#section-feature .solution p {
  font-size: 25px;
  font-weight: bold;
  color: #062F87;
  text-align: center;
}
#section-feature .feature .flex-box .text-box {
  margin-bottom: 30px;
}
#section-feature .feature .flex-box .text-box .label {
  font-size: 13px;
  color: #2855B7;
  border: 1px solid;
  padding: 2px 10px;
  margin-bottom: 7px;
  display: inline-block;
}
#section-feature .feature .flex-box .text-box .title h4 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 10px;
}
#section-feature .feature .flex-box .text-box .title h4 span {
  background: linear-gradient(135deg, #FFC800 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#section-feature .feature .flex-box .text-box .text p {
  font-size: 16px;
  font-weight: normal;
}
#section-feature .feature .flex-box .img-box {
  max-width: 350px;
  margin: 0 auto;
}
#section-feature .feature .flex-box .img-box img {
  width: 100%;
}
#section-feature .feature .flex-box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #section-feature {
    background-image: url(/img/feature_background_pc.jpg);
  }
  #section-feature .feature-title {
    margin-bottom: 80px;
    text-align: center;
  }
  #section-feature .feature-title img {
    height: 40px;
  }
  #section-feature .feature .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  #section-feature .feature .flex-box:first-child, #section-feature .feature .flex-box:last-child {
    flex-direction: row-reverse;
  }
  #section-feature .feature .flex-box .text-box {
    width: 55%;
    margin-bottom: 0;
  }
  #section-feature .feature .flex-box .img-box {
    width: 35%;
  }
}

#section-merit {
  background-image: url(/img/merit_background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-merit .merit-contents {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#section-merit .merit-contents figure {
  text-align: center;
  margin-bottom: 20px;
}
#section-merit .merit-contents figure img {
  width: 140px;
}
#section-merit .merit-contents .title {
  color: #193869;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin: 20px auto 5px;
  letter-spacing: 1px;
}
#section-merit .merit-contents .catch {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
#section-merit .merit-contents .catch span {
  color: #FF9900;
}
#section-merit .merit-contents .lead {
  text-align: left;
}
#section-merit .pages-link .link-title {
  color: white;
}
@media screen and (min-width: 768px) {
  #section-merit .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  #section-merit .flex-box .merit-contents {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}

.contact-link .background {
  background: #132244;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.contact-link .background::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgb(255, 255, 255);
  border-radius: 5px;
  pointer-events: none;
}
.contact-link .background h4 {
  color: white;
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
}
.contact-link .background h4 span {
  display: inline-block;
}
.contact-link .background .form-button {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-link .background .form-button a {
  display: block;
  background: white;
  padding: 20px 20px 20px 40px;
  border-radius: 100px;
  text-align: center;
  color: #132244;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
}
.contact-link .background .form-button a::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("../img/contact-icon-bk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.contact-link .background .form-button a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 17px;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-link .background .form-button {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .contact-link .background .form-button a:hover {
    background: linear-gradient(135deg, #FFB700 0%, #FF8800 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 0, 0.4);
    text-decoration: none;
    color: white;
  }
  .contact-link .background .form-button a:hover::before {
    background-image: url("../img/contact-icon-wh.svg");
  }
}
.contact-link .background .application-button {
  max-width: 300px;
  margin: 0 auto;
}
.contact-link .background .application-button a {
  display: block;
  background: linear-gradient(135deg, #FFC800 0%, #FF9900 100%);
  padding: 20px 20px 20px 40px;
  border-radius: 100px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
}
.contact-link .background .application-button a::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../img/free-icon-wh.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.contact-link .background .application-button a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 17px;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-link .background .application-button {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .contact-link .background .application-button a:hover {
    background: linear-gradient(135deg, #FFB700 0%, #FF8800 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 0, 0.4);
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .contact-link {
    max-width: 1000px;
    margin: 0 auto;
  }
  .contact-link .background {
    padding: 50px 30px;
  }
  .contact-link .background h4 {
    margin-bottom: 40px;
  }
  .contact-link .flex-box {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .contact-link .flex-box a {
    padding: 20px 40px 20px 70px !important;
  }
}

#section-comparison .comparison-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#section-comparison .comparison-wrapper .comparison-image {
  min-width: 768px;
}
#section-comparison .comparison-wrapper .comparison-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  #section-comparison .comparison-wrapper {
    overflow-x: visible;
  }
  #section-comparison .comparison-wrapper .comparison-image {
    min-width: auto;
  }
}

#section-comparison .comparison-wrapper {}
#section-comparison .comparison-wrapper .comparison-table{
    min-width: 800px;
}
#section-comparison .comparison-wrapper .comparison-table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 2px;
}
#section-comparison .comparison-wrapper .comparison-table table thead,
#section-comparison .comparison-wrapper .comparison-table table tbody{}
#section-comparison .comparison-wrapper .comparison-table table thead tr,
#section-comparison .comparison-wrapper .comparison-table table tbody tr{
}
#section-comparison .comparison-wrapper .comparison-table table thead tr th,
#section-comparison .comparison-wrapper .comparison-table table tbody tr th{
    width: 26%;
    text-align: center;
    padding: 20px 0;
    border: solid 1px #eee;
    font-size: 14px;
}
#section-comparison .comparison-wrapper .comparison-table table thead tr td,
#section-comparison .comparison-wrapper .comparison-table table tbody tr td{
    width: 18.5%;
    text-align: center;
    line-height: 0.6em;
}
#section-comparison .comparison-wrapper .comparison-table table thead{}
#section-comparison .comparison-wrapper .comparison-table table thead tr{
    background-color: #e9ecf4;
    font-size: 14px;
    font-weight: bold;
}
#section-comparison .comparison-wrapper .comparison-table table thead tr th{
    color: #1a2b52;
}
#section-comparison .comparison-wrapper .comparison-table table thead tr td{
    color: #082e87;
    padding: 20px 0;
    border: solid 1px #eee;
    border-width: 1px 1px 1px 0px;
}

#section-comparison .comparison-wrapper .comparison-table table thead tr td:first-of-type{
  background-color: #082e87;color: #fff;border: none;
}
#section-comparison .comparison-wrapper .comparison-table table tbody{}
#section-comparison .comparison-wrapper .comparison-table table tbody tr{}
#section-comparison .comparison-wrapper .comparison-table table tbody tr th{
    color: #1a2b52;
}
#section-comparison .comparison-wrapper .comparison-table table tbody tr td{
    font-size: 24px;
    color: #082e87;
    border: solid 1px #eee;
    border-width: 1px 1px 1px 0px;
}
#section-comparison .comparison-wrapper .comparison-table table tbody tr td:first-of-type{
  background-color: #e9ecf4;
  border: none;
}
#section-comparison .comparison-wrapper .comparison-table table tbody tr td.gray{
  color: #bbb;
}
#section-comparison .comparison-wrapper .comparison-table table tbody tr td span{
    font-size: 0.7rem;
    color: #1a2b52;
    font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #section-comparison .comparison-wrapper {}
  #section-comparison .comparison-wrapper .comparison-table{}
  #section-comparison .comparison-wrapper .comparison-table table{
      width: 100%;
      border-collapse: separate;
      border-spacing: 0px 2px;
  }
  #section-comparison .comparison-wrapper .comparison-table table thead,
  #section-comparison .comparison-wrapper .comparison-table table tbody{}
  #section-comparison .comparison-wrapper .comparison-table table thead tr,
  #section-comparison .comparison-wrapper .comparison-table table tbody tr{
  }
  #section-comparison .comparison-wrapper .comparison-table table thead tr th,
  #section-comparison .comparison-wrapper .comparison-table table tbody tr th{
      width: 26%;
      text-align: center;
      padding: 20px 0;
      border: solid 1px #eee;
  }
  #section-comparison .comparison-wrapper .comparison-table table thead tr td,
  #section-comparison .comparison-wrapper .comparison-table table tbody tr td{
      width: 18.5%;
      text-align: center;
      line-height: 0.6em;
  }
  #section-comparison .comparison-wrapper .comparison-table table thead{}
  #section-comparison .comparison-wrapper .comparison-table table thead tr{
      background-color: #e9ecf4;
      font-size: 18px;
      font-weight: bold;
  }
  #section-comparison .comparison-wrapper .comparison-table table thead tr th{
      color: #1a2b52;
  }
  #section-comparison .comparison-wrapper .comparison-table table thead tr td{
      color: #082e87;
      padding: 20px 0;
      border: solid 1px #eee;
      border-width: 1px 1px 1px 0px;
  }

  #section-comparison .comparison-wrapper .comparison-table table thead tr td:first-of-type{
    background-color: #082e87;color: #fff;border: none;
  }
  #section-comparison .comparison-wrapper .comparison-table table tbody{}
  #section-comparison .comparison-wrapper .comparison-table table tbody tr{}
  #section-comparison .comparison-wrapper .comparison-table table tbody tr th{
      color: #1a2b52;
  }
  #section-comparison .comparison-wrapper .comparison-table table tbody tr td{
      font-size: 24px;
      color: #082e87;
      border: solid 1px #eee;
      border-width: 1px 1px 1px 0px;
  }
  #section-comparison .comparison-wrapper .comparison-table table tbody tr td:first-of-type{
    background-color: #e9ecf4;
    border: none;
  }
  #section-comparison .comparison-wrapper .comparison-table table tbody tr td.gray{
    color: #bbb;
  }
  #section-comparison .comparison-wrapper .comparison-table table tbody tr td span{
      font-size: 0.7rem;
      color: #1a2b52;
      font-weight: bold;
  }
}

#section-voice .img-box {
  margin-bottom: 30px;
}
#section-voice .img-box figure {
  margin-bottom: 10px;
}
#section-voice .img-box .text-box .company {
  font-size: 18px;
  font-weight: bold;
  color: #132244;
  text-align: center;
}
#section-voice .img-box .text-box .name {
  text-align: center;
}
#section-voice .text-box .title {
  margin-bottom: 10px;
}
#section-voice .text-box .title h4 {
  font-size: 23px;
}
#section-voice .text-box .title h4 .line {
  display: inline-block;
}
#section-voice .text-box .title h4 .color {
  background: linear-gradient(135deg, #FFC800 0%, #FF9900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  #section-voice .flex-box {
    display: flex;
    gap: 50px;
  }
  #section-voice .flex-box .img-box, #section-voice .flex-box .text-box {
    width: 50%;
  }
  #section-voice .flex-box .img-box {
    margin: 0;
  }
  #section-voice .flex-box .img-box .text-box {
    width: 100%;
  }
  #section-voice .flex-box .text-box {
    margin-top: 50px;
  }
}

#section-message {
  background-image: url(/img/message_background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-message .section-title {
  font-size: 25px;
  text-align: center;
  color: #062F87;
  margin-bottom: 20px;
}
#section-message .section-title span {
  display: inline-block;
}
#section-message .lead {
  font-weight: 600;
  margin-bottom: 30px;
}
#section-message .message {
  margin-bottom: 50px;
}
#section-message .message p:not(:last-child) {
  margin-bottom: 10px;
}
#section-message .contact-link .container {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #section-message .lead {
    text-align: center;
  }
  #section-message .message {
    max-width: 800px;
    margin: 0 auto 50px;
  }
}

#section-contact {
  background-image: url(/img/merit_background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section-contact .section-title {
  font-size: 25px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
#section-contact .top-lead {
  color: white;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #section-contact .top-lead {
    text-align: center;
  }
}
#section-contact .contact-contents {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#section-contact .contact-contents figure {
  text-align: center;
  margin-bottom: 20px;
}
#section-contact .contact-contents figure img {
  width: 140px;
}
#section-contact .contact-contents .title {
  color: #193869;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 20px auto 5px;
  letter-spacing: 1px;
}
#section-contact .contact-contents .lead {
  text-align: left;
  margin-bottom: 20px;
}
#section-contact .contact-contents .contact-button {
  max-width: 300px;
  margin: 0 auto;
}
#section-contact .contact-contents .contact-button a {
  display: block;
  background: white;
  padding: 20px;
  border-radius: 100px;
  text-align: center;
  color: #062F87;
  border: 1px solid #062F87;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
}
#section-contact .contact-contents .contact-button a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 17px;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (hover: hover) {
  #section-contact .contact-contents .contact-button a:hover {
    background: #062F87;
    color: white;
  }
}
#section-contact .contact-contents .phone-info {
  text-align: center;
}
#section-contact .contact-contents .phone-info .hours {
  font-size: 14px;
  font-weight: 600;
}
#section-contact .contact-contents .phone-info .phone-number {
  margin: 0;
}
#section-contact .contact-contents .phone-info .phone-number a {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #062F87;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.3s;
}
#section-contact .contact-contents .phone-info .phone-number a:hover {
  color: #0952C9;
}
#section-contact .pages-link .link-title {
  color: white;
}
@media screen and (min-width: 768px) {
  #section-contact .flex-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  #section-contact .flex-box .contact-contents {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}