@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap");
.only-pc {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-pc {
    display: inline;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-pc {
    display: inline;
  }
}

.only-tabsp {
  display: block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-tabsp {
    display: block;
  }
}
@media (min-width: 769px) {
  .only-tabsp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-tabsp {
    display: none;
  }
}

.only-tab {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-tab {
    display: block;
  }
}
@media (min-width: 769px) {
  .only-tab {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-tab {
    display: none;
  }
}

.only-pctab {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-pctab {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .only-pctab {
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-pctab {
    display: inline-block;
  }
}

.only-sp {
  display: inline-block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-sp {
    display: none;
  }
}

html {
  background: #fff;
  overflow-y: scroll;
}

body {
  font: 13px/1.22 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

table {
  font-size: inherit;
  font: 100%;
}

a img, img {
  border: 0;
}

figure, blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
  color: #FFF;
}

@media (min-width: 481px) {
  .w10 {
    width: 10%;
  }
  .w15 {
    width: 15%;
  }
  .w20 {
    width: 20%;
  }
  .w25 {
    width: 25%;
  }
  .w30 {
    width: 30%;
  }
  .w35 {
    width: 35%;
  }
  .w40 {
    width: 40%;
  }
  .w45 {
    width: 45%;
  }
  .w50 {
    width: 50%;
  }
  .w55 {
    width: 55%;
  }
  .w60 {
    width: 60%;
  }
  .w65 {
    width: 65%;
  }
  .w70 {
    width: 70%;
  }
  .w75 {
    width: 75%;
  }
  .w80 {
    width: 80%;
  }
  .w85 {
    width: 85%;
  }
  .w90 {
    width: 90%;
  }
}
.pd1rem {
  padding: 1rem;
}

.pd1_5rem {
  padding: 1.5rem;
}

.pd2rem {
  padding: 2rem;
}

.pb1rem {
  padding-bottom: 1rem;
}

.pb1_5rem {
  padding-bottom: 1.5rem;
}

.pb2rem {
  padding-bottom: 2rem;
}

.pb2_5rem {
  padding-bottom: 2.5rem;
}

.pb3rem {
  padding-bottom: 3rem;
}

.secp1rem {
  padding: 1rem 0;
}

.secp2rem {
  padding: 2rem 0;
}

.secp2_5rem {
  padding: 2.5rem 0;
}

.secp3rem {
  padding: 3rem 0;
}

.secp4rem {
  padding: 4rem 0;
}

.secp5rem {
  padding: 5rem 0;
}

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

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

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

.fsxs {
  font-size: 0.8em;
}

.fss {
  font-size: 0.9em;
}

.fsbr {
  font-weight: bolder;
}

@media (min-width: 481px) {
  .lo-a {
    display: flex;
    justify-content: space-between;
  }
  .lo-b {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.lo-c {
  text-align: center;
}

.lo-c .pic {
  padding: 2rem 0;
}

.lo-d {
  text-align: center;
}

.lo-d .pic {
  padding: 2rem 0;
}

@media (min-width: 481px) {
  .lo-e {
    display: flex;
    justify-content: space-between;
  }
}
.lo-e .pic {
  padding: 0 0 1rem 0;
}

.lo-f {
  display: flex;
  justify-content: space-between;
}

.std-table {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #9c9c9c;
  background-color: #fff;
  font-size: 0.95rem;
}

.std-table:first-of-type {
  border-top: 1px dotted #9c9c9c;
}

.std-table dt {
  width: 30%;
  background-color: #e0f2fa;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}

.std-table dd {
  width: 70%;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}

.btn {
  width: 100%;
  text-align: center;
}

.btn a, .btn button, .btn input[type=submit] {
  background-color: #5FBCE3;
  color: #fff;
  padding: 1.1rem 3rem;
  border-radius: 2rem;
  box-shadow: 2px 3px 0px #E0F2FA;
  display: inline-block;
  transition: 0.3s all;
  line-height: 1rem;
  height: auto;
  border: none;
  position: relative;
}

.btn a:after, .btn button:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-left: 1rem;
  position: absolute;
  right: 1rem;
  font-size: 0.8em;
}

.btn a:hover, .btn button:hover, .btn input[type=submit]:hover {
  box-shadow: none;
  transform: translateY(1px);
  opacity: 0.8;
  background-color: #5FBCE3;
  text-decoration: none;
}

.btn a:link {
  color: #fff;
}

.btn a:visited {
  color: #fff !important;
}

.btn2 {
  width: 100%;
  text-align: center;
}

.btn2 a, .btn2 button {
  min-width: 200px;
  box-sizing: border-box;
  background-color: #5FBCE3;
  background-color: #fff;
  color: #5FBCE3;
  padding: 1.1rem 2.5rem 1.1rem 3.5rem;
  border-radius: 2rem;
  box-shadow: 2px 3px 0px #c1e4f3;
  display: inline-block;
  transition: 0.3s all;
  line-height: 1rem;
  height: auto;
  border: none;
  position: relative;
  border: 2px solid #5FBCE3;
}

.btn2 a:after, .btn2 button:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 0.5rem;
  position: absolute;
  left: 2rem;
  font-size: 0.8em;
}

.btn2 a:hover, .btn2 button:hover {
  box-shadow: none;
  transform: translateY(1px);
  opacity: 0.8;
  background-color: #eaf9ff;
  text-decoration: none;
}

.btn2 a:link {
  color: #5FBCE3;
}

.btn2 a:visited {
  color: #5FBCE3 !important;
}

.btn3 {
  width: 100%;
  text-align: center;
}

.btn3 a, .btn3 button {
  background-color: #F37781;
  color: #fff;
  padding: 1.1rem 2.5rem 1.1rem 3.5rem;
  border-radius: 2rem;
  box-shadow: 2px 3px 0px #ffe9f1;
  display: inline-block;
  transition: 0.3s all;
  line-height: 1rem;
  height: auto;
  border: none;
  position: relative;
}

.btn3 a:hover, .btn3 button:hover {
  box-shadow: none;
  transform: translateY(1px);
  opacity: 0.8;
  background-color: #fc818c;
  text-decoration: none;
}

.btn3 a:link {
  color: #fff;
}

.btn3 a:visited {
  color: #fff !important;
}

.midashi-l {
  font-weight: bolder;
}

.midashi-l h2, .midashi-l h3, .midashi-l h4 {
  font-size: 1.8rem;
}

.midashi-en {
  font-weight: bolder;
}

.midashi-en h2, .midashi-en h3, .midashi-en h4 {
  font-size: 1.8rem;
}

.midashi-en span {
  color: #5FBCE3;
  font-size: 0.8rem;
  padding: 0 0 1rem 0;
  display: block;
}

.midashi-en span:before {
  content: "●";
  font-size: 0.8em;
  padding: 0 0.5rem 0 0;
}

.midashi-s {
  font-weight: bolder;
  font-size: 1.1rem;
}

.pagetitle {
  text-align: center;
  color: #fff;
  position: relative;
  height: 30vh;
  background-image: url(../images/pagetitle.jpg);
  background-position: center bottom;
  background-size: cover;
}
.pagetitle .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pagetitle .txt {
    width: 100%;
  }
}

.pagetitle h2 {
  line-height: 1.3;
  font-size: 2rem;
}

.pagetitle small {
  color: #fff;
}

html {
  font-size: 14px;
}
@media (min-width: 481px) and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 17px;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #413D3D;
  line-height: 1.65;
  letter-spacing: 0.8px;
  background-color: #F4F7F8;
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
  font-size: 1rem;
  overflow-x: hidden;
}

form {
  margin: 0;
  padding: 0px;
}

li {
  line-height: 1.65;
}

h1 {
  margin: 0;
  padding: 0px;
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

img {
  border: none;
}

a {
  line-height: 1.65;
  text-decoration: none;
  color: #413D3D;
}

a:hover {
  color: #413D3D;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0px;
}

.inner {
  width: 92%;
  margin: 0 auto;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}
@media (min-width: 769px) {
  .inner {
    width: 1100px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .inner {
    width: 92%;
  }
}

header img, footer img, section img {
  max-width: 100%;
  height: auto;
}

dl.is-empty {
  height: 0;
  width: 0;
}

svg {
  vertical-align: bottom;
}

.blocklink {
  cursor: pointer;
}

.blocklink:hover {
  opacity: 0.8;
}

.iconlink i {
  background-color: #5FBCE3;
  border-radius: 1rem;
  margin: 0 0.5rem 0 0;
  color: #fff;
  padding: 0.2rem;
  font-size: 0.9em;
}

.iconlink a:hover {
  color: #5FBCE3;
}

.head-wrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.3rem 2%;
  align-items: center;
}

header .left {
  width: auto;
  display: flex;
  justify-content: left;
}

header .logo {
  width: 50px;
}
@media (min-width: 481px) and (max-width: 768px) {
  header .logo {
    width: 85px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  header .logo {
    width: 85px;
  }
}
@media (min-width: 769px) {
  header .logo {
    width: 85px;
  }
}

header h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 div {
  line-height: 1.2;
  font-size: 0.9em;
  padding: 0 1rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  header h1 div {
    font-size: 1.1em;
    padding: 0 1rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  header h1 div {
    font-size: 1.1em;
    padding: 0 1rem;
  }
}
@media (min-width: 769px) {
  header h1 div {
    font-size: 1.1em;
    padding: 0 1rem;
  }
}

header h1 span {
  background-color: #F8F5F2;
  border-radius: 5px;
  display: inline-block;
  padding: 0.5rem;
  font-size: 9px;
}
@media (min-width: 481px) and (max-width: 768px) {
  header h1 span {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  header h1 span {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) {
  header h1 span {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

header .right {
  display: none;
  width: auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  header .right {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  header .right {
    display: block;
  }
}
@media (min-width: 769px) {
  header .right {
    display: block;
  }
}

header .right #cvbtn {
  padding: 0 200px 0 0;
  width: auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  header .right #cvbtn {
    padding: 0 100px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  header .right #cvbtn {
    padding: 0 130px 0 0;
  }
}
@media (min-width: 769px) {
  header .right #cvbtn {
    padding: 0 200px 0 0;
  }
}

header #hbgmenu {
  display: none;
}

#hbgmenu-box {
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #hbgmenu-box {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #hbgmenu-box {
    width: 80%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #hbgmenu-box {
    width: 90%;
  }
}

#hbgmenu-box .logo {
  width: 70px;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #hbgmenu-box .logo {
    width: 100px;
  }
}
@media (min-width: 769px) {
  #hbgmenu-box .logo {
    width: 100px;
  }
}

#hbgmenu-box .logo img {
  max-width: 100%;
  height: auto;
}

#hbgmenu-box .lo-a {
  border-top: 2px solid #e0f2fa;
  border-bottom: 2px solid #e0f2fa;
}

