
/* ---------------------------------------------------------------------------
//  common
--------------------------------------------------------------------------- */
.common-btn {
  display: table;
  margin: 3.5rem auto 0;
  background: #4F4F4F;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.2rem 2.5rem;
  border-radius: 6rem;
  letter-spacing: .1em;
}
.common-btn:hover {
  opacity: 1;
  background: var(--blue);
}
.common-btn.toleft {
  margin-left: 0;
}

.heading-line {
  position: relative;
  padding-top: 4rem;
}
.heading-line::before {
  content: "";
  display: block;
  background: url(../img/heading-line.svg) center center / contain no-repeat;
  width: 6rem;
  height: .4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.heading-line .en {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gray2);
  margin: -3rem 0 1rem;
}

.heading-line.center {
  padding-top: 2.4rem;
  text-align: center;
}
.heading-line.center::before {
  left: calc(50% - 3rem);
}
.heading-line.center .big {
  font-size: 7.5rem;
  line-height: .5;
}

.common-heading {
  font-size: 4rem;
  letter-spacing: .02em;
}

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

@media (max-width: 768px) {
.common-btn {
  font-size: 1.4rem;
}
.heading-line {
  padding-top: 2rem;
}
.heading-line::before {
  width: 5rem;
}
.common-heading {
  font-size: 2.6rem;
}
.heading-line .en {
  font-size: 1.5rem;
  margin: -1.5rem 0 .5rem;
}
.heading-line.center .big {
  font-size: 5rem;
}


} /*@*/

/* ---------------------------------------------------------------------------
//  top
--------------------------------------------------------------------------- */
.mv {
  position: relative;
  padding: 3rem;
}
.mv .image {
  border-radius: 2rem;
  overflow: hidden;
}
.mv .copy {
  width: 46.6rem;
  position: absolute;
  top: calc(50% - 16rem);
  left: 14rem;
}

.top-news {
  max-width: 118rem;
  background: rgba(255,255,255,0.5);
  border: .1rem solid var(--gray1);
  border-radius: 2rem;
  overflow: hidden;
  margin: -11rem auto 0;
  box-shadow: .4rem .4rem .8rem rgba(0,0,0,0.1);
}
.top-news .title {
  width: 13.6rem;
  background: rgba(255,255,255,0.5);
  border-right: .1rem solid var(--gray1);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}
.top-news h2 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.top-news .list {
  padding: 2.5rem 5rem;
  line-height: 2;
  flex: 1;
  min-width: 0
}
.top-news .list a {
  display: block;
}
.top-news .list .date {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gray2);
}
.top-news .list h3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news .list .excerpt {
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-news .more {
  width: 19.3rem;
  background: rgba(255,255,255,0.5);
  border-left: .1rem solid var(--gray1);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
}
.top-news .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.top-news .more p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.top-news .more .right {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--blue);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
}

.top-message {
  margin-top: 15rem;
}
.top-message .image1 {
  width: 27.8rem;
  position: absolute;
  top: 27rem;
  left: calc(50% - 73rem);
  z-index: -1;
}
.top-message .image2 {
  width: 24.3rem;
  position: absolute;
  top: 18rem;
  left: calc(50% + 36rem);
  z-index: -1;
}
.top-message .image3 {
  width: 25.6rem;
  position: absolute;
  top: 67rem;
  left: calc(50% - 58rem);
  z-index: -1;
}
.top-message .image4 {
  width: 28.4rem;
  position: absolute;
  top: 62rem;
  left: calc(50% + 46rem);
  z-index: -1;
}
.top-message h2 {
  font-size: 5.5rem;
  text-align: center;
  margin-bottom: 7rem;
}
.top-message p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}
.top-message .photo {
  width: 60rem;
  border-radius: 2rem;
  overflow: hidden;
  margin: 5rem auto 0;
}

