@charset "UTF-8";
body {
  background: #015249;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

body.appear {
  background: #fbfbfb;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  text-align: left;
  margin: 0 0 50px 50px;
}
h2 span {
  margin: -30px 0 0 20px;
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h2 {
    margin: 0 0 30px 10px;
  }
}

h4 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

.br {
  display: none;
}
@media screen and (max-width: 768px) {
  .br {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.detail-btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.detail-btn .btn {
  padding: 15px 20%;
}
@media screen and (max-width: 768px) {
  .detail-btn .btn {
    padding: 15px 5%;
    width: 85%;
  }
}

.fadeUp img {
  width: 200px;
}

/* font-family */
.heading {
  font-family: "Alex Brush", cursive;
  font-size: 5vw;
  font-weight: normal;
  color: #015249;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media screen and (max-width: 960px) {
  .heading {
    font-size: 3.5rem;
  }
}
#container {
  overflow-x: hidden;
}

/* header */
#header {
  background: #fff;
  padding-right: 180px;
}
#header h1 {
  font-size: 1.2rem;
  font-family: noto sans js;
  letter-spacing: 0.1em;
  position: absolute;
  top: 15px;
  left: 9%;
  transform: translateX(-50%);
  color: #015249;
  line-height: 1.2;
  padding-left: 14px;
  width: 200px;
}
#header h1 span {
  display: block;
  font-size: 0.6rem;
}
@media screen and (max-width: 768px) {
  #header h1 {
    left: 50%;
  }
}
@media screen and (max-width: 1300px) {
  #header h1 {
    top: 22px;
    left: 197px;
  }
}

#g-nav ul {
  display: flex;
  padding: 0 0 0 5%;
}

#g-nav ul li {
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#g-nav ul li a {
  display: block;
  padding: 6px 15px;
}

@media screen and (max-width: 1300px) {
  #g-nav ul {
    display: block;
    padding: 0;
  }
  #g-nav ul li a {
    padding: 6px 15px;
  }
}
#header ul#utility-navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  font-size: 0.8rem;
}

#header ul#utility-navi li {
  text-align: center;
}

#header ul#utility-navi li span {
  display: block;
}

#header ul#utility-navi li a {
  color: #fff;
  padding: 15px 0;
  display: block;
  width: 100px;
  transition: all 0.5s;
}

#header ul#utility-navi li img {
  width: 35%;
}

#header ul#utility-navi li:first-child a {
  background: #015249;
}

#header ul#utility-navi li:first-child a:hover {
  background: #888;
}

#header ul#utility-navi li:last-child a {
  background: #015249;
}

#header ul#utility-navi li:last-child a:hover {
  background: #028C7C;
}

@media screen and (max-width: 768px) {
  #header h1 {
    top: 9px;
    transform: translateX(-70%);
  }
  #header ul#utility-navi li span {
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #header ul#utility-navi li a {
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header ul#utility-navi li img {
    width: 45%;
    margin: 0;
  }
}
@media screen and (max-width: 530px) {
  #header h1 {
    font-size: 1.3rem;
    top: 10px;
    transform: translateX(0%);
    left: 66px;
    width: 50%;
    height: 50px;
    max-width: 200px;
    display: flex;
    align-items: center;
  }
  #g-nav ul li:last-child {
    display: block;
  }
  #header ul#utility-navi li:first-child {
    display: block;
  }
  #header ul#utility-navi li:last-child a {
    background: #015249;
  }
  #header ul#utility-navi li:last-child a:hover {
    background: #888;
  }
}
/* lead */
#lead {
  position: relative;
  padding: 94px 0 0 0;
  height: 100vh;
  font-family: "Noto Serif JP", serif;
}

#slider-area {
  width: 75%;
  height: 70vh;
  position: relative;
  top: 0;
  left: 10%;
  z-index: -1;
}

#slider-area #slider {
  width: 100%;
  height: 70vh;
}

#lead h2.heading {
  position: absolute;
  top: 200px;
  right: 10%;
}

#lead .lead {
  position: absolute;
  top: 320px;
  right: 4%;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

#lead .lead span {
  display: block;
  padding: 100px 0 0 0;
}

/*========= new ===============*/
#news {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 45%;
  z-index: 2;
  padding: 40px;
}
#news p {
  text-align: right;
  text-decoration: underline;
}
#news #links01 .tit {
  padding-right: 10px;
  display: block;
}

#news h2 {
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 30px 0;
}

