@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fbf9e3;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

@media only screen and (min-width:1025px) {
  .sp-visible {
    display: none !important;
  }
  .tablet-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  html {
    font-size: 0.95vw;
  }
  .tablet-hidden {
    display: none;
  }
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .sp-visible {
    display: block !important;
  }
}
@media only screen and (max-width:767px) {
  html {
    font-size: 2.67vw;
  }
  .sp-hidden {
    display: none !important;
  }
  select,
  textarea,
  input[type=url],
  input[type=text],
  input[type=date],
  input[type=tel],
  input[type=email],
  input[type=submit] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}
span.link.none,
a.none {
  opacity: 0.4;
  pointer-events: none;
}

@media only screen and (min-width:1025px) {
  a:hover {
    text-decoration: none;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

p {
  line-height: 1.8;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

@media only screen and (max-width:767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
button {
  font-family: "Zen Maru Gothic", sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

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

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}
@media only screen and (max-width:1024px) {
  #wrap {
    overflow: hidden;
  }
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

/* --------------------------------------
		105 other
-------------------------------------- */
.edita:after {
  content: "";
  display: block;
  clear: both;
}
.edita img {
  height: auto;
}
.edita iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 20px auto 30px;
  display: block;
}
@media only screen and (max-width:767px) {
  .edita iframe {
    height: calc((100vw - 30px) * 9 / 16);
    margin: 10px 0 20px;
  }
}
.edita p {
  padding-bottom: 1.5em;
}
.edita p a {
  color: #00a2ef;
  text-decoration: underline;
}
.edita p a:hover {
  text-decoration: none;
}
.edita p small {
  font-size: 1rem;
  display: inline-block;
}
.edita h1 {
  font-size: 2em;
  margin: 1em 0 1.5em;
}
.edita h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em;
}
.edita h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  border-bottom: 0.3rem solid rgba(0, 0, 0, 0.2);
  padding: 0.5em;
}
.edita h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(0, 0, 0, 0.2);
  padding-left: 1rem;
}
.edita h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.2);
  padding: 0.5em;
}
.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(0, 0, 0, 0.05);
  color: #666;
  padding: 0.8em 1.2em;
  border-radius: 1rem;
}
@media only screen and (max-width:767px) {
  .edita h1 {
    font-size: 1.5em;
  }
  .edita h2 {
    font-size: 1.4em;
  }
  .edita h3 {
    font-size: 1.3em;
  }
  .edita h4 {
    font-size: 1.2em;
  }
  .edita h5 {
    font-size: 1.1em;
  }
  .edita h6 {
    font-size: 1em;
  }
}
.edita pre {
  display: block;
}
.edita strong {
  font-weight: bold;
}
.edita em {
  font-style: italic;
}
.edita ul {
  margin-bottom: 1.5em;
}
.edita ul li {
  list-style: outside disc;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 0.5em;
}
.edita ol {
  margin-bottom: 1.5em;
}
.edita ol li {
  list-style: outside decimal;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 0.5em;
}
.edita blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative;
}
.edita blockquote:before {
  content: "“";
  position: absolute;
  left: -1em;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  top: 0;
}
.edita blockquote:after {
  content: "”";
  position: absolute;
  right: -1rem;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  bottom: 0;
}
.edita a {
  color: #666;
}
.edita del {
  text-decoration: line-through;
}
.edita hr {
  display: block;
  border: none;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1em;
}
.edita .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .edita .alignright {
    display: block;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.edita .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .edita .alignleft {
    display: block;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 64rem;
}

.form-select {
  line-height: 4.8rem;
  height: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #000;
  position: relative;
  width: 30rem;
}
@media only screen and (max-width:767px) {
  .form-select {
    width: 100%;
  }
}
.form-select:after {
  width: 3em;
  height: 5rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Material Icons Outlined";
  text-align: center;
  content: "expand_more";
  color: #000;
  top: 50%;
  margin-top: -0.5em;
  right: 0;
  position: absolute;
}
.form-select > select {
  width: 130%;
  line-height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 3rem 0 1.5rem;
  background: transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.form-select > select::-ms-expand {
  display: none;
}
.form-select > select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

#loader {
  width: 100%;
  height: 100%;
  background: #00a2ef;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
#loader.on {
  opacity: 0;
  z-index: -1;
}

body #wrap {
  z-index: -1;
  position: relative;
}
body #wrap.on {
  z-index: 1;
}