#hbgmenu-box h4 {
  font-size: 1.2rem;
  padding: 1rem 0 3rem 0;
  text-align: center;
  font-weight: bolder;
  color: #5FBCE3;
}

#hbgmenu-box li {
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  border-radius: 2rem;
  transition: all 0.5s;
}
@media (min-width: 481px) and (max-width: 768px) {
  #hbgmenu-box li {
    padding: 1rem;
    font-size: 1rem;
    margin: 1rem 0;
  }
}
@media (min-width: 769px) {
  #hbgmenu-box li {
    padding: 1rem;
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}

#hbgmenu-box li a {
  color: #000;
  width: 100%;
  display: inline-block;
}

#hbgmenu-box li:hover {
  background-color: #E0F2FA;
}

#hbgmenu-box li a:before {
  content: "-";
  padding: 0 0.5rem 0 0;
  color: #5FBCE3;
  display: inline-block;
}

#hbgmenu-box li a:hover {
  text-decoration: none;
}

#hbgmenu-box #hnavi03 {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  font-size: 0.95rem;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #hbgmenu-box #hnavi03 {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  #hbgmenu-box #hnavi03 {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
  }
}

#hbgmenu-box #hnavi03 li {
  padding: 0.5rem 1rem;
  line-height: 1;
  font-size: 0.9rem;
  background-color: #fff;
  border: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  #hbgmenu-box #hnavi03 li {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 769px) {
  #hbgmenu-box #hnavi03 li {
    padding: 1rem 1.5rem;
  }
}

#hbgmenu-box #hnavi03 li a {
  color: #666;
}

#hbgmenu-box #hnavi03 li:before {
  content: none;
}

#hbgmenu-box .end {
  text-align: left;
  padding: 3rem 0;
}

/*============================
footer
============================*/
footer {
  background-color: #E6F1F2;
  padding: 3rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer {
    padding: 3rem 0;
  }
}
@media (min-width: 769px) {
  footer {
    padding: 3rem 0;
  }
}

#footer01 {
  display: block;
  font-size: 0.95rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer01 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #footer01 {
    display: flex;
    justify-content: space-between;
  }
}

#footer01 .info {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 2rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer01 .info {
    width: 390px;
    margin: 0;
  }
}
@media (min-width: 769px) {
  #footer01 .info {
    width: 390px;
    margin: 0;
  }
}

#footer01 .info .logo {
  text-align: center;
  width: 80px;
  margin: 0 auto;
}

#footer01 .info h3 {
  font-weight: bolder;
  font-size: 1.08em;
  padding: 1rem 0;
}

#footer01 .info p {
  font-size: 0.85rem;
}

#footer01 nav {
  padding: 0 0 0 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer01 nav {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 769px) {
  #footer01 nav {
    padding: 0 0 0 2rem;
  }
}

#footer01 h4 {
  padding: 1.5rem 0 2rem 0;
  font-weight: bolder;
}

#footer01 #fnavi01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  #footer01 #fnavi01 {
    display: flex;
    justify-content: left;
  }
}

#footer01 #fnavi01 li {
  width: 50%;
  padding: 0 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer01 #fnavi01 li {
    width: 50%;
  }
}
@media (min-width: 769px) {
  #footer01 #fnavi01 li {
    width: auto;
    padding: 0 1.5rem 1rem 0;
  }
}

@media (min-width: 769px) {
  #footer01 #fnavi01 li.long {
    width: auto;
  }
}

#footer01 #fnavi01 li span {
  font-size: 0.95em;
}
#footer01 #fnavi01 li:before {
  content: "-";
  padding: 0 0.5rem 0 0;
}

#footer01 #fnavi02 {
  display: flex;
  justify-content: left;
  font-size: 0.85rem;
  border-top: 1px dashed rgba(129, 152, 162, 0.5254901961);
  padding: 1.5rem 1rem 1.5rem 0rem;
  margin: 1.5rem 0 0 0;
}

#footer01 #fnavi02 li {
  padding: 0 1rem;
  line-height: 1;
  border-right: 1px solid #999;
}

#footer01 #fnavi02 li:last-of-type {
  border: none;
}

#footer01 #fnavi02 li a {
  line-height: 1;
}

#footer02 {
  display: block;
  padding: 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer02 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #footer02 {
    display: flex;
    justify-content: space-between;
  }
}

#footer02 .btn3 {
  width: auto;
  position: relative;
  font-size: 11px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer02 .btn3 {
    padding: 0 0 0 2rem;
    font-size: 0.85rem;
  }
}
@media (min-width: 769px) {
  #footer02 .btn3 {
    padding: 0 0 0 2rem;
    font-size: 0.95rem;
  }
}

#footer02 .btn3 a {
  font-size: 11px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #footer02 .btn3 a {
    font-size: 0.85rem;
  }
}
@media (min-width: 769px) {
  #footer02 .btn3 a {
    font-size: 12px;
  }
}

#footer02 .btn3 a:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 0.5rem;
  position: absolute;
  left: 2rem;
  font-size: 0.8em;
}

#footer02 small {
  padding: 1rem 0;
  font-size: 0.8rem;
  color: #666;
}
@media (max-width: 767px) {
  #footer02 small {
    width: 100%;
    display: block;
    color: #999;
    padding: 2rem 0 1rem 0;
  }
}

#rwdMenuWrap {
  background-color: #fff;
  padding: 2rem;
}

#rwdMenuWrap .sp-logo {
  width: 30%;
  margin: 0 auto;
}

#rwdMenuWrap .sp-logo img {
  max-width: 100%;
  height: auto;
}

#rwdMenuWrap ul.sp-nav li {
  font-weight: bolder;
  padding: 0 0;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.6392156863);
}

#rwdMenuWrap ul.sp-nav li a {
  padding: 0.7rem 0;
  display: inline-block;
}

#rwdMenuWrap ul.sp-nav li .small {
  font-size: 0.7rem;
  color: #E0F2FA;
  padding: 0 0 0 1rem;
}

#rwdMenuWrap .onlineshop-menu {
  padding: 2rem 0;
  font-weight: bolder;
}

#rwdMenuWrap .onlineshop-menu h3 {
  font-weight: bolder;
  font-size: 1.1rem;
}

#rwdMenuWrap .onlineshop-menu h3 svg {
  width: 30px;
  display: inline-block;
  height: 30px;
  padding: 0px 0 0 0;
  vertical-align: middle;
}

#rwdMenuWrap .onlineshop-menu ul {
  padding: 1rem 0 1rem 2rem;
}

#rwdMenuWrap .onlineshop-menu ul ul {
  padding: 1rem 0 1rem 1rem;
}

#menuOverlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7058823529);
  z-index: 0;
  display: none;
  opacity: 0;
  backdrop-filter: blur(20px);
  z-index: 1;
}

#menuOverlay.zindex-remove {
  z-index: 1;
}

#switchBtnArea {
  width: 100%;
  background: #000;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  top: 0px;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#switchBtnArea #switchBtn:before {
  content: "";
  background: #E0F2FA;
  width: 90px;
  height: 90px;
  border-bottom-left-radius: 100px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #switchBtnArea #switchBtn:before {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 769px) {
  #switchBtnArea #switchBtn:before {
    width: 110px;
    height: 110px;
  }
}

