@charset "UTF-8";
/* CSS Document */
/*
Theme Name:オリジナルテーマ
Description: オリジナルテーマです
Theme URI:
Author:
Author URI:
Version:
License: -----
License URI:
*/
/*********************

変数設定

************************/
/*********************

251213_セカンドオピニオン追加

************************/
@media (min-width: 751px) {
  .pc__none {
    display: none;
  }
}

@media (max-width: 750px) {
  .sp__none {
    display: none;
  }
}

.top__second:before {
  background: #f5f6f8;
  z-index: -3;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top__second_head {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .top__second_head {
    padding: 90px 40px 90px;
    margin-bottom: 60px;
    margin-top: 80px;
  }
}
@media (max-width: 750px) {
  .top__second_head {
    padding: 40px 20px 40px;
    margin: 60px 0;
  }
}
.top__second_head:before {
  background: #003367;
  z-index: -2;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 65%, 50% 100%, 100% 65%, 100% 0%);
}
.top__second_head span {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background: #f7ab00;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
}
@media (min-width: 751px) {
  .top__second_head span {
    font-size: 250%;
    padding: 10px 40px;
  }
}
@media (max-width: 750px) {
  .top__second_head span {
    font-size: 140%;
    padding: 10px 10px;
    width: 75%;
  }
}
.top__second_head span:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  background: #f7ab00;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: absolute;
}
@media (min-width: 751px) {
  .top__second_head span:after {
    width: 38px;
    height: 33px;
    bottom: -25px;
  }
}
@media (max-width: 750px) {
  .top__second_head span:after {
    width: 19px;
    height: 16px;
    bottom: -15px;
  }
}
.top__second_head h2 {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 751px) {
  .top__second_head h2 {
    font-size: 333.3333333333%;
  }
}
@media (max-width: 750px) {
  .top__second_head h2 {
    font-size: 170%;
  }
}
.top__second_two {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .top__second_two {
    padding-bottom: 140px;
  }
}
@media (max-width: 750px) {
  .top__second_two {
    padding: 0 20px 20px;
  }
}
.top__second_two:before {
  background: rgba(84, 123, 155, 0.1);
  z-index: -2;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.top__second_two p {
  color: #212121;
  font-weight: 500;
}
@media (min-width: 751px) {
  .top__second_two p {
    font-size: 166.6666666667%;
  }
}
@media (max-width: 750px) {
  .top__second_two p {
    font-size: 14px;
  }
}
.top__second_two p span {
  font-weight: 700;
  color: #003367;
  border-bottom: 1px solid #003367;
}
@media (min-width: 751px) {
  .top__second_two p:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .top__second_two p:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.top__second_two p:nth-of-type(2) {
  margin-bottom: 50px;
  border: 2px solid #003367;
  background: #fff;
  color: #003367;
}
@media (min-width: 751px) {
  .top__second_two p:nth-of-type(2) {
    width: 81.8125%;
    margin: 0 auto;
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .top__second_two p:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
.top__second_third {
  position: relative;
}
@media (max-width: 750px) {
  .top__second_third {
    padding: 60px 20px;
  }
}
.top__second_third:before {
  background-image: url(../../assets/img/third__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
}
@media (min-width: 751px) {
  .top__second_third:before {
    height: 1609px;
    top: 170px;
  }
}
@media (max-width: 750px) {
  .top__second_third:before {
    height: 1609px;
    top: 0;
  }
}
.top__second_third .separate {
  position: relative;
}
.top__second_third .separate:nth-of-type(odd) .separate__block {
  background: #e1eef9;
}
@media (min-width: 751px) {
  .top__second_third .separate:nth-of-type(odd) img {
    right: 0;
  }
}
@media (min-width: 751px) {
  .top__second_third .separate:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 751px) {
  .top__second_third .separate:nth-of-type(even) .separate__block {
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  .top__second_third .separate:nth-of-type(even) img {
    left: 0;
  }
}
.top__second_third .separate__block {
  box-shadow: 8px 8px 7px rgba(102, 102, 102, 0.2);
  background: #ffffff;
}
@media (min-width: 751px) {
  .top__second_third .separate__block {
    width: 59.625%;
    padding: 50px 9%;
    margin-bottom: 130px;
  }
}
@media (max-width: 750px) {
  .top__second_third .separate__block {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.top__second_third .separate__block h3 {
  text-align: center;
  color: #003367;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .top__second_third .separate__block h3 {
    font-size: 211.1111111111%;
  }
}
@media (max-width: 750px) {
  .top__second_third .separate__block h3 {
    font-size: 125%;
  }
}
.top__second_third .separate__block p {
  line-height: 2;
}
@media (min-width: 751px) {
  .top__second_third .separate__block p {
    font-size: 28px;
  }
}
@media (max-width: 750px) {
  .top__second_third .separate__block p {
    font-size: 14px;
  }
}
.top__second_third .separate__block p span {
  border-bottom: 2px solid #f7ab00;
}
@media (min-width: 751px) {
  .top__second_third .separate__block img {
    position: absolute;
    width: 47%;
    top: -70px;
  }
}
@media (max-width: 750px) {
  .top__second_third .separate__block img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top__worry {
  text-align: center;
  position: relative;
}
@media (min-width: 751px) {
  .top__worry {
    padding: 50px 40px 80px;
    min-height: 975px;
  }
}
@media (max-width: 750px) {
  .top__worry {
    padding: 50px 20px 0;
  }
}
.top__worry:before {
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(42, 114, 125, 0.8);
  z-index: -1;
  height: 60%;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  position: absolute;
  content: "";
}
.top__worry:after {
  background-image: url(../../assets/img/worry__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.top__worry h3 {
  text-shadow: 3px 3px 5px rgba(0, 51, 103, 0.75);
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(transparent 70%, #f7ab00 30%);
  color: #fff;
}
@media (min-width: 751px) {
  .top__worry h3 {
    font-size: 305.5555555556%;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .top__worry h3 {
    font-size: 130%;
    margin-bottom: 30px;
  }
}
.top__worry h3:before {
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: linear-gradient(to bottom, #afad4b, #8d862b);
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
@media (min-width: 751px) {
  .top__worry h3:before {
    width: 79.25%;
    height: 9%;
    bottom: -60px;
  }
}
@media (max-width: 750px) {
  .top__worry h3:before {
    bottom: -10px;
    width: 79.25%;
    height: 5%;
  }
}
.top__worry p {
  font-weight: 500;
  color: #fff;
}
@media (min-width: 751px) {
  .top__worry p {
    font-size: 155.5555555556%;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .top__worry p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.top__worry ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 751px) {
  .top__worry ul {
    width: 68.5%;
    margin: 0 auto;
  }
}
.top__worry ul li {
  background: #fff;
  width: 46%;
  position: relative;
  color: #003367;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (min-width: 751px) {
  .top__worry ul li {
    min-height: 238px;
    margin-bottom: 45px;
    padding: 80px 0 0 0;
    font-size: 155.5555555556%;
  }
}
@media (max-width: 750px) {
  .top__worry ul li {
    min-height: 140px;
    margin-bottom: 45px;
    padding: 40px 10px 0 10px;
    font-size: 14px;
  }
}
.top__worry ul li:nth-of-type(odd):before {
  background-image: url(../../assets/img/worry__1.png);
}
.top__worry ul li:nth-of-type(even):before {
  background-image: url(../../assets/img/worry__2.png);
}
.top__worry ul li:before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 25px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
@media (min-width: 751px) {
  .top__worry ul li:before {
    top: 60px;
  }
}
@media (max-width: 750px) {
  .top__worry ul li:before {
    top: 20px;
  }
}

.top__second2 {
  background-image: url(../../assets/img/second__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 751px) {
  .top__second2 {
    padding: 80px 40px 50px;
    font-size: 155.5555555556%;
  }
}
@media (max-width: 750px) {
  .top__second2 {
    padding: 40px 20px;
  }
}
.top__second2 h3 {
  color: #003367;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .top__second2 h3 {
    font-size: 160%;
  }
}
@media (max-width: 750px) {
  .top__second2 h3 {
    font-size: 120%;
  }
}
.top__second2 h3 span {
  background: linear-gradient(transparent 70%, #ffe845 30%);
}
@media (min-width: 751px) {
  .top__second2 h3 span {
    font-size: 180%;
  }
}
@media (max-width: 750px) {
  .top__second2 h3 span {
    font-size: 150%;
  }
}
.top__second2 p {
  color: #212121;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 751px) {
  .top__second2 p {
    font-size: 120%;
  }
}
@media (max-width: 750px) {
  .top__second2 p {
    font-size: 16px;
  }
}/*# sourceMappingURL=top.css.map */