/* --------------------------------------
		101-1 keyframes
-------------------------------------- */
.section-report {
  position: relative;
  background-image: url("../img/top/fig_report.jpg");
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  padding: 10rem;
}
@media only screen and (max-width:767px) {
  .section-report {
    padding: 3rem 1.5rem;
  }
}
.section-report:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  opacity: 0.8;
}
.section-report-wrap {
  width: 90rem;
  background: #fff;
  border-radius: 1rem;
  padding: 5rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .section-report-wrap {
    width: auto;
    padding: 1.5rem;
  }
}
.section-report-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3.5rem;
}
@media only screen and (max-width:767px) {
  .section-report-header {
    padding-bottom: 1.5rem;
  }
}
.section-report-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .section-report-header-en {
    font-size: 6rem;
  }
}
.section-report-header-ttl {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .section-report-header-ttl {
    font-size: 1.6rem;
  }
}
.section-report-header-ttl:before, .section-report-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .section-report-header-ttl:before, .section-report-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.section-report-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:767px) {
  .section-report-inner {
    flex-direction: column;
  }
}
.section-report-inner-fig {
  width: 40rem;
  flex-shrink: 0;
}
@media only screen and (max-width:767px) {
  .section-report-inner-fig {
    width: 100%;
  }
}
.section-report-inner-fig img {
  border-radius: 1rem;
  overflow: hidden;
}
.section-report-inner-txt {
  width: 100%;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt {
    padding: 2rem 0 0;
  }
}
.section-report-inner-txt dl {
  border-bottom: 0.5rem solid #FFE77B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
.section-report-inner-txt dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 1.5rem;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt dl dt {
    font-size: 1.5rem;
  }
}
.section-report-inner-txt dl dd {
  font-size: 2.6rem;
  line-height: 1;
  padding: 0 1rem;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt dl dd {
    font-size: 1.8rem;
  }
}
.section-report-inner-txt dl dd strong {
  font-size: 5.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt dl dd strong {
    font-size: 4.5rem;
  }
}
.section-report-inner-txt p {
  width: 100%;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt p {
    font-size: 1.5rem;
  }
}
.section-report-inner-txt a {
  width: 18rem;
  height: 4rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt a {
    font-size: 1.3rem;
  }
}
.section-report-inner-txt a:hover {
  background: #ccc;
}
.section-report-inner-txt a span {
  color: #00a2ef;
  font-size: 2rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width:767px) {
  .section-report-inner-txt a span {
    font-size: 1.6rem;
  }
}

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 3rem;
  left: 0;
  top: 0;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  .header {
    padding: 0 1.5rem;
  }
}
.header-logo {
  width: 30rem;
  padding: 2.5rem 0;
}
@media only screen and (max-width:767px) {
  .header-logo {
    width: 24rem;
    padding: 1.5rem 0;
  }
  .header-logo a {
    height: 4.5rem;
    display: flex;
    align-items: center;
  }
}
.header-menu {
  position: fixed;
  width: 4.5rem;
  height: 4.5rem;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .header-menu {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1rem;
    opacity: 1;
    z-index: 10000;
  }
}
.header-menu span {
  width: 2rem;
  height: 0.2rem;
  margin: 0.5rem auto;
  background: #00a2ef;
}
.header-menu.on span {
  margin-top: -0.1rem;
}
.header-menu.on span:nth-of-type(1) {
  position: absolute;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -1rem;
  top: 50%;
}
.header-menu.on span:nth-of-type(2) {
  position: absolute;
  transform: rotate(-45deg);
  right: 50%;
  margin-right: -1rem;
  top: 50%;
}
.header-nav {
  background: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
  height: 6rem;
}
@media only screen and (max-width:767px) {
  .header-nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    padding: 0 3%;
    transition: all 0.5s;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 6rem 0 0;
  }
  .header-nav.active {
    left: 0;
    transition: all 0.5s;
  }
}
.header-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 1.5rem;
}
@media only screen and (max-width:767px) {
  .header-nav ul {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 1.5rem 0;
  }
}
.header-nav ul li {
  position: relative;
}
@media only screen and (max-width:767px) {
  .header-nav ul li {
    width: 50%;
    padding: 0.5rem;
  }
}
.header-nav ul li.on a {
  color: #00a2ef;
}
@media only screen and (min-width:1025px) {
  .header-nav ul li.on a:hover {
    border: none;
  }
}
.header-nav ul li.soon a {
  pointer-events: none;
  color: #999;
}
.header-nav ul li a {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .header-nav ul li a {
    height: 5rem;
    background: #fff;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0 0.8rem 0 0;
  }
  .header-nav ul li a:before {
    content: "\e315";
    font-family: "Material Symbols Rounded", serif;
    color: #00a2ef;
    margin-right: 0.3rem;
  }
}
@media only screen and (min-width:1025px) {
  .header-nav ul li a:hover {
    border-bottom: 0.4rem solid #00a2ef;
  }
}

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  overflow: hidden;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi > a, .wp-pagenavi > span {
  min-width: 3.2rem;
  height: 3.2rem;
  font-size: 1.6rem;
  text-decoration: none;
  background: #fff;
  margin: 0.4rem;
  padding: 0 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3rem;
}
.wp-pagenavi > a span, .wp-pagenavi > span span {
  font-size: 2rem;
}
.wp-pagenavi > a.current, .wp-pagenavi > span.current {
  color: #fff;
  background: #000;
}
@media only screen and (min-width:1025px) {
  .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
    background: #00a2ef;
  }
}