#news h2::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #015249;
  left: 0;
  bottom: -5px;
}

#news li {
  margin: 0 0 10px 0;
}

#news li a {
  transition: all 0.3s;
}

#news li a:hover {
  background: #efefef;
}

#news li time {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 0.8rem;
  color: #999;
}

@media screen and (max-width: 1200px) {
  #lead .lead {
    font-size: 1.8rem;
    right: 2.5%;
  }
  #news {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #lead .lead {
    font-size: 1.6rem;
    right: 3%;
  }
  #news {
    padding: 20px 30px;
  }
  #news li time {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #slider-area {
    width: 74%;
    height: 90vh;
    left: 0;
  }
  #slider-area #slider {
    height: 90vh;
  }
  #lead h2.heading {
    top: 160px;
  }
  #lead {
    padding: 100px 0 0 0;
  }
  #lead .lead {
    right: 7%;
    top: 260px;
  }
  #news {
    width: 100%;
    bottom: -200px;
  }
}
@media screen and (max-width: 550px) {
  #lead .lead {
    font-size: 1.3rem;
    right: 5%;
  }
}
@media screen and (max-width: 350px) {
  #lead .lead {
    right: 2%;
  }
}
/*========= service list ===============*/
#service-list {
  margin-bottom: 100px;
}
#service-list h2 {
  text-align: left;
  margin: 0 0 50px 50px;
}
#service-list h2 span {
  margin: -30px 0 0 20px;
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  #service-list h2 {
    margin: 0 0 50px 20px;
  }
}
#service-list h2 span.bgLRextend::before {
  background: #333;
}

#service-list .service-area {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 210px 0;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #service-list .service-area {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  #service-list .service-area {
    margin: 0 0 200px 0;
  }
}
@media screen and (max-width: 590px) {
  #service-list .service-area {
    margin: 30px 0 50px 0;
  }
}
#service-list .service-area::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 23em;
  background-color: #f3f3f3;
  opacity: 0.5;
  right: 10%;
  top: 20%;
  z-index: -1;
}

#service-list .service-area:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}

#service-list .service-area .img {
  width: 50%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  #service-list .service-area .img {
    height: 300px;
  }
}
#service-list .service-area .img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#service-list .service-area .content {
  width: 40%;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 150px;
}

@media screen and (max-width: 768px) {
  #service-list .service-area .content {
    width: 47%;
    top: 0;
  }
}
@media screen and (max-width: 590px) {
  #service-list .service-area .img {
    width: 100%;
    z-index: 2;
  }
  #service-list .service-area .content {
    width: 90%;
    top: 0;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    z-index: 1;
  }
}
#service-list .service-area .content-area {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #service-list .service-area .content-area {
    padding: 10px 20px 30px;
    margin: 10px 0 0;
  }
}

#service-list .service-area .content-area h3 {
  text-align: left;
  font-size: 1.7rem;
  margin: 0 0 30px 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #service-list .service-area .content-area h3 {
    font-size: 1.5rem;
  }
}

#service-list .service-area .content-area h3 span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
  margin-bottom: 10px;
  color: #D9B310;
}

#service-list .service-area .content-area p {
  margin: 0 0 30px 0;
}

#service-list .message-btn {
  margin-top: 260px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service-list .message-btn {
    margin-top: 10px;
  }
}
#service-list .message-btn .btn {
  padding: 15px 20%;
  border: 1px solid #333;
}

/*========= service ===============*/
#service {
  position: relative;
  text-align: center;
  padding: 0 0 0 0;
}

#service header {
  background: #015249;
  color: #fff;
  width: 95%;
  padding: 50px 50px 65px;
  z-index: 1;
}

#service header h2 {
  font-size: 1.3rem;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}

#service header p {
  margin: 0 0 30px 0;
}

#service header p br {
  display: none;
}

#service .service-area {
  background: #fff;
  padding: 70px;
  width: 70%;
  position: relative;
  top: -50px;
  z-index: 0;
  margin: 0 auto;
}

#service .service-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* スマホ表示用。flipDownを指定している親要素に指定しないとうまく動かない*/
  transform: translate3d(0, 0, 0);
}

#service .service-area ul li {
  opacity: 0;
  width: 30%;
  padding: 0 0 50px 0;
}

#service .service-area ul li a {
  display: block;
}

