@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

/* レイアウトのためのCSS */

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size:0.8rem;
    background:#017490;
    color: #333;
    line-height:1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%; 
    word-wrap: break-word;}
ul{
    margin:0;
    padding: 0;
    list-style: none;}
a{
    color: #fff;
    outline: none;}
a:hover,
a:active{
    text-decoration: none;}
.txtline{letter-spacing: -0.2em;}
.errors{letter-spacing:0;}
      
@media screen and (max-width:768px) {
    body{font-size:0.8rem;}}

/* heading */
.heading-block{
    position: absolute;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    text-shadow:0px 5px 10px rgb(0, 0, 0, 0.1);}
.heading-block p.copy{
    font-family: "Noto Sans JP", sans-serif;
    font-weight:800;
    font-size:2.3em;
    letter-spacing:0.4em;
    line-height:1.2;
    white-space:nowrap;
    word-break: normal;
    margin-bottom:35px;}
.heading-block p.txt{
    font-family: "Noto Sans JP", sans-serif;
    font-size:1.2em;
    letter-spacing:0.15em;
    margin-bottom:25px;}
.heading-block p{ /*Tokyo*/
    font-family: "Jost", sans-serif;
    font-size:1.5em;
    letter-spacing:1.0em;
    line-height: 1.3;}
.heading-block h1{ /*Huddle*/
    font-family: "Sofia", cursive;
    font-style: italic;
    font-size:7em;
	font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.05em;
    padding-right: 30px;}
    
/* heading error */
.heading-block h2.errors{
	font-family: "Jost", sans-serif;
	font-size:7em;
	font-weight: 100;
	line-height: 0.7;
	letter-spacing:0;}
.heading-block h3.errors{
	font-family: "Jost", sans-serif;
	font-size:3em;
	font-weight: 100;
	line-height: 1.5;
	letter-spacing:0;}
.heading-block p.errors{
	font-family: "Jost", sans-serif;
	font-size:3em;
	font-weight: 100;
	line-height: 3.5;
	letter-spacing:0;
	margin-bottom: 150px;}

/* logo and sns icon */
#logo img{width:60px;}
#logo{
	z-index: 1;
    position: fixed;
    right:25px;
    top:25px;
    display: flex;}

#sns{
	font-size:1.5em;
	z-index: 1;
    position: fixed;
    left:20px;
    top:20px;
    letter-spacing:0.5em;
    display: flex;
    text-align: center;
    justify-content: center;
    color:#fff;}
 
/*横幅が768px以下になった際の指定*/
@media screen and (max-width:480px) {
	.heading-block p.copy{font-size:4vw;line-height:1.4;}
    .heading-block p{font-size:4vw;}
    .heading-block h1{font-size:15vw;}
    #logo img{width:40px;}
    #logo{right:20px;top:20px;}
    } 
        
/* gnavi */
#g-nav-list li:nth-of-type(1) a{
    font-size: 2rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 20px 0;}
#g-nav-list li:nth-of-type(2){
    animation-delay: .2s;}
#g-nav-list li:nth-of-type(3){
    animation-delay: .4s;}
#g-nav-list li:nth-of-type(4){
    animation-delay: .6s;}
#g-nav-list li:nth-of-type(5){
    animation-delay: .8s;}
#g-nav-list li:nth-of-type(6){
    animation-delay: 1.1s;}
#g-nav-list li:nth-of-type(7){
    animation-delay: 1.3s;}


/* Box-area */
section > .dotbg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width:100%;
    padding:40px;
    background:url("../img/dot.png") repeat;	
    }
.box-area {
	font-size: 1.4em;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: justify;
	text-justify: inter-ideograph;
    color:#fff;
    max-width: 950px;
	padding:50px;
    text-shadow:0px 2px 10px rgb(0, 0, 0, 0.6);
    z-index: 1;
    }
.box-area h2{ /*セクション*/
	font-size: 1.6em;
    font-family: "Jost", sans-serif;
    font-weight:normal;
    line-height: 1.0;
    padding-bottom:15px;
    border-bottom: solid 3px #fff;}
.box-area h3{ /*見出し*/
	font-size: 1.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.4em;
    margin: 15px 0px 15px 0px;}
.box-area p.line {margin: 15px 0px; border-bottom: 1px solid #fff;}
.box-area p.line:last-child {border-bottom:none;}
.box-area p.role{font-weight: 700; margin-bottom:10px;}
.box-area dl,p{margin:0;}
.box-area dl {
	display: grid;
	grid-template-columns: auto 1fr;
	width: max-content;
	max-width: 100%;
	line-height: 2;}
.box-area dt {
	padding-right: 1em;
	text-align-last: justify;}


@media screen and (max-width:780px) { 
    .box-area{
	    font-size: 1.1em;line-height: 1.7em;
		width:82%;  
    	padding:20px;
		margin:0;}
    .box-area h2{font-size: 1.8em;}
    .box-area h3{font-size: 1.8em;line-height: 1.6em;}
    }
@media screen and (max-width:550px) {
    .box-area{
	    font-size:0.9em;line-height: 1.5em;
		width:100%;    
	    padding:15px;
	    margin:0;}
    .box-area h2{font-size: 1.6em;margin: 0px 0px 10px 0px;}
    .box-area h3{font-size: 1.6em;line-height: 1.4em;}
    }	
    

/* form */
.form-list{
	font-family: "Jost", sans-serif;
    width:100%;
    border-radius:20px;
    max-width: 500px; 
    margin: 0 auto;}
.modaal-content-container h3{
    text-align: center;
    margin: 50px 0;}
input, button, textarea, select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 12px;}
.form-list input[type='text'] , 
.form-list input[type='email'] , 
.form-list input[type='phone'] , 
.form-list textarea{
	width:100%;
	border:1px solid #ccc;
	background:#f8f9fa;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;}
.form-list input[type='text'] , input[type='email'] , input[type='phone'] {
	height:35px;}

#form .box-area>h2{font-family: "Jost", sans-serif;}
#result {color: red;font-family: "Noto Sans JP", sans-serif;}	
.submit-btn{
    width:152px;text-align: center;
    margin: 0 auto;}
input[type='submit']{
    background: #333;
    color: #ffffff;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;}
input[type='submit']:hover{
    background: #555;} 
    
.form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;}
.form-list dt{
    width:30%;}
.form-list dd{
    width:66%;}
.form-list textarea {
	height:180px;}
	
@media screen and (max-width:768px) { 
	.modaal-content-container h3{
    margin:0 0 20px 0;}   
	.form-list dt{
		margin:0 0 10px 0;}
	.form-list dt,
	.form-list dd{
	    width:100%;}	
	}


/* copyright */
small{
    font-family: "Jost", sans-serif;
    font-size:0.8em;
    position: fixed;
    left:15px;
    top:50%;
    transform: translate(0,-50%);
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;}