@charset "UTF-8";
:root {
  --color-gray: #d9d4d0;
  --color-black: #1A1312;
  --color-link: #000;
  --color-red: #CD4348;
  --color-blue: #00ADEC;
  --color-blue-deep: #517FA5;
}

/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}
html.--fixed {
  overflow: hidden;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 720px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 3.8674033149vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 3;
  width: calc(100% - 10vw);
}
@media screen and (max-width: 720px) {
  .wrap {
    padding-left: 4.1436464088vw;
    padding-right: 4.1436464088vw;
    width: calc(100% - 8vw);
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  width: 100%;
}

sub,
sup {
  font-size: 0.6em;
  font-weight: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow: hidden visible;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-black {
  color: var(--color-black) !important;
}

.bg-gray{
  background-color: #EFF2F2;
  padding-bottom: 80px;
  padding-top: 80px;
}
/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 721px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 720px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* container
------------------------------------------- */
.l-container {
  overflow: hidden;
}

/* content
------------------------------------------- */
.l-content {
  padding-top: 1px;
  position: relative;
}
@media screen and (max-width: 720px) {

}

/* title
========================================================================== */
.c-title{
  font-family: "vdl-logog", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* caution
========================================================================== */
.c-caution{

}

/* txt
========================================================================== */
.c-txt{
  font-size: 22px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 720px) {
  .c-txt{
    font-size: 3.571428571vw;
  }
}

/* summary
========================================================================== */
.summary{
  background-color: #EFF2F2;
  padding: 5vw;
}
.summary .wrap{
  background-color: #fff;
}
.summary .c-title{
  text-align: center;
  background-image: url(../img/summary_item.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 32px;
  width: 221px;
  height: 62px;
  margin: 0 auto 35px;
  padding: 1px 0 0;
}
.summary .c-caution{
  text-align: center;
  font-size: 16px;
}
.summary_date{
  text-align: center;
  margin-bottom: 46px;
  font-size: 22px;
  font-weight: bold;
}
.summary_inner{
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
}
.summary .c-txt{
}
@media screen and (max-width: 720px) {
  .summary{
    padding: 8vw;
  }
  .summary .c-title{
    font-size: 4.761904761vw;
    width: 32.886904761vw;
    height: 9.226190476vw;
    margin-bottom: 5.059523809vw;
  }
  .summary .c-caution{
    font-size: 2.38095238vw;
  }
  .summary_date{
    font-size: 3.273809523vw;
    margin-bottom: 6.398809523vw;
  }
  .summary_inner{
    padding: 8.035714285vw 0;
  }
}


/* other
========================================================================== */
.other {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .other {
    gap: 7.182320442vw;
    padding-bottom: 11.0497237569vw;
    padding-top: 11.0497237569vw;
  }
}

/* banner
========================================================================== */
@media (hover: hover) {
  .banner a:hover {
    opacity: 0.7;
  }
}
.banner img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .banner img {
    max-width: 41.4364640884vw;
  }
}

/* sns
========================================================================== */
.sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.sns dt {
  font-size: 24px;
  font-weight: 700;
}
.sns dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.sns dd a {
  max-width: 68px;
}
@media (hover: hover) {
  .sns dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 720px) {
  .sns {
    gap: 4.1436464088vw;
  }
  .sns dt {
    font-size: 3.3149171271vw;
  }
  .sns dd {
    gap: 2.7624309392vw;
  }
  .sns dd a {
    max-width: 9.3922651934vw;
  }
}

.wrap a{text-decoration:underline;}
.wrap a:hover{text-decoration:none;}

/* footer
------------------------------------------- */
.l-footer {
  border-top: 2px solid var(--color-blue);
  padding: 36px 0;
  text-align: center;
}
.l-footer small {
  font-size: 14px;
}
@media screen and (max-width: 720px) {
  .l-footer {
    border-top-width: 0.2762430939vw;
    padding: 4.9723756906vw 0;
  }
  .l-footer small {
    font-size: 2.7624309392vw;
  }
}

/* kv
========================================================================== */

.kv{
  margin-top: 120px;
}
.kv h1{
  width: 73.75vw;
  margin: 0 auto 15px;
  text-align: center;
}
.kv .tittxt{
  width: 27.36597222vw;
  margin: 0 auto 34px;
  text-align: center;
}
.kv .txt{
  line-height: 1.666666;
  font-size: 22px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 44px;
}
.kv img{
  width: 100%;
  
}

@media screen and (max-width: 720px) {
  .kv{
    margin-top: 17.857142857vw;
  }
  .kv .txt{
    font-size: 3.571428571vw;
  }
  .kv h1{
    margin-bottom: 2.976190476vw;
    width: 90%;
  }
  .kv .tittxt{
    width: 37.797619047vw;
  }
}