#switchBtnArea #switchBtn {
  top: 0px;
  right: 0px;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
}

#switchBtnArea #switchBtn:after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 30px;
  text-align: center;
  font-size: 9px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #switchBtnArea #switchBtn:after {
    left: 0px;
  }
}
@media (min-width: 769px) {
  #switchBtnArea #switchBtn:after {
    left: 0px;
  }
}

#switchBtnArea #switchBtn span {
  left: 10px;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #413D3D;
  border-radius: 2px;
  transition: all 0.2s linear;
}
@media (min-width: 481px) and (max-width: 768px) {
  #switchBtnArea #switchBtn span {
    left: 0px;
  }
}
@media (min-width: 769px) {
  #switchBtnArea #switchBtn span {
    left: 0px;
  }
}

#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 18px;
  transform: rotate(0);
}

#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 28px;
  transform: scale(1);
}

#switchBtnArea #switchBtn span:nth-of-type(3) {
  top: 39px;
  transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
  background: transparent;
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  background-color: #413D3D;
  top: 25px;
  transform: rotate(-45deg);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  background-color: #413D3D;
  transform: scale(0);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  background-color: #413D3D;
  top: 25px;
  transform: rotate(45deg);
}

#switchBtnArea #switchBtn.btnClose::after {
  content: "CLOSE";
}

#rwdMenuWrap {
  width: 70%;
  background: #fff;
  overflow: auto;
  z-index: 98;
  position: fixed;
  height: 100%;
  right: -100%;
}

#rwdMenuWrap .add {
  text-align: center;
  padding: 0 0 2rem 0;
}

#rwdMenuWrap .add h4 {
  font-weight: bolder;
}

#rwdMenuWrap .sp-contact {
  width: 100%;
  margin: 0 auto 2rem auto;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 1rem 0;
  text-align: center;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  #rwdMenuWrap .sp-contact {
    width: 60%;
    margin: 0 auto 4rem auto;
  }
}

#rwdMenuWrap .sp-contact .tel {
  font-weight: bolder;
  border-bottom: 1px solid #ddd;
  padding: 0 0 1rem 0;
}

#rwdMenuWrap .sp-contact .tel p {
  padding: 0rem 1.5rem 0rem 1.5rem;
  font-size: 1.1rem;
}

#rwdMenuWrap .sp-contact .tel .small {
  font-size: 0.8em;
}

#rwdMenuWrap .sp-contact ul {
  font-weight: bolder;
  padding: 1rem 0 0 0;
}

#rwdMenuWrap .sp-contact ul li {
  padding: 0 0.8rem 0;
  font-size: 0.9rem;
}

#rwdMenuWrap .sp-contact ul li a:link {
  text-decoration: underline;
}

.fadeinAnm {
  animation: fadeIn 1.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slideinAnm_L {
  animation: slideInL 0.8s cubic-bezier(0.08, 1.15, 0.45, 1.03) forwards;
}

@keyframes slideInL {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slideupSAnm {
  animation: slideUpS 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) forwards;
}

#togoal .slideupSAnm:nth-of-type(1) {
  animation: slideUpS 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) 0.4s 1 forwards;
}

#togoal .slideupSAnm:nth-of-type(2) {
  animation: slideUpS 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) 0.5s 1 forwards;
}

#togoal .slideupSAnm:nth-of-type(3) {
  animation: slideUpS 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) 0.7s 1 forwards;
}

#sports .slideupSAnm:nth-of-type(2) {
  animation: slideUpS 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) 0.2s 1 forwards;
}

#sports .slideupSAnm:nth-of-type(3) {
  animation: slideUpS 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) 0.3s 1 forwards;
}

@keyframes slideUpS {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slideupAnm {
  animation: slideUp 1.1s cubic-bezier(0.08, 1.15, 0.45, 1.03) forwards;
}

@keyframes slideUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.popupAnm {
  animation: popUp 0.3s cubic-bezier(0.08, 1.15, 0.45, 1.03) 0.2s 1 forwards;
}

#top-features .popupAnm:nth-of-type(1) {
  animation: popUp 0.3s ease-in-out 0.4s 1 forwards;
}

#top-features popupAnm:nth-of-type(2) {
  animation: popUp 0.3s ease-in-out 0.5s 1 forwards;
}

#top-features .popupAnm:nth-of-type(3) {
  animation: popUp 0.3s ease-in-out 0.7s 1 forwards;
}

@keyframes popUp {
  80% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
#mv {
  background-color: rgb(178, 212, 221);
  text-align: center;
  padding: 2rem 0;
  background-image: url(../images/mv-bg.jpg);
  background-size: auto 130%;
  background-position: 30% bottom;
  background-repeat: no-repeat;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv {
    background-position: center bottom;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  #mv {
    background-position: center bottom;
    background-size: cover;
  }
}

#mv .fuki {
  background-color: #EAF3F7;
  border-radius: 3rem;
  font-size: 0.8rem;
  color: #7C7070;
  padding: 0.3rem 1.5rem;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv .fuki {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  #mv .fuki {
    font-size: 1.2rem;
  }
}

#mv .fuki::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #EAF3F7 transparent transparent;
  translate: -50% 100%;
}

#mv .box {
  background-color: #fff;
  border-radius: 1.5rem;
  margin: 1.5rem auto 8rem auto;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  position: relative;
  box-shadow: 1px 2px 10px -6px #777777;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #mv .box {
    width: 650px;
  }
}
@media (min-width: 769px) {
  #mv .box {
    width: 800px;
  }
}

#mv .box .deco {
  position: absolute;
  width: 10%;
  top: -3%;
  right: 3rem;
  transform: rotate(8deg);
}

#mv .box .pic {
  position: absolute;
  width: 25%;
  right: 0%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv .box .pic {
    width: 20%;
    right: 0%;
    bottom: 9rem;
  }
}
@media (min-width: 769px) {
  #mv .box .pic {
    right: -20%;
    bottom: -5%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #mv .box .pic {
    width: 20%;
    right: 0%;
    bottom: 9rem;
  }
}

#mv .box h3 {
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  margin: 1rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv .box h3 {
    margin: 0rem 0 0 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) {
  #mv .box h3 {
    margin: 0rem 0 0 0;
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #mv .box h3 {
    margin: 0rem 0 0 0;
    font-size: 2.2rem;
  }
}

#mv .box .read {
  padding: 2rem 0 1rem 0;
  font-size: 0.95rem;
  color: #413D3D;
  text-align: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv .box .read {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #mv .box .read {
    text-align: center;
  }
}

#mv .box .read p {
  padding: 0 0 1.5rem 0;
}

#mv #check-test {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv #check-test {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #mv #check-test {
    width: 80%;
  }
}

#mv #check-test label {
  display: block;
  font-size: 1rem;
  font-weight: bolder;
  padding: 1rem 0.5rem;
  line-height: 1;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv #check-test label {
    font-size: 1.1rem;
  }
}
@media (min-width: 769px) {
  #mv #check-test label {
    font-size: 1.1rem;
  }
}

#mv #check-test label:hover .inr {
  transform: scale(0.5);
  opacity: 0.5;
}

#mv #check-test label .inr {
  transition: all 0.25s ease-in-out;
  transform: scale(0);
  height: 14px;
  width: 14px;
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #5FBCE3;
  opacity: 0;
}

#mv #check-test label .outer {
  height: 18px;
  width: 18px;
  display: block;
  float: left;
  margin: 0px 9px 0px 0px;
  border: 2px solid #686868;
  border-radius: 50%;
  background-color: #fff;
}

#mv #ck01 input {
  opacity: 0;
  height: 1px;
  width: 1px;
}
#mv #ck01 input:checked + .outer .inr {
  transform: scale(1);
  opacity: 1;
}
#mv #ck01 input:checked + .outer {
  border: 2px solid #5FBCE3;
}

#mv #ck01 input:focus > .outer .inr {
  transform: scale(1);
  opacity: 1;
  background-color: #5FBCE3;
}

#mv #check-test .question {
  font-weight: bolder;
  font-size: 1.05rem;
  padding: 0 0 0.5rem 0;
  color: #5FBCE3;
}

#mv #check-test #ck01 {
  padding: 0 0 2rem 0;
  border-bottom: 2px solid #E0F2FA;
}

#mv #check-test #ck02 {
  padding: 2rem 0;
}

#mv #check-test input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #413D3D;
  vertical-align: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 1rem 0 0;
}

#mv #check-test input[type=checkbox]:checked:before {
  position: absolute;
  top: -1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 3px solid #5FBCE3;
  border-bottom: 3px solid #5FBCE3;
  content: "";
}

#mv #check-test .btn3:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 2rem;
  color: #dedede;
}

#mv #check-test .btn3 {
  padding: 1.5rem 0 3.5rem 0;
  position: relative;
}

#mv #check-test .btn3 button {
  animation: flash 1.5s linear infinite;
}

