@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html,
body {
  height: 100%;
}

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

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000000;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: 0.3s all;
          transform: 0.3s all;*/
}
@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

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

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1s ease-out;
  transform: translateY(150px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sousyoku-point {
  opacity: 0;
  visibility: hidden;
  transition: 1s ease-out;
  transform: translateY(150px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.sousyoku-point.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/****サイト コンテンツ固定幅 *****/
.site-wrapper {
  padding-top: 65px;
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 51px;
    min-width: auto;
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}
/****サイトフォント設定 ******/
p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}
p.txt-c {
  text-align: center;
}
p.txt-r {
  text-align: right;
}
p.red,
p .red {
  color: #FF5050;
}
p.source {
  font-size: 0.75rem;
  margin-top: 10px;
}
p.source a {
  color: #0774B4;
}

ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.attention li {
  font-size: 0.75rem;
}

dl dt,
dl dd {
  font-size: 0.9375rem;
}
dl.table-list {
  display: flex;
  flex-wrap: wrap;
}
dl.table-list dt {
  width: 27%;
  font-weight: bold;
  padding: 20px 15px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  dl.table-list dt {
    width: 35%;
    padding: 20px 5px 20px 0;
  }
}
dl.table-list dt:first-of-type {
  border-top: 1px solid #D6D6D6;
}
dl.table-list dd {
  width: 73%;
  padding: 20px 15px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  dl.table-list dd {
    width: 65%;
    padding: 20px 0;
  }
}
dl.table-list dd:first-of-type {
  border-top: 1px solid #D6D6D6;
}

/****見出し設定 ******/
.heading-ttl {
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .heading-ttl {
    font-size: 1.625rem;
  }
}

.large-ttl {
  font-size: 1.5625rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 1em;
  position: relative;
}
.large-ttl:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .large-ttl:after {
    width: 100px;
  }
}

.middle-ttl {
  font-size: 1.375rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .middle-ttl {
    font-size: 1.1875rem;
  }
}

/*.small-ttl{
  font-size: rem(18);
  margin-bottom: 1.0em;
  position: relative;

  @include mq(md){
    font-size: rem(16);
  }

  &:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: $blue;
    position: absolute;
    top: 0;
    left: 0;
  }
}*/
.blue-ttl {
  font-size: 1.25rem;
  color: #0079C1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .blue-ttl {
    font-size: 1.125rem;
  }
}

/******テーブル表******/
table {
  width: 100%;
}
/****ボタン設定******/
.btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn a .link-arrow {
  margin-left: 10px;
}
.btn a:hover {
  color: #0079C1;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    color: #000000;
  }
}
.btn a:hover .link-arrow {
  background: #F4B804;
}
.btn a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/******/
span.icon-arrow {
  content: "";
  width: 16px;
  height: 16px;
  background: #1CBB9C url(/assets/img/common/icon/icon_news_arrow.png) no-repeat center center;
  background-size: 8px 4px;
  border-radius: 50%;
  transform: rotateY(0deg);
}

span.icon-arrow.left {
  transform: rotateY(180deg) !important;
}

span.icon-arrow-white {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/icon/logo_arrow_w.png) no-repeat center center;
  background-size: cover;
}