@media screen and (max-width: 960px) {
  #service header {
    width: 100%;
  }
  #service .service-area {
    width: 80%;
    left: 10%;
    padding: 80px 20px 30px 20px;
  }
  #service .service-area ul li {
    width: 40%;
  }
  #service header p br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #service {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  #service .service-area {
    width: 90%;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  #service .service-area {
    width: 100%;
    left: 0;
    font-size: 0.9rem;
  }
}
/*========= message ===============*/
#message {
  position: relative;
  padding: 0 70px;
  margin: 100px auto 0;
  max-width: 1400px;
}

#message h2 {
  position: absolute;
  right: 45%;
  z-index: 2;
}

.message-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.message-img {
  background: url("img/pict_01.jpg") no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 48%;
  max-width: 600px;
}

.message-content {
  display: flex;
  justify-content: center;
  padding: 150px 0 0 0;
  width: 45%;
}

.message-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.message-content h3,
.message-content p,
.message-content .message-btn {
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 20em;
  letter-spacing: 0.1em;
}

.message-content h3 {
  font-size: 1.5rem;
  line-height: 3.5;
  font-family: "Noto Serif JP", serif;
}

_:-ms-lang(x)::-ms-backdrop, .message-content h3 { /*IE11用ハック*/
  width: 30%;
}

.message-content p {
  line-height: 1.8;
  margin: 0 0 0 50px;
}

_:-ms-lang(x)::-ms-backdrop, .message-content p { /*IE11用ハック*/
  width: 60%;
}

_:-ms-lang(x)::-ms-backdrop, .message-content .message-btn { /*IE11用ハック*/
  width: 10%;
}