#mv #check-test .btn3 button:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  margin-left: 1rem;
  position: absolute;
  left: 1rem;
  font-size: 0.8em;
}

@media (min-width: 481px) and (max-width: 768px) {
  #mv #kekka dl {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #mv #kekka dl {
    display: flex;
    justify-content: space-between;
  }
}

#mv #kekka dl dt {
  width: 100%;
  background-color: #5C524B;
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv #kekka dl dt {
    width: 15%;
    font-size: 1rem;
    padding: 2rem 0;
  }
}
@media (min-width: 769px) {
  #mv #kekka dl dt {
    width: 15%;
    font-size: 1rem;
    padding: 2rem 0;
  }
}

#mv #kekka dl dd {
  width: 100%;
  box-sizing: border-box;
  background-color: #F7F6F5;
  text-align: center;
  font-size: 0.9rem;
  padding: 0 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #mv #kekka dl dd {
    width: 85%;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  #mv #kekka dl dd {
    width: 85%;
    font-size: 1rem;
  }
}

#mv #kekka dl dd p {
  padding: 0.8rem 0 0 0;
  font-size: 0.9rem;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #mv #kekka dl dd p {
    font-size: 0.7rem;
  }
}

#mv #kekka dl dd span {
  background: linear-gradient(transparent 60%, #E0F2FA 60%);
  font-size: 1.2em;
  font-weight: bolder;
}

#mv #kekka .kekka-url h4 {
  color: #999;
  font-weight: bolder;
  font-size: 0.9rem;
}

#mv #kekka .kekka-url {
  background: #eee;
  padding: 0.5rem;
  margin: 1rem auto 0 auto;
  border: 1px dotted #666;
  width: 90%;
}

#mv #kekka .kekka-url li {
  width: auto;
  padding: 0.3rem 0rem 0 0;
  text-align: left;
}

#mv #kekka .kekka-url li a {
  font-size: 0.8rem;
  text-decoration: none;
  color: #5FBCE3;
}

#mv #kekka span.red {
  background: linear-gradient(transparent 60%, #fae1e0 60%);
  color: #c50e0e;
}

#mv #kekka span.blue {
  background: linear-gradient(transparent 60%, #d3e7ef 60%);
  color: #4ca3c8;
}

#mv span.uline {
  background: linear-gradient(transparent 60%, #d3e7ef 60%);
}

#mv span.big {
  font-size: 1.2em;
}

#message svg {
  width: 100%;
  height: 190px;
  position: absolute;
  top: -120px;
  fill: #E6F1F2;
}

@media (min-width: 1140px) {
  #message svg {
    top: -160px;
    height: 190px;
  }
}
#message {
  position: relative;
  background-color: #E6F1F2;
  padding: 5rem 0;
}

#message .en {
  color: #5FBCE3;
  font: size 0.9rem;
  opacity: 0.5;
  padding: 0 0 1rem 0;
}

#message h3 {
  font-size: 1.4rem;
  font-weight: bolder;
  padding: 0 0 3rem 0;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #message h3 {
    font-size: 1.3rem;
  }
}

#message p {
  padding: 1rem 0;
}

#message .pic {
  padding: 0rem 0 1rem 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #message .pic {
    padding: 2rem 0 0 1rem;
  }
}
@media (min-width: 769px) {
  #message .pic {
    padding: 2rem 0 0 1rem;
  }
}

#message .pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 1rem 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #message .pic img {
    height: auto;
  }
}
@media (min-width: 769px) {
  #message .pic img {
    height: auto;
  }
}

#top-features svg {
  width: 100%;
  height: 190px;
  position: absolute;
  top: -120px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #top-features svg {
    top: -160px;
    height: 190px;
  }
}
#top-features {
  position: relative;
  background-color: #F4F7F8;
  padding: 5rem 0 0rem 0;
  background-image: url(../images/top-features-bg.png);
  background-repeat: no-repeat;
  background-size: 1200px auto;
  background-position: 85% -3rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-features {
    padding: 7rem 0 0rem 0;
  }
}
@media (min-width: 769px) {
  #top-features {
    padding: 7rem 0 0rem 0;
  }
}

@media (max-width: 767px) {
  #top-features .pic01 {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

#top-features .midashi-en {
  padding: 0 0 2rem 0;
}

#top-features .waku {
  padding: 1rem;
  border: 2px dotted #5FBCE3;
  border-radius: 1rem;
  margin: 3rem 0 1.5rem 0;
}

#top-features .waku h4 {
  color: #56A5C6;
  text-align: center;
}

#top-features .waku ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-features .waku ul {
    width: 90%;
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  #top-features .waku ul {
    height: auto;
    font-size: 1rem;
  }
}

#top-features .waku li {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-features .waku li {
    width: 48%;
  }
}
@media (min-width: 769px) {
  #top-features .waku li {
    width: 48%;
  }
}

#top-features .deco {
  position: relative;
  height: 200px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-features .deco {
    height: 400px;
  }
}
@media (min-width: 769px) {
  #top-features .deco {
    height: 400px;
  }
}

#top-features .deco img {
  border-radius: 1rem;
}

#top-features .deco .pic02 {
  position: absolute;
  top: 1rem;
  left: -1rem;
  width: 34%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-features .deco .pic02 {
    top: -5rem;
    left: -1rem;
  }
}
@media (min-width: 769px) {
  #top-features .deco .pic02 {
    top: -5rem;
    left: -1rem;
  }
}

#top-features .deco .pic03 {
  position: absolute;
  left: 39%;
  top: 25%;
  width: 27%;
}

#top-features .deco .pic04 {
  position: absolute;
  position: absolute;
  right: -1rem;
  top: 15%;
  width: 30%;
}

#top-benefit {
  padding: 0rem 0 0 0;
  position: relative;
}

#top-benefit .lo-b.inner {
  position: relative;
  padding: 0rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-benefit .lo-b.inner {
    padding: 10rem 0 0 0;
  }
}
@media (min-width: 769px) {
  #top-benefit .lo-b.inner {
    padding: 10rem 0 0 0;
  }
}

#top-benefit .bg {
  position: relative;
}

#top-benefit .bg img {
  position: absolute;
  width: 150%;
  left: -15vw;
  top: 10vh;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-benefit .bg img {
    width: 80%;
    left: -10vw;
    top: auto;
  }
}
@media (min-width: 769px) {
  #top-benefit .bg img {
    width: 80%;
    left: -10vw;
    top: auto;
  }
}

@media (max-width: 767px) {
  #top-benefit .pic05 {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

#top-benefit .midashi-en {
  padding: 0 0 2rem 0;
}

#top-benefit .btn2 {
  text-align: left;
  padding: 3rem 0 0 0;
}

#top-benefit .btn2 a {
  text-align: center;
}

#top-benefit .cont {
  padding: 0 0 0 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-benefit .cont {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 769px) {
  #top-benefit .cont {
    padding: 0 0 0 3rem;
  }
}

#top-about {
  padding: 0rem 0 7rem 0;
  position: relative;
}

#top-about .lo-a.inner {
  position: relative;
  padding: 0rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-about .lo-a.inner {
    padding: 10rem 0 0 0;
  }
}
@media (min-width: 769px) {
  #top-about .lo-a.inner {
    padding: 10rem 0 0 0;
  }
}

#top-about .bg {
  position: relative;
}

#top-about .bg img {
  position: absolute;
  width: 80%;
  right: -10vw;
  top: 12vh;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-about .bg img {
    width: 80%;
    right: -10vw;
    top: auto;
  }
}
@media (min-width: 769px) {
  #top-about .bg img {
    width: 80%;
    right: -10vw;
    top: auto;
  }
}

@media (max-width: 767px) {
  #top-about .pic06 {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

#top-about .midashi-en {
  padding: 0 0 2rem 0;
}

#top-about .btn2 {
  text-align: left;
  padding: 3rem 0 0 0;
}

#top-about .btn2 a {
  text-align: center;
}

#top-entry {
  background-color: #fff;
  margin: 0 auto 5rem auto;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 3px 4px 0px 2px #d3e7ef;
  box-sizing: border-box;
  width: 90%;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #top-entry {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #top-entry {
    width: 900px;
  }
}

#top-entry h3 {
  text-align: center;
  font-size: 2rem;
  color: #5FBCE3;
}

#top-entry .read {
  padding: 2rem 0;
  text-align: center;
}

#top-news {
  background-color: #fff;
  padding: 3rem 0;
  background-image: url(../images/top-news-bg.png);
  background-repeat: repeat-x;
}

#top-news .inner {
  align-items: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #top-news .inner {
    display: flex;
    justify-content: space-between;
  }
}

#top-news .head {
  border-right: 1px dotted #000;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #top-news .head {
    border: none;
  }
}

#top-news .head h3 {
  font-size: 1.3rem;
  text-align: center;
  padding: 0 0 0.5rem 0;
}

