@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;900&display=swap');

html{
	font-size: 100%;
	overflow-y:scroll;
}

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;
	list-style: none;
}

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;
	color: #000;
	text-decoration: none;
}

/* 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;
}

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
body {
color:#351c16;
line-height:1.5;
font-weight: 400;
font-family: "Zen Maru Gothic", serif;
-webkit-text-size-adjust: 100%;
font-size:80%;
letter-spacing: 1px;
margin: 0;
width: 1250px;
overflow-x: visible !important;
overflow-y: visible !important;
}

header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
padding: 0 50px;
border-left: 10px solid #ff6868
}
header h1 {
height: 100%;
display: flex;
align-items: center;
}
header h1 img {
height: 55%;
}
.i1 {
width: 100%;
height: calc(100vh - 100px);
background-image: url("../img/i1_img.jpg");
background-size: cover;
background-position: top center;
position: relative;
}
.i1 h2 {
position: absolute;
left: 100px;
bottom: 70px;
font-weight: 900;
font-size: 700%;
color: #fff;
letter-spacing: 5px;
line-height: 120px;
text-shadow: #000 20px 0 30px;
}
.i1 h2 span.s2 {
color: #f28585;
font-size: 140%;
}
.i1 h2 span.s1 {
color: #ff9843;
font-size: 140%;
}
.i2 {
padding: 50px 0;
width: 94%;
margin: 100px auto 80px;
}
.i2 h2 {
text-align: center;
font-size: 350%;
letter-spacing: 2px;
margin-bottom: 50px;
}
.i2 p {
font-size: 140%;
text-align: center;
line-height: 40px;
margin-bottom: 30px;
}
.i2 p span {
display: block;
}
.i2 h3 {
color: #ff9843;
font-size: 200%;
text-align: center
}
.i3 {
padding: 50px 0;
width: 94%;
margin: 100px auto 80px;
}
.i3 h2 {
text-align: center;
font-size: 350%;
letter-spacing: 2px;
margin-bottom: 50px;
}
.i3m {
display: flex;
justify-content: space-around;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.i3l {
width: 48%;
position: relative;
padding-top: 20px;
}
.i3l dt {
color: #f28585;
padding: 5px 20px;
background: #fff;
font-weight: 900;
font-size: 150%;
text-align: center;
z-index: 10;
position: absolute;
top: 0;
left: 30px;
border: 1px solid #ff9843;
border-radius: 20px;
}
.i3l dd {
border: 1px solid #ff9843;
border-radius: 30px;
padding: 40px 30px 54px;
z-index: 9;
}
.i3l dd ul li {
list-style-type: disc;
margin: 0 0 10px 20px;
font-size: 130%;
}

.i3r {
width: 48%;
position: relative;
padding-top: 20px;
}
.i3r dt {
color: #ff9843;
padding: 5px 20px;
background: #fff;
font-weight: 900;
font-size: 150%;
text-align: center;
z-index: 10;
position: absolute;
top: 0;
left: 30px;
border-radius: 20px;
border: 1px solid #f28585;
}
.i3r dd {
border: 1px solid #f28585;
border-radius: 30px;
padding: 40px 30px 20px;
z-index: 9;
}
.i3r dd ul li {
list-style-type: disc;
margin: 0 0 10px 20px;
font-size: 130%;
}
.i4 {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding-top: 50px;
}
.i4 p {
border-bottom: 1px dotted #351c16;
padding: 12px;
font-size: 120%;
display: flex;
}
.i4 p span.p1 {
display: block;
width: 250px;
}
.i4 p span.p2 {
display: block;
width: calc(100% - 250px);
}
.i4 h4 {
padding: 50px 0 20px;
font-size: 220%;
}
.i5 {
padding: 50px 0;
width: 94%;
margin: 100px auto 80px;
max-width: 800px;
}
.i5 h2 {
text-align: center;
font-size: 350%;
letter-spacing: 2px;
margin-bottom: 50px;
}
.i5 h5 {
font-size: 180%;
padding: 30px 0 15px;
}
.i5 p {
font-size: 130%;
}
.i6 {
background-image: url("../img/i6_img.jpg");
background-position: center center;
background-size: cover;
height: 450px;
width: 100%;
}

.i7 {
padding: 50px 0;
width: 94%;
margin: 100px auto 80px;
max-width: 800px;
}
.i7 h2 {
text-align: center;
font-size: 350%;
letter-spacing: 2px;
margin-bottom: 50px;
}
.i7 h5 {
font-size: 180%;
padding: 30px 0 15px;
}
.i7 p.p3 {
border-bottom: 1px dotted #351c16;
padding: 12px;
font-size: 120%;
display: flex;
}
.i7 p span.p1 {
display: block;
width: 250px;
}
.i7 p span.p2 {
display: block;
width: calc(100% - 250px);
}
.i7 p.p4 {
font-size: 130%;
}
.i7 div.d1 {
text-align: center;
padding: 20px 0 0;
}
.i7 div.d1 img {
max-width: 100%;
}
.i7 h6 {
font-size: 150%;
padding: 15px 0 10px;
border-bottom: 1px dotted #351c16;
}
.i7 p.p4 {
font-size: 130%;
padding: 10px 0;
}

.i7 p.p5 {
font-size: 120%;
padding: 0 0 10px 0;
}
.i7 ul {
padding: 10px 0;
}
.i7 ul li {
font-size: 120%;
padding: 0 0 5px 0;
list-style-type: disc;
margin-left: 20px;
}



footer {
width: 100%;
height: 150px;
background: #ff6868;
display: flex;
justify-content: center;
align-items: center;
font-weight: 900;
color: #fff;
}
h2.sm {
display: none;
}
.job {
margin: 0 auto 150px;
width: 94%;
text-align: center;
}
.job img {
max-width: 100%;
}