@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: transform .2s; }
  a:active {
    transform: scale(0.95); }

ul[class],
ol[class] {
  list-style: none; }

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

input, select {
  vertical-align: middle; }

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

img {
  max-width: 100%; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

li {
  list-style: none; }

/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/* ------------------------------------------------- *
 *        ＠base
 * ------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 62.5%;
  /*10px*/
  word-break: break-all; }

body {
  font-family: "I-OTF-UDゴ表示Pro B", "ヒラギノ角ゴシック ProN", ヒラギノ角ゴシック, "Hiragino Sans", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ;
  letter-spacing: .08rem;
  background: #fbfbfb; }

.bg-hikaku {
  background: #fff; }

a:link {
  color: #333; }

a:visited {
  color: #333; }

a:hover,
a:active,
a:focus {
  color: #81C583; }

a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

section {
  margin-bottom: 3rem; }

p {
  font-size: 1.6rem;
  line-height: 2; }

li {
  font-size: 1.5rem; }

dt {
  font-size: 1.5rem;
  line-height: 1.5; }

dd {
  font-size: 1.4rem;
  line-height: 1.5; }

th,
td {
  font-size: 1.5rem;
  line-height: 1.5; }

.accordion-content {
  display: none; }

.pc-none {
  display: inline; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .pc-none {
      display: none; } }
  @media only screen and (min-width: 960px) {
    .pc-none {
      display: none !important; } }

.sp-none {
  display: none; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .sp-none {
      display: inline; } }
  @media only screen and (min-width: 960px) {
    .sp-none {
      display: inline; } }

/* ------------------------------------------------- *
 *        ＠レイアウト　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.l-mainvisual {
  position: relative;
  text-align: center;
  background: #D8F8C9; }
  @media only screen and (max-width: 767px) {
    .l-mainvisual {
      margin-bottom: 1.5rem; } }
  .l-mainvisual img {
    width: 1020px; }
    @media only screen and (min-width: 960px) {
      .l-mainvisual img {
        max-width: 100%; } }

@media only screen and (min-width: 960px) {
  .l-wrapper {
    width: 1020px;
    margin: 0 auto;
    padding: 4rem 0 3rem; } }
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0rem 0 3rem; } }

.img-mainvisual img {
  max-width: 100%; }

.l-container {
  width: 70.75%;
  margin-bottom: 1.5rem; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .l-container {
      width: 100%;
      padding: 0 1rem; } }
  @media only screen and (max-width: 767px) {
    .l-container {
      width: 100%;
      padding: 0 1rem; } }

@media only screen and (max-width: 767px) {
  .l-onecolumn {
    padding: 0 1rem; } }
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .l-onecolumn {
    padding: 0 1rem; } }

/* ------------------------------------------------- *
 *        ＠header
 * ------------------------------------------------- */
.l-header {
  background: #fff;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.1)); }
  .l-header .l-header-inner {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 960px) {
      .l-header .l-header-inner {
        width: 1020px;
        margin: 0 auto;
        position: relative; } }
    .l-header .l-header-inner p {
      max-width: 500px;
      width: 50%; }
      @media only screen and (max-width: 960px) and (min-width: 768px) {
        .l-header .l-header-inner p {
          padding: .2rem 0 0;
          width: 30%; } }
      @media only screen and (min-width: 960px) {
        .l-header .l-header-inner p {
          padding: .2rem 0 0;
          width: 20%; } }
    .l-header .l-header-inner .logo {
      margin: 0.5rem;
      width: 155px; }
      @media only screen and (max-width: 960px) and (min-width: 768px) {
        .l-header .l-header-inner .logo {
          width: 165px; } }
      @media only screen and (min-width: 960px) {
        .l-header .l-header-inner .logo {
          width: 250px;
          margin: 1rem 0rem; } }

/* ------------------------------------------------- *
 *        ＠aside
 * ------------------------------------------------- */
.l-aside {
  width: 28.25%;
  padding-left: 1.839%; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .l-aside {
      width: 100%;
      padding-left: 0;
      padding: 0 1rem; } }
  @media only screen and (max-width: 767px) {
    .l-aside {
      width: 100%;
      padding-left: 0;
      padding: 0 1rem; } }

/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
.l-footer {
  width: 100%;
  background: #22BDC7;
  color: #fff;
  font-size: 1.2rem;
  padding: 2rem;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .l-footer {
      padding: 1rem; } }
  .l-footer .footer-txt {
    width: 56%;
    margin: auto;
    background: #97ADA2;
    padding: 1rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .l-footer .footer-txt {
        width: 100%;
        padding: 0.5rem; } }
    .l-footer .footer-txt p {
      font-size: 1.2rem;
      line-height: 1.4;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .l-footer .footer-txt p {
          font-size: 1.1rem; } }
  .l-footer ul li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0 2rem 0.6rem 0;
    padding-left: 1rem;
    position: relative; }
    .l-footer ul li a {
      color: #fff;
      text-decoration: none; }
    .l-footer ul li::before {
      border-top: 5px solid #fff;
      border-left: 5px solid transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: "";
      display: block;
      height: 0;
      left: 0;
      margin: -3px 0 0;
      position: absolute;
      top: 50%;
      width: 0; }
  .l-footer .txt-footer-copyright {
    font-size: 1.2rem; }

#scrolltop {
  background: #81C583;
  border-radius: 25px;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  height: 50px;
  line-height: 7rem;
  opacity: 0.8;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 50px; }
  #scrolltop::after {
    content: '▲';
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -1.8rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

/* ------------------------------------------------- *
 *        ＠テキスト
 * ------------------------------------------------- */
.fwb {
  font-weight: 700; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-red {
  color: #f00;
  font-weight: 700; }

.txt-marker {
  background: linear-gradient(transparent 60%, #fbe46c 60%);
  font-weight: 700; }

/* ------------------------------------------------- *
 *        ＠マージン
 * ------------------------------------------------- */
.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1rem; }

.mb2 {
  margin-bottom: 2rem; }

.mb3 {
  margin-bottom: 3rem; }

.pd0 {
  padding: 0 !important; }

/* ------------------------------------------------- *
 *        ＠CVボタン キラン系
 * ------------------------------------------------- */
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
.shiny-btn {
  position: relative;
  display: block;
  overflow: hidden; }
  .shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .shiny-btn a {
    color: #fff; }

/*ポチ型＋キラン*/
.infokekka-cv-btn {
  margin: auto;
  margin-bottom: 1rem;
  background-color: #81C583;
  display: flex;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  width: 80%;
  border-radius: 30px;
  overflow: hidden;
  /*cvボタンの動きをつける*/
  animation-name: pekopeko-btn;
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite;
  /* アニメーションを繰り返す */ }
  @media only screen and (max-width: 767px) {
    .infokekka-cv-btn {
      width: 90%;
      margin-bottom: 1rem;
      font-size: 1.4rem;
      border-radius: 15px; } }
  .infokekka-cv-btn a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 1.5rem 0.5rem; }
    @media only screen and (max-width: 767px) {
      .infokekka-cv-btn a {
        padding: 1rem 0.5rem; } }
  .infokekka-cv-btn span {
    color: #fff; }
  .infokekka-cv-btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite; }
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
@-webkit-keyframes pekopeko-btn {
  0% {
    box-shadow: 0 8px 0 #152769;
    transform: translatey(0); }
  60% {
    box-shadow: 0 8px 0 #152769;
    transform: translatey(0); }
  70% {
    box-shadow: 0 0 0 #152769;
    transform: translatey(8px); }
  80% {
    box-shadow: 0 8px 0 #152769;
    transform: translatey(0); }
  100% {
    box-shadow: 0 8px 0 #152769;
    transform: translatey(0); } }
/* ファンデーションcssに付けたし */
.row {
  justify-content: space-between; }

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