/* --------------------------------------
		104 footer
-------------------------------------- */
.aside-contact {
  padding: 10rem 2rem;
  background: linear-gradient(90deg, rgba(0, 162, 239, 0.9) 0%, rgba(0, 155, 70, 0.9) 100%);
}
@media only screen and (max-width:767px) {
  .aside-contact {
    padding: 3.5rem 1.5rem;
  }
}
.aside-contact-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 6rem;
}
@media only screen and (max-width:767px) {
  .aside-contact-header {
    padding-bottom: 3rem;
  }
}
.aside-contact-header-en {
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .aside-contact-header-en {
    font-size: 6rem;
  }
}
.aside-contact-header-ttl {
  font-size: 1.8rem;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .aside-contact-header-ttl {
    font-size: 1.6rem;
  }
}
.aside-contact-header-ttl:before, .aside-contact-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #FFE77B;
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .aside-contact-header-ttl:before, .aside-contact-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.aside-contact-inner {
  max-width: 75rem;
  border-radius: 1rem;
  background: #fff;
  padding: 3.5rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .aside-contact-inner {
    padding: 1.5rem 1.5rem;
  }
}
.aside-contact-inner p {
  font-size: 1.8rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .aside-contact-inner p {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    letter-spacing: 0;
  }
  .aside-contact-inner p br {
    display: none;
  }
}
.aside-contact-inner a {
  width: 40rem;
  height: 7rem;
  font-size: 2rem;
  border-radius: 3.5rem;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .aside-contact-inner a {
    width: 28rem;
    height: 4.8rem;
    font-size: 1.5rem;
  }
}
.aside-contact-inner a span {
  font-size: 2.8rem;
  color: #00a2ef;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .aside-contact-inner a span {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width:1025px) {
  .aside-contact-inner a:hover {
    background: #00a2ef;
    color: #fff;
  }
  .aside-contact-inner a:hover span {
    color: #fff;
  }
}

