@charset "utf-8";

@font-face {
 font-family: 'NotoSansCJKjp';
 src: url('NotoSansCJKjp-Regular.woff') format('woff');
 font-display: swap;
}

* {
 font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
 overflow-wrap: break-word;
}

html {
 height: 100%;
}

body {
 font-size: 16px;
 height: 100%;
 line-height: 24px;
 margin: 0px;
 text-align: center;
 text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 width: 100%;
}

header {
 height: 100%;
 width: 100%;
}

p {
 margin: 0px;
}

#image_big {
 left: 50%;
 position: fixed;
 top: 50%;
 transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 -webkit-transform: translate(-50%,-50%);
 z-index: -1;
}

#header_scroll {
 background-color: rgba(0,0,0,0.5);
 bottom: 0px;
 left: 0px;
 position: absolute;
 width: 100%;
}

#header_scroll_in {
 font-size: 16px;
 line-height: 24px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px 16px 17.5px;
 text-align: left;
 width: 980px;
}

#header_scroll_in_a {
 color: white;
 text-decoration: none;
}

#header_scroll_in_a:hover {
 text-decoration: underline;
}

#header_text_big {
 font-size: 40px;
 font-weight: 100;
 line-height: 48px;
}

#header_scroll_in_a::after {
 border-right: 2px solid white;
 border-top: 2px solid white;
 content: "";
 height: 10px;
 position: absolute;
 left: 50%;
 bottom: 14.5px;
 transform: rotate(135deg) translateX(50%);
 -moz-transform: rotate(135deg) translateX(50%);
 -ms-transform: rotate(135deg) translateX(50%);
 -o-transform: rotate(135deg) translateX(50%);
 -webkit-transform: rotate(135deg) translateX(50%);
 width: 10px;
}

#white {
 background-color: white;
 width: 100%;
}

#white_in {
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
 width: 980px;
}

#main {
 float: left;
 padding-bottom: 3px;
 padding-top: 5px;
 width: 61.8%;
}

#main_in {
 margin-left: 16px;
 margin-right: 8px;
 text-align: left;
}

#text_big {
 border-bottom: solid 1px black;
 font-size: 40px;
 font-weight: 400;
 line-height: 48px;
}

#main_in_in {
 margin-bottom: 3px;
 margin-top: 6px;
}

#image_small {
 margin-bottom: 5px;
 margin-top: 3px;
 vertical-align: bottom;
 width: 100%;
}

h1 {
 font-size: 24px;
 font-weight: normal;
 line-height: 32px;
 margin: 0px;
}

#main_in_in_in {
 margin-bottom: 3px;
 margin-top: 6px;
}

#profile_whitesmoke {
 background-color: whitesmoke;
 overflow: hidden;
 width: 100%;
}

#profile_left {
 float: left;
 width: 38.2%;
}

#profile_left_p {
 padding: 13px 16px 11px 8px;
}

#profile_right {
 float: right;
 width: 61.8%;
}

#profile_right_p {
 padding-bottom: 11px;
 padding-right: 16px;
 padding-top: 13px;
}

#arrow_small_white {
 font-size: 12px;
 line-height: 20px;
 padding-left: 26px;
 position: relative;
}

#arrow_small_white::before {
 background-color: white;
 border-radius: 50%;
 content: "";
 height: 20px;
 left: 0px;
 position: absolute;
 top: 0px;
 width: 20px;
}

#arrow_small_white::after {
 border-right: 2px solid black;
 border-top: 2px solid black;
 content: "";
 height: 3px;
 left: 7px;
 position: absolute;
 top: 7px;
 transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 width: 3px;
}

#arrow {
 height: 20px;
 vertical-align: bottom;
}

#profile_white {
 background-color: white;
 overflow: hidden;
 width: 100%;
}

iframe {
 border: 0px;
 height: 61.8vh;
 margin-top: 8px;
 vertical-align: bottom;
 width: 100%;
}

#sub {
 float: right;
 padding-bottom: 3px;
 padding-top: 5px;
 width: 38.2%;
}

#sub_in {
 background-color: whitesmoke;
 margin: 72px 16px 5px 8px;
 padding-bottom: 3px;
 padding-top: 5px;
}

#sub_in_in {
 margin-left: 16px;
 margin-right: 16px;
 margin-top: 6px;
}

#text_middle {
 font-size: 20px;
 line-height: 28px;
}

#marker_yellow {
 background: linear-gradient(transparent 50%, yellow 0%);
}

form {
 margin: 0px;
}

input[type="text"] {
 border: 1px solid gray;
 cursor: pointer;
 font-size: 16px;
 height: 48px;
 margin-bottom: 5px;
 margin-top: 3px;
 padding-left: 16px;
 padding-right: 16px;
 width: calc(100% - 34px);
}

#next {
 cursor: pointer;
 position: relative;
}

#next::after {
 border-right: 2px solid white;
 border-top: 2px solid white;
 content: "";
 height: 4px;
 position: absolute;
 right: 24px;
 top: 25px;
 transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 width: 4px;
}

input[type="submit"] {
 appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 -o-appearance: none;
 -webkit-appearance: none;
 background-color: blue;
 border: 0px;
 border-radius: 24px;
 color: white;
 cursor: pointer;
 font-size: 16px;
 height: 48px;
 margin-bottom: 5px;
 margin-top: 3px;
 width: 100%;
}

#text_left {
 text-align: left;
}

#arrow_big_white {
 padding-left: 32px;
 position: relative;
}

#arrow_big_white::before {
 background-color: white;
 border-radius: 50%;
 content: "";
 height: 24px;
 left: 0px;
 position: absolute;
 top: 0px;
 width: 24px;
}

#arrow_big_white::after {
 border-right: 2px solid black;
 border-top: 2px solid black;
 content: "";
 height: 4px;
 left: 8px;
 position: absolute;
 top: 9px;
 transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 width: 4px;
}

footer {
 background-color: black;
 color: white;
 font-size: 12px;
 line-height: 20px;
 padding-bottom: 3px;
 padding-top: 5px;
 width: 100%;
}

#logo_white {
 color: white;
 font-size: 40px;
 font-weight: 100;
 line-height: 48px;
}

#link {
 color: white;
 text-decoration: none;
}

@media screen and (max-width: 979px) {

#header_scroll_in {
 width: calc(100% - 32px);
}

#white_in {
 width: calc(100% - 32px);
}

#main {
 width: 100%;
}

#main_in {
 margin-left: 0px;
 margin-right: 0px;
}

#sub {
 padding-top: 0px;
 width: 100%;
}

#sub_in {
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
}

}