#top-news .head .btn2 a {
  font-size: 0.8em;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  min-width: 50%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .head .btn2 a {
    min-width: 180px;
  }
}
@media (min-width: 769px) {
  #top-news .head .btn2 a {
    min-width: 180px;
  }
}

#top-news .feed {
  padding: 2rem 0 0rem 0;
  box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .feed {
    padding: 0 1rem;
  }
}
@media (min-width: 769px) {
  #top-news .feed {
    padding: 0 3rem;
  }
}

#top-news .feed dl {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  align-items: center;
}

#top-news .feed dl dt {
  font-size: 9px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .feed dl dt {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  #top-news .feed dl dt {
    font-size: 1rem;
  }
}

#top-news .btn2 {
  padding: 1.5rem 0 0;
}

#top-news .feed dl dt .iconA {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.2rem 0.8rem;
  border-radius: 1.5rem;
  background-color: rgb(99, 185, 146);
}

#top-news .feed dl dt .iconB {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.2rem 0.8rem;
  border-radius: 1.5rem;
  background-color: rgb(233, 181, 86);
}

#top-news .feed dl dd {
  width: 78%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-news .feed dl dd {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #top-news .feed dl dd {
    width: 80%;
  }
}

#top-news .feed .date {
  font-size: 0.9rem;
  line-height: 1;
  color: #999;
}

#top-insta {
  padding: 4rem 0 6rem 0;
}

#top-insta h3 {
  font-size: 2rem;
  color: #5FBCE3;
  text-align: right;
  opacity: 0.5;
}

#portal-msg svg {
  width: 100%;
  height: 190px;
  position: absolute;
  top: -120px;
  fill: #F4F4F0;
}

@media (min-width: 1140px) {
  #portal-msg svg {
    top: -160px;
    height: 190px;
  }
}
#portal-msg {
  position: relative;
  background-color: #F4F4F0;
  padding: 0 0 3rem 0;
}

#portal-msg .inner {
  text-align: center;
}

@media (max-width: 767px) {
  #portal-msg .ta-c {
    text-align: left;
  }
}

#portal-msg ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: auto;
  display: inline-block;
  padding: 1rem 1rem;
  margin: 1.5rem 0;
  color: #000;
}

#portal-msg ul li {
  text-align: left;
  padding: 0.5rem 0;
}

#portal-msg ul li:before {
  content: "◯";
  padding: 0 0.5rem 0 0;
}

#cv-contact2 {
  border-top: 2px dotted #5FBCE3;
  width: 100%;
  margin: 1.5rem auto;
  text-align: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  #cv-contact2 {
    width: 90%;
  }
}
@media (min-width: 769px) {
  #cv-contact2 {
    width: 80%;
  }
}

#cv-contact2 h4 {
  font-weight: bolder;
  padding: 1.5rem 0 1rem 0;
}

#cv-contact2 .tel {
  color: #000;
  padding: 0 0 1.5rem 0;
}

#cv-contact2 .time {
  display: block;
}
@media (min-width: 481px) and (max-width: 768px) {
  #cv-contact2 .time {
    display: inline;
  }
}
@media (min-width: 769px) {
  #cv-contact2 .time {
    display: inline;
  }
}

#cv-contact2 .tel .num {
  font-size: 1.5rem;
}

@media (min-width: 481px) and (max-width: 768px) {
  #cv-contact2 .btns {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  #cv-contact2 .btns {
    display: flex;
    justify-content: center;
  }
}

#cv-contact2 .btn2 {
  width: auto;
  padding: 0.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #cv-contact2 .btn2 {
    padding: 0 1rem;
  }
}
@media (min-width: 769px) {
  #cv-contact2 .btn2 {
    padding: 0 1rem;
  }
}

#aboutus .read {
  position: relative;
  padding: 4rem 0;
}

#aboutus .read svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #aboutus .read svg {
    top: -160px;
    height: 190px;
  }
}
#aboutus .read .inner {
  text-align: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #aboutus .read .inner {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #aboutus .read .inner {
    text-align: center;
  }
}

#aboutus .read .inner p {
  padding: 1rem 0;
}

#togoal {
  background-image: url(../images/top-news-bg.png);
  background-repeat: repeat-y;
  border-top: 3px solid rgba(221, 232, 237, 0.7098039216);
  padding: 4rem 0;
  text-align: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #togoal {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #togoal {
    text-align: center;
  }
}

#togoal .midashi-l {
  color: #5FBCE3;
  text-align: center;
}

#togoal .midashi-l small {
  display: block;
}

@media (max-width: 767px) {
  #togoal .lo-f {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #togoal .lo-f {
    display: block;
  }
}

#togoal .cont {
  border-radius: 1rem;
  background-color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
  box-shadow: 1px 2px 10px -6px #777777;
  width: 100%;
  margin: 0 0 2rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #togoal .cont {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 769px) {
  #togoal .cont {
    width: 31%;
    margin: 0 0 0rem 0;
  }
}

#togoal .cont p {
  text-align: left;
  font-size: 0.9rem;
  padding: 1rem 0;
  letter-spacing: 0;
}

#togoal .midashi-s {
  padding: 1.5rem 0;
  text-align: center;
}

#togoal .midashi-s:after {
  content: "";
  width: 30%;
  height: 3px;
  background-color: #5FBCE3;
  display: block;
  margin: 2rem auto 0 auto;
}

#togoal .midashi-s.twoline {
  line-height: 1.4;
  padding: 1rem 0 !important;
}

#togoal #goal-image {
  border: 2px dotted #5FBCE3;
  width: 70%;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 3rem auto;
  background-color: rgba(255, 255, 255, 0.4705882353);
}
@media (min-width: 481px) and (max-width: 768px) {
  #togoal #goal-image {
    width: 50%;
  }
}
@media (min-width: 769px) {
  #togoal #goal-image {
    width: 50%;
  }
}

#togoal #goal-image h4 {
  font-weight: bolder;
  padding: 0 0 1rem 0;
  text-align: left;
}

#togoal #goal-image .cap {
  font-size: 0.85rem;
  text-align: left;
}

#greeting {
  background-color: #fff;
  position: relative;
  padding: 4rem 0;
}

#greeting svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #ffffff;
}

@media (min-width: 1140px) {
  #greeting svg {
    top: -160px;
    height: 190px;
  }
}
#greeting .midashi-l {
  text-align: right;
}

#greeting .midashi-l h3:before {
  content: "";
  display: inline-block;
  background-image: url(../images/midashi-line2.png);
  width: 30px;
  height: 20px;
  margin: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  #greeting .midashi-l h3:before {
    width: 10%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  #greeting .midashi-l h3:before {
    width: 10%;
    margin: 0 auto;
  }
}

#greeting .cont p {
  padding: 1rem 0;
  font-size: 0.95rem;
}

#greeting .pic img {
  border-radius: 1rem 0 1rem 0;
}
@media (max-width: 767px) {
  #greeting .pic img {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
}

#greeting .pic .cap {
  text-align: center;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  #greeting .pic .cap {
    padding: 0 0 2rem 0;
    color: #666;
    font-size: 0.8rem;
  }
}

#company svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #f4f7f8;
}

@media (min-width: 1140px) {
  #company svg {
    top: -160px;
    height: 190px;
  }
}
#company {
  position: relative;
  padding: 4rem 0 8rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #company {
    padding: 4rem 0;
  }
}
@media (min-width: 769px) {
  #company {
    padding: 4rem 0;
  }
}

#company .midashi-l {
  text-align: left;
  margin: 0 0 3rem 0;
}

#company .midashi-l h3:before {
  content: "";
  display: inline-block;
  background-image: url(../images/midashi-line2.png);
  width: 30px;
  height: 20px;
  margin: 0 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #company .midashi-l h3:before {
    width: 5%;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  #company .midashi-l h3:before {
    width: 5%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #company .std-table dt {
    padding: 1rem;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  #company .std-table dd {
    padding: 1rem;
    line-height: 1.4;
  }
}

#la-sdgs svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F4F0;
}

@media (min-width: 1140px) {
  #la-sdgs svg {
    top: -160px;
    height: 190px;
  }
}
#la-sdgs .midashi-l {
  text-align: center;
}

#la-sdgs {
  position: relative;
  background-color: #F4F4F0;
  padding: 4rem 0 6rem 0;
}

#la-sdgs .read {
  text-align: center;
}

#la-sdgs #sports {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px dotted #000;
  padding: 0 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #la-sdgs #sports {
    padding: 0 0 5rem 0;
  }
}
@media (min-width: 769px) {
  #la-sdgs #sports {
    padding: 0 0 5rem 0;
  }
}

#la-sdgs #sports img {
  border-radius: 1rem;
}

#la-sdgs #sports .cont h4 {
  font-weight: bolder;
  text-align: center;
  padding: 0 0 1rem 0;
}

@media (max-width: 767px) {
  #la-sdgs #sports .cont {
    padding: 0 0 3rem 0;
  }
}

#la-sdgs #sports .cont p {
  font-size: 0.95rem;
}

#la-sdgs #sdgs {
  width: 90%;
  margin: 0 auto;
}

