@font-face {
  font-family: "Autography";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Autography.otf);
}
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/SourceHanCodeJP-Bold.otf);
}
@font-face {
  font-family: "A-OTFRyuminProEH-KL";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/A-OTFRyuminProEH-KL.otf);
}
.en {
  font-family: "lato", sans-serif;
}

.more {
  margin: 30px 0 0;
}
.more a {
  align-items: center;
  background-color: #2c5c97;
  border-radius: 22px;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  height: 45px;
  justify-content: center;
  margin: 0;
  position: relative;
  transition: all 0.5s;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .more a {
    margin: 30px auto 0;
  }
}
.more a::after {
  background: url(../image/arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  width: 15px;
}
.more a:hover {
  background-color: #000;
}
.more a:hover::after {
  right: 6%;
}

.trettio01 {
  margin: 100px 0 0;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
}
.trettio01 .bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
.trettio01 .page_top .inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 90%;
}
.trettio01 .page_top .inner .title p {
  color: #2c5c97;
  display: inline-block;
  font-family: "lato", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trettio01 .page_top .inner .title p {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.trettio01 .page_top .inner .title p::after {
  background-color: #2c5c97;
  bottom: 33px;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: -60px;
  transform: rotate(-55deg);
  width: 56px;
}
@media screen and (max-width: 768px) {
  .trettio01 .page_top .inner .title p::after {
    bottom: 26px;
    right: -39px;
    width: 40px;
  }
}
.trettio01 .page_top .breadcrumb {
  top: 20px;
  z-index: 0;
}
.trettio01 .page_top .service_swich {
  align-items: center;
  border-radius: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 62px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .trettio01 .page_top .service_swich {
    margin: 0 auto;
    width: 100%;
  }
}
.trettio01 .page_top .service_swich .btn {
  align-items: center;
  background-color: #fff;
  border-radius: 33px;
  color: #191919;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  transition: all 0.3s;
  width: calc(16.6666666667% - 5px);
}
@media screen and (max-width: 768px) {
  .trettio01 .page_top .service_swich .btn {
    border: 1px solid #191919;
    font-size: 1.4rem;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 5px);
  }
}
.trettio01 .page_top .service_swich .btn span {
  font-size: 1.4rem;
}
.trettio01 .page_top .service_swich .btn-active {
  background-color: #066292;
  border-radius: 33px;
  color: #fff;
  height: 44px;
  pointer-events: none;
}
.trettio01 .container {
  color: #191919;
  margin-top: 63px;
}
.trettio01 .container .inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.trettio01 .container .inner .top_image {
  width: 100%;
}
.trettio01 .container .inner .block {
  margin: 70px auto 160px;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .block {
    margin: 70px auto 100px;
  }
}
.trettio01 .container .inner .w100 {
  width: 100% !important;
}
.trettio01 .container .inner .box {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .box {
    flex-direction: column;
  }
}
.trettio01 .container .inner .image {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .image {
    width: 100%;
  }
}
.trettio01 .container .inner h1 {
  font-family: SourceHanCodeJP, sans-serif;
  font-size: 3.8rem;
  margin: 85px 0 40px;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner h1 {
    font-size: 3rem;
    margin: 50px auto 30px;
  }
}
.trettio01 .container .inner h1 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner h1 {
    font-size: 2rem;
  }
}
.trettio01 .container .inner .text_area {
  font-size: 1.6rem;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .text_area {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
.trettio01 .container .inner .box_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px 0 0;
}
.trettio01 .container .inner .box_list .image {
  width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .box_list .image {
    margin: 0 0 10px;
    width: calc(50% - 10px);
  }
}
.trettio01 .container .inner h2 {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner h2 {
    font-size: 2.4rem;
  }
}
.trettio01 .container .inner h3 {
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner h3 {
    font-size: 2rem;
  }
}
.trettio01 .container .inner .lead {
  font-size: 1.8rem;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .lead {
    font-size: 1.4rem;
  }
}
.trettio01 .container .inner .plan {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .plan {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .trettio01 .container .inner .plan {
    flex-direction: row;
  }
}
.trettio01 .container .inner .plan .item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .plan .item {
    width: 100%;
  }
}
.trettio01 .container .inner .plan .item .image {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .plan .item .image {
    width: 100%;
  }
}
.trettio01 .container .inner .plan h3 {
  border: 1px solid #000;
  margin: 0 auto 30px;
  padding: 5px 30px;
  width: 250px;
}
.trettio01 .container .inner .item_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .item_list {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .trettio01 .container .inner .item_list {
    flex-direction: row;
  }
}
.trettio01 .container .inner .item_list .item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .item_list .item {
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .trettio01 .container .inner .item_list .item {
    width: calc(33.3333333333% - 30px);
  }
}
.trettio01 .container .inner .item_list .item .image {
  margin: 0 auto 20px;
  width: 100%;
}
.trettio01 .container .inner .item_list .item h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.trettio01 .container .inner .item_list .item .text {
  flex-shrink: 0;
  font-size: 1.4rem;
}
.trettio01 .container .inner .note {
  margin: 10px 0 0;
  text-align: right;
}
.trettio01 .container .inner .block02 .box {
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .block02 .box {
    flex-direction: column-reverse;
  }
}
.trettio01 .container .inner .block02 h4 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .block02 h4 {
    font-size: 2.2rem;
  }
}
.trettio01 .container .inner .block02 .text {
  margin: 30px auto 0;
}
.trettio01 .container .inner .block02 .image {
  margin: 0 auto;
  max-width: 350px;
}
.trettio01 .container .inner .facility_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 50px;
  width: 100%;
}
.trettio01 .container .inner .facility_list .item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
  width: calc(25% - 25px);
}
@media screen and (max-width: 768px) {
  .trettio01 .container .inner .facility_list .item {
    width: calc(50% - 10px);
  }
}
.trettio01 .container .inner .facility_list .item .image {
  margin: 0 auto 10px;
  width: 100%;
}
.trettio01 .container .inner .facility_list .item .title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
/*# sourceMappingURL=sourcemaps/trettio.css.map */