@media screen and (max-width: 1280px) {
  .message-content h3 {
    line-height: 2;
    margin: 0 0 0 10px;
  }
  .message-content p {
    line-height: 3;
    margin: 0 0 0 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1000px) {
  .message-content p {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #message {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  #message h2 {
    position: relative;
    right: inherit;
    top: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #message h2 {
    top: 105px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .message-img,
.message-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message-img {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .message-content {
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message-content h3,
.message-content p,
.message-content .message-btn {
    writing-mode: horizontal-tb;
    height: inherit;
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop, .message-content h3,
_:-ms-lang(x)::-ms-backdrop, .message-content p,
_:-ms-lang(x)::-ms-backdrop, .message-content .message-btn { /*IE11用ハック*/
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message-content h3 {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .message-box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .message-box .btn {
    padding: 10px;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .message-img {
    height: 33vh;
  }
}
@media screen and (max-width: 370px) {
  .message-content p br {
    display: none;
  }
}
/*========= flow ===============*/
.flow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px 100px;
  border-top-left-radius: 50% 10%;
  border-top-right-radius: 50% 10%;
  overflow: hidden;
  margin-bottom: 80px;
  flex-direction: column;
}
.flow h2 {
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .flow h2 {
    margin: 0;
    top: 0;
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    height: auto;
    padding: 80px 20px;
    border-top-left-radius: 90% 10%;
    border-top-right-radius: 90% 10%;
  }
}
.flow .parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-image: url("img/service-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.flow .tit {
  width: 80%;
  margin: 50px auto;
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .flow .tit {
    width: 100%;
  }
}
.flow .flow-list {
  position: relative;
  z-index: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.flow .flow-list li {
  background-color: rgb(255, 255, 255);
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  width: 350px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .flow .flow-list li {
    width: 26%;
  }
}
.flow .flow-list li .step {
  font-size: 14px;
  font-weight: bold;
  color: #015249;
}
.flow .flow-list li .step span {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
  color: #015249;
}
.flow .flow-list li img {
  max-width: 100%;
  height: 150px;
  margin: 16px 0;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow .flow-list li .txt .top {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #FFF;
  background: #015249;
  padding: 2px 10px;
  border-radius: 7px;
}
.flow .flow-list li .txt .btm {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
.flow .flow-list li:hover {
  transform: translateY(-5px);
}
.flow .flow-list li::after {
  content: "▶︎";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #015249;
}
.flow .flow-list li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .flow .flow-list li::after {
    content: "▼";
    right: auto;
    top: auto;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
  }
  .flow .flow-list li:last-child::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow-list {
    flex-direction: column;
    gap: 35px;
  }
  .flow .flow-list li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.flow .flow-btn {
  width: 100%;
  margin: 70px auto 0;
  text-align: center;
}
.flow .flow-btn .btn {
  padding: 15px 20%;
}

/*========= faq ===============*/
.faq .faq-area {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.faq .faq-area .faq-content {
  width: 100%;
  margin: 0 auto;
}
.faq .faq-area .faq-box {
  max-width: 800px;
  width: 90%;
  margin: 10px auto;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px 20px;
}
.faq .faq-area .faq-box .faq-question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.faq .faq-area .faq-box .faq-question::before {
  content: "Q";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background-color: #015249;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.faq .faq-area .faq-box .faq-question .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: auto;
}
.faq .faq-area .faq-box .faq-question.active .arrow {
  transform: rotate(-135deg);
}
.faq .faq-area .faq-box .faq-answer {
  display: none;
  padding: 10px 10px 10px 50px;
  text-align: left;
  position: relative;
}
.faq .faq-area .faq-box .faq-answer::before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f4f4f4;
  color: #d9b310;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/*========= history ===============*/
#history {
  position: relative;
  padding: 0 70px;
  margin: 0 0 100px 0;
}

#history h2 {
  position: absolute;
  right: 45%;
  z-index: 2;
}

.history-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history-img {
  background: url("img/pict_02.jpg") no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 48%;
}

.history-content {
  width: 45%;
  padding: 150px 0 0 0;
}

@media screen and (max-width: 768px) {
  #history {
    padding: 0 30px;
  }
  #history h2 {
    position: relative;
    right: inherit;
    top: 40px;
  }
  .history-img,
.history-content {
    width: 100%;
  }
  .history-img {
    height: 40vh;
  }
  .history-content {
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 430px) {
  .history-img {
    height: 20vh;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 0;
  width: 100%;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

/*　背景画像設定　*/
.slider-item01 {
  background: url("img/flow1.png");
}

.slider-item02 {
  background: url("img/flow2.png");
}

.slider-item03 {
  background: url("img/flow3.png");
}

.slider-item {
  margin: 0 auto;
  width: 90%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 10vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*========= footer ===============*/
#footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#footer .footer-r {
  width: 70%;
  padding: 40px;
  background: #015249;
  color: #fff;
}

#footer .footer-r .map-address {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-r .map-address address {
  font-style: normal;
  margin: 0 0 30px 0;
}

#footer .footer-r .map-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 100px 0;
}

#footer .footer-r .map-area h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.3rem;
  width: 10%;
  height: 10em;
  letter-spacing: 0.3em;
  text-align: center;
}

#footer .footer-r .map-address {
  width: 30%;
}

#footer .footer-r .map-block {
  width: 50%;
}

#footer .footer-r .iframe-area {
  position: relative;
  padding-bottom: 51.65%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#footer .footer-r .iframe-area iframe,
#footer .footer-r .iframe-area object,
#footer .footer-r .iframe-area embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer .footer-link {
  font-size: 0.9rem;
  padding: 0 0 0 50px;
}

#footer .footer-link li {
  display: inline-block;
}

#footer .footer-link a {
  color: #fff;
}

#footer .footer-link a::after {
  content: "/";
  padding: 0 10px;
}

#footer .footer-link li:last-child a::after {
  content: "";
  padding: 0;
}

#footer .footer-l {
  width: 30%;
  background: #333333;
}

#footer .footer-l .footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #cccccc;
  height: 40vh;
}

#footer .footer-l .footer-contact-area h2 {
  font-size: 1.2rem;
  margin: 0;
  letter-spacing: 0.1em;
  text-align: center;
}

#footer .footer-l .footer-contact-area p {
  text-align: center;
  font-size: 14px;
}
#footer .footer-l .footer-contact-area p a {
  font-size: 14px;
  padding: 0;
}

#footer .footer-l .footer-contact-area .line {
  width: 10%;
  margin: 20px auto 0;
}
#footer .footer-l .footer-contact-area .line img {
  width: 100%;
}

#footer #copyright {
  background: #333333;
  color: #ccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

#footer #page-top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#footer #page-top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #015249;
  border-left: 2px solid #015249;
  transform: rotate(45deg);
}

@media screen and (max-width: 1045px) {
  #footer .footer-r,
#footer .footer-l {
    width: 100%;
  }
  #footer .footer-l .footer-contact,
#footer #copyright {
    height: inherit;
    padding: 40px 0;
  }
  #footer .footer-r .map-area h2 {
    width: 5%;
  }
  #footer .footer-link {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-r {
    padding: 80px 30px;
  }
  #footer .footer-r .map-area {
    margin: 0;
  }
  #footer .footer-link {
    display: none;
  }
  #footer .footer-r .map-area h2 {
    width: 100%;
    height: inherit;
    margin: 0 0 50px 0;
    writing-mode: horizontal-tb;
  }
  #footer .footer-r .map-address {
    width: 48%;
  }
  #footer #page-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 560px) {
  #footer .footer-r .map-address,
