@charset "UTF-8";

/*
top.bladeのスタイル
*/

/*------------------
*base-style
*-------------------*/

/*------------------
*mixin
*-------------------*/

/*
top.bladeのスタイル
*/

/*------------------
*color
*-------------------*/

/*------------------
*font
*-------------------*/

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

p,
a {
  line-height: 1.7;
  font-size: 1.4rem;
}

/*------------------
base-settings
*-------------------*/

html {
  background-color: #fff;
}

html * {
  color: #333;
}

ul {
  list-style: none;
}

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

a:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  opacity: 0.8;
}

/*------------------
margin
*-------------------*/

.contents-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*------------------
title
*-------------------*/

.section__title {
  text-align: center;
  margin: 20px auto 60px;
  font-family: "Montserrat";
  font-weight: 700;
}

.section__title span {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #eda10a;
  padding-bottom: 10px;
  border-bottom: 10px solid #eda10a;
}

.content__text {
  font-size: 1.4rem;
  margin: 0 auto 30px;
}

/*------------------
style
*-------------------*/

/*------------------
function
*-------------------*/

a {
  cursor: pointer;
}

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

/*------------------
レスポンシブ
*-------------------*/

.i-block {
  display: none;
}

@media screen and (max-width: 375px) {
  .i-block {
    display: block;
  }
}

.sp-block {
  display: none;
}

@media screen and (max-width: 500px) {
  .sp-block {
    display: block;
  }
}

/*------------------
other
*-------------------*/

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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

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

a {
  text-decoration: none;
}

/*======================================
*btn-pageTop
*======================================*/

.btn-pageTop {
  width: 50px;
  height: 50px;
  background: rgba(237, 161, 10, 0.8);
  position: fixed;
  bottom: 140px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: all 0.3s;
}

.btn-pageTop:before {
  content: "\E803";
  font-family: "fontello";
  color: #fff;
  font-size: 2.2rem;
  transition: all 0.1s;
  transform: translateY(-3px);
}

.btn-pageTop:hover {
  opacity: 0.8;
}

.btn-pageTop:hover:before {
  transform: translateY(-8px);
  opacity: 0.8;
}

/*======================================
*共通パーツ
*======================================*/

.has-error {
  font-size: 16px;
  color: #d8240c;
}

.ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
}

.list_ttl {
  font-weight: bold;
  padding: 3px 0 3px 10px;
  border-left: 7px solid #eda10a;
  margin-bottom: 20px;
}

.page__ttl {
  color: #f8e8c9;
  font-style: italic;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(to right, #ffc107 20%, #f9f1e1 70%, transparent 100%) no-repeat;
  background-size: 100% 0.3em;
  /* 下線の太さを調整 */
  background-position: 0 100%;
  /* 下線の位置を調整 */
}

.head {
  background: #ffc107;
}

.head_logo {
  width: 150px;
  height: auto;
}

.head .nav-link {
  display: flex !important;
  align-items: center !important;
  height: 70.67px;
  font-size: 20px;
  font-weight: bold;
  color: #9F7E3E !important;
  padding: 0 10px !important;
  background-color: #fff;
  border: 2px solid #9F7E3E;
  border-radius: 5px;
  margin-right: 10px;
}

.head .nav-link.is_reg {
  background: #F8E8C9;
}

.head .navbar-toggler {
  border: 2px solid #9F7E3E;
}

.head .navbar-toggler-icon {
  width: 60px;
  height: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer__inner {
  background-color: #ffc107;
  padding: 30px 0;
  font-weight: bold;
}

.footer__list {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__list {
    display: block;
  }
}

.footer__list .logo {
  width: 150px;
}

.footer_link {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer_link {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .footer_link li {
    margin-right: 0;
  }
}

.footer_link li a {
  font-size: 16px;
  color: #9F7E3E;
}

.copyright {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  color: #9F7E3E;
}

.py-4 {
  padding: 60px 0 !important;
}

#app {
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #app {
    padding-bottom: 300px;
  }
}

.card {
  border: 1px solid #eda10a;
}

.card-header {
  background: #f9f1e1;
  border-color: #eda10a;
}

.btn-primary {
  border: 2px solid #eda10a;
  background-color: #ffc107;
  transition: all 0.3s;
  transition: all 0.3s ease-in-out;
  color: #333;
  font-weight: bold;
}

.btn-primary:hover {
  cursor: pointer;
  opacity: 0.7;
}

.btn-primary:hover {
  opacity: 0.7;
  background-color: #f6d91b;
}

.btn-primary:hover {
  color: #333;
  border: 2px solid #eda10a;
}

.btn-link {
  color: #eda10a;
}

.btn-link:hover {
  color: #eda10a;
}

.form-control {
  border-color: #eda10a;
}

/*======================================
*汎用スタイル
*======================================*/

.mi_btn_color {
  background-color: #ffc107;
  transition: all 0.3s;
  transition: all 0.3s ease-in-out;
}

.mi_btn_color:hover {
  cursor: pointer;
  opacity: 0.7;
}

.mi_btn_color:hover {
  opacity: 0.7;
  background-color: #f6d91b;
}

.mi_btn {
  transition: all 0.3s;
}

.mi_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.mi_btn-liner {
  background-image: linear-gradient(to right, #ffc107 0%, #d1eb0a 50%, #eda10a 50%, #ffc107 100%);
  background-size: 200% auto;
  background-position: 100% 0;
  transition: all ease 0.15s;
}

.mi_btn-liner:hover {
  background-position: 0 0;
}

.btn--round {
  display: inline-block;
  padding: 8px;
  border-radius: 30px;
  width: 160px;
  max-width: 160px;
  text-align: center;
}

.mi_link {
  color: #eda10a;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.mi_link:hover {
  opacity: 0.8;
  color: #eda10a;
}

.card__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}

.top_intro {
  max-width: 500px;
  margin: 0 auto 50px;
}

.top_intro_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_intro_item {
    display: block;
  }
}

.top_intro_item_index {
  color: #9F7E3E;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #F8E8C9;
  margin-right: 30px;
  position: relative;
  width: 120px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_intro_item_index {
    margin-right: 0;
  }
}

.top_intro_item_index span {
  display: inline-block;
  color: #eda10a;
  font-size: 24px;
  padding: 0 5px;
}

.top_intro_item_index:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -0.1px;
  content: "";
  width: 30px;
  height: 100%;
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  border-left: 15px solid #F8E8C9;
}

.top_intro_item_ttl {
  font-size: 24px;
}

.mdl {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mdl.is-visible {
  visibility: visible;
  opacity: 1;
}

.mdl.is-visible .mdl__inner {
  transform: translateY(0);
}

.mdl__inner {
  position: relative;
  width: 80%;
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #eda10a;
  transform: translateY(50px);
  transition: transform 0.5s;
}

@media screen and (max-width: 767px) {
  .mdl__inner {
    padding: 20px 15px;
  }
}

.mdl__inner .btn--round {
  display: inline-block;
  padding: 8px;
  border-radius: 30px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.mdl__pannel {
  width: 100%;
}

.mdl__pannel-member {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mdl__pannel-member {
    margin-bottom: 30px;
  }
}

.mdl__pannel-member > * {
  width: 50%;
  text-align: center;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .mdl__pannel-member > * {
    padding: 0 5px;
  }
}

.mdl .btn--round {
  display: inline-block;
  padding: 8px;
  border-radius: 30px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.mdl-sample {
  text-align: center;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .mdl-sample {
    padding: 0 5px;
  }
}

.mdl-sample .btn--round {
  display: inline-block;
  padding: 8px;
  border-radius: 30px;
  width: 100%;
  max-width: 440px;
  text-align: center;
}

.mdl-sample.top_sample {
  margin: 80px 0;
}

.mdl-sample.top_sample a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.mdl_notice {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mdl_notice {
    font-size: 18px;
  }
}

.mdl_close {
  position: absolute;
  top: 0;
  right: 0;
  background: #eda10a;
  padding: 5px;
  cursor: pointer;
}

