/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
/* line 5, ../sass/_reset.scss */
html {
  font-size: 62.5%;
}

/* line 9, ../sass/_reset.scss */
html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  letter-spacing: .3em;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

/* line 24, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 200%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* line 36, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 42, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 45, ../sass/_reset.scss */
td, th {
  vertical-align: top;
}

/* line 49, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 51, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 53, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 55, ../sass/_reset.scss */
a {
  color: #FF9999;
  text-decoration: underline;
}
/* line 58, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 63, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 4, ../sass/common.scss */
.wrapper {
  margin: 0 auto;
  text-align: left;
}

/* line 9, ../sass/common.scss */
br.sp {
  display: none;
}

/* line 11, ../sass/common.scss */
img.sp {
  display: none;
}

/* line 15, ../sass/common.scss */
p {
  margin-bottom: 60px;
}

/* line 19, ../sass/common.scss */
.btn {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
/* line 24, ../sass/common.scss */
.btn a,
.btn button,
.btn textarea,
.btn input {
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FF9999;
  border: 1px solid #FF9999;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  letter-spacing: 0;
}
/* line 40, ../sass/common.scss */
.btn a:after,
.btn button:after,
.btn textarea:after,
.btn input:after {
  border-bottom: 1px solid #FF9999;
  border-right: 1px solid #FF9999;
  content: "";
  height: 8px;
  transform: rotate(-45deg);
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
}
/* line 52, ../sass/common.scss */
.btn a:hover,
.btn button:hover,
.btn textarea:hover,
.btn input:hover {
  opacity: 0.6;
  color: #fff;
  background-color: #FF9999;
}
/* line 56, ../sass/common.scss */
.btn a:hover:after,
.btn button:hover:after,
.btn textarea:hover:after,
.btn input:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 65, ../sass/common.scss */
textarea,
select,
input {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* line 70, ../sass/common.scss */
textarea.type01,
select.type01,
input.type01 {
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
}
/* line 245, ../sass/_mixin.scss */
textarea.type01:placeholder-shown,
select.type01:placeholder-shown,
input.type01:placeholder-shown {
  color: #ccc;
}
/* line 248, ../sass/_mixin.scss */
textarea.type01::-webkit-input-placeholder,
select.type01::-webkit-input-placeholder,
input.type01::-webkit-input-placeholder {
  color: #ccc;
}
/* line 251, ../sass/_mixin.scss */
textarea.type01:-moz-placeholder,
select.type01:-moz-placeholder,
input.type01:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 255, ../sass/_mixin.scss */
textarea.type01::-moz-placeholder,
select.type01::-moz-placeholder,
input.type01::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 259, ../sass/_mixin.scss */
textarea.type01:-ms-input-placeholder,
select.type01:-ms-input-placeholder,
input.type01:-ms-input-placeholder {
  color: #ccc;
}
/* line 75, ../sass/common.scss */
textarea.type01:nth-of-type(2),
select.type01:nth-of-type(2),
input.type01:nth-of-type(2) {
  margin-top: 20px;
}
/* line 79, ../sass/common.scss */
textarea.type02,
select.type02,
input.type02 {
  width: 200px;
  padding: 10px 20px;
}
/* line 82, ../sass/common.scss */
textarea.type02:first-of-type,
select.type02:first-of-type,
input.type02:first-of-type {
  margin-right: 40px;
}

/* line 88, ../sass/common.scss */
textarea:focus,
input[type="text"]:focus {
  outline: solid 1px #FF9999 !important;
}

/* line 94, ../sass/common.scss */
select.type03 {
  width: 200px;
  padding: 10px 20px;
}

/* line 100, ../sass/common.scss */
textarea {
  border: 1px solid #ccc;
  height: 300px;
  width: 100%;
}

/* line 106, ../sass/common.scss */
input[type="submit"] {
  border-radius: 0;
}

/* line 110, ../sass/common.scss */
input[type="radio"] {
  display: none;
}

/* line 114, ../sass/common.scss */
input[type="radio"] + label {
  padding: 10px 20px;
  margin-right: 20px;
  transition: 0.3s;
  border: 1px solid #FF9999;
  min-width: 160px;
  text-align: center;
  display: inline-block;
}

/* line 124, ../sass/common.scss */
input[type="radio"]:checked + label {
  background-color: #FF9999;
  color: #fff;
  font-weight: bold;
}

/* line 130, ../sass/common.scss */
textarea::placeholder,
input::placeholder {
  color: #ccc;
}

/******header******/
/* line 137, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  border-top: 5px solid #FF9999;
}
/* line 147, ../sass/common.scss */
header .headCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px 10px;
  position: relative;
  transition: all 0.6s;
}
/* line 156, ../sass/common.scss */
header .logo {
  margin: 0;
  line-height: 140%;
}
/* line 159, ../sass/common.scss */
header .logo a {
  text-decoration: none;
  line-height: 120%;
}
/* line 162, ../sass/common.scss */
header .logo a strong {
  font-size: 200%;
  line-height: 120%;
}
/* line 168, ../sass/common.scss */
header .spMenu {
  display: none;
}
/* line 171, ../sass/common.scss */
header .headNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: top 0.6s;
}
/* line 178, ../sass/common.scss */
header nav ul {
  border-right: 1px dotted #FF9999;
  display: flex;
}
/* line 181, ../sass/common.scss */
header nav ul li {
  margin-right: 35px;
  letter-spacing: 0.1em;
}
/* line 184, ../sass/common.scss */
header nav ul li a {
  color: #333;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
/* line 214, ../sass/_mixin.scss */
header nav ul li a:after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
/* line 228, ../sass/_mixin.scss */
header nav ul li a.c:after, header nav ul li a:hover:after {
  width: 100%;
}
/* line 187, ../sass/common.scss */
header nav ul li a:after {
  background-color: #FF9999;
}
/* line 194, ../sass/common.scss */
header .headSns {
  display: flex;
  align-items: center;
}
/* line 197, ../sass/common.scss */
header .headSns li {
  margin-left: 25px;
}
/* line 199, ../sass/common.scss */
header .headSns li:first-of-type {
  margin-left: 30px;
}
/* line 202, ../sass/common.scss */
header .headSns li a {
  font-size: 145%;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
header .headSns li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  /* line 211, ../sass/common.scss */
  header nav ul li {
    margin-right: 20px;
  }
  /* line 217, ../sass/common.scss */
  header .headSns li {
    margin-left: 15px;
  }
  /* line 219, ../sass/common.scss */
  header .headSns li:first-child {
    margin-left: 20px;
  }
}

/******footer******/
/* line 229, ../sass/common.scss */
footer {
  background-color: #FF9999;
  background-size: cover;
  position: relative;
}
/* line 233, ../sass/common.scss */
footer .footCont {
  margin: 0 auto;
  padding: 80px 0;
}
/* line 236, ../sass/common.scss */
footer .footCont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto 40px;
}
/* line 242, ../sass/common.scss */
footer .footCont ul.footSns {
  margin: 0 auto 30px;
}
/* line 244, ../sass/common.scss */
footer .footCont ul.footSns li {
  margin: 0 20px;
}
/* line 246, ../sass/common.scss */
footer .footCont ul.footSns li a {
  color: #fff;
  font-size: 145%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
footer .footCont ul.footSns li a:hover {
  opacity: 0.7;
}
/* line 259, ../sass/common.scss */
footer .footCont ul.footNav li {
  margin-left: 45px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
/* line 264, ../sass/common.scss */
footer .footCont ul.footNav li:before {
  background-color: #fff;
  content: "";
  height: 15px;
  display: block;
  transform: rotate(25deg);
  width: 1px;
  position: absolute;
  top: 3px;
  left: 0px;
}
/* line 273, ../sass/common.scss */
footer .footCont ul.footNav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
/* line 276, ../sass/common.scss */
footer .footCont ul.footNav li:first-child:before {
  display: none;
}
/* line 280, ../sass/common.scss */
footer .footCont ul.footNav li a {
  color: #fff;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
/* line 214, ../sass/_mixin.scss */
footer .footCont ul.footNav li a:after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
/* line 228, ../sass/_mixin.scss */
footer .footCont ul.footNav li a.c:after, footer .footCont ul.footNav li a:hover:after {
  width: 100%;
}
/* line 287, ../sass/common.scss */
footer .footCont .logo {
  margin: 0;
  line-height: 140%;
  text-align: center;
}
/* line 291, ../sass/common.scss */
footer .footCont .logo a {
  text-decoration: none;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
/* line 296, ../sass/common.scss */
footer .footCont .logo a strong {
  font-size: 200%;
  line-height: 120%;
}
/* line 303, ../sass/common.scss */
footer .footCopy {
  text-align: center;
  margin-bottom: 0;
  color: #FF9999;
  background-color: #fff;
}

/******main******/
/* line 315, ../sass/common.scss */
main .grayBg {
  background-color: #FFF0F0;
}
/* line 318, ../sass/common.scss */
main .secCont {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 321, ../sass/common.scss */
main .secCont.wAll {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 326, ../sass/common.scss */
main .secCont.wAll .secCont {
  padding-bottom: 80px;
  padding-top: 80px;
}
/* line 331, ../sass/common.scss */
main .secCont.wAll section:last-of-type .secCont {
  padding-bottom: 155px;
}

/* line 340, ../sass/common.scss */
span.small {
  font-size: 85%;
}
/* line 343, ../sass/common.scss */
span.keyColor01 {
  color: #FF9999;
}