#footer .footer-r .map-block {
    width: 100%;
  }
  #footer .footer-r .map-address {
    margin: 0 0 50px 0;
  }
}
/*************** 他ページ　****************************************************/
.fv {
  width: 100%;
  height: 198px;
  display: flex;
  align-items: center;
  margin: 94px 0 100px 0;
}
.fv h2 {
  color: #FFF;
  font-size: 40px;
  margin: 0 0 10px 100px;
}
.fv h2 span {
  color: #FFF;
  margin: -10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .fv {
    margin: 0 0 15px 0;
    height: 150px;
  }
  .fv h2 {
    margin: 0 0 0 25px;
  }
}

#main-page {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  #main-page {
    padding-top: 70px;
  }
}
#main-page .fv {
  background-size: cover;
}

.service .fv {
  background: url("img/service-fv.jpg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .service .fv {
    background: url("img/service-fv-sp.jpg") no-repeat center center;
  }
}
.service .pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service .pc {
    display: none;
  }
}
.service .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .service .sp {
    display: block;
  }
}
.service .service-4 {
  margin: 0 auto 100px;
  width: 100%;
  text-align: center;
}
.service .service-4 .service-4-2 {
  width: 80%;
}

.online .fv {
  background: url("img/online-fv.jpg") no-repeat center center;
}

.office .fv {
  background: url("img/office-fv.jpg") no-repeat center center;
}

.faq .fv {
  background: url("img/faq-fv.jpg") no-repeat center center;
}
.faq .detail-btn {
  margin: 50px auto;
}

.contact .fv {
  background: url("img/contact-fv.jpg") no-repeat center center;
}

.voice {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice {
    width: 95%;
    margin: 0 auto 50px;
  }
}
.voice img {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.online .online-3, .online .online-4 {
  margin: 0 auto 50px;
  width: 80%;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .online .online-3, .online .online-4 {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .office #message {
    margin: 50px auto 0;
  }
  .office #message h2 {
    position: absolute;
    top: -14vw;
  }
}
.office .message-img {
  background: url("img/office-1.jpg") no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 48%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .office .message-img {
    width: 100%;
  }
}
.office .message-content P {
  line-height: 2;
}

.company {
  margin: 0 auto 50px;
  max-width: 950px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .company {
    margin-top: 50px;
  }
}
.company h2 {
  text-align: center;
}
.company table {
  width: 100%;
  border-collapse: collapse;
}
.company table tr {
  height: 88px;
  border-bottom: 1px solid #e5e5e5;
}
.company table th,
.company table td {
  padding: 0 16px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company table,
.company tbody,
.company tr,
.company th,
.company td {
    display: inline-block;
    width: 100%;
  }
  .company table tr {
    height: auto;
    margin-bottom: 16px;
    padding: 12px;
  }
  .company table th {
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    width: 40%;
  }
  .company table td {
    margin-bottom: 12px;
    padding: 0;
    width: 55%;
  }
}

iframe {
  margin: 0 auto 50px;
  width: 100%;
}

/***************************************************/
/* news content
/***************************************************/
.pr_page {
  margin: 10rem auto 13rem;
  width: 45rem;
}
.pr_page p {
  line-height: 2;
}
.pr_page .top_img {
  width: 100%;
  margin: 25px 0;
}
.pr_page .top_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.pr_page p img {
  text-align: center;
}

.pr_page h1 {
  font-size: 2.9vh;
  line-height: normal;
}

.pr_page span {
  display: flex;
  flex-direction: row-reverse;
}

.pr_page section {
  margin: 6vh 0;
  line-height: 2;
  font-size: 16px;
}

@media only screen and (max-width: 760px) {
  .pr_page {
    width: 85%;
    margin: 8rem auto 2rem;
  }
  .pr_page h1 {
    font-size: 2.5vh;
  }
  .pr_page h4 {
    line-height: 1.5;
    font-size: 2.3vh;
  }
}
.pr_page .newopen, .pr_page .newrelease {
  display: block;
}

.pr_page .newopen:after, .pr_page .newrelease:after {
  padding: 0 1vh;
  vertical-align: middle;
  color: #FFF;
  font-size: 1.5vh;
}

