@charset "utf-8";



@charset "utf-8";
.container {
    text-align: center;
    width: 100%;
}
.content {
    width: 1200px;
    display: inline-block;

}

:root {
    --bg-color: #fff;
    --text-main: #111;
    --text-sub: #555;
    --accent-color: #222;
    --content-width: 1200px;
    --font-jp: "Noto Sans JP", sans-serif;
    --font-en: "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    font-family: "Helvetica Neue", Arial, var(--font-jp);
    color: var(--text-main);
    font-size: 16px;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6{
    font-feature-settings: 'palt';
    text-align: left;
  -webkit-font-smoothing: antialiased;
}
p{
    line-height: 2;
    letter-spacing: .05em;
}

li{
    list-style: none;
}
html{
    font-size: 62.5%;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
a{
    text-decoration: none;
}
img{
    vertical-align:middle;
}
.newline {
    display: none;
}
.blank150 {
    margin-top: 150px;
}
.blank100 {
    margin-top: 100px;
}
.blank80 {
    margin-top: 80px;
}
.blank70 {
    margin-top: 70px;
}
.blank50 {
    margin-top: 50px;
}
.blank40 {
    margin-top: 40px;
}
.blank30 {
    margin-top: 30px;
}
.blank20 {
    margin-top: 20px;
}
.blank10 {
    margin-top: 10px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
    word-break: break-all;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.border-white {
    border: 1px solid white;
}
.border-black {
    border: 1px solid black;
}

.sp{
    display: none;
}
.tablet{
    display: none; 
}
.tablet-only{
    display: none; 
}

.sp-reverse{
     display: block;
}

.content1000{
    width: 1000px;
    display: inline-block;
}

@media screen and (max-width: 1200px) {

.content {
    width: 90%;
    margin: 0 5%;

}
.tablet{
    display: block; 
}
.tablet-only{
    display: block; 
}
.pc{
    display: none;
}
.sp-reverse{
     display: none;
}
}

@media screen and (max-width: 1000px) {
.content1000 {
    width: 90%;
    margin: 0 5%;

}
	
@media screen and (max-width: 600px) {
body , p{
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}
.text {
    font-size: 12px;
    line-height: 1.6;
}
.blank150 {
    margin-top: 75px;
}
.blank100 {
    margin-top: 50px;
}
.blank80 {
    margin-top: 40px;
}
.blank70 {
    margin-top: 35px;
}
.blank50 {
    margin-top: 25px;
}
.blank40 {
    margin-top: 20px;
}
.blank30 {
    margin-top: 15px;
}
.blank20 {
    margin-top: 10px;
}
.blank10 {
    margin-top: 5px;
}
.sp{
    display: block;
}
.tablet-only{
    display: none; 
}

}