@charset "UTF-8";
.container {
  position: relative;
  width: 1200px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  position: relative;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1219px) {
  header {
    position: fixed;
    height: 60px;
    background-color: #fff;
  }
}
header .container {
  width: 100%;
  height: 100%;
}
header .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
header .logo a {
  display: block;
}
header .logo img {
  height: 90px;
}
@media screen and (max-width: 1219px) {
  header .logo {
    top: 10px;
    left: 20px;
  }
  header .logo img {
    height: 40px;
  }
}
header .navi {
  position: absolute;
  right: 280px;
  top: 60px;
}
header .navi ul {
  text-align: left;
}
header .navi ul li {
  display: inline-block;
  margin-left: 50px;
}
header .navi ul li a {
  color: #FFF;
}
@media screen and (max-width: 1219px) {
  header .navi {
    display: none;
  }
}
header .contactbutton {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 170px;
  height: 45px;
  line-height: 45px;
  background-color: #EFF4B8;
}
@media screen and (max-width: 1219px) {
  header .contactbutton {
    display: none;
  }
}
header .contactbutton a {
  width: 100%;
  height: 100%;
  display: block;
  color: #2C6588;
}
header .navibutton {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 20px;
  right: 20px;
}
header .navibutton:hover {
  cursor: pointer;
}
header .navibutton .btn {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navibutton .btn span {
  display: block;
  position: absolute;
  background-color: #2C6588;
  height: 2px;
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navibutton .btn .l1 {
  top: 0;
}
header .navibutton .btn .l2 {
  top: calc(50% - 1px);
}
header .navibutton .btn .l3 {
  bottom: 0;
}
header .navibutton .btn.active .l1 {
  width: 15px;
  -moz-transform: translateX(17px) translateY(14px) rotate(-45deg);
  -ms-transform: translateX(17px) translateY(14px) rotate(-45deg);
  -webkit-transform: translateX(17px) translateY(14px) rotate(-45deg);
  transform: translateX(17px) translateY(14px) rotate(-45deg);
}
header .navibutton .btn.active .l3 {
  width: 15px;
  -moz-transform: translateX(17px) translateY(-14px) rotate(45deg);
  -ms-transform: translateX(17px) translateY(-14px) rotate(45deg);
  -webkit-transform: translateX(17px) translateY(-14px) rotate(45deg);
  transform: translateX(17px) translateY(-14px) rotate(45deg);
}
@media screen and (min-width: 1220px) {
  header .navibutton {
    display: none;
  }
}

nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  z-index: 99;
}
nav ul {
  position: absolute;
  top: 60px;
  right: 0;
  height: calc(100vh - 60px);
  background-color: #FFF;
  padding: 20px 40px;
  animation: navi .5s ease-out 0s 1 normal;
  -webkit-animation: navi .5s ease-out 0s 1 normal;
}
nav ul li {
  margin-bottom: 20px;
}
nav ul li:last-child {
  margin-bottom: 0;
}

@keyframes navi {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes navi {
  0% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
.sct-mainimg {
  background-image: url(../images/mainimg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-mainimg {
    background-position: right -160px center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg {
    background-position: right -210px center;
  }
}
.sct-mainimg .container {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 1219px) {
  .sct-mainimg .container {
    padding: 0;
  }
}
.sct-mainimg h1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 40%;
  left: auto;
  right: 180px;
}
@media screen and (max-width: 767px) {
  .sct-mainimg h1 {
    top: 40%;
    right: 50px;
    width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg h1 {
    top: 35%;
    right: 80px;
  }
}
.sct-mainimg .txt {
  position: absolute;
  bottom: 45px;
  left: 80px;
}
.sct-mainimg .txt img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .sct-mainimg .txt {
    bottom: 30px;
    left: 10px;
  }
  .sct-mainimg .txt img {
    width: 97%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-mainimg .txt {
    bottom: 30px;
    left: 30px;
  }
}

.sct-greeting {
  position: relative;
}
.sct-greeting:before {
  position: absolute;
  top: 90px;
  left: 70px;
  width: 423px;
  height: 340px;
  display: block;
  content: "";
  background-image: url(../images/greeting_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1219px) {
  .sct-greeting:before {
    top: 30px;
    left: 30px;
    width: 150px;
  }
}
.sct-greeting:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 700px;
  display: block;
  content: "";
  background-color: #D8E2EA;
  z-index: -1;
}
.sct-greeting .container {
  min-height: 830px;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-greeting .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-greeting .m-title {
  text-align: left;
}
.sct-greeting h3 {
  width: 50%;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.sct-greeting h3 .name {
  font-size: 1.8rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sct-greeting h3 {
    width: 100%;
    font-size: 1.85rem;
  }
  .sct-greeting h3 .name {
    font-size: 1.4rem;
  }
}
.sct-greeting .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sct-greeting .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sct-greeting .photo {
    position: absolute;
    top: 30px;
    right: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-greeting .photo {
    top: auto;
    bottom: 40px;
    right: 30px;
  }
  .sct-greeting .photo img {
    width: 280px;
  }
}

.sct-service {
  position: relative;
  background-image: url(../images/service_bg.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-service {
    background-size: 200%;
  }
}
.sct-service:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 700px;
  display: block;
  content: "";
  background-color: #D8E2EA;
  z-index: -1;
}
.sct-service .container {
  width: 1200px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}
@media screen and (max-width: 1219px) {
  .sct-service .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .container {
    width: 100%;
  }
}
.sct-service .m-title {
  color: #FFF;
}
.sct-service .m-title:first-letter, .sct-service .m-title span {
  color: #FFF;
}
.sct-service .service {
  width: calc(100% + 50px);
  margin: 0 -25px;
}
@media screen and (max-width: 767px) {
  .sct-service .service {
    width: calc(100% + 6px);
    margin: 0 -3px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.sct-service .service ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
}
.sct-service .service ul li {
  width: calc(33.333% - 30px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sct-service .service ul li {
    width: calc(100% - 6px);
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-service .service ul li {
    width: calc(33.333% - 30px);
    margin-bottom: 10px;
  }
}
.sct-service .service ul li .inner {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sct-service .service ul li .inner .image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
  .sct-service .service ul li .inner .image {
    padding-top: 80%;
  }
}
.sct-service .service ul li .inner h3 {
  font-size: 2.4rem;
  color: #2C6588;
  padding: 0 20px 5px;
}
@media screen and (max-width: 1219px) {
  .sct-service .service ul li .inner h3 {
    font-size: 2rem;
  }
}
.sct-service .service ul li .inner p {
  padding: 0 20px 60px;
}
@media screen and (max-width: 1219px) {
  .sct-service .service ul li .inner p {
    padding: 0 20px 30px;
  }
}

.sct-cases .container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  .sct-cases .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.sct-cases .cases {
  position: relative;
}
.sct-cases .cases ul li {
  padding: 0 10px;
}
.sct-cases .cases ul li .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sct-cases .cases ul li .inner a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.sct-cases .cases ul li .inner .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2.4rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px 25px;
}
.sct-cases .cases ul li .inner .detail .date {
  color: #2C6588;
}
.sct-cases .cases .slider {
  transition: opacity .3s linear;
}
.sct-cases .cases .slick-initialized {
  opacity: 1;
}
.sct-cases .cases .slick-next, .sct-cases .cases .slick-prev {
  width: 40px;
  height: 40px;
  top: 50%;
}
@media screen and (max-width: 1219px) {
  .sct-cases .cases .slick-next, .sct-cases .cases .slick-prev {
    width: 50px;
    height: 50px;
  }
}
.sct-cases .cases .slick-next:before, .sct-cases .cases .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 40px;
  font-weight: 700;
  color: #2C6588;
}
@media screen and (max-width: 767px) {
  .sct-cases .cases .slick-next:before, .sct-cases .cases .slick-prev:before {
    font-size: 30px;
  }
}
.sct-cases .cases .slick-prev {
  left: 100px;
}
.sct-cases .cases .slick-prev:before {
  content: "\f32e";
}
@media screen and (max-width: 1219px) {
  .sct-cases .cases .slick-prev {
    left: -20px;
  }
}
.sct-cases .cases .slick-next {
  right: 100px;
}
.sct-cases .cases .slick-next:before {
  content: "\f330";
}
@media screen and (max-width: 1219px) {
  .sct-cases .cases .slick-next {
    left: auto;
    right: -20px;
  }
}
.sct-cases .cases .slick-arrow {
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .sct-cases .cases .m-bt {
    width: calc(100% - 40px);
  }
}

.sct-faq {
  position: relative;
  background-image: url(../images/faq_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.sct-faq .container {
  padding-top: 100px;
  padding-bottom: 230px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-faq .m-title {
  color: #FFF;
}
.sct-faq .m-title:first-letter, .sct-faq .m-title span {
  color: #FFF;
}
.sct-faq .faq ul li {
  text-align: left;
}
.sct-faq .faq ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sct-faq .faq ul li .q {
  position: relative;
  color: #2C6588;
  background-color: #FFF;
  padding: 25px 30px;
  cursor: pointer;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .q {
    padding: 10px 40px 10px 20px;
  }
}
.sct-faq .faq ul li .q i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 35px;
  display: inline-block;
  font-size: 2.4rem;
  color: #882C2C;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .q i {
    right: 20px;
  }
}
.sct-faq .faq ul li .a {
  display: none;
  background-color: #D8E2EA;
  padding: 25px 30px;
}
@media screen and (max-width: 1219px) {
  .sct-faq .faq ul li .a {
    padding: 10px 20px;
  }
}

.sct-company .container {
  overflow: visible;
  padding-top: 180px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1219px) {
  .sct-company .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-company .company {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sct-company .company {
    display: flex;
    margin-bottom: 60px;
  }
}
.sct-company .company .left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-company .company .left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sct-company .company .left {
    margin-bottom: 30px;
  }
}
.sct-company .company .left:before {
  position: absolute;
  top: -50px;
  left: -60px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #2C6588;
  z-index: -1;
}
.sct-company .company .right {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sct-company .company .right {
    width: 50%;
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sct-company .company .right {
    padding-left: 30px;
  }
}
.sct-company .company .right:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 85px 85px 0;
  border-color: transparent #2C6588 transparent transparent;
}
@media screen and (max-width: 767px) {
  .sct-company .company .right:before {
    border-width: 0 40px 40px 0;
  }
}
.sct-company .m-title {
  text-align: left;
}
.sct-company h3 {
  font-size: 2.3rem;
  line-height: 3.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-company h3 {
    font-size: 1.85rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
.sct-company table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
  text-align: left;
}
.sct-company table tr th {
  width: 25%;
  background-color: #2C6588;
  color: #FFF;
  padding: 25px 30px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .sct-company table tr th {
    width: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 15px 20px;
  }
}
.sct-company table tr td {
  width: 75%;
  padding: 25px 30px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .sct-company table tr td {
    width: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 15px 20px;
  }
}
.sct-company table:last-child tr td {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .sct-company table, .sct-company thead, .sct-company tbody, .sct-company tr, .sct-company th, .sct-company td {
    width: 100%;
    display: block;
  }
}

.sct-recruit {
  position: relative;
  background-color: #2C6588;
  background-image: url(../images/recruit_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-recruit {
    background-image: url(../images/recruit_bg_sp.jpg);
    background-size: 50%;
    background-position: right top;
  }
}
.sct-recruit .container {
  padding-top: 170px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1219px) {
  .sct-recruit .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-recruit .m-title {
  text-align: left;
  color: #FFF;
}
.sct-recruit .m-title:first-letter, .sct-recruit .m-title span {
  color: #FFF;
}
.sct-recruit .left {
  width: 40%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sct-recruit .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .sct-recruit .left {
    width: 50%;
    margin-bottom: 40px;
  }
}
.sct-recruit .left h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-recruit .left h3 {
    font-size: 1.85rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
.sct-recruit .left .txt {
  color: #FFF;
}
.sct-recruit table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #2C6588;
  text-align: left;
  margin-bottom: 30px;
}
.sct-recruit table tr {
  background-color: #FFF;
  border-bottom: 1px solid #2C6588;
}
.sct-recruit table tr th {
  width: 25%;
  color: #2C6588;
  background-color: #CCD4E2;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .sct-recruit table tr th {
    width: 100%;
    padding: 15px 20px;
  }
}
.sct-recruit table tr td {
  width: 75%;
  color: #2C6588;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .sct-recruit table tr td {
    width: 100%;
    padding: 15px 20px;
  }
}
.sct-recruit table:last-child tr td {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .sct-recruit table, .sct-recruit thead, .sct-recruit tbody, .sct-recruit tr, .sct-recruit th, .sct-recruit td {
    width: 100%;
    display: block;
  }
}

.sct-contact {
  position: relative;
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sct-contact .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sct-contact .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sct-contact .caution, .sct-contact .any {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  background-color: #2C6588;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 10px;
}
.sct-contact .any {
  background-color: #2C6588;
}
.sct-contact .grp {
  width: 570px;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  .sct-contact .grp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sct-contact .grp .row .col {
    width: 100%;
  }
}
.sct-contact ul li {
  text-align: left;
  margin-bottom: 10px;
}
.sct-contact ul li p {
  font-weight: 700;
  padding: 10px 0;
}
.sct-contact ul li table {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sct-contact ul li table {
    width: 100%;
  }
}
.sct-contact ul li table tr th {
  width: 20%;
  vertical-align: top;
  padding-top: 10px;
}
.sct-contact ul li table tr td {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .sct-contact ul li table tr td {
    -webkit-appearance: none;
  }
  .sct-contact ul li table tr td:after {
    position: absolute;
    top: 0;
    right: 17px;
    font-family: "Font Awesome 5 pro";
    content: "\f0dd";
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    color: #CCC;
  }
}
.sct-contact .submit {
  margin-top: 60px;
  font-size: 0;
}
.sct-contact .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #2C6588;
  padding: 10px 60px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sct-contact .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-contact .submit .button:hover {
    cursor: pointer;
    background-color: #2C6588;
    opacity: 1;
  }
}
.sct-contact .submit a.button {
  color: #2C6588;
  text-decoration: none;
}

.sct-confirm {
  background-color: #F0F0ED;
}
.sct-confirm .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sct-confirm .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-confirm .confirm {
  width: 1120px;
  padding: 50px 130px;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .sct-confirm .confirm {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sct-confirm .confirm {
    padding: 20px;
  }
}
.sct-confirm dl {
  font-size: 16px;
  text-align: left;
}
.sct-confirm dl:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .sct-confirm dl {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sct-confirm dl {
    width: 100%;
    font-size: 14px;
  }
}
.sct-confirm dl dt {
  width: 25%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sct-confirm dl dt {
    width: 100%;
    color: #999;
    padding: 20px 0 5px;
  }
}
.sct-confirm dl dd {
  width: 75%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sct-confirm dl dd {
    width: 100%;
    padding: 0 0 20px;
  }
}
.sct-confirm dl dd p {
  margin-bottom: 5px;
}
.sct-confirm .submit {
  margin-top: 60px;
  font-size: 0;
}
.sct-confirm .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #2C6588;
  border-radius: 10px;
  padding: 10px 60px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sct-confirm .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-confirm .submit .button:hover {
    cursor: pointer;
    background-color: #2C6588;
    opacity: 1;
  }
}
.sct-confirm .submit a.button {
  color: #2C6588;
  text-decoration: none;
}

.sct-submit {
  background-color: #F0F0ED;
}
.sct-submit .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sct-submit .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sct-submit em {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  .sct-submit em {
    font-size: 20px;
  }
}
.sct-submit .txt {
  margin-bottom: 40px;
}
.sct-submit .txt p {
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .sct-submit .txt {
    margin-bottom: 20px;
  }
  .sct-submit .txt p {
    line-height: 22px;
    text-align: left;
  }
}
.sct-submit .thanks {
  width: 1120px;
  padding: 50px 130px;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .sct-submit .thanks {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sct-submit .thanks {
    padding: 20px;
  }
}
.sct-submit .submit {
  margin-top: 60px;
}
.sct-submit .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
  background-color: #2C6588;
  border-radius: 10px;
  padding: 10px 60px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sct-submit .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  .sct-submit .submit .button:hover {
    cursor: pointer;
    background-color: #2C6588;
    opacity: 1;
  }
}

.sct-pagetitle {
  position: relative;
  height: 320px;
  background-color: #EEE;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-pagetitle {
    height: 160px;
  }
}
.sct-pagetitle .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 40px;
}
.sct-pagetitle .title .e {
  font-size: 24px;
  margin-bottom: 5px;
}
.sct-pagetitle .title .j {
  font-size: 11px;
}

.sct-breadcrumb {
  border-bottom: 1px solid #ccc;
}
.sct-breadcrumb .container {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sct-breadcrumb ul {
  font-size: 0;
}
.sct-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.sct-breadcrumb ul li a {
  color: #333;
}
.sct-breadcrumb ul li:after {
  content: '＞';
  display: inline-block;
  margin: 0 8px;
}
.sct-breadcrumb ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .sct-breadcrumb {
    display: none;
  }
}

#page .sct-xxx .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #page .sct-xxx .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#policy .sct-policy .container {
  width: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #policy .sct-policy .container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#policy .sct-policy h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
#policy .sct-policy .txt {
  margin-bottom: 50px;
}

#contact .sct-main .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1219px) {
  #contact .sct-main .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#contact .sct-main .grp {
  width: 750px;
  margin: 0 auto;
}
#contact .sct-main .grp p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
  #contact .sct-main .grp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact .sct-main .grp .row .col {
    width: 100%;
  }
}
#contact .sct-main .submit {
  margin-top: 60px;
  font-size: 0;
}
#contact .sct-main .submit .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
  border: 1px solid #2C6588;
  padding: 10px 60px;
  font-size: 1.4rem;
  margin: 0 20px;
  color: #2C6588;
}
@media screen and (max-width: 767px) {
  #contact .sct-main .submit .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1220px) {
  #contact .sct-main .submit .button:hover {
    cursor: pointer;
    background: #2C6588;
    color: #FFF;
    opacity: 1;
  }
}
#contact .sct-main .submit a.button {
  color: #2C6588;
  text-decoration: none;
}
#contact .sct-confirm dl {
  text-align: left;
}
#contact .sct-confirm dl dt {
  display: block;
  font-size: 1.2rem;
  color: #999999;
}
#contact .sct-confirm dl dd {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #ccc;
}
#contact .sct-submit em {
  display: block;
  text-align: center;
  padding: 60px 0 100px;
  font-style: normal;
  font-size: 2rem;
}
#contact .sct-submit p {
  text-align: center;
}

