@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; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

* { position: relative; box-sizing: border-box; }

body { font-family: "游ゴシック","Hiragino Kaku Gothic","メイリオ",sans-serif; overflow-y: scroll; }

header { position: relative; }

a { color: #333; text-decoration: none; }
a:not([href*="tel:"]) { font-weight: 600; }

h1 { margin: 1rem 0; }

h2, h3 { font-weight: 100; }

li { list-style-type: none; }

img { width: 100%; }

nav, h2, h3, footer { font-family: "Roboto Condensed", sans-serif; }

nav, footer { letter-spacing: 0.15em; }

form > ul { display: flex; flex-wrap: wrap; margin: 0 auto; width: 95%; justify-content: space-between; }
form > ul li { width: 49%; }
form > ul li:last-child { width: 100%; }
form input { margin: 0.5rem auto; padding: 0.8rem 1rem; width: 100%; border: none; color: #333; font-family: "游ゴシック","Hiragino Kaku Gothic","メイリオ",sans-serif; }
form textarea { resize: none; margin: 0.5rem auto; padding: 0.8rem 1rem; width: 100%; height: 8em; border: none; color: #333; font-family: "游ゴシック","Hiragino Kaku Gothic","メイリオ",sans-serif; }
form button { -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; display: block; margin: 1rem auto; padding: 1.2rem 1rem; background: #FD0100; border: none; color: #fff; cursor: pointer; }
form button:hover { opacity: 0.9; }

.form_message { display: none; width: 100%; height: 100%; background-color: #3f3f3f; }
.form_message p { background-color: #fff; }

.contact { position: fixed; background-color: #FD0100; text-align: center; }
.contact a { display: block; padding: 0.8rem 3.5rem; width: 100%; color: #fff601; }
.contact a::before { content: ""; display: inline-block; position: relative; background-size: contain; }

.return__top { display: block; padding-top: 1em; padding-bottom: 1em; text-align: center; font-family: fontawesome; background-color: #4C4C4C; }
.return__top img { width: 2.5em; }
.return__top:hover { opacity: 0.5; }

.main_vis_wrap, .sub_vis_wrap { background-color: #FFF; overflow: hidden; }

.main_vis { vertical-align: bottom; object-fit: cover; }

.sub_vis { vertical-align: bottom; object-fit: cover; }

p.break { margin-bottom: 1em; }

.author { margin-top: 2.8em; }

#News dl dt, #News dl dd { padding: 0.2rem 0.8rem; }
#News dl dt { padding-top: 1rem; border-top: solid 1px #dcdcdc; }
#News dl dd { padding-bottom: 1rem; }
#News dl dd:last-child { border-bottom: solid 1px #dcdcdc; }

#CorporateCopy { margin: 0.3rem 0; padding: 0; background-color: #FFF601; overflow: hidden; }

#Message { margin-bottom: 0.3rem; padding: 150px 0; background-color: #FFF601; }
#Message p { margin-bottom: 0.8rem; }
#Message img { margin-bottom: 2em; }

#Companyinfo { padding-bottom: 6rem; }
#Companyinfo h2 { display: inline-block; margin: 0 0 -4px -1px; padding: 0.8rem 0.8rem 0.8rem 3.1rem; border: solid 1px #333; background-color: #f2f2f2; font-size: 1rem; text-align: center; overflow: hidden; }
#Companyinfo h2::after { content: ""; display: block; position: absolute; top: 0; left: 0; margin: auto; padding: 0; width: 20%; height: 100%; background: url(../img/arrow_top.svg) no-repeat 50% 50%; background-size: 30%; text-align: center; border-right: solid 1px #333; }
#Companyinfo dl { display: none; flex-wrap: wrap; animation: open .8s linear 0s reverse; }
#Companyinfo dl.open { display: flex; margin-top: -3px; animation: open .8s linear 0s; }
#Companyinfo dt { display: block; margin-top: -1px; margin-left: -1px; padding: 0.8rem; background-color: #f2f2f2; border: solid 1px #333; text-align: center; }
#Companyinfo dd { display: block; margin-top: -1px; margin-left: -1px; padding: 0.8rem 1.5rem 0.8rem; border: solid 1px #333; text-align: left; }

footer { position: relative; background-color: #3F3F3F; font-size: 12px; line-height: 2; color: #fff; }
footer a { color: #fff; }
footer .footer_logo { margin-top: 2.8rem; width: 100%; }
footer .footer_logo a[href="/"] { display: block; width: 80%; }
footer .copyright { padding: 0.5rem; border-top: 1px solid #4d4d4d; text-align: center; font-size: 0.8rem; color: #fff; }

.privacypolicy { margin: 1rem auto; padding: 1rem; width: 95%; height: 8em; overflow-y: scroll; background-color: #fff; }
.privacypolicy h3 { font-weight: bold; font-family: "游ゴシック","Hiragino Kaku Gothic","メイリオ",sans-serif; }
.privacypolicy + button { font-family: "游ゴシック","Hiragino Kaku Gothic","メイリオ",sans-serif !important; }

#modal { display: none; }

@keyframes open { from { opacity: 0; }
  to { opacity: 1; } }
.modaal-container { background-color: #FFF601; }

@media (max-width: 375px) { footer .wrapper { margin: 0 auto; width: 90vw; } }
@media (max-width: 900px) { body { font-size: 14px; line-height: 2.2; }
  h1 { margin: 0.6rem auto 1rem; width: 40%; }
  h2 { margin-bottom: 0.8em; font-size: 2rem; line-height: 1; }
  .modaal-wrapper h2 { margin-bottom: 0; }
  h3 { font-size: 1.8em; }
  nav { display: none; }
  header, #News, #Sevice, #Message { padding: 0 5vw; }
  footer { padding-top: 1rem; }
  footer .wrapper { margin: 0 5vw; width: 40vw; }
  footer .footer_logo { margin: 2.8rem auto 2rem; }
  #confirm footer { margin-top: 3rem; padding-top: 0.5rem; }
  #News { padding: 4em 5vw 1em; }
  #Sevice, #Message, #Companyinfo { padding: 4em 5vw 4em; }
  .pc { display: none; }
  .return__top { position: absolute; top: 0; left: 0; width: 100%; }
  .contact { margin: auto; width: 35%; bottom: 6%; right: 3%; z-index: 999; }
  .contact a { padding: 0.8em; line-height: 1; }
  .main_vis_wrap { border-bottom: solid 8px #FFF; }
  .sub_vis_wrap { border-top: solid 8px #FFF; width: 100%; height: 45vw; background: url(../img/sp_sub_vis.png) no-repeat 50% 50%; background-size: 100%; }
  #CorporateCopy .wrapper { padding: 50px 5vw; }
  #Sevice li:first-of-type { margin-bottom: 3em; }
  #Sevice h3 { margin-top: 0.3em; }
  #Sevice h3 + p { margin-top: 1em; }
  #Companyinfo h2 { width: calc(100% - 1px); }
  #Companyinfo h2::after { width: 14%; }
  #Companyinfo dl { margin: 0 auto; width: 100%; }
  #Companyinfo dl.open { margin-top: 1rem; }
  #Companyinfo dt { width: 35%; }
  #Companyinfo dd { width: 65%; }
  form > ul { display: block; width: 100%; }
  form > ul li { width: 100%; }
  form > ul li.option { display: none; }
  .author { text-align: right; }
  .privacypolicy { width: 100%; }
  .privacypolicy h3 { font-size: 1.1em; } }
@media (min-width: 901px) { body { font-size: 14px; line-height: 1.5; }
  body#confirm footer { margin-top: 15vw; }
  h1 { width: 22.5%; max-width: 240px; }
  h2 { margin-bottom: 0.5em; font-size: 4rem; line-height: 1; }
  h3 { font-size: 2.5em; }
  header .wrapper { position: relative; display: flex; justify-content: space-between; }
  nav { position: absolute; bottom: 48%; right: 0; height: 45px; color: #333; }
  nav a::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; content: ''; background: #FFF601; transform-origin: right bottom; transform: scale(0, 0.1); transition: transform .5s; }
  nav a:hover::before { transform-origin: left bottom; transform: scale(1, 0.1); }
  nav ul { display: flex; }
  nav ul li { padding: 0.5rem 0; overflow: hidden; }
  nav ul li::after { content: "/"; margin: 0 0.3rem; }
  nav ul li:last-child::after { content: none; }
  section { padding-top: 9.4rem; }
  footer { min-height: 360px; }
  footer .footer_logo { width: 32%; }
  footer .footer_logo a[href="/"] { display: block; width: 70%; }
  #confirm footer { padding-top: 1rem; }
  .pc { display: inline-block; }
  .contact { position: fixed; bottom: 10%; right: 1%; background-color: #FD0100; text-align: center; }
  .contact a { display: block; padding: 0.8rem 3.5rem; width: 100%; color: #fff601; }
  .contact a::before { position: relative; margin-right: 0.2em; width: 1.5em; height: 0.8em; background: url(../img/iconmonstr-arrow-yellow.svg) no-repeat 50% 50%; background-size: contain; }
  .main_vis_wrap { max-height: 880px; border-bottom: solid 8px #FFF; }
  .sub_vis_wrap { max-height: 620px; border-top: solid 8px #FFF; height: 30vw; max-height: 500px; background: url(../img/sub_vis.png) no-repeat 50% 50%; background-size: cover; background-attachment: fixed; }
  .main_vis { transform: scale(1.1); animation: img-show 10s linear 0s 1 normal none running; }
  .copyright { width: 100%; position: absolute; bottom: 0; }
  .wrapper { margin: 0 auto; padding: 0 2rem; max-width: 1400px; }
  #CorporateCopy { line-height: 2.5; }
  #CorporateCopy .wrapper { padding: 9.4rem 2rem; }
  #Sevice { padding-bottom: 8rem; }
  #Sevice h3 { margin-top: 1.5rem; margin-left: 0.8rem; }
  #Sevice ul { display: flex; }
  #Sevice li { width: 50%; }
  #Sevice li:last-of-type img { -moz-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s; }
  #Sevice p { margin-left: 0.8rem; line-height: 2.5; }
  #Sevice h3 + p { margin-top: 1.5em; }
  #Companyinfo { padding-top: 2rem; }
  #Companyinfo h2 { width: 15%; cursor: pointer; }
  #Companyinfo dl { display: none; width: 100%; }
  #Companyinfo dt { margin-top: -1px; margin-left: -1px; width: 15%; }
  #Companyinfo dd { margin-top: -1px; margin-left: -1px; width: 35%; }
  #Message p { line-height: 2.5; }
  .return__top { padding: 1rem; }
  .privacypolicy h3 { font-size: 1.2em; }
  /* 画面外にいる状態 */
  .fadein { opacity: 0.1; transform: translate(0, 50px); transition: all 0.8s; }
  /* 画面内に入った状態 */
  .fadein.scrollin { opacity: 1; transform: translate(0, 0); }
  @keyframes img-show { 0% { opacity: 0.99; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.1); } } }

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