@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(51, 51, 51, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(51, 51, 51, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #3b9ada;
  }
  .border-org {
    border: solid 3px #015c96;
  }
  .border-top-bottom-red {
    border-top: 10px solid #3b9ada;
    border-bottom: 10px solid #3b9ada;
  }
  .border-top-red {
    border-bottom: 10px solid #3b9ada;
  }
  .border-bottom-red {
    border-bottom: 10px solid #3b9ada;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #3b9ada;
  }
  .border-org {
    border: solid 2px #015c96;
  }
  .border-top-bottom-red {
    border-top: 5px solid #3b9ada;
    border-bottom: 5px solid #3b9ada;
  }
  .border-top-red {
    border-bottom: 5px solid #3b9ada;
  }
  .border-bottom-red {
    border-bottom: 5px solid #3b9ada;
  }
}

.bg-grid {
  background: url(../img/common/com-grid-bg.png);
  background-size: 10px;
}
.bg-dotted {
  background: #f4f4f4 url(../img/common/com-bg-btm.png) no-repeat center bottom/100%;
}
.bg-frame {
  position: relative;
}
.bg-frame-white:before {
  content: "";
  display: block;
  width: 100%;
  height: 135px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bg-frame-white .inbox,
.bg-frame-white .widebox {
  position: relative;
  z-index: 10;
}

.box-shadow-def {
  box-shadow: 0 6px 0 rgba(1, 92, 150, 0.2);
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

.icon-arrow-box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b9ada;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .icon-arrow-box {
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 8px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .icon-arrow-box {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 8px 0 0 0;
  }
}
.icon-star {
  position: relative;
}
.icon-star:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
  background: url(../img/common/icon-star.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .icon-star {
    padding-right: 25px;
  }
  .icon-star:before {
    width: 22px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .icon-star {
    padding-right: 25px;
  }
  .icon-star:before {
    width: 16px;
    height: 33px;
  }
}
.icon-map {
  position: relative;
  box-sizing: border-box;
}
.icon-map:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon-map.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .icon-map {
    padding-left: 20px;
  }
  .icon-map:before {
    width: 12px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .icon-map {
    padding-left: 20px;
  }
  .icon-map:before {
    width: 12px;
    height: 17px;
  }
}

.main-visual {
  position: relative;
}
.main-visual-title {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: -160px;
    z-index: 0;
  }
  .main-visual-title {
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    z-index: 0;
  }
  .main-visual-title {
    width: 70%;
    bottom: 20px;
  }
}

.c-table {
  box-sizing: border-box;
  background: #fff;
}
.c-table-item {
  display: grid;
}
.c-table-item:last-of-type {
  border-bottom: none;
}
.c-table-item-name {
  color: #004880;
}
.c-table-item-text a {
  color: #333;
}
.c-table-in {
  padding: 0 !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-table {
    padding: 40px;
    border-radius: 8px;
  }
  .c-table-item {
    grid-template-columns: 150px 1fr;
    padding: 25px 0;
    border-bottom: 2px solid #3b9ada;
  }
  .c-table-item-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-table {
    padding: 25px;
    border-radius: 8px;
  }
  .c-table-item {
    grid-template-columns: 80px 1fr;
    padding: 10px 0;
    border-bottom: 1px solid #3b9ada;
    font-size: 13px;
  }
  .c-table-item-text {
    padding-left: 10px;
    box-sizing: border-box;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-list.check-list .bi-check-square-fill {
  position: absolute;
  left: 0;
  top: 0;
  color: #3b9ada;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
  .c-list.check-list .c-list-item {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
  .c-list.check-list .c-list-item {
    padding-left: 22px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1;
}
.taxonomy-list li {
  border-radius: 0;
  font-weight: 700;
  border-right: solid 1px #3b9ada;
  padding-right: 10px;
}
.taxonomy-list li:last-of-type {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    color: #004880;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    font-size: 11px;
    color: #004880;
  }
}

.c-button-list {
  display: grid;
}
.c-button-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button-list {
    row-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-list {
    row-gap: 10px;
  }
}

.category-list {
  display: grid;
  border: solid 1px #004880;
  border-radius: 8px;
}
.category-list-item {
  position: relative;
}
.category-list-item .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #3b9ada;
  font-size: 18px;
}
.category-list-item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .category-list {
    padding: 40px 20px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
  }
  .category-list-item {
    border-right: 1px solid #3b9ada;
  }
  .category-list-item:nth-child(4n) {
    border-right: none;
  }
  .category-list-item a {
    padding: 10px;
  }
  .category-list-item a:hover {
    background: rgba(59, 154, 218, 0.2);
  }
  .category-list-item a .bi {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .category-list {
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .category-list-item {
    border-right: 1px solid #3b9ada;
  }
  .category-list-item:nth-child(2n) {
    border-right: none;
  }
  .category-list-item a {
    font-size: 12px;
    padding: 10px 25px 10px 10px;
  }
  .category-list-item a:hover {
    background: rgba(59, 154, 218, 0.2);
  }
  .category-list-item a .bi {
    right: 5px;
    font-size: 12px;
  }
}

.c-button {
  background: #015c96;
  border-radius: 100px;
  display: inline-flex;
  font-weight: 700;
}
.c-button-box {
  border-radius: 100px;
  align-items: center;
  display: inline-flex;
  background: #3b9ada;
  box-sizing: border-box;
  position: relative;
}
.c-button-box .text,
.c-button-box .bi {
  color: #fff;
}
.c-button-box .bi-arrow-right-circle-fill,
.c-button-box .bi-copy {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.button-white .c-button-box {
  background: #fff;
}
.c-button.button-white .c-button-box .text,
.c-button.button-white .c-button-box .bi {
  color: #3b9ada;
}
@media screen and (min-width: 768px) {
  .c-button-box {
    min-width: 200px;
    gap: 10px;
    padding: 15px 35px 15px 40px;
    top: -6px;
    transition: 0.1s all ease-in;
  }
  .c-button-box:hover {
    top: 0;
  }
  .c-button-box .bi {
    right: 15px;
    font-size: 16px;
  }
  .c-button-box .bi-copy {
    right: 25px;
  }
  .c-button-box.middle {
    min-width: 370px;
  }
  .c-button-box.wide {
    min-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-box {
    min-width: 180px;
    gap: 10px;
    padding: 10px 50px 10px 30px;
    top: -3px;
  }
  .c-button-box .bi {
    right: 15px;
    font-size: 16px;
  }
  .c-button-box .bi-copy {
    right: 25px;
  }
  .c-button-box.middle {
    min-width: 240px;
  }
  .c-button-box.wide {
    min-width: 300px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #333;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #3b9ada;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}
.sub-visual-title {
  font-weight: 700;
  color: #fff;
}
.sub-visual-title .main {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.5rem;
  text-shadow: 0 5px 0 rgba(1, 92, 150, 0.5);
}
.sub-visual-title .sub {
  background: #015c96;
  border-radius: 0 100px 100px 0;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    margin-top: -160px;
    height: 450px;
    padding-bottom: 50px;
    background: url(../img/common/sv_bg.jpg) no-repeat right bottom/cover;
  }
  .sub-visual-title .main,
  .sub-visual-title .sub {
    padding-left: 80px;
  }
  .sub-visual-title .main {
    font-size: 64px;
    margin-bottom: 20px;
  }
  .sub-visual-title .sub {
    padding-right: 50px;
    font-size: 32px;
    min-height: 100px;
    min-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 140px;
    padding-bottom: 15px;
    background: url(../img/common/sv_bg.jpg) no-repeat right 50% bottom/cover;
  }
  .sub-visual-title {
    width: 100%;
  }
  .sub-visual-title .main,
  .sub-visual-title .sub {
    padding-left: 5%;
  }
  .sub-visual-title .main {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .sub-visual-title .sub {
    padding-right: 50px;
    font-size: 14px;
    padding: 10px 10px 10px 5%;
    max-width: 90%;
    min-width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.text-white {
  color: #fff;
}
.text-lead {
  background: #004880;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.c-title {
  color: #004880;
  display: grid;
  line-height: 1.4;
  font-weight: 700;
}
.c-title .main {
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: 0.4rem;
}
.c-title .main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3b9ada;
}
.c-title.text-c .main:before {
  left: 50%;
  transform: translateX(-50%);
}
.c-title-white {
  color: #fff;
}
.c-title-white .main:before {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 40px;
    row-gap: 20px;
  }
  .c-title .main {
    font-size: 48px;
    padding-bottom: 10px;
  }
  .c-title .main:before {
    width: 80px;
    height: 2px;
  }
  .c-title .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 25px;
    row-gap: 12px;
  }
  .c-title .main {
    font-size: 28px;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .c-title .main:before {
    width: 40px;
    height: 1px;
  }
  .c-title .sub {
    font-size: 18px;
  }
}

.title01 {
  color: #004880;
  font-weight: 700;
  border-bottom: 2px solid #3b9ada;
}
.title01-white {
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .title01 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.title02 {
  color: #3b9ada;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #333;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #333;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-message
=========================================================*/
.top-message {
  position: relative;
}
.top-message-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-message .inbox {
  position: relative;
  z-index: 10;
}
.top-message-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-message-contents {
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  border: solid 1px #015c96;
}
.top-message .eng-text {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-message {
    margin: 50px 0 70px;
  }
  .top-message-container {
    padding: 30px 0;
  }
  .top-message-contents {
    width: 430px;
    padding: 50px 25px;
  }
  .top-message .eng-text {
    line-height: 1;
    font-size: 48px;
    letter-spacing: 0.5rem;
  }
  .top-message .c-button-container {
    margin-top: 50px;
  }
  .top-message-icon {
    bottom: -145px;
  }
  .top-message-bg-list {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
    width: 100%;
  }
  .top-message-bg-list-item {
    height: 100%;
    width: 100%;
    border-radius: 8px;
  }
  .top-message-bg-list-item:first-child {
    border-radius: 0 8px 8px 0;
  }
  .top-message-bg-list-item:last-child {
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .top-message {
    margin: 30px 0 70px;
  }
  .top-message-container {
    padding: 30px 0;
  }
  .top-message-contents {
    padding: 40px 25px;
  }
  .top-message .eng-text {
    text-align: right;
    line-height: 1;
    font-size: 20px;
  }
  .top-message .c-button-container {
    margin-top: 50px;
  }
  .top-message-icon {
    width: 100px;
    bottom: 0px;
  }
  .top-message-bg {
    position: relative;
  }
  .top-message-bg-list {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    height: 250px;
  }
  .top-message-bg-list-item {
    height: 100%;
    width: 100%;
  }
}

/*top-service
=========================================================*/
.top-service-list {
  position: relative;
}
.top-service-list:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 197/243;
  background: url(../img/top/top_service-deco-right.png) no-repeat center/contain;
}
.top-service-list-item-img {
  position: relative;
}
.top-service-list-item-img .icon-arrow-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-service-list-item a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 150px 0 75px;
    background: url(../img/top/top_service-deco-left.png) no-repeat left top 85px, #f4f4f4 url(../img/common/com-bg-btm.png) no-repeat center bottom/100%;
  }
  .top-service-lead {
    margin-bottom: 35px;
  }
  .top-service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .top-service-list:before {
    right: 35px;
    width: 197px;
    top: -243px;
  }
  .top-service-list-item {
    background: #fff;
    border-radius: 8px;
  }
  .top-service-list-item a {
    display: block;
  }
  .top-service-list-item:hover {
    opacity: 0.85;
  }
  .top-service-list-item-box {
    padding: 25px 30px 40px;
  }
  .top-service-list-item-title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    color: #015c96;
    border-bottom: 2px solid #3b9ada;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .top-service .c-button-container {
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 80px 0 75px;
    background: url(../img/top/top_service-deco-left.png) no-repeat left top 10px/80px, #f4f4f4 url(../img/common/com-bg-btm.png) no-repeat center bottom/100%;
  }
  .top-service-lead {
    margin-bottom: 60px;
  }
  .top-service-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .top-service-list:before {
    right: 0;
    width: 70px;
    height: 70px;
    top: -70px;
  }
  .top-service-list-item {
    background: #fff;
    border-radius: 8px;
  }
  .top-service-list-item a {
    display: block;
  }
  .top-service-list-item-box {
    padding: 25px 25px 40px;
  }
  .top-service-list-item-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #015c96;
    border-bottom: 2px solid #3b9ada;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .top-service .c-button-container {
    margin-top: 45px;
    text-align: center;
  }
}

/*top-works
=========================================================*/
.top-works {
  position: relative;
}
.top-works-list-item a {
  display: grid;
  row-gap: 10px;
}
.top-works-list-item-img {
  position: relative;
}
.top-works-list-item-img .com-img {
  width: 100%;
  aspect-ratio: 390/293;
}
.top-works-list-item-title {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-works {
    padding: 100px 0;
  }
  .top-works-heading {
    display: grid;
    grid-template-columns: 880px auto;
    margin-bottom: 30px;
  }
  .top-works-heading .c-title {
    margin-bottom: 0;
  }
  .top-works-heading-left {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .top-works-list {
    display: flex;
    gap: 40px 25px;
    position: relative;
    z-index: 10;
  }
  .top-works-list-item {
    width: 340px;
  }
  .top-works-list-item:hover {
    opacity: 0.85;
  }
  .top-works-list-item-img {
    border-radius: 8px;
  }
  .top-works-list-item .com-img {
    border-radius: 8px;
  }
  .top-works-list-item .icon-arrow-box {
    border-radius: 8px 0 8px 0;
  }
  .top-works-list-item-title {
    font-size: 18px;
  }
  .top-works-img {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-works {
    padding: 60px 0;
  }
  .top-works-heading {
    margin-bottom: 30px;
  }
  .top-works-heading-left {
    display: flex;
    flex-direction: column;
  }
  .top-works-list {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 30px;
    z-index: 10;
  }
  .top-works-list-item-img {
    border-radius: 8px;
  }
  .top-works-list-item .com-img {
    border-radius: 8px;
  }
  .top-works-list-item .icon-arrow-box {
    border-radius: 8px 0 8px 0;
  }
  .top-works-list-item-title {
    font-size: 16px;
  }
  .top-works .c-button-container {
    margin-top: 50px;
    text-align: center;
  }
  .top-works-img {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 0;
  }
}

/*top-reason
=========================================================*/
.top-reason-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.top-reason-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #015c96;
  font-weight: 700;
  border: solid 1px #015c96;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.top-reason-list .number {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background: #015c96;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .top-reason {
    padding: 100px 0;
    background: url(../img/top/top_reason-deco-left.png) no-repeat left center;
  }
  .top-reason-list {
    width: 980px;
    gap: 55px 20px;
  }
  .top-reason-list-item {
    font-size: 22px;
    width: 480px;
    min-height: 80px;
    border-radius: 0 8px 8px 8px;
    padding: 10px;
  }
  .top-reason-list .number {
    width: 70px;
    height: 35px;
    font-size: 28px;
    border-radius: 0 8px 0 0;
    top: -35px;
  }
  .top-reason .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0 50%;
    background: url(../img/top/top_reason-deco-left.png) no-repeat left bottom/50%;
  }
  .top-reason-list {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .top-reason-list-item {
    font-size: 18px;
    min-height: 80px;
    border-radius: 0 8px 8px 8px;
    padding: 10px;
  }
  .top-reason-list .number {
    width: 70px;
    height: 35px;
    font-size: 22px;
    border-radius: 0 8px 0 0;
    top: -35px;
  }
  .top-reason .c-button-container {
    margin-top: 60px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item {
  background: #fff;
  border-radius: 8px;
}
.top-column-list-item-box {
  box-sizing: border-box;
}
.top-column-list-item-img {
  position: relative;
}
.top-column-list-item .post-date {
  display: block;
  text-align: right;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.top-column-list-item-title {
  color: #015c96;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #3b9ada;
}
.top-column-list-item-text {
  font-weight: 700;
}
.top-column-list-item .com-img {
  border-radius: 8px;
}
.top-column-list a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head-right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-end;
    color: #fff;
  }
  .top-column-head-right .lead-text {
    font-weight: 700;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item-img {
    position: relative;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item-box {
    padding: 25px 30px 30px;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .top-column-list .com-img {
    height: 257px;
  }
  .top-column-list time {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
  }
  .top-column-head-right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-end;
    color: #fff;
  }
  .top-column-head-right .lead-text {
    font-weight: 700;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item-box {
    padding: 20px 20px 30px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/248;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.top-column .c-button-container {
  text-align: center;
  margin-top: 50px;
}

/*top-news
=========================================================*/
.top-news-head {
  color: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-title {
  margin-bottom: 30px;
}
.top-news-head .c-button-arrow {
  justify-content: flex-start;
}
.top-news-list {
  display: grid;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
.top-news-list-item {
  border-bottom: 1px solid #b5bab8;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #333;
  position: relative;
  font-weight: 700;
  color: #015c96;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right-short {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #3b9ada;
}
.top-news-list-item .post-date {
  color: #333;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 680px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: flex-start;
  }
  .top-news-head {
    row-gap: 30px;
  }
  .top-news-list {
    padding: 30px;
  }
  .top-news-list-item a {
    padding: 25px 50px 25px 0;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item a .bi {
    font-size: 20px;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list {
    padding: 20px;
    box-sizing: border-box;
  }
  .top-news-list-item a {
    padding: 20px 35px 20px 0;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #333;
  }
  .top-news-list-item a .bi {
    right: 0 !important;
    font-size: 15px;
  }
  .top-news-list-item a .bi-arrow-right-short {
    width: 20px !important;
    height: 20px !important;
  }
  .top-news-list-item a .post-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .top-news .c-button-container {
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .business-content {
    padding: 100px 0;
  }
  .business-content .inbox {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .business-content .c-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .business-content {
    padding: 60px 0;
  }
  .business-content .inbox {
    display: flex;
    flex-direction: column;
  }
}

.c-service-contents-list-card {
  border: solid 1px #015c96;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.c-service-contents-list-card-title {
  text-align: center;
  font-weight: 700;
  color: #015c96;
}
@media screen and (min-width: 768px) {
  .c-service-contents {
    padding: 80px 0;
  }
  .c-service-contents-heading {
    display: grid;
    grid-template-columns: 450px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .c-service-contents-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 520px 520px;
    gap: 40px 40px;
  }
  .c-service-contents-list-card {
    padding: 35px;
  }
  .c-service-contents-list-card-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-service-contents {
    padding: 40px 0;
  }
  .c-service-contents-heading {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .c-service-contents-list {
    margin-top: 40px;
    display: grid;
    row-gap: 20px;
  }
  .c-service-contents-list-card {
    display: flex;
    flex-direction: column;
    padding: 35px 25px;
  }
  .c-service-contents-list-card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .c-service-contents-list-card .c-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

.works-message .inbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .works-message {
    padding: 100px 0 60px;
  }
  .works-message .inbox {
    row-gap: 50px;
  }
  .works-message-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .works-message-heading .c-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .works-message {
    padding: 60px 0;
  }
  .works-message .inbox {
    row-gap: 25px;
  }
  .works-message-heading {
    row-gap: 30px;
  }
}

.c-works-list {
  display: grid;
}
.c-works-list-card a {
  color: #333;
}
.c-works-list-card-img {
  border-radius: 8px;
  position: relative;
}
.c-works-list-card-img .com-img {
  border-radius: 8px;
  aspect-ratio: 520/320;
}
.c-works-list-card-title {
  font-weight: 700;
  color: #004880;
}
@media screen and (min-width: 768px) {
  .c-works {
    padding: 100px 0;
  }
  .c-works-list {
    gap: 80px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-works-list-card:hover {
    opacity: 0.85;
  }
  .c-works-list-card-img {
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .c-works-list-card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c-works-list-card .taxonomy-list {
    margin-bottom: 15px;
  }
  .c-works-list-card .works-season {
    display: flex;
    align-items: center;
    margin-top: 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    line-height: 1.4;
  }
  .c-works-list-card .works-season dt {
    padding-right: 10px;
    border-right: 1px solid #b5bab8;
  }
}
@media screen and (max-width: 767px) {
  .c-works {
    padding: 40px 0 80px;
  }
  .c-works-list {
    gap: 30px 15px;
  }
  .c-works-list-card-img {
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .c-works-list-card-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .c-works-list-card .taxonomy-list {
    margin-bottom: 15px;
  }
  .c-works-list-card-text {
    font-size: 14px;
  }
  .c-works-list-card .works-season {
    display: grid;
    align-items: center;
    margin-top: 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    line-height: 1.4;
    font-size: 13px;
    grid-template-columns: 80px 1fr;
  }
  .c-works-list-card .works-season dt {
    padding-right: 5px;
    border-right: 1px solid #b5bab8;
  }
}

.s-works-img-list-item {
  position: relative;
  border-radius: 8px;
}
.s-works-img-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.s-works-img-list-item:last-of-type:before {
  display: none;
}
.s-works-img-list-item .com-img {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 500/310;
}
.s-works-img-list-item-tags {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  line-height: 1;
}
.s-works-img-list-item .tag-before {
  left: 0;
  color: #004880;
}
.s-works-img-list-item .tag-after {
  right: 0;
  color: #fcaf2b;
}
.s-works .works-season {
  display: flex;
  align-items: center;
  margin-top: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1.4;
}
.s-works .works-season dt {
  padding-right: 10px;
  border-right: 1px solid #b5bab8;
}
@media screen and (min-width: 768px) {
  .s-works {
    padding: 100px 0;
  }
  .s-works .taxonomy-list {
    margin-bottom: 40px;
  }
  .s-works-img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
  .s-works-img-list-item {
    width: 500px;
  }
  .s-works-img-list-item:before {
    right: -65px;
    border: solid 20px transparent;
    border-left: 15px solid #004880;
  }
  .s-works-img-list-item .com-img {
    width: 100%;
  }
  .s-works-img-list .tag-before {
    border-radius: 0 8px 0 0;
    padding: 10px;
    min-width: 145px;
    font-size: 18px;
  }
  .s-works-img-list .tag-after {
    border-radius: 8px 0 8px 0;
    padding: 20px 10px;
    min-width: 145px;
    font-size: 22px;
  }
  .s-works-text {
    margin-top: 30px;
  }
  .s-works .works-season {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-works {
    padding: 100px 0;
  }
  .s-works .taxonomy-list {
    margin-bottom: 40px;
  }
  .s-works-img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
  }
  .s-works-img-list-item {
    width: 100%;
  }
  .s-works-img-list-item:before {
    bottom: -65px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    border: solid 20px transparent;
    border-top: 15px solid #004880;
  }
  .s-works-img-list-item .com-img {
    width: 100%;
  }
  .s-works-img-list .tag-before {
    border-radius: 0 8px 0 0;
    padding: 10px;
    min-width: 120px;
    font-size: 14px;
  }
  .s-works-img-list .tag-after {
    border-radius: 8px 0 8px 0;
    padding: 10px 10px;
    min-width: 120px;
    font-size: 18px;
  }
  .s-works-text {
    margin-top: 30px;
  }
  .s-works .works-season {
    margin-top: 40px;
  }
}

.reason-message > .inbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reason-message > .inbox {
    row-gap: 50px;
    padding: 100px 0 60px;
  }
  .reason-message-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .reason-message-heading .c-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .reason-message > .inbox {
    row-gap: 40px;
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .reason-contents {
    padding: 100px 0;
  }
  .reason-contents .inbox {
    display: grid;
    row-gap: 40px;
  }
  .reason-contents-item {
    display: flex;
    justify-content: space-between;
  }
  .reason-contents-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .reason-contents-item-detail {
    width: 570px;
  }
  .reason-contents-item-detail-text {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .reason-contents-item-item {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .reason-contents {
    padding: 60px 0;
  }
  .reason-contents .inbox {
    display: grid;
    row-gap: 50px;
  }
  .reason-contents-item {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .reason-contents-item-detail {
    order: 2;
  }
  .reason-contents-item-detail-text {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .reason-contents-item-item {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .gallery {
    padding: 100px 0;
  }
  .gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .gallery-list-card {
    border-radius: 8px;
    aspect-ratio: 340/210;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 60px 0;
  }
  .gallery-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery-list-card {
    border-radius: 8px;
    aspect-ratio: 340/210;
  }
}

.recruit-message > .inbox {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit-message > .inbox {
    padding: 100px 0;
  }
  .recruit-message-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .recruit-message-heading .c-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message {
    padding: 60px 0;
  }
}

.resource {
  background: url(../img/common/com-bg-btm.png) no-repeat center bottom/100%, url(../img/recruit/recruit_resouces-bg.jpg) no-repeat center/cover;
}
.resource-contents {
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .resource {
    padding: 80px 0;
  }
  .resource .lead-text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
  }
  .resource .title01 {
    position: relative;
  }
  .resource-contents {
    padding: 40px;
  }
  .resource-contents-img {
    position: absolute;
  }
  .resource-contents .img-left {
    left: 0;
    bottom: 0;
  }
  .resource-contents .img-right {
    right: -40px;
    bottom: 0;
  }
  .resource .c-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .resource {
    padding: 60px 0;
  }
  .resource .lead-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .resource-contents {
    padding: 30px 25px 100px;
    position: relative;
  }
  .resource-contents-img {
    position: absolute;
  }
  .resource-contents .img-left {
    width: 80px;
    left: 0;
    bottom: 0;
  }
  .resource-contents .img-right {
    width: 100px;
    right: 10px;
    bottom: 5px;
  }
  .resource .c-list {
    display: grid;
    gap: 10px;
  }
}

.recruit-info-list-item {
  background: #fff;
  border-radius: 8px;
}
.recruit-info-list-item-container {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .recruit-info {
    padding: 100px 0;
  }
  .recruit-info-list {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .recruit-info-list-item {
    width: 100%;
  }
  .recruit-info-list-item-container {
    padding: 40px;
  }
  .recruit-info-list-item .com-img {
    width: 100%;
    height: 350px;
    border-radius: 8px 8px 0 0;
  }
  .recruit-info .c-button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-info {
    padding: 60px 0;
  }
  .recruit-info-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .recruit-info-list-item {
    width: 100%;
  }
  .recruit-info-list-item-container {
    padding: 25px;
  }
  .recruit-info-list-item .com-img {
    width: 100%;
    padding-top: 33%;
    border-radius: 8px 8px 0 0;
  }
  .recruit-info .taxonomy-list {
    margin-bottom: 10px;
  }
  .recruit-info .c-button-container {
    margin-top: 50px;
  }
  .recruit-info .c-button-container .c-button {
    width: 100%;
  }
  .recruit-info .c-button-container .c-button-box {
    min-width: initial;
    width: 100%;
  }
}

.company-greeting-container {
  display: flex;
}
@media screen and (min-width: 768px) {
  .company-greeting {
    padding: 100px 0;
  }
  .company-greeting-container {
    gap: 30px;
  }
  .company-greeting-contents {
    width: 570px;
    order: 2;
  }
  .company-greeting-contents-text {
    display: grid;
    row-gap: 20px;
  }
  .company-greeting-img {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .company-greeting {
    padding: 60px 0;
  }
  .company-greeting-container {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .company-greeting-contents {
    order: 2;
  }
  .company-greeting-contents-text {
    display: grid;
    row-gap: 20px;
  }
  .company-greeting-img {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .company-info {
    padding: 100px 0;
  }
  .company-info .googlemap-contents {
    margin-top: 50px;
  }
  .company-info .googlemap-contents-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .company-info .googlemap-contents .googlemap {
    background-color: #ccc;
    height: 400px;
  }
  .company-info .googlemap-contents .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company-info {
    padding: 60px 0;
  }
  .company-info .googlemap-contents {
    margin-top: 40px;
  }
  .company-info .googlemap-contents-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .company-info .googlemap-contents .googlemap {
    background-color: #ccc;
    height: 200px;
  }
  .company-info .googlemap-contents .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #b5bab8;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #3b9ada;
  border-bottom: 1px solid #3b9ada;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #333;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #3b9ada;
  background-color: #3b9ada;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #b5bab8 1px;
}
.post-wrp .post-list-item a {
  color: #333;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #333;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #3b9ada;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #3b9ada;
  font-weight: bold;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid #b5bab8;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #333;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #3b9ada;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #3b9ada;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #333;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 60px;
    margin-bottom: 10%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #f4f4f4 url(../img/common/com-bg-btm.png) no-repeat center bottom/200%;
  }
  .drawer-nav .drawer-menu {
    box-shadow: 0 6px 0 rgba(1, 92, 150, 0.2);
    background: #fff;
    border-radius: 8px;
    padding: 5% 8% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #b5bab8;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 18px 5px;
    color: #333;
    line-height: 1.2;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    color: #3b9ada;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #3b9ada !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
  }
}
.header {
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 0 0 30px;
    height: 160px;
  }
  .header-right {
    background: #fff;
    border-radius: 100px 0 0 100px;
    padding: 21px 30px 21px 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }
  .header .nav-list {
    gap: 35px;
    line-height: 1;
  }
  .header .nav-list-item {
    position: relative;
  }
  .header .nav-list-item:last-of-type:after {
    display: none;
  }
  .header .nav-list-item:after {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #3b9ada;
    border-radius: 50%;
  }
  .header .nav-list-item a:hover {
    color: #3b9ada;
    border-bottom: 1px solid #3b9ada;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 0 0 30px;
    height: 70px;
  }
  .header-left {
    width: 50px;
  }
  .header-right {
    padding-right: 70px;
  }
  .header-right .c-button {
    border-radius: 8px;
    position: relative;
    top: 2px;
  }
  .header-right .c-button-box {
    border-radius: 8px;
    min-width: initial;
    padding: 0;
    width: 46px;
    height: 46px;
    justify-content: center;
  }
  .header-right .c-button .text {
    display: none;
  }
  .header-right .c-button .bi {
    font-size: 20px;
  }
}

.l-cta {
  text-align: center;
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
.l-cta .widebox {
  position: relative;
}
.l-cta-img {
  position: absolute;
}
.l-cta-img-left {
  left: 0;
  bottom: 0;
}
.l-cta-contact-name {
  background: #015c96;
  color: #fff;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.l-cta-contact-name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-cta .widebox {
    padding: 100px 0;
  }
  .l-cta .c-title {
    margin-bottom: 20px;
  }
  .l-cta-text {
    margin-bottom: 40px;
    font-weight: 700;
  }
  .l-cta-contact-name {
    width: 300px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 10px;
    line-height: 1.4;
    font-size: 18px;
    border-radius: 10px;
  }
  .l-cta-contact-name:before {
    bottom: -30px;
    border: 20px solid transparent;
    border-top: 10px solid #015c96;
  }
  .l-cta-img {
    position: absolute;
  }
  .l-cta-img-right {
    right: 30px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta .widebox {
    padding: 60px 0;
  }
  .l-cta-text {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .l-cta-contact-name {
    width: 280px;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 10px;
    line-height: 1.4;
    font-size: 17px;
    border-radius: 10px;
  }
  .l-cta-contact-name:before {
    bottom: -25px;
    border: 15px solid transparent;
    border-top: 10px solid #015c96;
  }
  .l-cta-img {
    position: absolute;
  }
  .l-cta-img-left {
    width: 80px;
    left: -2%;
    top: 80px;
  }
  .l-cta-img-right {
    width: 80px;
    right: -2%;
    top: 90px;
  }
}

.c-recruit-container {
  box-sizing: border-box;
  border-radius: 8px;
  background: url(../img/top/top_bnr-recruit-bg.png) no-repeat center/cover;
}
.c-recruit {
  background: url(../img/top/top_recruit-bnr-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .c-recruit {
    padding: 50px 0;
  }
  .c-recruit-container {
    border: solid 3px #fff;
    padding: 30px 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    min-height: 450px;
  }
  .c-recruit .c-title {
    order: 2;
    transform: rotate(90deg);
    margin: 127px -142px 0 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    width: 390px;
  }
  .c-recruit-detail-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .c-recruit-detail-text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit {
    padding: 50px 0;
  }
  .c-recruit-container {
    border: solid 2px #fff;
    padding: 30px 20px 40px;
    color: #fff;
  }
  .c-recruit .c-title {
    order: 2;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  .c-recruit-detail-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c-recruit-detail-text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .c-recruit-detail-img {
    width: 180px;
    margin: 0 auto;
  }
  .c-recruit-detail .c-button-container .c-button {
    width: 100%;
  }
  .c-recruit-detail .c-button-container .c-button-box {
    min-width: initial;
    width: 100%;
  }
}

.c-solution {
  background: url(../img/service/service_message-bg.jpg) no-repeat center/cover;
}
.c-solution-container {
  background: #004880;
  border: solid 2px #fff;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  position: relative;
}
.c-solution-img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-solution {
    padding: 80px 0;
  }
  .c-solution-container {
    font-size: 18px;
    padding: 40px 95px;
  }
  .c-solution-img-left {
    left: 0;
    bottom: -76px;
  }
  .c-solution-img-right {
    right: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-solution {
    padding: 30px 0;
  }
  .c-solution-container {
    padding: 30px 25px 120px;
  }
  .c-solution-text {
    text-align: left;
  }
  .c-solution-img-left {
    width: 140px;
    left: 10px;
    bottom: 10px;
  }
  .c-solution-img-right {
    width: 55px;
    right: 20px;
    bottom: 0;
  }
}

.footer {
  background: url(../img/common/footer-bg.jpg) no-repeat center bottom/100%;
}
.footer .widebox {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer-nav-list {
  display: grid;
}
.footer-nav-list a {
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
  .footer .widebox {
    padding: 50px 100px;
  }
  .footer-left {
    width: 50%;
    display: grid;
    row-gap: 35px;
  }
  .footer-right {
    width: 50%;
  }
  .footer-nav {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .footer-nav-list {
    row-gap: 30px;
  }
  .footer-nav-list a:hover {
    color: #3b9ada;
    border-bottom: 1px solid #3b9ada;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0;
  }
  .footer .widebox {
    box-sizing: border-box;
    flex-direction: column;
  }
  .footer-logo {
    width: 70px;
  }
  .footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }
  .footer-right {
    margin-top: 40px;
  }
  .footer-nav {
    -moz-column-gap: 10px;
         column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .footer-nav-list {
    width: calc(50% - 5px);
    row-gap: 20px;
  }
  .footer-nav-list:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 10px;
  }
  .footer-nav-list:last-child .footer-nav-list-item {
    width: calc(50% - 5px);
  }
  .footer .c-button-list-item {
    text-align: center;
  }
}

#copyright {
  font-weight: 700;
  text-align: right;
}
#copyright a {
  color: #333;
}
@media screen and (min-width: 768px) {
  #copyright {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */