/* common.css
========================================*/

/* module */

/* ==========================
	default style
============================= */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

ul,
ol,
li {
  list-style-type: none;
}

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

a img {
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
}

strong {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}

button,
input[type=submit] {
  background: none;
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border-radius: 0;
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

/* font reset */

body {
  font-family: sans-serif;
  line-height: 1;
}

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

/* HTML5 */

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main,
picture {
  display: block;
  margin: 0;
  padding: 0;
}

/* ==========================
	base style
============================= */

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  color: #1d1d1d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  min-height: 100dvh;
}

a {
  color: #1d1d1d;
}

#main {
  letter-spacing: .05em;
}

/* ==========================
	header style
============================= */

#header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#header .menu .c-button>span {
  font-weight: 700;
}

#header .menu .c-button:after {
  background-image: none;
  border: 2px solid #fff;
  content: url(../img/common/icon_mail.svg);
}

#header .menu-list>li {
  font-weight: 700;
}

#header .menu-list>li>a {
  border-bottom: 5px dotted #ffb81d;
  padding: 0 .5em .5em;
}

#header .menu-list>li:nth-of-type(2)>a {
  border-bottom-color: #f97da1;
}

#header .menu-list>li:nth-of-type(3)>a {
  border-bottom-color: #1cc0de;
}

#header .menu-list>li:nth-of-type(4)>a {
  border-bottom-color: #8c46b9;
}

#header .menu-list>li:nth-of-type(5)>a {
  border-bottom-color: #00b53e;
}

body.is-menuopn {
  overflow: hidden;
  height: 100dvh;
}

body.is-menuopn #header .menu {
  right: 0;
}

/* ==========================
	footer style
============================= */

#footer .footer-box .-copyright {
  color: #9f9f9f;
  font-weight: 700;
}

#footer .footer-nav>li {
  font-weight: 700;
}

/* ==========================
	layout style
============================= */

.l-topicslist>li>dl>dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
}

.l-topicslist>li>dl>dd._text {
  line-height: 1.5em;
}

.l-topicslist>li>dl>dd._more {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: right;
}

/* ==========================
	component style
============================= */

.c-clearfix:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

.c-clearfix {
  zoom: 1;
}

.c-button {
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
}