.top-newslist {
  margin-top: 24rem;
}
.top-newslist .title {
  width: 33rem;
  flex-shrink: 0;
}
.top-newslist .list {
  flex: 1;
  min-width: 0
}
.top-newslist .list li {
  border-bottom: .1em solid var(--gray1);
  padding: 2.4rem 0;
}
.top-newslist .list li:first-child {
  border-top: .1em solid var(--gray1);
}
.top-newslist .list li a {
  display: block;
}
.top-newslist .list li dl {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
}
.top-newslist .list li dt {
  width: 10rem;
  flex-shrink: 0;
}
.top-newslist .list li dd {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-items {
  background: #77B1E6;
  margin-top: 18rem;
  padding: 12rem 0;
}
.item-list .sub {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  text-align: center;
  margin-bottom: 2rem;
}
.item-list h2 {
  font-size: 4rem;
  color: rgba(255,255,255,0.8);
  text-align: center;
  margin-bottom: 7rem;
}
.item-list .items {
  gap: 2rem 1.4rem;
}
.item-list .items li {
  width: 18.5rem;
  height: 18.5rem;
  background: rgba(255,255,255,0.5);
  border-radius: 2rem;
  padding-top: 2rem;
}
.item-list .items li .icon {
  width: 10.5rem;
  margin: 0 auto .5rem;
}
.item-list .items li p {
  font-weight: 500;
  text-align: center;
}

.top-about {
  position: relative;
}
.top-about-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5rem 0;
}
.top-about h2 {
  color: var(--blue);
}
.top-about .common-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-blog {
  margin-top: 12rem;
}
.top-blog .title {
  margin-bottom: 8rem;
}
.top-blog .common-btn {
  margin: 0;
}
.top-blog .blog-list {
  margin-right: calc(50% - 50vw);
  gap: 6rem;
}
.top-blog .blog-list .item {
  width: 40rem;
}
.top-blog .blog-list .item .image {
  height: 24rem;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.top-blog .blog-list .item .date {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gray2);
  margin-bottom: 1rem;
}
.top-blog .blog-list .item h3 {
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

@media (max-width: 768px) {

.mv {
  padding: 1rem;
}
.mv .copy {
  width: 20rem;
  top: 50%;
  left: 3rem;
  filter: drop-shadow(0 0 .3rem rgba(0,0,0,1));
}
.top-news {
  width: calc(100% - 4rem);
  margin: 1rem 2rem 0;
}
.top-news .title {
  width: 100%;
  padding: 1rem;
  border-right: none;
  border-bottom: .1rem solid var(--gray1);
  background: var(--blue);
  color: #fff;
}
.top-news .list {
  padding: 2rem;
}
.top-news .list .date {
  font-size: 1.2rem;
}
.top-news .list h3 {
  font-size: 1.6rem;
}
.top-news .list .excerpt {
  font-size: 1.4rem;
}
.top-news .more {
  width: 100%;
  border-left: none;
  border-top: .1rem solid var(--gray1);
}
.top-news .more a {
  padding: 1rem;
}
.top-news .more a > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-news .more .right {
  width: 2.6rem;
  height: 2.6rem;
  padding: .5rem;
  margin: 0 0 0 .5rem;
}

.top-message {
  margin-top: 7rem;
}
.top-message .image1 {
  width: 14rem;
  top: 13rem;
  left: calc(50% - 23rem);
}
.top-message .image2 {
  width: 12rem;
  top: 8rem;
  left: calc(50% + 9rem);
}
.top-message .image3 {
  width: 12rem;
  top: 35rem;
  left: calc(50% - 19rem);
}
.top-message .image4 {
  width: 12rem;
  top: 38rem;
  left: calc(50% + 7rem);
}

.top-message h2 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.top-message p {
  font-size: 1.4rem;
  line-height: 2.2;
}
.top-message .photo {
  width: 100%;
  margin: 4rem auto 0;
}

.top-newslist {
  margin-top: 8rem;
}
.top-newslist .heading-line {
  margin-bottom: 2rem;
}
.top-newslist .list li {
  padding: 2rem 0;
}
.top-newslist .list li dl {
  font-size: 1.4rem;
}

.top-items {
  background: #77B1E6;
  margin-top: 7rem;
  padding: 6rem 0;
}
.item-list .sub {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.item-list h2 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
.item-list .items {
  gap: 1.5rem 1rem;
}
.item-list .items li {
  width: calc((100% - 1rem * 2) / 3);
  height: 11rem;
  padding-top: 1rem;
}
.item-list .items li .icon {
  width: 5.5rem;
  margin: 0 auto .5rem;
}
.item-list .items li p {
  font-size: 1.2rem;
  line-height: 1.2;
}

.top-about .image {
  height: 35rem;
}
.top-about .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-about-wrap {
  padding: 3rem 0;
}
.top-about .common-btn {
  right: 2rem;
}

.top-blog {
  margin-top: 7rem;
}
.top-blog .title {
  margin-bottom: 4rem;
}
.top-blog .title .common-heading {
  font-size: 2.2rem;
}
.top-blog .blog-list {
  margin-right: 0;
  gap: 2rem;
}
.top-blog .blog-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top-blog .blog-list .item .image {
  width: 48%;
  height: 12rem;
  margin: 0;
}
.top-blog .blog-list .item .text {
  width: 48%;
}
.top-blog .blog-list .item .date {
  font-size: 1.2rem;
}
.top-blog .blog-list .item h3 {
  font-size: 1.4rem;
  -webkit-line-clamp: 3;
}
.top-blog .common-btn {
  margin: 3.5rem auto 0;
}


} /*@*/

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

.sec-mv {
  background: url(../img/sec-mv.jpg) center center / cover no-repeat;
  height: 48.5rem;
  padding-top: 4rem;
}
.sec-mv h1 {
  font-size: 3.2rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: .02em;
}

.sec-head {
  max-width: 138rem;
  padding-top: 3rem;
  margin: -35rem auto 0;
  border-radius: 2rem 2rem 0 0;
}
.pankz {
  display: flex;
}
.pankz li {
  font-size: 1.6rem;
  color: #727272;
}
.pankz li {
  font-size: 1.6rem;
  color: #727272;
}
.pankz li::after {
  content: "❯";
  margin: 0 .5em;
}
.pankz li:last-child::after {
  content: none;
}
.sec-head .heading-line {
  margin-top: 10rem;
}

.sec-head-common {
  background: #fff;
}
.common-pagetitle {
  padding: 12rem 0 7rem;
}
.common-pagetitle h2 {
  font-size: 4rem;
  text-align: center;
  position: relative;
}
.common-pagetitle h2::before {
  content: "";
  display: block;
  background: url(../img/heading-line.svg) center center / contain no-repeat;
  width: 6rem;
  height: .4rem;
  position: absolute;
  top: -3rem;
  left: calc(50% - 3rem);
}


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

@media (max-width: 768px) {
.sec-mv {
  height: 18rem;
}
.sec-mv h1 {
  font-size: 2.4rem;
}
.sec-head {
  width: calc(100% - 2rem);
  padding-top: 2rem;
  margin: -7rem 1rem 0;
}
.pankz {
  padding: 0 1rem;
}
.pankz li {
  font-size: 1.3rem;
}
.sec-head .heading-line {
  margin-top: 5rem;
}

.common-pagetitle {
  padding: 8rem 0 6rem;
}
.common-pagetitle h2 {
  font-size: 2.6rem;
}
.common-pagetitle h2::before {
  width: 5rem;
  height: .4rem;
  top: -2rem;
  left: calc(50% - 2.5rem);
}

} /*@*/

/* --------------------------------------------------------------------------- */

.sec-outline1 {
  background: #fff;
}
.sec-outline1 .heading-line {
  margin-bottom: 3rem;
}
.sec-outline1 .flex p {
  width: 58rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.sec-outline1 .flex .photo {
  width: 53rem;
  border-radius: 2rem;
  overflow: hidden;
}

.sec-outline2 {
  margin-top: 25rem;
  background: #F7F7F7;
  padding: 16rem 0 13rem;
}
.sec-outline2 .title {
  width: 24rem;
}
.sec-outline2 .text {
  margin-top: 4rem;
  flex: 1;
}
.sec-outline2 .image {
  width: 31rem;
  margin-top: 10rem;
}

dl.outline {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}
dl.outline dt {
  width: 18rem;
  padding: 1.3rem 0;
  border-bottom: .1rem solid var(--gray1);
}
dl.outline dd {
  width: 71rem;
  padding: 1.3rem 0;
  border-bottom: .1rem solid var(--gray1);
}
dl.outline dt:first-of-type {
  border-top: .1rem solid var(--gray1);
}
dl.outline dd:first-of-type {
  border-top: .1rem solid var(--gray1);
}

dl.outline dd hr {
  display: block;
  height: .1rem;
  border: none;
  border-top: .1rem solid var(--gray1);
  margin: 1.3rem 0;
}

.sec-outline3 {
  margin-top: 10rem;
}
.sec-outline3 .title {
  width: 24rem;
}
.sec-outline3 .text {
  margin-top: 4rem;
  flex: 1;
}

.sec-outline4 {
  margin-top: 24rem;
}
.sec-outline4 .heading-line {
  margin-bottom: 4rem;
}
.sec-outline4 .googlemap {
  width: 68rem;
  height: 47rem;
  border-radius: 2rem;
  overflow: hidden;
}
.sec-outline4 .googlemap iframe {
  width: 100%;
  height: 100%;
}
.sec-outline4 .image {
  width: 43rem;
}
.sec-outline4 .image .photo {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.sec-outline4 .image h3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1rem;
}
.sec-outline4 .image p {
  padding: 0 1rem;
}
.sec-outline4  hr {
  display: block;
  height: .1rem;
  border: none;
  border-top: .1rem solid var(--gray1);
  margin: 8rem 0;
}

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

@media (max-width: 768px) {
.sec-outline1 .inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sec-outline1 .flex p {
  width: 100%;
  font-size: 1.5rem;
}
.sec-outline1 .flex .photo {
  width: 100%;
  margin-top: 2rem;
}
.sec-outline2 {
  margin-top: 7rem;
  padding: 6rem 0 5rem;
}
.sec-outline2 .image {
  width: 80%;
  margin: 4rem auto 0;
}

dl.outline {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}
dl.outline dt {
  width: 100%;
  font-weight: 700;
  padding: 1rem 0 0;
  border-bottom: none;
}
dl.outline dd {
  width: 100%;
  padding: .5rem 0 1rem;
  border-bottom: .1rem solid var(--gray1);
}
dl.outline dd:first-of-type {
  border-top: none;
}

.sec-outline3 {
  margin-top: 7rem;
}
.sec-outline4 {
  margin-top: 7rem;
}
.sec-outline4 .googlemap {
  width: 100%;
  height: 30rem;
}
.sec-outline4 .image {
  width: 100%;
  margin-top: 2rem;
}
.sec-outline4 .image h3 {
  font-size: 1.6rem;
}
.sec-outline4  hr {
  margin: 5rem 0;
}


} /*@*/

/* --------------------------------------------------------------------------- */

.sec-about1 {
  background: var(--blue);
  height: 50.6rem;
}
.sec-about1 .pankz li {
  color: rgba(255,255,255,0.5);
}
.sec-about1 .title {
  margin-top: 11rem;
}
.sec-about1 .title h2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.sec-about1 .title h2 .title1 {
  font-size: 6.3rem;
}
.sec-about1 .title h2 .title2 {
  font-size: 6.1rem;
}
.sec-about1 .title h2 .title3 {
  font-size: 7.9rem;
}
.sec-about1 .image {
  width: 73.6rem;
  position: absolute;
  top: -9rem;
  right: -14rem;
}

.sec-about2 {
  margin-top: 9rem;
  padding: 20rem 0 12rem;
  background: linear-gradient(to bottom, #fff 0%, #77B1E6 22%);
}

.sec-about3 .photos > div {
  width: calc(100% / 3);
}

.sec-about4 {
  margin-top: 15rem;
}
.sec-about4 .line {
  width: 6rem;
  margin: 0 auto 7rem;
}
.sec-about4 .item {
  gap: 6rem;
  margin-bottom: 12rem;
}
.sec-about4 .item:last-of-type {
  margin-bottom: 6rem;
}
.sec-about4 .item .photo {
  width: 54rem;
  border-radius: 2rem;
  overflow: hidden;
}
.sec-about4 .item .text {
  flex: 1;
  padding-top: 1rem;
}
.sec-about4 .item .text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

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

@media (max-width: 768px) {
.sec-about1 {
  height: 30rem;
  position: relative;
  z-index: 10;
}
.sec-about1 .title {
  margin: 2rem auto 0;
  display: table;
}
.sec-about1 .title h2 {
  gap: 1rem;
}
.sec-about1 .title h2 .title1 {
  font-size: 2.8rem;
}
.sec-about1 .title h2 .title2 {
  font-size: 2.7rem;
}
.sec-about1 .title h2 .title3 {
  font-size: 3.5rem;
}
.sec-about1 .image {
  width: 40rem;
  position: absolute;
  top: 9rem;
  right: -2rem;
}
.sec-about2 {
  padding: 12rem 0 6rem;
}
.sec-about3 .photos > div {
  width: calc(100% / 2);
}

.sec-about4 {
  margin-top: 6rem;
}
.sec-about4 .line {
  width: 5rem;
  margin: 0 auto 4rem;
}
.sec-about4 .item {
  gap: 2rem;
  margin-bottom: 6rem;
}
.sec-about4 .item .photo {
  width: 100%;
}
.sec-about4 .item .text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

} /*@*/

/* --------------------------------------------------------------------------- */

.sec-feature1 {
  background: var(--blue);
  height: 50.6rem;
}
.sec-feature1 .pankz li {
  color: rgba(255,255,255,0.5);
}
.sec-feature1 .title {
  margin-top: 14rem;
}
.sec-feature1 .title h2 {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.sec-feature1 .title h2 .title1 {
  font-size: 6.3rem;
}
.sec-feature1 .title h2 .title2 {
  font-size: 13rem;
  line-height: .5;
}
.sec-feature1 .title h2 .title3 {
  font-size: 3.5rem;
}
.sec-feature1 .image {
  width: 69.9rem;
  position: absolute;
  top: -9rem;
  right: -10rem;
}

.sec-feature2 {
  margin-top: 17rem;
}
.sec-feature2 p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3;
  text-align: center;
}
.sec-feature2 .photos {
  margin-top: 7rem;
  gap: 8rem;
}
.sec-feature2 .photos > div {
  width: 48rem;
  border-radius: 2rem;
  overflow: hidden;
}

.sec-feature3 {
  margin-top: 17rem;
}
.sec-feature3 .heading-line {
  margin-bottom: 6rem;
}
.sec-feature3 .item {
  border-top: .4rem solid var(--blue);
  border-right: .4rem solid var(--blue);
  border-radius: 0 2rem 0 0;
  padding: 5.5rem 5.5rem 0 0;
  margin-bottom: 15rem;
  gap: 8rem;
}
.sec-feature3 .item .photo {
  width: 42rem;
}
.sec-feature3 .item .text {
  flex: 1;
}
.sec-feature3 .item .text h3 {
  font-size: 2.5rem;
  color: var(--blue);
  margin-bottom: 2rem;
}

.sec-feature4 .heading-line {
  margin-bottom: 6rem;
}
.sec-feature4 .flow .item {
  width: 19rem;
  position: relative;
}
.sec-feature4 .flow .item:not(:last-child)::after {
  content: "";
  display: block;
  background: url(../img/icon-triangle-right.svg) center center / contain no-repeat;
  width: 3.9rem;
  height: 3.1rem;
  position: absolute;
  top: 9rem;
  right: -5rem;
}
.sec-feature4 .flow .item .step {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: var(--blue);
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.sec-feature4 .flow .item .step .num {
  font-size: 4.3rem;
}
.sec-feature4 .flow .item .step .text {
  font-size: 1.9rem;
}
.sec-feature4 .flow .item .circle {
  background: #F7F7F7;
  width: 15.7rem;
  height: 15.7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -3.5rem auto 1rem;
}
.sec-feature4 .flow .item:nth-child(5) .circle {
 padding-top: 1.5rem;
}
.sec-feature4 .flow .item .circle .icon {
  width: 9.5rem;
}
.sec-feature4 .flow .item h3 {
  font-size: 2.5rem;
  color: var(--blue);
  text-align: center;
  margin-bottom: 1rem;
}
.sec-feature4 .flow .item p span {
  color: var(--blue);
  font-weight: 700;
}

.sec-feature5 {
  margin-top: 17rem;
}
.sec-feature5 .heading-line {
  margin-bottom: 6rem;
}
.sec-feature5 .items {
  position: relative;
}
.sec-feature5 .items::after {
  content: "";
  display: block;
  background: var(--blue);
  width: 90%;
  height: .5rem;
  position: absolute;
  top: calc(50% - .25rem);
  left: 5%;
  z-index: -1;
}
.sec-feature5 .items .item {
  width: 37.8rem;
  padding: 4.5rem;
  border-radius: 2rem;
  box-shadow: .2rem .2rem .8rem rgba(0,0,0,0.25);
  background: #fff;
  position: relative;
  z-index: 1;
}

.sec-feature5 .items .item h3 {
  width: 22rem;
  background: var(--blue);
  border-radius: .5rem;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto 2rem;
}
.sec-feature5 .items .item p {
  font-weight: 500;
}
.sec-feature5 .items .item .image {
  width: 17rem;
  margin: 2rem auto 0;
}
.sec-feature5 h4 {
  color: var(--blue);
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
  margin: 3rem 0 6rem;
}
.sec-feature5 .follow {
  border: .2rem solid var(--blue);
  padding: 7rem;
  border-radius: 2rem;
  box-shadow: .2rem .2rem .8rem rgba(0,0,0,0.25);
}
.sec-feature5 .follow .text {
  display: table;
  margin: 0 auto;
}
.sec-feature5 .follow h5 {
  color: var(--blue);
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.sec-feature5 .follow p {
  font-weight: 500;
}

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

@media (max-width: 768px) {
.sec-feature1 {
  height: 30rem;
  position: relative;
  z-index: 10;
}
.sec-feature1 .title {
  margin: 2rem auto 0;
  display: table;
}
.sec-feature1 .title h2 {
  gap: 1rem;
}
.sec-feature1 .title h2 .title1 {
  font-size: 2.8rem;
}
.sec-feature1 .title h2 .title2 {
  font-size: 6rem;
}
.sec-feature1 .title h2 .title3 {
  font-size: 1.5rem;
}
.sec-feature1 .image {
  width: 40rem;
  position: absolute;
  top: 11rem;
  right: -2rem;
}
.sec-feature2 {
  margin-top: 22rem;
}
.sec-feature2 p {
  font-size: 1.4rem;
  line-height: 2.5;
}
.sec-feature2 .photos {
  margin-top: 4rem;
  gap: 2rem;
}
.sec-feature2 .photos > div {
  width: 100%;
}

.sec-feature3 {
  margin-top: 7rem;
}
.sec-feature3 .heading-line {
  margin-bottom: 4rem;
}
.sec-feature3 .item {
  border-top: .3rem solid var(--blue);
  border-right: .3rem solid var(--blue);
  padding: 3rem 2rem 0 0;
  margin-bottom: 6rem;
  gap: 3rem;
}
.sec-feature3 .item .text h3 {
  font-size: 1.8rem;
  color: var(--blue);
  margin-bottom: 2rem;
}
.sec-feature3 .item .photo {
  width: 100%;
}

.sec-feature4 .heading-line {
  margin-bottom: 4rem;
}
.sec-feature4 .flow {
  gap: 6rem;
}
.sec-feature4 .flow .item {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.sec-feature4 .flow .item:not(:last-child)::after {
  background: url(../img/icon-triangle-bottom.svg) center center / contain no-repeat;
  width: 2.1rem;
  height: 2.9rem;
  top: auto;
  bottom: -4rem;
  right: auto;
  left: calc(50% - 1rem);
}

.sec-feature4 .flow .item .step {
  position: absolute;
  top: -1rem;
  left: 3.3rem;
}
.sec-feature4 .flow .item .circle {
  width: 10rem;
  height: 10rem;
  margin: 4rem 0 0;
  flex-shrink: 0;
}
.sec-feature4 .flow .item .circle .icon {
  width: 7rem;
}
.sec-feature4 .flow .item h3 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1rem;
}

.sec-feature5 {
  margin-top: 9rem;
}
.sec-feature5 .heading-line {
  margin-bottom: 4rem;
}
.sec-feature5 .items {
  gap: 2rem;
}
.sec-feature5 .items::after {
  width: .4rem;
  height: 90%;
  top: 5%;
  left: calc(50% - .2rem);
}

.sec-feature5 .items .item {
  width: 100%;
  padding: 2.5rem;
}
.sec-feature5 .items .item h3 {
  width: 20rem;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 1rem;
}
.sec-feature5 .items .item .image {
  width: 12rem;
  margin: 1rem auto 0;
}
.sec-feature5 h4 {
  font-size: 1.9rem;
  margin: 3rem 0 4rem;
}
.sec-feature5 .follow {
  padding: 3rem;
}
.sec-feature5 .follow h5 {
  font-size: 2rem;
  text-align: center;
}


} /*@*/

/* --------------------------------------------------------------------------- */

.sec-news1 .news-list {
  width: 85.5rem;
  margin: 0 auto;
}
.sec-news1 .news-list li {
  height: 13rem;
  border-bottom: .1rem solid var(--gray1);
  margin-bottom: 4rem;
}
.sec-news1 .news-list li a {
  display: block;
  padding-right: 7rem;
  position: relative;
}
.sec-news1 .news-list li a::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: url(../img/icon-arrow_right.svg) center center / 2.4rem no-repeat var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 0;
}
.sec-news1 .news-list .date {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gray2);
}
.sec-news1 .news-list dd {
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec-news1 .news-single {
  width: 85.5rem;
  margin: 0 auto;
  font-weight: 500;
}
.sec-news1 .news-single .date {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gray2);
}
.sec-news1 .news-single h2 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
.news-nav {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--blue);
  height: 5rem;
  padding-top: 8rem;
  margin-top: 8rem;
  border-top: .1rem solid var(--gray1);
  position: relative;
}
.news-nav .prev {
  position: absolute;
  top: 6rem;
  left: 0;
}
.news-nav .next {
  position: absolute;
  top: 6rem;
  right: 0;
}
.news-nav .backlist {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
.news-nav .next,
.news-nav .prev {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.news-nav span.img {
  width: 2.4rem;
  height: 2.4rem;
}
.news-nav span.img img {
  vertical-align: top;
}


.sec-news1 .blog-list {
  gap: 6rem 3rem;
}
.sec-news1 .blog-list .item {
  width: calc((100% - 3rem * 2) / 3);
}
.sec-news1 .blog-list .item .image {
  height: 24rem;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.sec-news1 .blog-list .item .date {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gray2);
  margin-bottom: 1rem;
}
.sec-news1 .blog-list .item h3 {
  font-size: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-nav {
  display: table;
  margin: 3rem auto 0;
}

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

@media (max-width: 768px) {

.sec-news1 .news-list {
  width: 100%;
}
.sec-news1 .news-list li {
  height: 10rem;
  margin-bottom: 3rem;
}
.sec-news1 .news-list li a {
  padding-right: 4rem;
}
.sec-news1 .news-list li a::after {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/icon-arrow_right.svg) center center / 1.8rem no-repeat var(--blue);
}
.sec-news1 .news-list .date {
  font-size: 1.3rem;
}
.sec-news1 .news-list dd {
  font-size: 1.5rem;
  line-height: 1.6;
}

.sec-news1 .news-single {
  width: 100%;
}
.sec-news1 .news-single .date {
  font-size: 1.3rem;
}
.sec-news1 .news-single h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.news-nav {
  font-size: 1.4rem;
  margin-top: 4rem;
}
.news-nav .next,
.news-nav .prev,
.news-nav .backlist {
  top: 4rem;
  gap: .5rem;
}

.news-nav span.img {
  width: 1.6rem;
  height: 1.6rem;
}

.sec-news1 .blog-list {
  gap: 2rem;
}
.sec-news1 .blog-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-news1 .blog-list .item .image {
  width: 48%;
  height: 12rem;
  margin: 0;
}
.sec-news1 .blog-list .item .text {
  width: 48%;
}
.sec-news1 .blog-list .item .date {
  font-size: 1.2rem;
}
.sec-news1 .blog-list .item h3 {
  font-size: 1.4rem;
  -webkit-line-clamp: 3;
}


} /*@*/

/* --------------------------------------------------------------------------- */

.sec-contact1 .faq {
  border-top: .1rem solid var(--gray1);
  margin-top: 2rem;
}
.sec-contact1 .faq .item {
  margin: 5rem auto 0;
  max-width: 104rem;
}
.sec-contact1 .faq .item dt {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1rem;
}
.sec-contact1 .faq .item dt::before {
  content: "Q";
  font-size: 4rem;
  line-height: 1;
  padding-bottom: .8rem;
}
.sec-contact1 .faq .item dd {
  display: flex;
  gap: 1rem;
}
.sec-contact1 .faq .item dd::before {
  content: "A";
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #E51F1F;
}
.sec-contact1 .faq .item dd ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.sec-contact1 .faq .other {
  margin: 5rem auto 0;
  max-width: 104rem;
  padding-left: 4rem;
}
.sec-contact1 .faq .other h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
}
.sec-contact1 .faq .other h4 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
  margin-top: 4rem;
}
.sec-contact1 .faq .other h4 + h3 {
  margin: 2rem 0 1rem;
}
.sec-contact1 .faq .other ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.sec-contact1 .faq .other p {
  margin-top: 4rem;
}
.sec-contact1 .faq .other .btn {
  margin-top: 6rem;
  display: table;
  padding: 2rem 6rem;
  color: #fff;
  background: var(--blue);
}
.sec-contact1 .faq .other .btn::after {
  content: "";
  display: inline-block;
  background: url(../img/icon-pdf4.svg) center center / contain no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 1rem;
  vertical-align: -.5rem;
}
.sec-contact2 {
  margin-top: 17rem;
  padding: 14rem 0 0;
  background: #F7F7F7;
}
.sec-contact2 .contact {
  padding-bottom: 8rem;
  border-bottom: .1rem solid var(--gray1);
}
.sec-contact2 .contact h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6rem;
}
.sec-contact2 .contact-box > div {
  background: #fff;
  width: 46rem;
  padding: 6rem;
  text-align: center;
}
.sec-contact2 .contact-box {
  gap: 3.5rem;
}
.sec-contact2 .contact-box h3 {
  font-size: 2.3rem;
  margin-bottom: 3rem;
  position: relative;
}
.sec-contact2 .contact-box h3::after {
  content: "";
  display: block;
  background: url(../img/heading-line2.svg) center center / contain no-repeat;
  width: 6rem;
  height: .4rem;
  position: absolute;
  bottom: -2.5rem;
  left: calc(50% - 3rem);
}
.sec-contact2 .contact-box a {
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sec-contact2 .contact-box .tel a::before {
  content: "";
  display: block;
  background: url(../img/icon-tel.svg) center center / contain no-repeat;
  width: 2.9rem;
  height: 2.9rem;
}
.sec-contact2 .contact-box .fax a::before {
  content: "";
  display: block;
  background: url(../img/icon-fax.svg) center center / contain no-repeat;
  width: 3rem;
  height: 2.9rem;
}
.sec-contact2 .mailform {
  width: 98.4rem;
  margin: 12rem auto 0;
}
.sec-contact2 .mailform .heading-line {
  margin-bottom: 8rem;
}
.sec-contact2 .mailform .red {
  color: #E51F1F;
}
.sec-contact2 .mailform .text h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.sec-contact2 .mailform .text ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.sec-contact2 .mailform .txt {
  margin-top: 7rem;
}
.sec-contact2 .mailform .form {
  margin-top: 7rem;
}
.sec-contact2 .mailform .form h3 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.sec-contact2 .mailform .form .consent {
  display: table;
  margin: 1rem auto 0;
}
.sec-contact2 .mailform .privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 28rem;
  margin: 2rem auto 0;
  padding: 1rem;
  border-radius: 10rem;
  background: #fff;
  border: .1rem solid var(--gray1);
  font-weight: 500;
  text-align: center;
}
.sec-contact2 .mailform .privacy::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-pdf3.svg) center center / contain no-repeat;
  width: 2.4rem;
  height: 2.5rem;
}