footer .sct-footer {
  background-color: #D8E2EA;
}
footer .sct-footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .sct-footer .logo {
  margin-bottom: 20px;
}
footer .sct-footer .navi {
  text-align: center;
}
footer .sct-footer .navi ul li {
  display: inline-block;
}
footer .sct-footer .navi ul li a {
  font-size: 1.4rem;
  color: #797979;
}
footer .sct-footer .navi ul li:after {
  content: '｜';
  margin: 0 15px;
}
footer .sct-footer .navi ul li:last-child:after {
  display: none;
}
footer .sct-footer .sns .ico {
  display: inline-block;
}
footer .sct-footer .sns .ico a {
  text-decoration: none;
}
footer .sct-footer .sns .ico i {
  font-size: 30px;
  margin: 0 10px;
}
footer .sct-footer .sns .ico i.insta {
  position: relative;
  color: #CF2E92;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media all and (-ms-high-contrast: none) {
  footer .sct-footer .sns .ico i.insta {
    background: none;
  }
}
footer .sct-footer .sns .ico i.fb {
  color: #3B5998;
}
footer .sct-footer .sns .ico i.tw {
  color: #1DA1F2;
}
footer .sct-footer .sns .ico i.line {
  color: #00B900;
}
footer .sct-footer .sns .ico i.youtube {
  color: #cd201f;
}
footer .sct-copy {
  font-size: 1.4rem;
  color: #FFF;
  background-color: #2C6588;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  footer .sct-copy {
    font-size: 1.2rem;
  }
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#pagetop a:hover {
  background: #2C6588;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}


/* 2024.8.8 追記 ここから */
.sct-news{

  border-top:1px solid #2C6588;

}
.sct-news .container {
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1219px) {
  .sct-news .container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.sct-news .container .news dl{
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  color: #2C6588;
  margin:0 auto;
}
.sct-news .container .news dl dt{
  width: 30%;
  padding:5px 0;
}
.sct-news .container .news dl dd{
  width: 70%;
  padding:5px 0;
}
@media screen and (max-width: 767px) {
  .sct-news .container .news dl{
    width: 100%;
    text-align: left;
  }
  .sct-news .container .news dl dt{
    width: 100%;
    padding:10px 0 0;
  }
  .sct-news .container .news dl dd{
    width: 100%;
    padding:0 0 10px;
  }
}
/* .sct-news .container .news p::before{
  width: 74px;
  height: 1px;
  display: block;
  content:"";
  background-color: #2C6588;
  margin:0 auto 30px;
}
.sct-news .container .news p::after{
  width: 74px;
  height: 1px;
  display: block;
  content:"";
  background-color: #2C6588;
  margin:30px auto 0;
} */
/* 2024.8.8 追記 ここまで */