#la-sdgs #sdgs img {
  border-radius: 1rem;
}

#la-sdgs #sdgs h4 {
  font-weight: bolder;
  padding: 1rem 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #la-sdgs #sdgs h4 {
    padding: 0 0 1rem 0;
  }
}
@media (min-width: 769px) {
  #la-sdgs #sdgs h4 {
    padding: 0 0 1rem 0;
  }
}

#la-sdgs #sdgs p {
  font-size: 0.95rem;
}

#la-sdgs #sdgs .btn2 {
  padding: 2rem 0 0 0;
  text-align: left;
}

#features {
  position: relative;
  padding: 5rem 0;
}

#features svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #features svg {
    top: -160px;
    height: 190px;
  }
}
#features .midashi-en {
  padding: 0 0 0.5rem 0;
}

#features .waku {
  margin: 1rem 0 3rem 0;
  border-radius: 1rem;
  box-shadow: 1px 2px 10px -6px #777777;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem 1rem 2.5rem 1rem;
  position: relative;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .waku {
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 769px) {
  #features .waku {
    padding: 1rem 2.5rem;
  }
}

#features .waku dt {
  text-align: center;
  padding: 0 0 3rem 0;
  position: relative;
}

#features .waku > dt:after {
  position: absolute;
  background-color: #E0F2FA;
  border-radius: 50%;
  content: "\f107";
  display: inline-block;
  right: 0;
  top: 5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #features .waku > dt:after {
    left: 43%;
    top: auto;
    bottom: -1rem;
  }
}

#features .waku.open dt:after {
  /* 回転度 */
  transform: rotate(-180deg);
  /* 回転スピード */
  transition: all 0.2s;
  background-color: #f3f3f3;
  color: #ccc;
}
#features .waku dt .num {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #5FBCE3;
  position: relative;
  padding: 0 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .waku dt .num {
    padding: 0 0 2rem 0;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  #features .waku dt .num {
    padding: 0 0 2rem 0;
    font-size: 2em;
  }
}

#features .waku dt .num:after {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0.8rem;
  background-color: #E0F2FA;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .waku dt .num:after {
    top: 3.5rem;
    height: 1rem;
  }
}
@media (min-width: 769px) {
  #features .waku dt .num:after {
    top: 3.5rem;
    height: 1rem;
  }
}

#features .waku dt h4 {
  font-size: 1.2rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .waku dt h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  #features .waku dt h4 {
    font-size: 1.5rem;
  }
}

#features .waku dt small {
  display: block;
}

#features .waku dd {
  padding: 3rem 0 1.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .waku dd {
    padding: 3rem 0;
  }
}
@media (min-width: 769px) {
  #features .waku dd {
    padding: 3rem 0;
  }
}

#features .waku.open dd {
  display: block;
}

#features .waku.close {
  transition: all 0.5s;
}

#features .waku.close:hover {
  background-color: #E0F2FA;
}

#features .waku.close:hover dt:after {
  background-color: #fff;
}

#features .waku dd p {
  padding: 0 0 1rem 0;
}

#features .waku .read {
  text-align: center;
  padding: 0 0 4rem 0;
}

#features01 .btn2 {
  text-align: left;
  padding: 1.5rem 0 0 0 !important;
}

#features01 img, #features03 img {
  border-radius: 1rem;
}

#features #schedule {
  border: 1px solid #ccc;
  margin: 0 auto;
  font-size: 0.9rem;
  margin: 1rem 0 0 0;
}

#features .waku #schedule h4 {
  background-color: #dfdede;
}

#features .waku #schedule dl {
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
}

#features .waku #schedule dt {
  padding: 0;
  width: 15%;
}

#features .waku #schedule dd {
  padding: 0;
  width: 80%;
  text-align: left;
}

#features03 p.read {
  padding: 0.5rem 0 !important;
}
@media (max-width: 767px) {
  #features03 p.read {
    text-align: left !important;
  }
}

#features .cap {
  font-size: 0.85rem;
  letter-spacing: 0;
  color: #999;
}

#features #books {
  padding: 1.5rem 0 0 0;
  align-items: center;
}

#features .ex {
  padding: 3rem 0 0 0;
}

#features .ex h5 {
  display: inline-block;
  background-color: #5FBCE3;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 1.5rem;
  margin: 0 0 2rem 0;
}

#features .ex .lo-a {
  border-bottom: 1px dotted #ccc;
  padding: 1rem 0;
}

#features .ex h6 {
  width: 100%;
  font-size: 1.3rem;
  padding: 0 1rem 1.5rem 0;
  box-sizing: border-box;
  color: #000;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .ex h6 {
    width: 35%;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
@media (min-width: 769px) {
  #features .ex h6 {
    font-size: 1.5rem;
    width: 35%;
    padding: 0 1rem;
  }
}

#features .ex h6 span {
  background: linear-gradient(transparent 60%, #E0F2FA 60%);
}

#features .ex .txt {
  width: 100%;
  font-size: 0.95rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features .ex .txt {
    width: 65%;
  }
}
@media (min-width: 769px) {
  #features .ex .txt {
    width: 65%;
  }
}

#features03 .btn2 {
  padding: 3rem 0 0 0 !important;
}

#features04 .cont {
  text-align: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features04 .cont {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #features04 .cont {
    text-align: center;
  }
}

#features04 img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features04 img {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #features04 img {
    width: 80%;
  }
}

#features05 img {
  border-radius: 1.5rem;
}

#features05 .lo-b {
  padding: 0rem 0 3.5rem 0;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  #features05 .lo-b {
    width: 90%;
    margin: 0 auto;
  }
}

#features05 h5 {
  font-size: 1.2rem;
  padding: 1rem 0 1rem 0;
  color: #000;
}
@media (min-width: 481px) and (max-width: 768px) {
  #features05 h5 {
    padding: 0 0 1rem 0;
  }
}
@media (min-width: 769px) {
  #features05 h5 {
    padding: 0 0 1rem 0;
  }
}

#features05 .fss {
  background-color: #f4f7f8;
  border-radius: 1rem;
  padding: 1rem;
}

#features05 .lo-b:last-of-type {
  padding: 0;
}

#day {
  padding: 0 0 6rem 0;
}

@media (max-width: 767px) {
  #day .pic {
    width: 80%;
    margin: 0 auto;
  }
}

#day .midashi-en {
  padding: 0 0 2rem 0;
}

#daybox li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
  background-color: #fff;
  border-radius: 3rem;
}

#daybox li .time {
  width: 10%;
  background-image: url(../images/day-timebg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  padding: 1.1rem 1.2rem;
  font-weight: bolder;
  color: #fff;
}

#daybox li .txt {
  width: 85%;
  padding: 0 0 0 1rem;
  box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 768px) {
  #daybox li .txt {
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 769px) {
  #daybox li .txt {
    padding: 0 0 0 0.5rem;
  }
}

#daybox li .txt .biko {
  color: #5FBCE3;
  font-size: 0.8rem;
  padding: 0 0 0 0rem;
  display: block;
}
@media (min-width: 481px) and (max-width: 768px) {
  #daybox li .txt .biko {
    font-size: 0.8rem;
    display: block;
    padding: 0 0 0 0rem;
  }
}
@media (min-width: 769px) {
  #daybox li .txt .biko {
    font-size: 0.8rem;
    display: inline;
    padding: 0 0 0 1rem;
  }
}

#faq {
  background-color: #fff;
  position: relative;
  padding: 3rem 0 5rem 0;
}

#faq svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #ffffff;
}

@media (min-width: 1140px) {
  #faq svg {
    top: -160px;
    height: 190px;
  }
}
#faq .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 3rem 0;
}

#faq .head .midashi-en {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .head .midashi-en {
    width: 30%;
  }
}
@media (min-width: 769px) {
  #faq .head .midashi-en {
    width: 20%;
  }
}

#faq .head .txt {
  font-size: 0.95rem;
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .head .txt {
    width: 65%;
    padding: 0;
  }
}
@media (min-width: 769px) {
  #faq .head .txt {
    width: 55%;
    padding: 0 0 0 2rem;
    box-sizing: border-box;
  }
}

#faq .head .txt p {
  padding: 0.5rem 0;
}

#faq .head .answer {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .head .answer {
    width: 30%;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 769px) {
  #faq .head .answer {
    width: 20%;
  }
}

#faq .head .answer img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .head .answer img {
    width: 40%;
    margin: 0 auto 0 0;
  }
}

#faq .head .answer h5 {
  font-weight: bolder;
  color: #5FBCE3;
}

#faq .head .answer img {
  border-radius: 50%;
}

#faq .qabox {
  padding: 1rem 0;
  border-bottom: 1px dotted #ccc;
}

#faq .qabox:first-of-type {
  border-top: 1px dotted #ccc;
}

#faq .qabox dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
}

#faq .qabox dt span {
  width: 80%;
  font-weight: bolder;
}