/* --------------------------------------------------------------------------- */

.mailform dl dt {
  width: 20rem;
  float: left;
  clear: left;
  padding-top: 1rem;
}
.mailform dl dd {
  padding: 0 0 0 20rem;
  margin-bottom: 4rem;
}
.mailform dl dd.radio {
  padding: 1.2rem 0 2rem 20rem;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform select,
.mailform textarea {
  font-size: 1.8rem;
  background: #fff;
  padding: 2rem;
  width: 100%;
  box-sizing: border-box;
  border: none;
}
.mailform select { width: auto; }
.mailform textarea { height: 200px; }
::-webkit-input-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }
::placeholder { color: #ccc; }
.mailform input[type=checkbox] { transform: scale(1.2); }

.mailform input[type="text"].post {
  width: 10em;
}

.mailform input[type="submit"] {
  font-weight: 500;
  font-size: 2.5rem;
  background: var(--blue);
  display: block;
  width: 50rem;
  height: 7.5rem;
  line-height: 7.5rem;
  border: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 6rem auto 0;
}
.mailform input[type="submit"]:hover { opacity: .7; }
.mailform input[type="submit"]:active { top: .1rem; }

.recaptcha-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: center;
}
.grecaptcha-badge { visibility: hidden; }

.wpcf7-radio .wpcf7-list-item {
  margin-right: 3rem;
  display: inline-block;
}

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

