@charset "utf-8";

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
audio:not([controls]) {
  display: none;
}
details {
  display: block;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main {
  display: block;
}
summary {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
::before,
::after {
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
html {
  background-color: #fff;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
}
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input,
select,
textarea {
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*--------------------------------------
	common
--------------------------------------*/
* {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 70px;
    line-height: 1.4em;
    font-size: 14px;
  }
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
  border: none;
  vertical-align: bottom;
}
a {
  outline: none;
  color: #333;
  text-decoration: none;
  -webkit-transition: 280ms ease-in-out;
  transition: 280ms ease-in-out;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
@media screen and (min-width: 767px) {
  .sp-none {
    display: block !important;
  }
  .pc-none {
    display: none !important;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1076px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
    width: 100%;
  }
}

#wrapper {
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  #wrapper {
    max-width: 100%;
  }
}

.bg {
  background: transparent url(images/bg.png) repeat center top;
}
.img img {
  width: 100%;
}
.btn {
  padding: 20px 0 50px;
  text-align: center;
}
.tel {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px 20px;
  }
  .tel {
    padding: 0 20px 20px;
  }
}
#fixed_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #fixed_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
  }
}

#form {
  padding-bottom: 60px;
  background-color: #fff;
}
#form .lead {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
#form .box {
  padding: 15px 0;
}
#form dl {
  margin: 0 auto;
  max-width: 600px;
}
#form dl dt {
  font-weight: bold;
  font-size: 20px;
}
#form dl.hissu dt:after {
  content: "必 須";
  display: inline-block;
  margin-left: 20px;
  padding: 3px 8px;
  text-align: center;
  line-height: 1.2;
  background-color: #c7445d;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}
/* #form dl.nini dt:after {
	content: "任 意";
	display: inline-block;
	margin-left: 20px;
	padding: 3px 12px;
	text-align: center;
	line-height: 1.2;
	background-color: #464e65;
	font-size: 16px;
	color: #fff;
} */
#form dl dd {
  margin-top: 5px;
}
#form dl dd p {
  margin-bottom: 5px;
  font-size: 18px;
}
#form dl dd input[type="text"],
#form dl dd input[type="email"] {
  padding: 15px;
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  border: 3px solid #0675a6;
}
#form dl dd label {
  margin-right: 20px;
  font-size: 18px;
}
#form dl dd input[type="radio"] {
  margin-right: 5px;
  vertical-align: bottom;
  font-size: 18px;
}
#form dl dd textarea {
  padding: 10px 15px;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 7px;
  border: 3px solid #0675a6;
}
#form .btn_blk {
  margin-top: 30px;
  text-align: center;
}
#form .btn_blk span {
  display: inline-block;
  margin: 0 10px;
}
#form .btn_blk span input {
  padding: 8px 40px;
  background-color: #c1272d;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
#form .error {
  font-weight: bold;
  color: #c7445d;
}
#form .img.auto {
  margin-top: 30px;
  max-width: auto;
  text-align: center;
}
#form .img.auto img {
  margin: 0 auto;
  width: auto;
}
.end_message {
  padding: 100px 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #form .lead {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  #form .box {
    padding: 15px;
  }
  #form dl {
    max-width: 100%;
  }
  #form dl dt {
    font-size: 16px;
  }
  #form dl.hissu dt:after,
  #form dl.nini dt:after {
    margin-left: 10px;
    padding: 3px 12px;
    font-size: 14px;
  }
  #form dl dd {
    margin-top: 5px;
  }
  #form dl dd p {
    font-size: 14px;
  }
  #form dl dd input[type="text"],
  #form dl dd input[type="email"] {
    padding: 12px;
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    border: 3px solid #b5b8c1;
  }
  #form dl dd label {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
  #form dl dd input[type="radio"] {
    margin-right: 5px;
    vertical-align: bottom;
    font-size: 16px;
  }
  #form dl dd textarea {
    padding: 10px 12px;
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-radius: 7px;
    border: 3px solid #b5b8c1;
  }
  #form .btn_blk {
    margin-top: 20px;
    text-align: center;
  }
  #form .btn_blk span {
    display: inline-block;
    margin: 0 10px;
  }
  #form .btn_blk span input {
    padding: 10px 30px;
    font-size: 16px;
  }
  #form .img.auto {
    padding: 0 15px;
  }
  .end_message {
    padding: 50px 0;
    font-size: 14px;
  }
}

#sec2 .rows {
  display: flex;
  justify-content: space-between;
  padding: 90px 0;
}
#sec2 .rows .info,
#sec2 .rows .movie {
  flex: 0 0 48%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
}
#sec2 .rows .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 55px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 22px;
  color: #0675a6;
}
#sec2 .rows .movie {
  flex: 0 0 48%;
}
#sec2 .rows .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#sec2 .rows .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  #sec2 .rows {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  #sec2 .rows .info,
  #sec2 .rows .movie {
    flex: 0 0 100%;
    padding: 15px;
  }
  #sec2 .rows .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 55px;
    font-size: 18px;
  }
  #sec2 .rows .movie {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.contact {
  position: relative;
}
.contact .btn-to-contact,
.contact .btn-to-contact2 {
  padding: 12px 40px;
  background-color: #ff6600;
  border-radius: 90px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  /* color: #c1272d; */
  cursor: pointer;

  position: absolute;
  bottom: 60px;
  left:50%;
  transform: translateX(-50%);
  
  text-align: center;
  font-size: 1.6rem;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

@media screen and (max-width: 767px) {
  .contact .btn-to-contact,
  .contact .btn-to-contact2 {
    width: 290px;
    max-width: 100%;
    font-size: 1.3rem;
    bottom: 40px;
  }
}