@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --color-primary: #1987ca;
  --color-primary-rgb: rgb(25, 135, 202);
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-rgb: 255, 255, 255;
  --color-secondary: #292929;
  --color-secondary-rgb: rgb(41, 41, 41);
  --color-secondary-contrast: #ffffff;
  --color-secondary-contrast-rgb: 255, 255, 255;
}

body {
  width: 100%;
  background: #fff;
  color: #4f4f4f;
  font-size: clamp(13px, 1.3vw, 16.5px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1;
  overflow: auto;
}
body i {
  font-weight: 900;
}
body img {
  max-width: 100%;
  user-drag: none;
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
body a {
  text-decoration: underline;
}

::-moz-selection {
  background-color: #3ab3db;
  color: #fff;
}

::selection {
  background-color: #3ab3db;
  color: #fff;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/*-----------------
/*　　リンクの設定
/*-----------------*/
body a {
  color: #292929;
  transition-duration: 0.2s;
  text-decoration: none;
}

body a:hover {
  color: var(--color-primary);
  transition-duration: 0.2s;
}

a img {
  transition: 0.2s;
}

a img:hover {
  transform: translateY(3px);
}

.link {
  text-decoration: underline;
}
.link i {
  font-size: 10px;
  color: var(--color-primary);
}

/*-----------------
/*　　メインコンテンツ
/*-----------------*/
.mainContents {
  width: 100%;
  position: relative;
  padding-top: 72px;
  padding-bottom: 10em;
}
.company .mainContents {
  width: 100%;
  position: relative;
  padding-top: 72px;
  padding-bottom: 0;
}
@media screen and (max-width: 1023.98px) {
  .mainContents,
  .company .mainContents {
    padding-top: 0;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*-----------------
/*　　灰色の背景
/*-----------------*/
.bg2 {
  width: 100%;
  background-color: #e9eef5;
  position: relative;
  padding: 2em 0;
  box-sizing: border-box;
}
.bg2 h2 {
  margin: 1em auto;
}

.inner_box_bg2 {
  width: 100%;
}

.top_space {
  margin-top: 2em;
}

/*-----------------
/*　　灰色のbox
/*-----------------*/
.gray_box {
  width: 100%;
  background-color: #e9eef5;
  margin: 2em auto;
  border-radius: 5px;
}
.gray_box .gray_inner {
  padding: 0.2em 1.2em;
}
.gray_box .gray_inner_normal {
  padding: 1.2em;
}

/*-----------------
/*　　インナー
/*-----------------*/
.inner {
  width: 85%;
  margin: 40px auto;
  max-width: 1600px;
  margin-top: 80px;
}
.inner img {
  border-radius: 5px;
}
.inner .inner_box {
  margin: 5em auto;
}

/*-----------------
/*　　文字関係
/*-----------------*/
.red {
  font-weight: 500;
  color: #d03636;
}

.blue {
  font-weight: 500;
  color: var(--color-primary);
}

:root {
  --color-primary: #1987ca;
  --color-primary-rgb: rgb(25, 135, 202);
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-rgb: 255, 255, 255;
  --color-secondary: #292929;
  --color-secondary-rgb: rgb(41, 41, 41);
  --color-secondary-contrast: #ffffff;
  --color-secondary-contrast-rgb: 255, 255, 255;
}

/*-----------------
/*　　リストデザイン
/*-----------------*/
.list {
  margin: 1em auto;
}
.list ul {
  position: relative;
}
.list li {
  vertical-align: middle;
  margin-left: 1.8em;
  text-indent: -1.8em;
  line-height: 2em;
}
.list li i {
  margin-left: 4em;
}
.list li:before {
  content: "■　";
  color: var(--color-primary);
  font-size: 40%;
  vertical-align: middle;
}

.minilist {
  margin: 0.5em auto;
}
.minilist li {
  padding-left: 0.2em;
  vertical-align: middle;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.minilist li:before {
  content: "・ ";
  color: var(--color-primary);
  font-size: 100%;
  vertical-align: middle;
}

/*-----------------
/*　　表デザイン
/*-----------------*/
.tablelist {
  position: relative;
  margin: 1.5em 0;
  line-height: 2em;
}
.tablelist ul {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}
.tablelist ul li {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.tablelist ul li .caption {
  min-width: 90px;
  width: 10%;
  font-size: 80%;
  background: #9da1b1;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 0.3em 1em;
  line-height: 1.5em;
}
.tablelist ul li .caption_long {
  width: 20%;
}
/*-----------------
/*　　フォームデザイン
/*-----------------*/
#formWrap {
  width: 100%;
  max-width: 1200px;
  margin: 2em auto;
  text-align: left;
}
#formWrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
}
#formWrap table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}
#formWrap table th {
  width: 100%;
  font-size: 90%;
  display: inline-block;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5em;
}
#formWrap table td {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100%;
}
#formWrap table td .radio {
  width: 10%;
  min-width: 90px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5em;
}
#formWrap table .subtext {
  font-size: 80%;
  color: #9da1b1;
}
#formWrap .submit_btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

input[type=text] {
  border: 0;
  border: 1px solid #9da1b1;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  width: 100%;
  border: 0;
  border: 1px solid #9da1b1;
  border-radius: 5px;
  padding: 10px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  background: #f7fdfe;
}
textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  background: #f7fdfe;
}
.submit_btn input {
  border: 0;
  display: inline-block;
  padding: 1em 2em;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
  color: var(--color-primary);
  text-decoration: none;
  border: 2px solid var(--color-primary);
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.submit_btn input:hover {
  color: #ffffff;
  text-decoration: none;
  background: var(--color-primary);
  border-radius: 5px;
}
:root {
  --color-primary: #1987ca;
  --color-primary-rgb: rgb(25, 135, 202);
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-rgb: 255, 255, 255;
  --color-secondary: #292929;
  --color-secondary-rgb: rgb(41, 41, 41);
  --color-secondary-contrast: #ffffff;
  --color-secondary-contrast-rgb: 255, 255, 255;
}
.btn {
  display: inline-block;
  padding: 0.5em 2em 0.5em 1em;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #292929;
  text-decoration: none;
  border: 2px solid #292929;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  margin: 0.3em;
  position: relative;
  cursor: pointer;
}
.btn.none {
  pointer-events: none;
  display: inline-block;
  color: #b6b6b6;
  background: #f0f0f0;
  text-decoration: none;
  border: 2px solid #e2e2e2;
}
.btn.none::after {
  color: #aaaaaa !important;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #292929;
}
.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60%;
}
.midbtn, .bigbtn {
  width: 70%;
  max-width: 1000px;
  padding: 1em;
  margin-left: -20px;
  display: block;
  margin: 2em auto;
  font-size: 120%;
}
.midbtn.none, .bigbtn.none {
  pointer-events: none;
  display: inline-block;
  color: #b6b6b6;
  background: #e4e4e4;
  text-decoration: none;
  border: 2px solid #dadada;
}
.midbtn.none::after, .bigbtn.none::after {
  color: #aaaaaa !important;
}
.overview {
  text-align: center;
  margin: auto;
}
.overview a img {
  filter: drop-shadow(0 0px 0px);
}
.overview a img:hover {
  filter: drop-shadow(0 0px 0px);
  transform: translateY(0px);
}
.overview ul {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
}
.overview .img_button {
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  filter: drop-shadow(0 0px 5px #c2d9dd);
  transition: 0.2s;
}
.overview .img_button:hover {
  filter: drop-shadow(0 0px 7px #a7c6cb);
  transform: translateY(3px);
}
.overview .img_button:hover p {
  background-color: var(--color-secondary);
  color: #fff;
}
.overview .img_button p {
  transition: 0.2s;
  background-color: #fff;
  width: 100%;
  padding: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overview .img_button p span {
  font-weight: 600;
  margin: 0 auto;
  line-height: 0 !important;
}
.overview .img_button p i {
  font-size: 90%;
  color: var(--color-primary);
}

@media screen and (max-width: 600px) {
  /*ウィルプラスについて(ボタン)*/
  .overview {
    width: 90%;
  }
  .overview ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
  }
}
/*-----------------
/*　　ヘッダー
/*-----------------*/
@media screen and (min-width: 601px) {
  .mobileMenuWrap {
    display: none;
  }
  .spmenu_btn {
    display: none;
  }

}
@media screen and (max-width: 1200px) {
  .logo2 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .social {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .spmenu_btn {
    display: block;
    width: 3em;
    height: 3em;
    margin-right: 0.5em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
    background-color: #fff;
  }
  .spmenu_btn span {
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 2px;
    background-color: #1987ca;
    border-radius: 10px;
    transition: 0.6s;
  }
  .spmenu_btn.active {
    position: relative;
  }
  .spmenu_btn.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 0.61em;
  }
  .spmenu_btn.active span:nth-child(2) {
    opacity: 0;
    width: 40%;
    transform: translateX(0.5em);
  }
  .spmenu_btn.active span:nth-child(3) {
    position: relative;
    top: -0.61em;
    transform: rotate(-45deg);
  }
  .pcMenu {
    display: none;
  }
  
}
:root {
  --color-primary: #1987ca;
  --color-primary-rgb: rgb(25, 135, 202);
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-rgb: 255, 255, 255;
  --color-secondary: #292929;
  --color-secondary-rgb: rgb(41, 41, 41);
  --color-secondary-contrast: #ffffff;
  --color-secondary-contrast-rgb: 255, 255, 255;
}


/*濃い背景用ボタン（フッター）*/
.btn_wht {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  color: #9da1b1 !important;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 20px;
  text-align: center;
  margin: 5px;
  position: relative;
  cursor: pointer;
}

.btn_wht:hover {
  color: #fff !important;
  background: #292929;
  text-decoration: none;
  border-radius: 5px;
}


/*-----------------
/*　　見出し
/*-----------------*/
h1 {
  width: 100%;
}
.h1-wrapper{
  display: flex;
  flex-direction: column;
}
.h1_big {
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #FFF;
}
.h1_big .h1 {
  padding: 8em 0 5em 0;
  line-height: 0.5em;
}
.h1_big .big {
  font-size: clamp(29px, 0.77vw + 26.1px, 36px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1em;
}
.h1_big .small {
  font-size: clamp(8px, 0.22vw + 7.17px, 10px);
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 4.3em;
}

h2 {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  margin: 4em auto 2.5em;
}
h2 span {
  font-weight: 800;
}
h2 P {
  position: relative;
  padding: 0.3em;
  display: inline-block;
  font-size: clamp(19px, 1.22vw + 14.44px, 30px);
  font-weight: 600;
}
h2 P::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 5px solid var(--color-primary);
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
h2 span {
  position: relative;
  padding: 0.3em;
  display: inline-block;
  font-size: clamp(19px, 1.22vw + 14.44px, 30px);
  font-weight: 600;
}
h2 span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 5px solid var(--color-primary);
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-title span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  border:none;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
h3 {
  width: 100%;
  display: block;
  font-size: 160%;
  color: var(--color-primary);
  font-weight: 800;
  margin: 1em 0;
  text-wrap: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
h3 span {
  font-size: 80%;
  font-weight: 600;
}

h3::before {
  display: inline-block;
  content: url("../img/common/h2.png");
  width: 0.7em;
  margin-right: 11px;
  margin-top: -0.05em;
}
h3.mini {
  font-size: 80%;
  color: var(--color-primary);
  font-weight: 900;
  margin: 5px 0;
  transition-duration: 0.2s;
}
h3.mini span {
  font-size: 130%;
  font-weight: 600;
}

h4 {
  font-size: 120%;
  color: #7a9ccc;
  font-weight: 800;
  border-bottom: 1px solid #7a9ccc;
  line-height: 1.5;
  margin: 10px auto;
  padding-bottom: 6px;
}

h4.noborder {
  font-size: 120%;
  color: #7a9ccc;
  font-weight: 800;
  line-height: 1;
  border-bottom: 0px solid #fff;
  margin: 5px auto;
  padding-bottom: 6px;
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 120%;
  }
  h3 {
    font-size: 130%;
  }
}
@media screen and (max-width: 600px) {
  .mainContents {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .tablelist {
    position: relative;
    margin: 1.5em 0;
  }
  .tablelist ul {
    gap: 2em;
  }
  .tablelist ul li {
    gap: 0.5em;
    flex-direction: column;
  }
  .tablelist ul li .caption {
    min-width: 110px;
    width: 30%;
  }
  .inner {
    width: 85%;
  }
}