@media (max-width: 768px) {
.sec-contact1 .faq {
  margin-top: 0;
}
.sec-contact1 .faq .item dt {
  font-size: 1.6rem;
  line-height: 1.6;
}
.sec-contact1 .faq .item dt::before {
  font-size: 3rem;
}
.sec-contact1 .faq .other {
  padding-left: 2.5rem;
}
.sec-contact1 .faq .other h3 {
  font-size: 1.6rem;
}
.sec-contact1 .faq .other h4 {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.sec-contact1 .faq .other .btn {
  margin-top: 4rem;
  display: table;
  padding: 1.2rem 2.5rem;
}

.sec-contact2 {
  margin-top: 7rem;
  padding: 6rem 0 0;
}
.sec-contact2 .contact {
  padding-bottom: 6rem;
}

.sec-contact2 .contact h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.sec-contact2 .contact-box > div {
  width: 100%;
  padding: 4rem 2rem;
}
.sec-contact2 .contact-box {
  gap: 2rem;
}
.sec-contact2 .contact-box h3 {
  font-size: 2rem;
}
.sec-contact2 .contact-box h3::after {
  width: 5rem;
  height: .4rem;
  bottom: -2.5rem;
  left: calc(50% - 2.5rem);
}
.sec-contact2 .contact-box a {
  font-size: 3rem;
}
.sec-contact2 .contact-box .tel a::before {
  width: 2.2rem;
  height: 2.2rem;
}
.sec-contact2 .contact-box .fax a::before {
  width: 2.8rem;
  height: 2.2rem;
}
.sec-contact2 .mailform {
  width: 100%;
  margin: 7rem auto 0;
}
.sec-contact2 .mailform .heading-line {
  margin-bottom: 4rem;
}
.sec-contact2 .mailform .text h3 {
  font-size: 1.6rem;
}
.sec-contact2 .mailform .txt {
  margin-top: 4rem;
}
.sec-contact2 .mailform .form {
  margin-top: 4rem;
}

.mailform dl dt {
  width: 100%;
  float: none;
  clear: none;
  padding: 0 0 1rem;
}
.mailform dl dd {
  padding: 0;
  margin-bottom: 3rem;
}
.mailform dl dd.radio {
  padding: 0;
}

.mailform input[type="text"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform select,
.mailform textarea {
  font-size: 1.5rem;
  padding: 1.2rem;
}
.mailform input[type="submit"] {
  font-size: 2rem;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
}
.recaptcha-text {
  font-size: 1.2rem;
}



} /*@*/

/* --------------------------------------------------------------------------- */

.page-recruit .circle-blue {
  width: 27.6rem;
}
.page-recruit .circle-yellow {
  width: 27.6rem;
}

.recruit-mv {
  position: relative;
}
.recruit-mv::after {
  content: "";
  display: block;
  background: url(../img/recruit-mv-bottom.png) center center / contain no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 230;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.recruit-mv .box {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit-mv .box h1 {
  width: 49.7rem;
  margin: 0 4rem 0 2rem;
}
.recruit-mv .box .copy {
  width: 51.6rem;
}


.sec-recruit1 {
  margin-top: 7rem;
  padding-bottom: 14rem;
}
.sec-recruit1 .circle-blue.blue1 {
  position: absolute;
  top: 0;
  left: calc(50% + 11rem);
}
.sec-recruit1 .circle-blue.blue2 {
  position: absolute;
  bottom: -12rem;
  left: calc(50% - 40rem);
}
.sec-recruit1 .circle-yellow {
  position: absolute;
  top: 43rem;
  left: calc(50% + 38rem);
  z-index: 1;
}

.sec-recruit1 h2 {
  font-size: 2.8rem;
  color: #E51F1F;
  letter-spacing: .02em;
  text-align: center;
  margin-bottom: 2rem;
}
.sec-recruit1 h3 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 8rem;
}
.sec-recruit1 .text {
  width: 55rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.sec-recruit1 .photo {
  width: 51rem;
}

.sec-recruit2 {
  background: linear-gradient(to right, #256BAD 0%, #59AFFF 100%);
  padding: 9rem 0 14rem;
  position: relative;
}
.sec-recruit2::after {
  content: "";
  display: block;
  width: 100%;
  height: 45rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-recruit2 h2 {
  width: 28.5rem;
  margin: 0 auto 2rem;
}
.sec-recruit2 h3 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 7rem;
}
.sec-recruit2 .items {
  gap: 7rem 0;
  position: relative;
  z-index: 10;
}
.sec-recruit2 .item {
  width: 57rem;
  background: #EEF7FF;
  border: .1rem solid var(--blue);
  border-radius: 2rem;
  padding: 0 5rem 4rem;
}
.sec-recruit2 .item .name {
  width: 26rem;
  margin: -.1rem auto 4rem;
  padding: .5rem .5rem .5rem 3rem;
  text-align: center;
  position: relative;
}
.sec-recruit2 .item.item1 .name,
.sec-recruit2 .item.item4 .name {
  background: #C3C14A;
}
.sec-recruit2 .item.item2 .name,
.sec-recruit2 .item.item3 .name {
  background: #25A2AD;
}
.sec-recruit2 .item .name .icon {
  width: 7.6rem;
  position: absolute;
  left: -3.8rem;
  top: -2rem;
}
.sec-recruit2 .item .name h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.sec-recruit2 .item .name h4 span {
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 2rem;
  vertical-align: .2rem;
}
.sec-recruit2 .item dt {
  display: flex;
  gap: .6rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: .7rem;
}
.sec-recruit2 .item dt::before {
  content: "";
  display: block;
  background: url(../img/recruit2-q.svg) center center / contain no-repeat;
  width: 3.2rem;
  height: 2.9rem;
  flex-shrink: 0;
}
.sec-recruit2 .item dd {
  display: flex;
  gap: .6rem;
  font-size: 1.7rem;
  color: #212121;
  margin-bottom: 2rem;
}
.sec-recruit2 .item dd::before {
  content: "";
  display: block;
  background: url(../img/recruit2-a.svg) center center / contain no-repeat;
  width: 3.2rem;
  height: 2.9rem;
  flex-shrink: 0;
}


.sec-recruit3 {
  background: #F7F7F7;
  padding: 13rem 0;
  position: relative;
}
.sec-recruit3 .circle-position1 .circle-blue {
  position: absolute;
  top: -8rem;
  left: calc(50% + 52rem);
}
.sec-recruit3 .circle-position1 .circle-yellow {
  position: absolute;
  top: -29rem;
  left: calc(50% - 23rem);
}
.sec-recruit3 .circle-position2 {
  position: relative;
  padding-bottom: 20rem;
}
.sec-recruit3 .circle-position2 .circle-blue {
  position: absolute;
  bottom: -12rem;
  left: calc(50% - 86rem);
}
.sec-recruit3 .circle-position2 .circle-yellow {
  position: absolute;
  bottom: 5rem;
  left: calc(50% - 56rem);
}

.sec-recruit3 .heading-line {
  margin-bottom: 8rem;
}
.sec-recruit3 .description {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec-recruit3 .description th,
.sec-recruit3 .description td {
  border-top: .1rem solid var(--gray1);
  border-bottom: .1rem solid var(--gray1);
  padding: 4rem 0;
  vertical-align: top;
}
.sec-recruit3 .description th {
  background: #DAECFB;
  width: 25rem;
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
  padding-left: 5rem;
}
.sec-recruit3 .description td {
  font-weight: 500;
}
.sec-recruit3 .description td:nth-of-type(1) {
  padding-left: 5rem;
  width: 22rem;
}
.sec-recruit3 .description td li {
  text-indent: -1em;
  padding-left: 1em;
}

.sec-recruit3 .map {
  width: 100rem;
  margin: 12rem auto 0;
}
.sec-recruit3 .map h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.sec-recruit3 .map h4 {
  font-size: 1.8rem;
}
.sec-recruit3 .map hr {
  display: block;
  height: .1rem;
  border: none;
  border-top: .1rem solid var(--gray1);
  margin: 5rem 0;
}
.sec-recruit3 .map .googlemap {
  width: 49rem;
  height: 34rem;
  border-radius: 2rem;
  overflow: hidden;
}
.sec-recruit3 .map .googlemap iframe {
  width: 100%;
  height: 100%;
}
.sec-recruit3 .map .text {
  margin-left: 3.5rem;
}

.sec-recruit4 {
  background: #DAECFB;
  padding: 8rem 0 27rem;
}
.sec-recruit4 .circle-blue {
  position: absolute;
  top: -6.5rem;
  left: calc(50% + 26rem);
}
.sec-recruit4 .circle-yellow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 45rem);
}
.sec-recruit4 .btn {
  display: block;
  margin: 2rem auto 0;
  padding: 1rem;
  width: 32rem;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: var(--blue);
  border: .5rem solid #fff;
  border-radius: 1rem;
  box-shadow: 0 0 0 .1rem var(--blue);
}

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

@media (max-width: 768px) {
.page-recruit .circle-blue {
  width: 14rem;
}
.page-recruit .circle-yellow {
  width: 14rem;
}

.sec-recruit1 {
  margin-top: 7rem;
  padding-bottom: 7rem;
}
.sec-recruit1 .circle-blue.blue1 {
  top: 0;
  left: calc(50% + 7rem);
}
.sec-recruit1 .circle-blue.blue2 {
  bottom: -8rem;
  left: calc(50% - 20rem);
}
.sec-recruit1 .circle-yellow {
  top: 72rem;
  left: calc(50% + 6rem);
}

.recruit-mv .bg > div {
  height: 40rem;
}
.recruit-mv .bg > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-mv .box {
  top: 48%;
}
.recruit-mv .box h1 {
  width: 30rem;
  margin: 0 0 2rem;
}
.recruit-mv .box .copy {
  width: 30rem;
}

.sec-recruit1 h2 {
  font-size: 2rem;
}
.sec-recruit1 h3 {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
.sec-recruit1 .text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}
.sec-recruit1 .photo {
  width: 100%;
  margin-top: 4rem;
}
.sec-recruit2 {
  padding: 6rem 0 7rem;
}
.sec-recruit2 h2 {
  width: 24rem;
}
.sec-recruit2 h3 {
  font-size: 2.2rem;
  margin-bottom: 6rem;
}
.sec-recruit2 .items {
  gap: 3rem 0;
}
.sec-recruit2 .item {
  width: 100%;
  padding: 0 2rem 3rem;
}
.sec-recruit2 .item .name {
  width: 22rem;
}
.sec-recruit2 .item .name .icon {
  width: 6rem;
  left: -3rem;
  top: -1rem;
}
.sec-recruit2 .item .name h4 {
  font-size: 2rem;
}
.sec-recruit2 .item .name h4 span {
  font-size: 1.6rem;
  margin-left: 1.5rem;
  vertical-align: .1rem;
}
.sec-recruit2 .item dt {
  font-size: 1.5rem;
}
.sec-recruit2 .item dt::before {
  width: 2.8rem;
  height: 2.4rem;
}
.sec-recruit2 .item dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec-recruit2 .item dd::before {
  width: 2.8rem;
  height: 2.4rem;
}

.sec-recruit3 {
  padding: 7rem 0;
}
.sec-recruit3 .circle-position1 .circle-blue {
  top: -6rem;
  left: calc(50% + 8rem);
}
.sec-recruit3 .circle-position1 .circle-yellow {
  top: -14rem;
  left: calc(50% - 26rem);
}
.sec-recruit3 .circle-position2 {
  padding-bottom: 10rem;
}
.sec-recruit3 .circle-position2 .circle-blue {
  bottom: -8rem;
  left: calc(50% - 26rem);
}
.sec-recruit3 .circle-position2 .circle-yellow {
  bottom: 2rem;
  left: calc(50% - 14rem);
}

.sec-recruit3 .heading-line {
  margin-bottom: 5rem;
}
.sec-recruit3 .description {
  width: 100%;
}
.sec-recruit3 .description th,
.sec-recruit3 .description td {
  display: block;
  width: 100%;
  border-top: none;
  border-bottom: none;
  padding: 1rem;
}
.sec-recruit3 .description th {
  border-bottom: none;
  font-size: 2.2rem;
  text-align: center;
  padding: 1rem;
}
.sec-recruit3 .description td:nth-of-type(1) {
  padding: 1rem 1rem 0;
  width: 100%;
  font-weight: 700;
}
.sec-recruit3 .description td:last-child {
  border-bottom: .1rem solid var(--gray1);
}

.sec-recruit3 .map {
  width: 100%;
  margin: 8rem auto 0;
}
.sec-recruit3 .map h3 {
  font-size: 2.2rem;
}
.sec-recruit3 .map .googlemap {
  width: 100%;
  height: 30rem;
}
.sec-recruit3 .map .text {
  margin: 2rem 0 0;
}

.sec-recruit4 .circle-blue {
  top: -4rem;
  left: calc(50% + 4rem);
}
.sec-recruit4 .circle-yellow {
  bottom: 10rem;
  left: calc(50% - 20rem);
}


} /*@*/

/* --------------------------------------------------------------------------- */