/******/
.more-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 161px;
  padding: 0.7em 1.5em 0.7em 1.2em;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1.6;
  color: #17A29B;
  font-size: 1rem;
}
.more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px solid transparent;
  background: linear-gradient(90deg, rgb(23, 162, 155) 0%, rgb(78, 211, 180) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.more-btn span.icon-arrow {
  content: "";
  width: 16px;
  height: 16px;
  background: #1CBB9C url(/assets/img/common/icon/icon_news_arrow.png) no-repeat center center;
  background-size: 8px 4px;
  border-radius: 50%;
  transform: rotateY(0deg);
}
.more-btn.b-white {
  color: #fff;
}
.more-btn.b-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px solid transparent;
  background: linear-gradient(168deg, rgb(255, 255, 255) 0%, rgb(158, 247, 226) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.more-btn.b-white span.icon-arrow {
  background: url(/assets/img/common/icon/logo_arrow_w.png) no-repeat center center;
  background-size: cover;
}
.more-btn.b-white.white::before {
  background: #fff border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/***********アイコン**************/
span[class^=icon-] {
  position: relative;
  font-size: 2rem;
  vertical-align: middle;
  padding-bottom: 1rem;
  display: inline-block;
  margin-left: 0.2em;
}
span[class^=icon-]::before {
  content: "";
  display: block;
  width: 18px;
  height: 25px;
  position: absolute;
  left: 0;
}

.icon-window::before {
  width: 16px !important;
  height: 25px !important;
  background: url(/assets/img/common/icon/icon_window.png) no-repeat;
  background-size: contain;
}

.company .icon-window::before {
  width: 14px !important;
  height: 14px !important;
  background: url(/assets/img/common/icon/icon_window.png) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(46%) sepia(94%) saturate(1%) hue-rotate(30deg) brightness(97%) contrast(103%);
}

/***********youtube**************/
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*============================
other共通
/*============================*/
.adobe-reader.adobe-reader-img {
  width: 158px;
}

/*============================
other、CSRコンプライアンス共通 .detail-section
/*============================*/
.detail-section {
  width: 100%;
  margin: 0 auto;
  /*--dd内ulドット--------------------*/
}
.detail-section + .detail-section {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .detail-section + .detail-section {
    margin-top: 50px;
  }
}
.detail-section .detail-contents {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .detail-section .detail-contents {
    margin-bottom: 30px;
  }
}
.detail-section .section-block-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-section .section-block-flex .section-block-col02 {
  width: 544px;
}
.detail-section .section-block-flex .section-block-col02.image {
  width: 505px;
}
.detail-section .mark-ttl {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #17A29B;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .detail-section .mark-ttl {
    font-size: 1.25rem;
  }
}
.detail-section .middle-ttl {
  position: relative;
  margin-bottom: 1.3em;
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .detail-section .middle-ttl {
    font-size: 1.25rem;
  }
}
.detail-section .middle-ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #17A29B;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.detail-section .small-ttl {
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  font-size: 1.125rem;
  border-left: 5px solid #17A29B;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .detail-section .small-ttl {
    font-size: 1.125rem;
  }
}
.detail-section .list-dot > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.detail-section .list-dot > li::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -0.2em; /*黒丸アイコンの縦位置調整*/
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle; /*黒丸アイコンの縦位置調整*/
}
.detail-section p + p {
  margin-top: 0.5em;
}

/*******画像の横幅調整 ページコンテンツ部分のみ************/
.contents img {
  width: 100%;
}

/****リンク関連 ******/
a .link-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #F4B804;
  background: #F4B804;
  position: relative;
  transition: 0.3s all;
}
a .link-arrow:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 9px;
  left: 8px;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
a .link-arrow.white {
  background: #fff;
}
a .link-arrow.white:before {
  border-right: 1px solid #F4B804;
  border-bottom: 1px solid #F4B804;
}
a .link-arrow.down:before {
  top: 8px;
  left: 9px;
  transform: rotate(45deg);
}
a:hover .link-arrow {
  background: #fff;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow {
    background: #F4B804;
  }
}
a:hover .link-arrow:before {
  border-right: 1px solid #F4B804;
  border-bottom: 1px solid #F4B804;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
a:hover .link-arrow.white {
  background: #F4B804;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow.white {
    background: #fff;
  }
}
a:hover .link-arrow.white:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow.white:before {
    border-right: 1px solid #F4B804;
    border-bottom: 1px solid #F4B804;
  }
}
a.flex-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a.flex-link:hover .link-arrow {
  background: #0079C1;
}
a.flex-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.txt-link:hover {
  color: #0079C1;
}
a.txt-link:hover .link-arrow {
  background: #0079C1;
}
a.txt-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.link-color {
  color: #0079C1;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-wrap: break-word;
}
a.link-color:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.link-color:hover {
    text-decoration: underline;
  }
}

/**********ヘッダー*********/
header {
  width: 100%;
  min-width: 1240px;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
  }
}
header .header-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 65px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header .header-contents {
    margin: 0;
    padding: 0 3%;
    height: 51px;
  }
}
header .header-contents .logo {
  width: 340px;
}
@media screen and (max-width: 767px) {
  header .header-contents .logo {
    max-width: 223px;
    width: 62%;
  }
}
header .header-contents .logo h1 {
  width: 340px;
}
@media screen and (max-width: 767px) {
  header .header-contents .logo h1 {
    max-width: 223px;
    width: 62%;
  }
}
header .header-contents .logo h1 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-contents .logo h1 a .logoimg {
  display: block;
}
header .header-contents .logo h1 a .logoimg.img1 {
  width: 72px;
}
@media screen and (max-width: 767px) {
  header .header-contents .logo h1 a .logoimg.img1 {
    width: 19%;
  }
}
header .header-contents .logo h1 a .logoimg.img2 {
  width: 255px;
}
@media screen and (max-width: 767px) {
  header .header-contents .logo h1 a .logoimg.img2 {
    width: 77%;
  }
}
header .header-contents .logo h1 img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header .header-contents .logo h1 {
    width: 100%;
    vertical-align: middle;
  }
}
header .header-contents .header-link-contents {
  width: 230px;
  display: flex;
  flex-wrap: wrap;
  _justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  header .header-contents .header-link-contents {
    width: 60px;
    width: 38%;
  }
}
header .header-contents .header-link-contents .header-link-list {
  width: 170px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  header .header-contents .header-link-contents .header-link-list {
    justify-content: flex-end;
    max-width: 80px;
    margin-right: 40px;
  }
}
header .header-contents .header-link-contents .header-link-list li {
  border-right: solid 1px #868686;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  header .header-contents .header-link-contents .header-link-list li {
    padding: 0 15px;
  }
}
header .header-contents .header-link-contents .header-link-list li a {
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  header .header-contents .header-link-contents .header-link-list li a {
    font-size: 0.625rem;
    display: flex;
    align-items: center;
    height: 30px;
  }
}
header .header-contents .header-link-contents .header-link-list li a:before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(/assets/img/common/icon/head-mail-icon.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 6px;
  left: -27px;
}
@media screen and (max-width: 767px) {
  header .header-contents .header-link-contents .header-link-list li a:before {
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  header .header-contents .header-link-contents .header-link-list li a span {
    display: none;
  }
}

nav {
  /*width: 100%;
  height: 100%;
  background: rgba($black, 0.6);
  position: fixed;
  z-index: 150;*/
}
nav .menu-btn {
  width: 40px;
  height: 10px;
  _background: #424040;
  border-radius: 5px;
  position: fixed;
  top: 28px;
  right: 20px;
  z-index: 200;
}
@media (max-width: 1220px) {
  nav .menu-btn {
    right: calc((100% - 1260px) / 2);
  }
}
@media screen and (max-width: 767px) {
  nav .menu-btn {
    width: 25px;
    right: 3%;
    top: 20px;
  }
}
nav .menu-btn:hover {
  cursor: pointer;
}
nav .menu-btn .linebox {
  position: relative;
}
nav .menu-btn .line {
  position: absolute;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #000000;
  transition: 0.5s all;
}
nav .menu-btn .line:nth-of-type(1) {
  top: 0px;
}
nav .menu-btn .line:nth-of-type(2) {
  top: 8px;
}
nav .menu-btn .txt {
  width: 29px;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
nav .menu-btn.open .line {
  background-color: #fff;
}
nav .menu-btn.open .line:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-25deg);
  width: 100%;
}
nav .menu-btn.open .line:nth-of-type(2) {
  top: 20px;
  transform: translateY(-10px) rotate(25deg);
  width: 100%;
}
nav .menu-btn.open .txt {
  display: none;
}
nav .nav-contents {
  overflow-y: scroll;
  -ms-overflow-style: none;
  width: 100%;
  height: 100vh;
  font-size: 0.9375rem;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: brightness(40%) blur(30px);
  -webkit-backdrop-filter: brightness(40%) blur(30px);
  position: fixed;
  right: -120%;
  z-index: 180;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  nav .nav-contents {
    overflow-x: hidden;
  }
}
nav .nav-contents.open {
  right: 0;
}
nav .nav-contents .nav-content-wrap {
  width: 1240px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap {
    width: 100%;
    margin-right: 0;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu {
  _background: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main {
  _background: #000000;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 60%;
  max-width: 960px;
  height: 100vh;
  min-height: 600px;
  padding: 192px 3% 35px 5%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 100px 11% 50px 9%;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact {
  width: 40%;
  background: rgba(9, 98, 93, 0.5019607843);
  height: 100vh;
  min-height: 990px;
  padding: 192px 50px 30px 50px;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 48px 11% 140px 9%;
  }
}
@media screen and (min-width: 768px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul {
    width: 100% !important;
    max-width: 350px !important;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li {
  padding-bottom: 0 !important;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul {
  max-width: 320px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul {
    width: 100%;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li {
  position: relative;
  color: #fff;
  border-top: 1px solid #a4a1a1;
  padding: 24px 0 56px;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li {
    padding: 24px 0 40px;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li::before,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 1px;
  top: -1px;
  left: 0;
  background-color: #17A29B;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li a {
    font-size: 1rem;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .midashi a span,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .midashi a span {
  margin-left: 8px;
  font-size: 0.875rem;
  color: #ccc;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .midashi a span,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .midashi a span {
    font-size: 0.75rem;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi {
  margin-top: 24px;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .line,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .line {
  padding-left: 1em;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .line + .line,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .line + .line {
  margin-top: 8px;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .line a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .line a {
  position: relative;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .line a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .line a {
    font-size: 0.875rem;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .line a::before,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .line a::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin-right: 8px;
  width: 8px;
  height: 1px;
  top: 50%;
  transform: translate(0, -50%);
  left: -1em;
  background-color: #17A29B;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .sub-midashi2,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .sub-midashi2 {
  margin-top: 16px;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .sub-midashi2 a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .sub-midashi2 a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .sub-midashi2 a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .sub-midashi2 a {
    font-size: 0.75rem;
  }
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .sub-midashi2 a::before,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .sub-midashi2 a::before {
  display: none;
}
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-main .menu-list-ul li .sub-midashi .sub-midashi2 a + a,
nav .nav-contents .nav-content-wrap .nav-menu .nav-menu-contact .menu-list-ul li .sub-midashi .sub-midashi2 a + a {
  margin-top: 8px;
}
nav .nav-contents .nav-content-wrap .nav-menu .txt-link-list {
  display: flex;
  width: 100%;
}
nav .nav-contents .nav-content-wrap .nav-menu .txt-link-list li {
  padding-right: 1em;
  line-height: 1;
}
nav .nav-contents .nav-content-wrap .nav-menu .txt-link-list li:not(:first-of-type) {
  padding-left: 1em;
  border-left: solid 1px #fff;
}
nav .nav-contents .nav-content-wrap .nav-menu .txt-link-list a {
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: normal;
}
nav .nav-contents .nav-content-wrap .logo-link-list {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .logo-link-list {
    top: 17px;
    left: 5%;
  }
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo {
  width: 340px;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .logo-link-list .logo {
    max-width: 223px;
    width: 100%;
  }
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 {
  width: 340px;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 {
    max-width: 223px;
    width: 62%;
  }
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 a .logoimg {
  display: block;
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 a .logoimg.img1 {
  width: 72px;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 a .logoimg.img1 {
    width: 19%;
  }
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 a .logoimg.img2 {
  width: 255px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(6%) hue-rotate(261deg) brightness(110%) contrast(97%);
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 a .logoimg.img2 {
    width: 77%;
  }
}
nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  nav .nav-contents .nav-content-wrap .logo-link-list .logo h2 {
    width: 100%;
    vertical-align: middle;
  }
}

/************メガメニュー等************/
body.is-open {
  overflow-y: hidden;
}

nav {
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  nav {
    min-width: auto;
  }
}

/**********お問い合わせエリア*********/
.contact {
  background: url(/assets/img/common/background_contact_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact {
    background: url(/assets/img/common/background_contact_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.contact .contact-wrap {
  width: 990px;
  margin: 0 auto;
  padding: 95px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap {
    width: 100%;
    padding: 85px 5% 50px;
  }
}
.contact .contact-wrap dl {
  width: 720px;
  background: #fff;
  border-radius: 7px;
  padding: 10px 0 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
}
.contact .contact-wrap dl dt {
  width: 185px;
  color: #0079C1;
  font-size: 1.0625rem;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact .contact-wrap dl dt span {
  font-size: 0.9375rem;
  padding-left: 5px;
}
.contact .contact-wrap dl dt:before {
  content: "";
  display: block;
  width: 80px;
  height: 89px;
  background: url(/assets/img/common/fukidasi.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl dt:before {
    right: auto;
    left: 30%;
  }
}
.contact .contact-wrap dl dd {
  width: calc(100% - 185px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl dd {
    width: 100%;
    position: relative;
  }
}
.contact .contact-wrap dl dd p {
  width: calc(100% - 160px);
  font-size: 0.8125rem;
  line-height: 1.75;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl dd p {
    width: 100%;
    margin-right: 0;
  }
}
.contact .contact-wrap dl dd .contact-btn {
  height: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl dd .contact-btn {
    position: absolute;
    top: -120px;
    right: 0;
    width: 100px;
    height: 100px;
    padding: 0;
  }
}
.contact .contact-wrap dl dd .contact-btn a {
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap dl dd .contact-btn a span {
    padding-bottom: 0 !important;
  }
}
.contact .contact-wrap dl dd .contact-btn a:before {
  width: 39px !important;
  height: 32px !important;
  background: url(/assets/img/common/icon/icon_mail_w.png) no-repeat !important;
  background-size: contain !important;
  top: 20px !important;
}
.contact .contact-wrap .contact-btn {
  width: 125px;
  border-radius: 7px;
  background: white;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn {
    width: 180px;
    height: 180px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .contact .contact-wrap .contact-btn {
    width: 160px;
    height: 160px;
  }
}
.contact .contact-wrap .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-family: "Heebo", sans-serif;
  background: #0079C1;
  height: 100%;
  border-radius: 7px;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn a {
    padding-bottom: 0;
  }
}
.contact .contact-wrap .contact-btn a span {
  text-align: center;
}
.contact .contact-wrap .contact-btn a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.contact .contact-wrap .contact-btn a:hover {
  background: #000000;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn a:hover {
    background: #0079C1;
  }
}
.contact .contact-wrap .contact-btn:nth-of-type(1) a {
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn:nth-of-type(1) a span {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .contact .contact-wrap .contact-btn:nth-of-type(1) a span {
    padding-bottom: 15px;
  }
}
.contact .contact-wrap .contact-btn:nth-of-type(1) a:before {
  width: 40px;
  height: 30px;
  background: url(/assets/img/common/icon/icon_book_w.png) no-repeat;
  background-size: contain;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn:nth-of-type(1) a:before {
    width: 53px;
    height: 40px;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn:nth-of-type(2) a span {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .contact .contact-wrap .contact-btn:nth-of-type(2) a span {
    padding-bottom: 15px;
  }
}
.contact .contact-wrap .contact-btn:nth-of-type(2) a:before {
  width: 33px;
  height: 40px;
  background: url(/assets/img/common/icon/icon_recruit_w.png) no-repeat;
  background-size: contain;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrap .contact-btn:nth-of-type(2) a:before {
    width: 40px;
    height: 49px;
    top: 15%;
  }
}

/**********フッター*********/
footer {
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
  }
}
footer .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner {
    width: 100%;
    padding: 0 5%;
  }
}
footer .footer-main {
  position: relative;
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    padding: 68px 0 22px;
  }
}
footer .footer-main::before {
  position: absolute;
  top: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 183px;
  background: linear-gradient(180deg, rgba(221, 221, 221, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
footer .footer-main .footer-main-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
footer .footer-main .footer-main-contents .company-info {
  width: 340px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .company-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-main .footer-main-contents .company-info dt {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .company-info dt {
    margin-bottom: 48px;
  }
}
footer .footer-main .footer-main-contents .company-info dd {
  font-size: 0.8125rem;
  line-height: 1.65;
}
footer .footer-main .footer-main-contents .company-info dd + dd {
  margin-top: 24px;
}
footer .footer-main .footer-main-contents .company-info dd span {
  font-weight: bold;
}
footer .footer-main .footer-main-contents .company-info dd a {
  color: #000000;
}
footer .footer-main .footer-main-contents .footer-menu-link {
  width: 556px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-menu-link {
    display: none;
  }
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list li {
  margin-bottom: 32px;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list li a {
  font-size: 0.9375rem;
  color: #000000;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list .second-list {
  padding-left: 8px;
  border-left: solid 1px #dddddd;
  font-size: 0.875rem;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list .second-list > div {
  margin-top: 8px;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list .second-list > div:first-of-type {
  padding-top: 8px;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list .second-list > div a {
  font-size: 0.875rem;
  color: #888888;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list .otherlink {
  margin-bottom: 16px;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-list .otherlink a {
  font-size: 0.75rem;
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-left {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-left {
    width: 125px;
  }
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-left .footer-menu-list {
  width: 150px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-left .footer-menu-list {
    width: 100%;
  }
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-left .footer-menu-list:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-left .footer-menu-list:first-of-type {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-right {
  width: 120px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-menu-link .footer-menu-sp-right {
    width: calc(100% - 125px);
  }
}
footer .footer-main .copyright {
  font-size: 0.625rem;
  color: #BABABA;
}
footer .footer-sub {
  background: #000000;
}
footer .footer-sub .footer-sub-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-sub .footer-sub-link {
    padding: 20px 5%;
  }
}
footer .footer-sub .footer-sub-link li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
footer .footer-sub .footer-sub-link li a {
  color: #fff;
  font-size: 0.875rem;
  padding: 0 20px;
}
footer .footer-sub .footer-sub-link li:last-of-type {
  border-right: none;
}
footer .footer-sub .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-sub .copyright {
    padding: 15px 5%;
    line-height: 1.7;
  }
}

/************テーブル**************/
table thead th {
  background: #F4F7F7;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 10px 13px;
}
table thead th:last-of-type {
  border-right: 1px solid #ADADAD;
}
table tbody th {
  background: #F4F7F7;
  padding: 10px 13px;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
table tbody td {
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  vertical-align: middle;
  padding: 10px 13px;
}
table tbody tr td {
  font-size: 0.875rem;
}
table tbody tr td:last-of-type {
  border-right: 1px solid #ADADAD;
}

.table-wrap {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 850px;
  }
}
.table-wrap .table-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table-wrap .table-img {
    width: 850px;
  }
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  height: 90px;
  background: #575757;
}

/***************下層ページ********************/
.page .ttl {
  padding: 110px 0 25px;
  height: 400px;
  background: url(/assets/img/common/bg_contents.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page .ttl {
    padding: 88px 0 16px;
    height: 300px;
    background: url(/assets/img/common/bg_contents_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
.page .ttl .page-ttl {
  font-size: 4.5rem;
  margin-bottom: 103px;
  _margin-bottom: 85px;
  position: relative;
  color: #fff;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 767px) {
  .page .ttl .page-ttl {
    margin-bottom: 80px;
    font-size: 3.125rem;
  }
}
.page .ttl .page-ttl span {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .page .ttl .page-ttl span {
    display: block;
    font-size: 1.0625rem;
  }
}
.page .ttl .page-ttl span.page-ttl-s {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .page .ttl .page-ttl span.page-ttl-s {
    font-size: 0.75rem;
  }
}
.page .ttl .page-ttl:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 10px;
  width: 5px;
  height: 17px;
  background-color: red;
  transform: skewX(-35deg);
}
@media screen and (max-width: 767px) {
  .page .ttl .page-ttl:before {
    top: -5px;
    left: 8px;
    height: 12px;
  }
}
.page .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page .breadcrumb li {
  font-size: 0.6875rem;
  margin-right: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb li {
    margin-bottom: 10px;
  }
}
.page .breadcrumb li:last-of-type {
  margin-right: 0;
}
.page .breadcrumb li a {
  display: block;
  color: #fff;
  font-size: 0.6875rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.page .breadcrumb li a:after {
  content: "";
  display: block;
  width: 0px;
  height: 11px;
  border-right: 1px solid #fff;
  position: absolute;
  right: -10px;
  top: 20%;
}
.page .breadcrumb li a:hover {
  color: #fff;
  background: #0079C1;
}
@media screen and (max-width: 767px) {
  .page .breadcrumb li a:hover {
    color: #000000;
    background: none;
  }
}
.page .contents {
  padding: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .page .contents {
    padding: 60px 5% 100px;
  }
}
.page .section-category {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .page .section-category {
    margin-bottom: 105px;
  }
}
.page .section-category:last-of-type {
  margin-bottom: 0;
}
.page .section-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page .section-block {
    margin-bottom: 70px;
  }
}
.page .section-block:last-of-type {
  margin-bottom: 0;
}
.page .section-block-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .section-block-flex .section-block-col01 {
  width: 100%;
}
.page .section-block-flex .section-block-col01 .col01-img {
  border: 1px solid #D9D9D9;
}
.page .section-block-flex .section-block-col01 .col01-img.no-boder {
  border: none;
}
.page .section-block-flex .section-block-col02 {
  width: 587px;
}
@media screen and (max-width: 767px) {
  .page .section-block-flex .section-block-col02 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page .section-block-flex .section-block-col02:last-of-type {
    margin-bottom: 0;
  }
}
.page .section-block-flex .section-block-col02 .col02-img {
  border: 1px solid #D9D9D9;
}
.page .section-block-flex .section-block-col02 .col02-img.no-boder {
  border: none;
}
.page .section-block-flex .section-block-col02 .cap {
  font-size: 0.875rem;
  margin-top: 5px;
}
.page .section-block-flex .section-block-col03 {
  width: 382px;
}
@media screen and (max-width: 767px) {
  .page .section-block-flex .section-block-col03 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page .section-block-flex .section-block-col03:last-of-type {
    margin-bottom: 0;
  }
}
.page .section-block-flex .section-block-col03 .col03-img {
  border: 1px solid #D9D9D9;
}
.page .section-block-flex .section-block-col03 .col03-img.no-boder {
  border: none;
}
.page .section-block-flex .section-block-col03 .cap {
  font-size: 0.875rem;
  margin-top: 5px;
}
.page .section-block-flex .block-explanation {
  margin-top: 15px;
}
.page .section-block-flex .block-explanation dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .section-block-flex .block-explanation dd {
  font-size: 0.875rem;
}
.page .section-block-flex .cap {
  font-size: 0.875rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .page .section-block-flex.reverse .section-block-col02:first-of-type {
    order: 1;
  }
}

/******リクナビ用******/
.rikunavi-box {
  position: relative;
  padding: 80px 0px;
  text-align: center;
  background: #EDFDFD;
}
@media screen and (max-width: 767px) {
  .rikunavi-box {
    padding: 48px 0px;
  }
}
.rikunavi-box h3 {
  margin-bottom: 1.4em;
  font-size: 1.5rem;
  color: #1A68B7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rikunavi-box h3 {
    font-size: 1.25rem;
  }
}
.rikunavi-box a {
  display: block;
  margin: 0 auto;
  padding: 11px 64px 11px 50px;
  width: 350px;
  border: solid 2px #1A68B7;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .rikunavi-box a {
    padding: 10px 12% 10px 9%;
    width: 70%;
  }
}
.rikunavi-box.rikunaviRecruitpage {
  position: static;
  padding: 152px 0px 80px;
}
@media screen and (max-width: 767px) {
  .rikunavi-box.rikunaviRecruitpage {
    padding: 197px 0px 48px;
  }
}

/******ページトップに戻るボタン******/
#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1%;
  bottom: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
#page-top.top {
  opacity: 1;
  visibility: visible;
}

#page-top a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(66, 64, 64, 0);
  border-radius: 50%;
  color: #17A29B;
  background-color: #fff;
  padding-top: 3px;
}
#page-top a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 3px solid transparent;
  background: linear-gradient(178deg, rgb(23, 162, 155) 0%, rgb(78, 211, 180) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

#page-top a .page-top-arrow {
  width: 13px;
  height: 9px;
  transform: rotate(-90deg);
  background: url(/assets/img/common/logo_arrow.png) no-repeat center;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(365%) hue-rotate(128deg) brightness(91%) contrast(93%);
}

#page-top a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #page-top a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #page-top {
    width: 45px;
    height: 45px;
    bottom: 25px;
  }
  #page-top a {
    font-size: 1.2rem;
  }
  #page-top a .page-top-arrow {
    width: 8px;
    height: 8px;
  }
}
/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*****リンクなし ホバー解除******/
a[href*="javascript:void(0)"] {
  pointer-events: none;
  cursor: default;
}
a[href*="javascript:void(0)"]:hover {
  opacity: 1;
  background: none;
}

/******調整******/
.mt0 {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb-em {
  margin-bottom: 1em;
}

.fs-12 {
  font-size: 0.75rem;
}

/*.test{
  width: 100px;
  height: 300px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000000000000000000000;
}*/
/*****404 ページ******/
.notfound .notfound-box {
  text-align: center;
}
.notfound .btn-wrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .notfound .btn-wrap {
    margin-top: 40px;
  }
}
.notfound .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  padding: 0.5em 0.5em;
  border-radius: 1.5em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  background: #0079C1;
  border: 1px solid #0079C1;
}
.notfound .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

/******背景固定*********/
body.is-open {
  overflow: hidden;
}/*# sourceMappingURL=common.css.map */