.div-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 998;
}
@media only screen and (max-width:767px) {
  .div-top {
    right: 1rem;
    bottom: 1rem;
  }
}
.div-top a {
  display: flex;
  color: #fff;
  width: 5rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
.div-top a img {
  width: 2rem;
}
@media only screen and (max-width:767px) {
  .div-top a img {
    width: 1.4rem;
  }
}
@media only screen and (max-width:767px) {
  .div-top a {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media only screen and (min-width:1025px) {
  .div-top a:hover {
    opacity: 0.8;
  }
}

.footer {
  background: #fff;
}
.footer-wrap {
  max-width: 110rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 2rem;
}
@media only screen and (max-width:767px) {
  .footer-wrap {
    flex-direction: column;
    padding: 2.5rem 1.5rem 1.5rem;
  }
}
.footer-contact {
  width: 36rem;
  margin: 0 2rem;
  border-radius: 0.5rem;
  background: rgba(238, 238, 238, 0.5);
  padding: 1.5rem 0.5rem;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .footer-contact {
    width: 100%;
    margin: 0;
  }
}
.footer-contact dt {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.footer-contact dd {
  font-size: 1.4rem;
  text-align: center;
}
.footer-contact dd p span {
  font-size: 1.2rem;
}
.footer-contact-btn {
  padding-top: 1rem;
}
.footer-contact-btn a {
  width: 23rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (min-width:1025px) {
  .footer-contact-btn a:hover {
    background: #666;
    color: #fff;
  }
}
.footer-contact-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
}
.footer-contact-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  line-height: 1;
  background: none;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width:1025px) {
  .footer-contact-tel a:hover {
    color: #00a2ef;
  }
}
.footer-contact-tel a span {
  font-size: 2.4rem;
  color: #666;
  font-weight: 500;
  margin-right: 0.5rem;
  position: relative;
  top: 0.3rem;
}
.footer-contact-tel p {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
.footer-info {
  width: 30rem;
}
@media only screen and (max-width:767px) {
  .footer-info {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.footer-info-logo {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .footer-info-logo {
    padding: 0 1.5rem 1.5rem;
  }
}
.footer-info dl {
  letter-spacing: 0;
}
.footer-info dl dt {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.footer-info dl dd {
  text-align: center;
  font-size: 1.4rem;
}
.footer-info dl dd p {
  padding-bottom: 1rem;
}
.footer-info dl dd a {
  width: 23rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  margin: 0 auto;
  background: #eee;
}
@media only screen and (min-width:1025px) {
  .footer-info dl dd a:hover {
    background: #666;
    color: #fff;
  }
}
.footer-nav {
  width: 30rem;
}
@media only screen and (max-width:767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-nav ul li {
  width: 50%;
}
.footer-nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  padding: 1.5rem;
}
.footer-nav ul li a.soon {
  pointer-events: none;
  opacity: 0.5;
}
.footer-nav ul li a span {
  color: #009b46;
  font-size: 1.5rem;
}
@media only screen and (min-width:1025px) {
  .footer-nav ul li a:hover {
    color: #666;
  }
}
.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .footer-link {
    flex-direction: column;
  }
}
.footer-link li a {
  font-size: 1.2rem;
}
@media only screen and (min-width:1025px) {
  .footer-link li a:hover {
    color: #00a2ef;
  }
}
.footer-link li:after {
  content: " / ";
}
@media only screen and (max-width:767px) {
  .footer-link li:after {
    display: none;
  }
}
.footer-link li:nth-last-of-type(1):after {
  display: none;
}
.footer-copy {
  background: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  padding: 1.5rem 0 1rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .footer-copy {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 1.5rem 1.5rem 1rem;
    letter-spacing: 0;
  }
}
.footer-copy p {
  padding-bottom: 1rem;
  line-height: 1.3;
}
.footer-copy small {
  color: #888;
}

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