#faq .qabox dt .btn3 {
  width: 30%;
  font-size: 10px;
  text-align: right;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .qabox dt .btn3 {
    width: 20%;
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) {
  #faq .qabox dt .btn3 {
    width: 20%;
    font-size: 1rem;
  }
}

#faq .qabox dt .btn3 a {
  font-size: 0.85em;
  padding: 0.8rem 1rem 0.8rem 2rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .qabox dt .btn3 a {
    padding: 0.8rem 2rem 0.8rem 3rem;
  }
}
@media (min-width: 769px) {
  #faq .qabox dt .btn3 a {
    padding: 0.8rem 2rem 0.8rem 3rem;
  }
}

#faq .qabox dt .btn3 a:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075";
  margin-left: 0.5rem;
  position: absolute;
  left: 0.5rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .qabox dt .btn3 a:after {
    margin-left: 1rem;
    left: 0.5rem;
  }
}
@media (min-width: 769px) {
  #faq .qabox dt .btn3 a:after {
    margin-left: 1rem;
    left: 0.5rem;
  }
}

#faq .qabox dd {
  padding: 1.5rem;
  margin: 2rem 0;
  background-color: #F4F4F0;
  border-radius: 1rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .qabox dd {
    border: 3px solid #F4F4F0;
    background-color: #fff;
  }
}
@media (min-width: 769px) {
  #faq .qabox dd {
    border: 3px solid #F4F4F0;
    background-color: #fff;
  }
}

@media (min-width: 769px) {
  #faq .qabox dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}

#cv-youkou {
  background-color: #fff;
  margin: 5rem auto 5rem auto;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 2px solid #d3e7ef;
  box-shadow: 3px 4px 0px 2px #d3e7ef;
  width: 90%;
  box-sizing: border-box;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #cv-youkou {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #cv-youkou {
    width: 900px;
  }
}

#faq #cv-youkou {
  margin: 7rem auto 5rem auto;
}

#cv-youkou h3 {
  text-align: center;
  font-size: 2rem;
  color: #5FBCE3;
}

#cv-youkou .read {
  padding: 2rem 0;
  text-align: center;
}

#benefitsystem .head {
  position: relative;
}

#benefitsystem .head svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #benefitsystem .head svg {
    top: -160px;
    height: 190px;
  }
}
#benefitsystem .midashi-l {
  padding: 0 0 1.5rem 0;
}

#benefitsystem .read p {
  padding: 0 0 1.5rem 0;
}

#benefitsystem .pic iframe {
  max-width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  #benefit-box dl {
    display: flex;
    justify-content: space-between;
  }
}

#benefit-box {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: 1px 2px 10px -6px #777777;
  margin: 2rem auto;
}

#benefit-box dl {
  border-bottom: 2px solid #999;
  padding: 2.5rem 0;
}

#benefit-box dl:last-of-type {
  border: none;
}

#benefit-box dl dt {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 768px) {
  #benefit-box dl dt {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #benefit-box dl dt {
    width: 33%;
  }
}

@media (max-width: 767px) {
  #benefit-box dl dt .pic {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #benefit-box dl dt .pic {
    width: 30%;
    margin: 0 auto;
    padding: 0 0 2rem 0;
  }
}

#benefit-box dl dt h4 {
  font-size: 1.3rem;
  padding: 0 0 2rem 0;
  color: #5FBCE3;
}

#benefit-box dl dd {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.95rem;
  color: #555;
  padding: 0 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #benefit-box dl dd {
    width: 100%;
    padding: 0 2rem;
  }
}
@media (min-width: 769px) {
  #benefit-box dl dd {
    width: 67%;
    padding: 0 2rem;
  }
}

#benefit-box ul.grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#benefit-box ul.grid p {
  line-height: 1.5;
  font-size: 0.9rem;
}

#benefit-box .list {
  display: flex;
  justify-content: space-between;
}

#benefit-box .list p {
  padding: 0 0 2rem 0;
  line-height: 1.5;
  font-size: 0.9rem;
}

#benefit-box ul.grid li {
  width: 100%;
  padding: 0 0 2.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #benefit-box ul.grid li {
    width: 48%;
  }
}
@media (min-width: 769px) {
  #benefit-box ul.grid li {
    width: 48%;
  }
}

#benefit-box .biko {
  font-size: 0.8rem;
  color: #999;
}

#benefit-box dl dd h5 {
  color: #000;
  font-size: 1.1rem;
  padding: 0 0 0.5rem 0;
}

#benefit-box .txt {
  padding: 2rem 0 0 0;
}

#benefit-box .btn2 {
  padding: 2rem 0 0 0;
  text-align: left;
}

#entrybox {
  margin: 3rem auto 5rem auto;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 3px 4px 0px 2px #d3e7ef;
  box-shadow: none;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #entrybox {
    width: 80%;
  }
}
@media (min-width: 769px) {
  #entrybox {
    width: 900px;
  }
}

@media (max-width: 767px) {
  #benefit04 .list {
    display: block;
  }
}

@media (max-width: 767px) {
  #benefit05 .list {
    display: block;
  }
}

@media (max-width: 767px) {
  #benefit06 small {
    font-size: 11px;
  }
}

#entrybox h3 {
  text-align: center;
  font-size: 2rem;
  color: #5FBCE3;
}

#entrybox .read {
  padding: 2rem 0;
  text-align: center;
}

#recruitmentinfo #now {
  position: relative;
  padding: 4rem 0;
}

#recruitmentinfo #now svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #recruitmentinfo #now svg {
    top: -160px;
    height: 190px;
  }
}
#recruitmentinfo #now .box {
  text-align: center;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  border: 2px solid #5FBCE3;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #recruitmentinfo #now .box {
    width: 800px;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #now .box {
    width: 800px;
  }
}

#recruitmentinfo #now .box:before {
  content: "Information";
  position: absolute;
  background: #5FBCE3;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  top: -1rem;
  transform: translate(-50%, 0%);
}

@media (max-width: 767px) {
  #recruitmentinfo .std-table {
    display: block;
  }
}

#recruitmentinfo #youkou dt {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #youkou dt {
    width: 25%;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #youkou dt {
    width: 25%;
  }
}

#recruitmentinfo #youkou dd {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #youkou dd {
    width: 73%;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #youkou dd {
    width: 73%;
  }
}

#recruitmentinfo #youkou dd h4 {
  font-size: 1.05rem;
  color: #000;
  margin: 0 0 1rem 0;
}

#recruitmentinfo #youkou dd h4 span {
  font-size: 0.9rem;
  color: #999;
}

#recruitmentinfo #youkou dl.std-table dd dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #aaaaaa;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #youkou dl.std-table dd dl {
    width: 90%;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #youkou dl.std-table dd dl {
    width: 90%;
  }
}

#recruitmentinfo #youkou dl.std-table dd dl:first-of-type {
  border-top: 1px dotted #aaaaaa;
  margin: 1rem 0 0 0;
}

#recruitmentinfo #youkou dl.std-table dd dt {
  padding: 0.2rem 1rem;
  background-color: #f9f9f9;
  width: 40%;
  font-size: 0.9em;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #youkou dl.std-table dd dt {
    width: 30%;
    font-size: 1em;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #youkou dl.std-table dd dt {
    width: 20%;
    font-size: 1em;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #recruitmentinfo #youkou dl.std-table dd dt {
    width: 30%;
    font-size: 1em;
  }
}

#recruitmentinfo #youkou dl.std-table dd dd {
  padding: 0.2rem 0;
  width: 58%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #youkou dl.std-table dd dd {
    width: 68%;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #youkou dl.std-table dd dd {
    width: 78%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #recruitmentinfo #youkou dl.std-table dd dd {
    width: 68%;
  }
}

#recruitmentinfo #youkou dl.std-table dd .biko {
  font-size: 0.85rem;
  color: #999;
}

#recruitmentinfo #youkou dl.std-table dd p {
  padding: 0rem 0 1rem 0;
}

#recruitmentinfo #youkou dl.std-table dd p.small {
  font-size: 0.9rem;
}

#recruitmentinfo #youkou dl.std-table dd .btns {
  padding: 2rem 0 0 0;
}
@media (min-width: 769px) {
  #recruitmentinfo #youkou dl.std-table dd .btns {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  #recruitmentinfo #youkou dl.std-table dd .btns {
    display: block;
  }
}

#recruitmentinfo #youkou dl.std-table dd .btn3 a:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f56d";
  margin-left: 1rem;
  position: absolute;
  left: 1rem;
}

#recruitmentinfo #youkou dl.std-table dd dd .biko {
  font-size: 0.85rem;
  display: block;
  color: #999;
}

#recruitmentinfo #howtoentry {
  text-align: center;
  padding: 4rem 0;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #recruitmentinfo #howtoentry {
    width: 900px;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #howtoentry {
    width: 900px;
  }
}

#recruitmentinfo #howtoentry .midashi-l {
  text-align: center;
  padding: 0 0 2rem 0;
}