.pr_page .newopen:after {
  content: "NEW OPEN";
  background: #7a8db7;
}

.pr_page .newrelease:after {
  content: "NEW RELEASE";
  background: #b2cb3e;
}

.pagination.cf {
  margin: 4vh auto 0;
  text-align: center;
}

.pagination.cf ul li {
  display: inline-block;
}

/***************************************************/
/* contact
/***************************************************/
.form {
  margin: 13vw auto;
  display: block;
  width: 70%;
  font-size: 2vh;
}
.form .inner {
  margin: 5vw auto;
}
.form .blk {
  margin: 3vh 0;
  padding-bottom: 3vh;
  border-bottom: 2px solid #f7f7f5;
  display: flex;
  justify-content: space-between;
}
.form .contact__lead {
  margin-bottom: 2vh;
  font-weight: bold;
}
.form .tac {
  margin-bottom: 8vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}
.form .contactTitle {
  display: flex;
  width: 25%;
  vertical-align: top;
  justify-content: space-between;
}
.form .contactTitle .kome {
  margin: 0 0.5vw;
  padding: 0;
  font-size: 11px;
  background: #eb9aa7;
  color: #FFF;
  border-radius: 5px;
  height: 2.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .form .contactTitle .kome {
    margin: 4px 0.5vw 0 5px;
  }
}
.form .input-area {
  display: inline-block;
  width: 70%;
  border: 1px solid #333;
}
.form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
  padding: 0 1vw;
  width: 99%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .form .input-area select, .form .input-area input[type=text], .form .input-area input[type=email] {
    width: 97%;
  }
}
.form .input-area textarea { /*display: block;*/
  padding: 1vw;
  width: 99%;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .form .input-area textarea {
    width: 97%;
  }
}
.form .blk.s {
  border-bottom: none;
}
.form .blk.s .contactTitle span:first-of-type {
  width: 70%;
}
.form .blk.inBlk {
  margin: 0;
  padding: 0;
  border: none;
  width: 70%;
}
.form .input-area-s {
  display: inline-block;
  width: 48%;
  border: 1px solid #333;
}
.form .input-area-s input[type=text] {
  margin: 0;
  padding: 1vw;
  width: 97%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.form .btnWrapper {
  text-align: center;
}
.form input[type=submit] {
  font-size: 16px;
  padding: 10px 40px;
  background-color: #EB0046;
  border: none;
  color: #FFF;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .form {
    width: 95%;
    margin: 125px auto 85px;
  }
  .form .blk {
    display: block;
  }
  .form .contactTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 16px;
  }
  .form .blk.inBlk {
    display: block;
    width: 100%;
  }
  .form .blk.l .contactTitle {
    margin-bottom: 10px;
  }
  .form .input-area-s, .form .input-area {
    width: 100%;
    margin-bottom: 10px;
  }
  .form .input-area-s input[type=text], .form .input-area-s input[type=email], .form .input-area input[type=text], .form .input-area input[type=email] {
    margin: 1vh 0;
    height: 8vh;
  }
}

.blog-list {
  max-width: 960px;
  margin: 150px auto 0;
  padding: 40px 20px;
}
.blog-list h1 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  color: #111;
}
.blog-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 30px;
}
.blog-list ul li {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}
.blog-list ul li:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.blog-list ul li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start; /* 上揃え */
}
@media screen and (max-width: 768px) {
  .blog-list ul li a {
    flex-direction: column;
    align-items: center;
  }
}
.blog-list ul li a h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.blog-list ul li a p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}
.blog-list ul li a span {
  font-size: 14px;
  color: #999;
}
.blog-list ul li .thumbnail img {
  width: 200px; /* サムネイルのサイズ */
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-list .pagination {
  margin-top: 40px;
  text-align: center;
}
.blog-list .pagination a,
.blog-list .pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.blog-list .pagination a.current,
.blog-list .pagination span.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.blog-list .pagination a:hover,
.blog-list .pagination span:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .blog-list {
    padding: 30px 15px;
  }
  .blog-list h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .blog-list ul {
    gap: 20px;
  }
  .blog-list ul li {
    padding: 15px;
  }
  .blog-list ul li a h2 {
    font-size: 18px;
  }
  .blog-list ul li a p {
    font-size: 15px;
  }
  .blog-list ul li a span {
    font-size: 12px;
  }
  .blog-list .pagination a,
.blog-list .pagination span {
    padding: 6px 10px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */