/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
  margin:0; padding:0;
}
table{
  border-collapse:collapse; border-spacing:0;
}
fieldset, img{
  border:0;
}


address, caption, cite, code, dfn, em, strong, th, var{
  font-style:normal; font-weight:normal;
}
ol, ul{
  list-style:none;
}
caption, th{
  text-align:left;
}
h1, h2, h3, h4, h5, h6{
  font-size:100%; font-weight:normal;
}
q:before, q:after{
  content:”;
}
abbr, acronym{
  border:0;
}

html {
  scroll-behavior: smooth;
}

@charset "utf-8";
/* CSS Document */

/*clearfix------------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

*{font-family:'Noto Sans JP','Noto Serif JP', sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

body{
color:#87696d;
font-size:16px;
line-height:24px;
letter-spacing: 1px;
background-color: #ffffff;
}

img{
vertical-align:top;
margin: 0;
padding: 0;
isplay: block;
}

a{
color: #999999;
text-decoration: underline;
}

a:hover{
color: #0ca39a;
text-decoration: underline;
}

a:hover img {
opacity: 0.5;
}
img {
    -webkit-backface-visibility: hidden;
}


/*コンテンツ*/
@media screen and (min-width: 500px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 500px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



header{
width: 100%;
height: 70px;
text-align: center;
background: #fff;

}

header img{
width:200px;
height: auto;
margin-top: 25px;
}

.main{
background:url("img/main_img.png"),url("img/main_back.png");
background-size:750px, cover;
background-repeat: no-repeat, no-repeat;
background-position: bottom right 5%,center;
width: 100%;
height: 500px;
}

.main_area{

width:1000px;
height: 500px;
margin: 0 auto;
position: relative;
}

.main_title{
width: 65%;
height: auto;
position: absolute;
top:45px;
left:-15px;
}

.main_copy{
width: 40%;
height: auto;
position: absolute;
bottom:45px;

}


.comic{
width: 100%;
height: auto;
}

.comic_area{
width: 1000px;
height: auto;
text-align: center;
margin: 0 auto;
}

.comic_area img{
width: 900px;
height: auto;
margin: 80px 0;
}

.comictopmargin{
padding-top:100px;
}


.content1{
width: 100%;
height: auto;
background-color: #f5eaf0;
background-image: url("img/bg_wave1.png");
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content1_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
}

.content1_area h2{
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #008fd0;
background: linear-gradient(transparent 70%, #eccbbe 70%);
display: inline-block;
margin-top: 90px;
margin-bottom: 40px;
}

.content1_area img{
width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 30px;
}




.cta1{
width: 100%;
height: auto;
background-color: #72CFED;
background-image: url("img/bg_wave2.png");
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
  position: relative;

}

.cta2{
width: 100%;
height: auto;
background-color: #72CFED;

}

.cta3{
width: 100%;
height: auto;
background: url("img/cv_back.png");
background-size: 100%;
background-repeat: no-repeat;

}





.cta1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width:150px 49.4vw 0 49.4vw;
  border-color: #72CFED transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}


.cta1_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 120px;

}

.cta2_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding: 40px 0;

}

.cta3_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding: 40px 0;

}




.cta1_text{
background: url("img/effect_left.png"),url("img/effect_right.png");
background-size: 130px,130px;
background-repeat: no-repeat, no-repeat;
background-position:top left,top right;
padding-bottom: 35px;
}


.cta1_text h2 {
    position: relative;
    width:600px;
    margin: 0 auto 15px auto;
    padding: 15px 0 24px 0;
    color: #fff;
    background-color: #e1ac88;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
}

.cta1_text h2:before {
    position: absolute;
    inset: -4px 4px 4px -4px;
    border: 1px solid #fff;
    content: '';
}

.cta1_text_read1{
font-size: 26px;
line-height: 32px;
font-weight: 500;
color: #fff;
}

.cta1_text_read2{
font-size: 40px;
line-height: 60px;
font-weight: 900;
color: #fff;
background:url("img/line_nami.png");
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;

}


.cta3_area h3{
font-size:30px;
line-height: 40px;
font-weight: 700;
color: #808094;
  text-shadow: 0px 0px 23px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

.cta3text{
color:#00a7f3;
}

.cta3text_en{
font-size:40px;
line-height: 50px;
}

.cta_btn_area{
display: flex;
justify-content: space-between;

}

.button a {
    background: #f18e67;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width:392px;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 28px;
      outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
  outline-offset : -5px /* どれだけ内側に線を表示したいかを負の値で指定 */
}


.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #ffae00;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}




.content2{
width: 100%;
height: auto;
background-color: #f5eaf0;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content2_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 60px;
position: relative;
}




.content2_area h2 {
    position: relative;
    width:600px;
    margin: 0 auto 45px auto;
    padding: 15px 0 24px 0;
    color: #fff;
    background-color: #e1ac88;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
}

.content2_area .h2_img {
    position: absolute;
    top:30px;
    left:90px;
    width: 120px;
    height: auto;
}

.content2_area h2:before {
    position: absolute;
    inset: -4px 4px 4px -4px;
    border: 1px solid #fff;
    content: '';
}

.content2_group{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.content2_box{
width: 45%;
height: 250px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #fff;
text-align: left;
margin-bottom: 22px;
outline : 2px solid #e1ac88; /* 線の太さ・線状・色 */
outline-offset : -8px /* どれだけ内側に線を表示したいかを負の値で指定 */
}


.content2_box p{
font-size: 20px;
line-height: 30px;
}

.content2_box img{
width: 48%;
height: auto;
margin-left: 10px;
}



.content3{
width: 100%;
height: auto;
background-color: #fbf6f9;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content3_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 60px;
position: relative;
padding-bottom: 60px;
}

.content3_box1{
display: flex;
justify-content: space-between;
padding: 30px;
margin-bottom: 40px;
background: #fff
}

.content3_text{
width: 60%;
height: auto;
text-align: left
}

.content3_text h3{
display: inline-block;
color: #fff;
font-weight: 700;
font-size: 26px;
background: #008fd0;
padding:10px 10px 14px 30px;
margin:0 0 20px -30px;
}
.content3_box1  p{
font-size: 20px;
line-height: 30px;
}

.content3_box1 img{
width: 35%;
height: 35%;
}

.content3_box2{
padding: 30px;
margin-bottom: 40px;
background: #fff
}

.content3_box2 .content3_text{
width:100%;
height: auto;
text-align: left
}

.content3_box2  p{
font-size: 20px;
line-height: 30px;
margin-bottom: 30px;
}

.content3_box2 img{
width: 100%;
height: auto;
margin-bottom: 30px;
}


.content4{
width: 100%;
height: auto;
background-color: #fbf6f9;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content4_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding:60px 0;
position: relative;
}

.content4_area p{
font-size: 20px;
line-height: 30px;
margin-bottom: 30px;
}


.content5{
width: 100%;
height: auto;
background-color: #cce7fb;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content5_area{
width: 1000px;
height: auto;
margin: 0 auto;
text-align: center;
padding:60px 0;
position: relative;
}

.content5_area h3{
width: 100%;
font-size: 32px;
line-height: 40px;
font-weight: 700;
color: #008fd0;

height: 100px;
background: url("img/line_gurun1.png");
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
margin-bottom: 25px;
}

.content5_area h3.line2{
height: 130px;
}

.content5_area p{
text-align: left;
font-size: 20px;
line-height: 30px;
margin-bottom: 30px;
}

.content5_box1,
.content5_box2,
.content5_box3{
padding-bottom: 30px;
margin-bottom: 60px;
border-bottom: dotted 3px #fff;
}


.content5_box1 img{
width: 100%;
height: auto;
margin-bottom: 30px;
}

.content5_box1_en{
font-size: 26px;
line-height: 28px;
display: inline-block;
font-weight: 700;
color: #fff;
background: #008fd0;
padding: 5px;
margin-bottom: 10px;

}


.content5_box2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;

}

.content5_box2_inner{
width: 29%;
height: auto;
background: #fff;
padding: 15px;
font-size: 20px;
line-height: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;

}

.content5_box2_inner img{
width: 100%;
height: auto;
margin: 20px 0;

}


.box2_en{
font-weight: 700;
color: #f18e67;
}


.content5_box3_inner{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 30px;
}

.content5_box3_inner p{
width: 55%;
text-align: left;
font-size: 20px;
line-height: 30px;

}

.content5_box3_inner img{
width: 40%;
height: auto;
}


footer{
width: 100%;
height: 70px;
color: #fff;
text-align: center;
font-size: 14px;
padding-top: 15px;
background: #87696d;
}







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


header{
width: 100%;
height: 60px;
text-align: center;
background: #fff;

}

header img{
width:150px;
height: auto;
margin-top: 25px;
}

.main{
background:url("img/main_img.png"),url("img/main_back.png");
background-size:120%, cover;
background-repeat: no-repeat, no-repeat;
background-position: bottom center,center;
width: 100%;
height: 500px;
}

.main_area{

width:96%;
height: auto;
margin: 0 auto;
position: relative;
}

.main_title{
width: 110%;
height: auto;
position: absolute;
top:10px;
left:-35px;
}

.main_copy{
width: 80%;
height: auto;
position: absolute;
top:160px;
left:10%;

}


.comic{
width: 100%;
height: auto;
}

.comic_area{
width: 96%;
height: auto;
text-align: center;
margin: 0 auto;
}

.comic_area img{
width: 100%;
height: auto;
margin: 40px 0;
}

.comictopmargin{
padding-top:00px;
}


.content1{
width: 100%;
height: auto;
background-color: #f5eaf0;
background-image: url("img/bg_wave1.png");
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content1_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
}

.content1_area h2{
font-size: 26px;
line-height: 34px;
font-weight: 700;
color: #008fd0;
background: linear-gradient(transparent 70%, #eccbbe 70%);
display: inline-block;
margin-top: 40px;
margin-bottom: 20px;
}

.content1_area img{
width: 100%;
height: auto;
margin: 0 auto;
margin-bottom: 30px;
}




.cta1{
width: 100%;
height: auto;
background-color: #72CFED;
background-image: url("img/bg_wave2.png");
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
  position: relative;

}

.cta2{
width: 100%;
height: auto;
background-color: #72CFED;

}

.cta3{
width: 100%;
height: auto;
background: url("img/cv_back.png");
background-size: cover;
background-repeat: no-repeat;

}





.cta1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width:30px 49.4vw 0 49.4vw;
  border-color: #72CFED transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}


.cta1_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 50px;

}

.cta2_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding: 20px 0;

}

.cta3_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding: 40px 0;

}




.cta1_text{
background: none,none;
background-size: 130px,130px;
background-repeat: no-repeat, no-repeat;
background-position:top left,top right;
padding-bottom: 20px;
}


.cta1_text h2 {
    position: relative;
    width:100%;
    margin: 0 auto 15px auto;
    padding: 5px 0 15px 0;
    color: #fff;
    background-color: #e1ac88;
    font-weight: 500;
    font-size:18px;
    text-align: center;
}

.cta1_text h2:before {
    position: absolute;
    inset: -4px 4px 4px -4px;
    border: 1px solid #fff;
    content: '';
}

.cta1_text_read1{
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #fff;
}

.cta1_text_read2{
font-size: 26px;
line-height: 34px;
font-weight: 900;
color: #fff;
background:url("img/line_nami.png");
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;

}


.cta3_area h3{
font-size:18px;
line-height: 24px;
font-weight: 700;
color: #808094;
  text-shadow: 0px 0px 23px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.cta3text{
color:#00a7f3;
}

.cta3text_en{
font-size:24px;
line-height: 32px;
}

.cta_btn_area{
width: 90%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
text-align: center;
    justify-content: center;
}

.button a {
    background: #f18e67;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:5px auto;
    padding: 10px 0px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 18px;
      outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
  outline-offset : -5px /* どれだけ内側に線を表示したいかを負の値で指定 */
}


.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 12px;
  height: 12px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #ffae00;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}




.content2{
width: 100%;
height: auto;
background-color: #f5eaf0;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content2_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 30px;
position: relative;
}




.content2_area h2 {
    position: relative;
    width:100%;
    margin: 0 auto 20px auto;
    padding: 15px 0 24px 0;
    color: #fff;
    background-color: #e1ac88;
    font-weight: 500;
    font-size:18px;
    text-align: center;
}

.content2_area .h2_img {
    position: absolute;
    top:-15px;
    left:2px;
    width: 80px;
    height: auto;
}

.content2_area h2:before {
    position: absolute;
    inset: -4px 4px 4px -4px;
    border: 1px solid #fff;
    content: '';
}

.content2_group{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.content2_box{
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 20px;
background-color: #fff;
text-align: left;
margin-bottom: 22px;
outline : 2px solid #e1ac88; /* 線の太さ・線状・色 */
outline-offset : -8px /* どれだけ内側に線を表示したいかを負の値で指定 */
}


.content2_box p{
font-size: 16px;
line-height: 22px;
}

.content2_box img{
width: 80%;
height: auto;
margin:  0 auto;
}



.content3{
width: 100%;
height: auto;
background-color: #fbf6f9;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content3_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding-top:20px;
position: relative;
padding-bottom: 10px;
}

.content3_box1{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 10px;
margin-bottom: 20px;
background: #fff
}

.content3_text{
width: 100%;
height: auto;
text-align: left
}

.content3_text h3{
display: inline-block;
color: #fff;
font-weight: 700;
font-size: 18px;
background: #008fd0;
padding:10px 10px 14px 30px;
margin:0 0 20px -30px;
}
.content3_box1  p{
font-size: 16px;
line-height: 22px;
}

.content3_box1 img{
width: 80%;
height: 80%;
margin:  0 auto;
}

.content3_box2{
padding: 10px;
margin-bottom: 20px;
background: #fff
}

.content3_box2 .content3_text{
width:100%;
height: auto;
text-align: left
}

.content3_box2 p{
font-size: 16px;
line-height: 22px;
margin-bottom: 30px;
}

.content3_box2 img{
width: 100%;
height: auto;
margin-bottom: 30px;
}


.content4{
width: 100%;
height: auto;
background-color: #fbf6f9;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content4_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding:40px 0;
position: relative;
}

.content4_area p{
font-size: 16px;
line-height: 22px;
margin-bottom: 0px;
}


.content5{
width: 100%;
height: auto;
background-color: #cce7fb;
background-position: top;
background-size: 100%;
background-repeat: no-repeat;
}

.content5_area{
width: 96%;
height: auto;
margin: 0 auto;
text-align: center;
padding:30px 0;
position: relative;
}

.content5_area h3{
width: 100%;
font-size: 18px;
line-height: 24px;
font-weight: 700;
color: #008fd0;

height: 50px;
background: url("img/line_gurun1.png");
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
margin-bottom: 25px;
}

.content5_area h3.line2{
height: 120px;
}

.content5_area p{
text-align: left;
font-size: 16px;
line-height: 24px;
margin-bottom: 30px;
}

.content5_box1,
.content5_box2,
.content5_box3{
padding-bottom: 10px;
margin-bottom: 20px;
border-bottom: dotted 3px #fff;
}


.content5_box1 img{
width: 100%;
height: auto;
margin-bottom: 20px;
}

.content5_box1_en{
font-size: 16px;
line-height: 24px;
display: inline-block;
font-weight: 700;
color: #fff;
background: #008fd0;
padding: 5px;
margin-bottom: 10px;

}


.content5_box2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;

}

.content5_box2_inner{
width: 100%;
height: auto;
background: #fff;
padding: 10px;
font-size: 16px;
line-height: 24px;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 20px;

}

.content5_box2_inner img{
width: 100%;
height: auto;
margin: 10px 0 0 0;

}


.box2_en{
font-weight: 700;
color: #f18e67;
}


.content5_box3_inner{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
}

.content5_box3_inner p{
width: 100%;
text-align: left;
font-size: 16px;
line-height: 24px;

}

.content5_box3_inner img{
width: 80%;
height: auto;
margin: 10px auto;
}


footer{
width: 100%;
height: 70px;
color: #fff;
text-align: center;
font-size: 14px;
padding-top: 15px;
background: #87696d;
}





}