#recruitmentinfo #howtoentry dl {
  border-bottom: 2px solid #ccc;
  align-items: center;
  padding: 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #howtoentry dl {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #howtoentry dl {
    display: flex;
    justify-content: space-between;
  }
}

#recruitmentinfo #howtoentry dl:first-of-type {
  border-top: 2px solid #ccc;
  margin: 2rem 0 0 0;
}

#recruitmentinfo #howtoentry dt {
  font-size: 1.05rem;
  font-weight: bolder;
  width: 100%;
  text-align: left;
  padding: 0 0 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #howtoentry dt {
    width: 30%;
    padding: 0 0 0rem 0;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #howtoentry dt {
    width: 30%;
    padding: 0 0 0rem 0;
  }
}

#recruitmentinfo #howtoentry dd {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #howtoentry dd {
    width: 68%;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #howtoentry dd {
    width: 68%;
  }
}

#recruitmentinfo #howtoentry dd .txt {
  width: 70%;
  font-size: 0.9rem;
}

#recruitmentinfo #howtoentry dd .icon {
  width: 30%;
  text-align: right;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #howtoentry dd .icon {
    width: 25%;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #howtoentry dd .icon {
    width: 25%;
  }
}

#recruitmentinfo #howtoentry dd .icon span {
  border-radius: 2rem;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
}

#recruitmentinfo #howtoentry dd .icon.active span {
  background-color: #eaf9ff;
  border: 2px solid #94c6dc;
  color: #69afcc;
}

#recruitmentinfo #howtoentry dd .icon.noactive span {
  background-color: #e0e0e0;
  border: 2px dotted #5FBCE3;
  opacity: 0.5;
}

#recruitmentinfo #howtoentry .btn {
  padding: 3rem 0;
}

#recruitmentinfo #howtoentry .box {
  padding: 1.5rem;
  background-color: #eee;
  border-radius: 1rem;
  text-align: left;
}

#recruitmentinfo #howtoentry .box h4 {
  font-weight: bolder;
  font-size: 1.1rem;
  text-align: left;
  padding: 0 0 1rem 0;
}

#recruitmentinfo #howtoentry .box p {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}

#recruitmentinfo #flow {
  text-align: center;
  padding: 3rem 0 5rem 0;
}

#recruitmentinfo #flow .midashi-l {
  text-align: left;
  margin: 0 0 3rem 0;
}

#recruitmentinfo #flow .midashi-l h3:before {
  content: "";
  display: inline-block;
  background-image: url(../images/midashi-line2.png);
  width: 5%;
  height: 20px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

#recruitmentinfo #referral {
  position: relative;
  padding: 3rem 0;
  background-color: #fff;
}

#recruitmentinfo #referral svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #ffffff;
}

@media (min-width: 1140px) {
  #recruitmentinfo #referral svg {
    top: -160px;
    height: 190px;
  }
}
#recruitmentinfo #referral .midashi-l {
  text-align: center;
  padding: 0 0 3rem 0;
}

#recruitmentinfo #referral .read {
  padding: 0 0 1.5rem 0;
  text-align: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #referral .read {
    text-align: center;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #referral .read {
    text-align: center;
  }
}

#recruitmentinfo #referral .lo-a {
  padding: 1rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #referral .lo-a {
    padding: 3rem 0;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #referral .lo-a {
    padding: 3rem 0;
  }
}

#recruitmentinfo #referral .box {
  background-color: #edf8fd;
  box-sizing: border-box;
  border-radius: 1rem;
  width: 100%;
  margin: 1rem auto;
  box-shadow: 1px 2px 10px -6px #777777;
  font-size: 0.9rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #recruitmentinfo #referral .box {
    width: 48%;
    margin: 0;
  }
}
@media (min-width: 769px) {
  #recruitmentinfo #referral .box {
    width: 48%;
    margin: 0;
  }
}

#recruitmentinfo #referral .box p {
  padding: 0.5rem 0;
}

#recruitmentinfo #referral .box h4 {
  padding: 0 0 1rem 0;
  color: #56a5c6;
  font-weight: normal;
}

#recruitmentinfo #cvbox {
  background-color: #fff;
  margin: 0 auto 0rem auto;
  padding: 0rem 0 5rem 0;
}

#recruitmentinfo #cv-contact2 {
  border: 2px dotted #5FBCE3;
  box-sizing: border-box;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  margin: 4rem auto 0 auto;
}

#entry .read {
  position: relative;
  padding: 4rem 0;
}

#entry .read svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #entry .read svg {
    top: -160px;
    height: 190px;
  }
}
#entry .read .inner {
  text-align: center;
}

#entry .read .tel {
  padding: 2rem 0 1rem 0;
  font-weight: bolder;
  font-size: 1.6rem;
}

#entry .read .tel span {
  font-size: 1rem;
}

#entry .read p {
  padding: 0 0 1rem 0;
}

#entry .read p a {
  text-decoration: underline;
  color: #5FBCE3;
}

#entry .read p.btn2 a {
  text-decoration: none;
}

#entryform {
  padding: 0 0 5rem 0;
}

#entryform dd span {
  padding: 0 1rem 0 0;
}

#entryform .hissu {
  font-size: 0.8em;
  color: #5FBCE3;
  padding: 0 0 0 0.5rem;
}

#entryform textarea {
  border: 1px solid #a6adb2;
  padding: 0.8rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(137, 188, 215, 0.0784313725);
  width: 100%;
  box-sizing: border-box;
}

#entryform input[type=text], #entryform input[type=email] {
  border: 1px solid #a6adb2;
  padding: 0.8rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(137, 188, 215, 0.0784313725);
  width: 100%;
  box-sizing: border-box;
}

#entryform .end {
  text-align: center;
  padding: 3rem 0;
}

#entryform .end a {
  text-decoration: underline;
}

#privacy .head {
  position: relative;
}

#privacy .head svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #privacy .head svg {
    top: -160px;
    height: 190px;
  }
}
#privacy .midashi-s {
  position: relative;
  color: #5FBCE3;
}

#privacy .midashi-s:before {
  content: "■";
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 auto;
  padding: 0 1rem 0 0;
}

#sitemap .head {
  position: relative;
}

#sitemap .head svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #sitemap .head svg {
    top: -160px;
    height: 190px;
  }
}
#sitemap .inner {
  padding: 4rem 0;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #sitemap .inner {
    width: 800px;
  }
}
@media (min-width: 769px) {
  #sitemap .inner {
    width: 800px;
  }
}

#sitemap .inner p {
  padding: 1rem 0;
}

#sitemap .inner ul li {
  padding: 1rem 0;
}

@media (min-width: 481px) and (max-width: 768px) {
  #sitemap .box {
    border-top: 2px dotted #5FBCE3;
    margin: 2rem 0;
  }
}
@media (min-width: 769px) {
  #sitemap .box {
    border-top: 2px dotted #5FBCE3;
    margin: 2rem 0;
  }
}

@media (max-width: 767px) {
  #sitemap .box .pic {
    display: none;
  }
}

#sitemap .box .pic img {
  width: 100px;
}
@media (min-width: 769px) and (max-width: 1140px) {
  #sitemap .box .pic img {
    width: 100px;
  }
}
@media (min-width: 769px) {
  #sitemap .box .pic img {
    width: 100px;
  }
}

#news .head {
  position: relative;
}

#news .head svg {
  width: 100%;
  height: 150px;
  position: absolute;
  top: -105px;
  fill: #F4F7F8;
}

@media (min-width: 1140px) {
  #news .head svg {
    top: -160px;
    height: 190px;
  }
}
#news-post {
  padding: 4rem 0;
  box-shadow: 1px 2px 10px -6px #777777;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 2rem;
  border-radius: 1rem;
  margin: 3rem auto 1rem auto;
  background-color: #fff;
}

#news-list {
  padding: 4rem 0;
}

.posthead {
  padding: 0 0 2rem 0;
}

#news-post .posthead {
  border-bottom: 2px solid #E0F2FA;
  margin: 0 0 2rem 0;
}

#news-list .posthead {
  padding: 4rem 0;
  box-shadow: 1px 2px 10px -6px #777777;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 2rem 2rem;
  border-radius: 1rem;
  margin: 1rem auto 1rem auto;
  background-color: #fff;
}
@media (min-width: 481px) and (max-width: 768px) {
  #news-list .posthead {
    padding: 2rem 5rem;
  }
}
@media (min-width: 769px) {
  #news-list .posthead {
    padding: 2rem 5rem;
  }
}

.posthead .date {
  color: #5FBCE3;
  font-size: 0.9rem;
  padding: 0 0 0.5rem 0;
}

.posthead h3 {
  font-size: 1.1rem;
}

.posthead .iconA {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.2rem 0.8rem;
  border-radius: 1.5rem;
  background-color: rgb(99, 185, 146);
}

.posthead .iconB {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.2rem 0.8rem;
  border-radius: 1.5rem;
  background-color: rgb(233, 181, 86);
}

#news .end a {
  text-decoration: underline;
}

#news #pager {
  text-align: center;
  padding: 3rem 0;
}

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

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