@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
/* _setting CSS */
html {
  font-size: 10px;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 2.25;
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 2.25;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: #dbd8c9;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

textarea {
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: #dbd8c9;
  font-size: 1.4rem;
}

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

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 1.3333333333vw;
  }

  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 2.6rem;
  }

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

  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
.c_wrap1,
.c_wrap2 {
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 900px) {
  .c_wrap1,
.c_wrap2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .c_wrap1,
.c_wrap2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c_wrap1,
.c_wrap2 {
    max-width: 92vw;
  }
}

.c_wrap2 {
  max-width: 1109px;
}
@media screen and (max-width: 1000px) {
  .c_wrap2 {
    max-width: 100%;
  }
}

#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 1000px) {
  #wrapper::before {
    height: 113.3333333333vw;
  }
}
@media print {
  #wrapper::before {
    height: 600px;
  }
}
#wrapper.bg_none::before {
  display: none;
}
#wrapper.bg_short::before {
  height: 420px;
  background: url("../images/common/mv_bg_short.jpg") repeat-x center 0/auto 100%;
}
@media screen and (max-width: 1000px) {
  #wrapper.bg_short::before {
    height: 60vw;
  }
}

#webaccessibility {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  #webaccessibility {
    padding-bottom: 10.6666666667vw;
  }
}
#webaccessibility p {
  line-height: 2.1;
  padding: 0 0 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  #webaccessibility p {
    font-size: 2.6rem;
  }
}
#webaccessibility h2 {
  line-height: 2;
  font-size: 3.2rem;
  margin: 0 0 36px;
  color: #5032af;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
}
#webaccessibility h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 24px auto 0;
  background: #5032af;
}
#webaccessibility h2 .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #webaccessibility h2 .en {
    font-size: 2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  #webaccessibility h2 {
    font-size: 4.5rem;
    margin-bottom: 6.6666666667vw;
    letter-spacing: 0.1em;
  }
  #webaccessibility h2::after {
    width: 8vw;
    height: 3px;
    margin-top: 4vw;
  }
}
#webaccessibility section {
  margin-top: 45px;
}
#webaccessibility section:first-of-type {
  margin-top: 99px;
}
@media screen and (max-width: 1000px) {
  #webaccessibility section:first-of-type {
    margin-top: 13.3333333333vw;
  }
}
#webaccessibility section h3 {
  position: relative;
  margin: 0 0 22px;
  padding: 4px 20px;
  background: #5032AF;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#webaccessibility section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #64E1FA;
  width: 6px;
  height: 30px;
}
#webaccessibility section h4 {
  line-height: 1.5;
  margin: 30px 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #5032af;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.07em;
}
#webaccessibility section .notice {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  #webaccessibility section {
    margin-top: 13.3333333333vw;
  }
  #webaccessibility section h3 {
    margin: 0 0 4vw;
    padding: 1.3333333333vw 4.5333333333vw;
    border-left: 1.6vw solid #5032af;
    font-size: 3.52rem;
  }
  #webaccessibility section h4 {
    line-height: 1.6;
    margin: 8vw 0 4vw;
    padding: 0 0 2.4vw;
    border-bottom: 1px solid #5032af;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  #webaccessibility section .notice {
    font-size: 2rem;
  }
}

#webaccessibility-back-to-top .btn a {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 66px;
  padding: 0 11px;
  margin: 0 auto;
  border: 1px solid #5032af;
  border-radius: 1000px;
  color: #5032af;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-align: center;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1000px) {
  #webaccessibility-back-to-top .btn a {
    width: 57.6vw;
    height: 15.7333333333vw;
    padding: 0 3.3333333333vw;
    font-size: 3.2rem;
  }
}
#webaccessibility-back-to-top .btn a .txt {
  flex-shrink: 1;
  width: 100%;
}
#webaccessibility-back-to-top .btn a::before {
  content: "";
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 14px;
  aspect-ratio: 1;
  overflow: hidden;
  background: url(../images/arrow-l.svg) center center/100% no-repeat;
}
@media screen and (max-width: 1000px) {
  #webaccessibility-back-to-top .btn a::before {
    width: 1.44vw;
    height: 3.36vw;
  }
}

/*# sourceMappingURL=webaccessibility.css.map */