.c-button>span {
  border: 3px solid #fff;
  color: #fff;
  display: block;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.c-button>span>span {
  display: block;
  position: relative;
  z-index: 2;
}

.c-button strong {
  font-weight: 900;
}

.c-button:after {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 2;
}

.c-button._orange>span {
  background-color: #ff6929;
}

.c-button._orange:after {
  background-color: #00b53e;
}

.c-button._blue>span {
  background-color: #1cc0de;
}

.c-button._blue:after {
  background-color: #ff6929;
}

.c-button._pink>span {
  background-color: #f97da1;
}

.c-button._pink:after {
  background-color: #ffb81d;
}

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

@media print, screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }

  body {
    margin: auto;
    max-width: 1920px;
  }

  #main {
    line-height: 1.6;
  }

  .sponly {
    display: none;
  }

  #header {
    padding: 20px 2.6% 20px 3.1%;
    position: relative;
  }

  #header .logo {
    position: relative;
    z-index: 1000;
  }

  #header .menubtn {
    display: none;
  }

  #header .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(222, 255, 210, .9);
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    z-index: 999;
  }

  #header .menu .c-button {
    font-size: 1rem;
    position: absolute;
    right: 2.5%;
    width: 210px;
  }

  #header .menu .c-button>span {
    border-radius: 30px;
    padding: .75em .5em;
  }

  #header .menu .c-button:after {
    top: -10px;
    left: -10px;
    height: 40px;
    width: 40px;
  }

  #header .menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #header .menu-list>li {
    font-size: .9rem;
    margin: 0 20px;
  }

  #header .menu-list>li>a {
    transition: .2s ease;
  }

  #header .menu-list>li>a:hover {
    border-bottom-color: #ff6929;
    color: #ff6929;
  }

  #footer .footer {
    padding: 30px 0;
  }

  #footer .footer-inr {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #footer .footer-box {
    padding-top: 80px;
  }

  #footer .footer-box .-copyright {
    font-size: .75rem;
    text-align: right;
  }

  #footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  #footer .footer-nav>li {
    font-size: .8rem;
    margin-left: 50px;
  }

  #footer .footer-nav>li:nth-of-type(1) {
    margin-left: 0;
  }

  #footer .footer-nav>li>a {
    transition: .3s ease;
  }

  #footer .footer-nav>li:nth-of-type(1)>a:hover {
    color: #ffb81d;
  }

  #footer .footer-nav>li:nth-of-type(2)>a:hover {
    color: #f97da1;
  }

  #footer .footer-nav>li:nth-of-type(3)>a:hover {
    color: #1cc0de;
  }

  #footer .footer-nav>li:nth-of-type(4)>a:hover {
    color: #8c46b9;
  }

  #footer .footer-nav>li:nth-of-type(5)>a:hover {
    color: #00b53e;
  }

  .l-topicpath {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1280px;
    margin-bottom: 60px;
  }

  .l-topicpath>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .l-topicpath>ul>li {
    font-size: .7rem;
  }

  .l-topicpath>ul>li>a:hover {
    opacity: .7;
  }

  .l-topicpath>ul>li:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
  }

  .l-topicpath>ul>li:last-of-type {
    font-weight: 500;
  }

  .l-topicpath>ul>li:last-of-type:after {
    display: none;
  }

  .l-section {
    margin-bottom: 120px;
  }

  .l-section .-inner {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1280px;
  }

  .l-topicslist {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1080px;
  }

  .l-topicslist>li>dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .l-topicslist>li>dl>dt {
    padding-top: 3px;
    width: 120px;
  }

  .l-topicslist>li>dl>dd._text {
    width: 800px;
  }

  .l-topicslist>li>dl>dd._more {
    padding-top: 3px;
    width: 80px;
  }

  .c-button {
    font-size: 1.1rem;
    width: 480px;
  }

  .c-button>span {
    border-radius: 45px;
    padding: 1em .5em;
    overflow: hidden;
  }

  .c-button>span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: .3s ease;
  }

  .c-button strong {
    font-size: 1.5rem;
  }

  .c-button:after {
    bottom: -20px;
    right: -20px;
    height: 56px;
    width: 56px;
    transition: .3s ease;
  }

  .c-button:hover>span:before {
    left: 0;
    width: 100%;
  }

  .c-button:hover:after {
    scale: 1.1 1.1;
  }

  .c-button._orange>span:before {
    background-color: #8c46b9;
  }

  .c-button._blue>span:before {
    background-color: #ffb81d;
  }

  .c-button._pink>span:before {
    background-color: #00b53e;
  }

  .c-title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
    -webkit-text-size-adjust: 100%;
  }

  body {
    width: 100vw;
  }

  #main {
    line-height: 1.7;
  }

  .pconly {
    display: none;
  }

  #header {
    justify-content: space-between;
    padding: 2.6666666667vw 8vw;
  }

  #header .logo {
    width: 32vw;
  }

  #header .menubtn {
    display: table;
    height: 11.7333333333vw;
    width: 11.7333333333vw;
  }

  #header .menubtn>span {
    background-color: #f97da1;
    border-radius: .5333333333vw;
    display: block;
    margin: 1.8666666667vw;
    height: .8vw;
    width: 8vw;
  }

  #header .menu {
    background-color: #deffd2;
    padding: 5.3333333333vw;
    position: fixed;
    top: 0;
    right: -80vw;
    height: 100dvh;
    width: 80vw;
    z-index: 1000;
    transition: .3s ease;
  }

  #header .menu .menubtn {
    margin-left: auto;
  }

  #header .menu .menubtn>span {
    margin: -.8vw 1.8666666667vw;
    rotate: 45deg;
  }

  #header .menu .menubtn>span:nth-of-type(2) {
    rotate: -45deg;
  }

  #header .menu .c-button {
    margin: 16vw auto 0;
    width: 56vw;
  }

  #header .menu .c-button>span {
    border-radius: 8vw;
    padding: .75em .5em;
  }

  #header .menu .c-button:after {
    top: -2.1333333333vw;
    left: -2.1333333333vw;
    height: 9.0666666667vw;
    width: 9.0666666667vw;
  }

  #header .menu-list {
    margin-top: 10.6666666667vw;
  }

  #header .menu-list>li {
    font-size: 4.8vw;
    letter-spacing: .1em;
    margin-bottom: 8vw;
  }

  #header .menu-list>li>a {
    display: table;
    margin: 0 auto;
  }

  #footer .footer {
    padding: 5.3333333333vw;
  }

  #footer .footer-inr .-logo {
    margin-bottom: 8vw;
    text-align: center;
  }

  #footer .footer-inr .-logo img {
    width: 64vw;
  }

  #footer .footer-box .-copyright {
    font-size: 3.4666666667vw;
    text-align: center;
  }

  #footer .footer-nav>li {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }

  .l-topicpath {
    display: none;
  }

  .l-section {
    margin-bottom: 21.3333333333vw;
  }

  .l-section .-inner {
    padding: 0 5.3333333333vw;
  }

  .c-button {
    font-size: 4.5333333333vw;
  }

  .c-button>span {
    border-width: 2px;
    border-radius: 9.3333333333vw;
    padding: 1em .5em;
  }

  .c-button strong {
    font-size: 5.3333333333vw;
  }

  .c-button:after {
    background-size: auto 2.6666666667vw;
    border: 2px solid #fff;
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
    height: 9.0666666667vw;
    width: 9.0666666667vw;
  }

  .c-title {
    margin-bottom: 13.3333333333vw;
  }

  .c-title img {
    height: 10.6666666667vw;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1320px) {
  html {
    font-size: 18px;
  }

  #header .logo {
    width: 15vw;
  }

  #header .menu .c-button {
    right: 0;
    width: 180px;
    scale: .85 .85;
  }

  #header .menu-list {
    padding-right: 5%;
    scale: .9 .9;
  }

  #header .menu-list>li {
    margin: 0 8px;
  }

  #footer .footer-inr .-logo {
    width: 30vw;
  }

  #footer .footer-box {
    padding-top: 40px;
  }

  #footer .footer-nav {
    margin-bottom: 30px;
  }

  #footer .footer-nav>li {
    margin-left: 30px;
  }

  .c-button {
    width: 400px;
  }

  .c-title img {
    height: 70px;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/common.css.map */