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

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
}
ol, ul {
list-style: none;
}
img{
margin:0;
padding:0;
vertical-align:bottom;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}


* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* img{
  max-width: 100%;
}
a {
	text-decoration:none;
}
a:hover{
	opacity:0.7;
}

.aligncenter{
	text-align:center;
}


.flex_wrap{
	flex-wrap: wrap;
}

.flex_between{
	justify-content: space-between;
}
.flex_center{
	align-items: center;
}

.small{
	font-size:14px;
}

.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}

.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}

.marginbottom01{
	margin-bottom: 60px;
}
.marginbottom02{
	margin-bottom: 30px;
}

.pc_none{
	display:none !important;
}
.pc_none_inline{
	display:none;
}

.color_red{
  color:#E54848;
}
.txt_s{
  font-size: 13px;
}
.alignleft{
  text-align: left !important;
}

.movie{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.movie .item{
  width: 612px;
  max-width: 100%;
}
.movie .item_inner{
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie .item iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------*/

.wrap{
	margin:0;
	padding:0;
	font-size:14px;
	line-height: 1.6;
	width:100%;
  letter-spacing: 0.1em;
	color:#1A1A1A;
	font-family: "Noto Sans JP", sans-serif;
}

.notos{
  font-family: "Noto Sans JP", sans-serif;
}

.header_visual{
	background-color: #96D6F9;
	text-align: center;
	padding: 20px 0;
	display: flex;
	align-items:center;
	justify-content: center;
}
.header_visual .cross{
	margin-left: 30px;
}
.header_visual .header_logo{
	width: 240px;
}
.header_visual .header_logo2{
	margin-left: 30px;
	width: 200px;
}
.header_visual .header_logo img,
.header_visual .header_logo2 img{
	width: 100%;
}

.mv{
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
  width: 100%;
  position: relative;
}
.mv_ttl{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  max-width: 90%;
  padding: 30px 50px 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
}
.mv_ttl_bg{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  z-index: 1;
  width: 43%;
}

.mv::after{
  content:'';
  background-image: url(../images/wave_blue.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 20px;
}

.article-content{
  padding: 140px 30px;
  position: relative;
}

.article-content01{
  background-color: #96D6F9;
  padding-top: 50px;
  
}
.article-content01 .inner{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.article-content01 .inner .txt{
  margin-left: auto;
  margin-right: auto;
}

.article-content01 .inner .txt .ttl{
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.82;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  
}
.article-content01 .inner .txt .caption{
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}


.article-content01 .inner .txt .caption_bt{
  border-top: dashed 1px #777;
  padding-top: 40px;
  margin-top: 40px;
}

.article-content01 .inner .txt p{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
.article-content01 .inner .txt .notes{
  font-size: 16px;
  margin-top: 20px;
  color: #648A9F;
  text-align: left;
}
.article-content01 .inner .img{
  text-align: center;
  margin: 40px auto;
}

.article-content01::after{
  content:'';
  background-image: url(../images/wave_gray.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 20px;
}

.article-content02{
  background-color: #ECECEC;
}
.article-content02::after{
  content:'';
  background-image: url(../images/wave_white.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 80px;
}

.article-content02 .inner{
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.article-content02 .main_ttl{
  display: flex;
  justify-content:center;
  align-items: center;
  gap:80px;
}
.article-content02 .main_ttl h2{
  font-size: 32px;
  font-weight: 700;
  color: #1492d5;
  line-height: 2;
}
.article-content02 .main_ttl span{
  background-color: #fff;
  padding: 2px 6px;
}
.article-content02 .intro_inner .main_img{
  max-width: 222px;
}

.article-content02 .point{
  margin-top: 40px;
}
.article-content02 .point + .point{
  margin-top: 100px;
}
.article-content02 .point .point_icon{
  text-align: center;
}
.article-content02 .point h3{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.article-content02 .point h3 span{
  color: #1492d5;
}
.article-content02 .point .box{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap:50px;
}
.article-content02 .point .box + .box{
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #707070;
}
.article-content02 .point .box dt{
  padding-left: 50px;
  position: relative;
  width: fit-content;
}
.article-content02 .point .box dt.fukidashi::after{
  content:'';
  position: absolute;
  right: -70px;
  top: -28px;
  width: 87px;
  height: 43px;
  background-image: url('../images/article02_fukidashi1.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.article-content02 .point .box dt::before{
  content:'';
  position: absolute;
  left: 0;
  top: -4px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-content02 .point .number1 dt::before{
  background-image: url('../images/article02_number1.svg');
}
.article-content02 .point .number2 dt::before{
  background-image: url('../images/article02_number2.svg');
}
.article-content02 .point .number3 dt::before{
  background-image: url('../images/article02_number3.svg');
}
.article-content02 .point .box dt h4{
  font-size: 22px;
  font-weight: 700;
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 50%, #abd1e5 0%);
}


.article-content02 .point .box dt h4 .color_blue{
  color: #1492d5;
}

.article-content02 .point .box p{
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.article-content02 .point1 .box p{
  margin-top: 20px;
}

.article-content02 .point .box .img{
  flex-shrink: 0;
}
.article-content02 .point1 .box .img{
  max-width: 330px;
}
.article-content02 .point2 .box{
  gap:55px;
}
.article-content02 .point2 .box .img{
  max-width: 525px;
}
.article-content02 .point3 .box .img{
  max-width: 580px;
}
.article-content02 .point3 .box .img p{
  text-align: right;
}

.article-content02 .point .notes{
  margin-top: 30px;
}
.article-content02 .point .notes li{
  font-size: 16px;
  color: #888;
  line-height: 2;
  padding-left: 2em;
  text-indent: -2em;
}

.article-content02 .white_box{
  padding: 50px;
  background-color: #fff;
  border-radius: 40px;
  margin-top: 80px;
}
.article-content02 .white_box .ttl{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-left: 160px;
  position: relative;
}
.article-content02 .white_box .ttl::before{
  content:'';
  width: 148px;
  height: 70px;
  background-image: url('../images/article02_fukidashi2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article-content02 .white_box .flex{
  display: flex;
  gap:20px;
  margin-top: 50px;
}
.article-content02 .white_box .flex p:nth-child(1){
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.article-content02 .white_box .flex p:nth-child(2){
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #A1A1A1;
  margin-top: 20px;
}
.article-content02 .white_box .flex .img{
  max-width: 493px;
  flex-shrink: 0;
}
.article-content02 .white_box .flex .img p{
  text-align: right;
}


.article-content03::after{
  content:'';
  background-image: url(../images/wave_gray.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 20px;
}
.article-content03 .inner{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.article-content03 .inner .ttl_flex{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.article-content03 .inner .catch{
  color: #E54848;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.article-content03 .inner .ttl{
  font-size: 41px;
  font-weight: 600;
  text-align: center;
}

.article-content03 .inner .flex{
  display: flex;
  margin-top: 60px;
}

.article-content03 .flex .item{
  width: 460px;
  padding-right: 40px;
}
.article-content03 .flex .item + .item{
  border-left:solid 1px #777;
  padding-left: 40px;
  padding-right: 0;
}
.article-content03 .item .img{
  width: 308px;
  margin-left: auto;
  margin-right: auto;
}
.article-content03 .item + .item .img{
  width: 310px;
}
.article-content03 .item .spec{
  margin-top: 30px;
}
.article-content03 .item .spec ul li{
  font-size: 16px;
  font-weight: 500;
}
.article-content03 .item .spec ul li + li{
  padding-top: 20px;
  margin-top: 20px;
  background-image : linear-gradient(to right, #777 2px, transparent 3px);
  background-size:10px 2px;
  background-repeat:repeat-x;
  background-position:left top;
}

.article-content03 .spec dl{
  display: flex;
}
.article-content03 .spec dl dt{
  min-width: 140px;
}
.article-content03 .spec dl dd{
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.05em;
}
.article-content03 .spec dl dd::before{
  content:'';
  position: absolute;
  height: 1.2em;
  width: 1px;
  background-color: #4D4D4D;
  left: 0;
  top: 5px;
}


.article-content03 .item .spec .spec_ttl p:nth-child(1){
  font-size: 30px;
  font-weight: 600;
}
.article-content03 .item .spec .spec_ttl .color{
  font-size: 17px;
  font-weight: 500;
}
.article-content03 .notes{
  font-size: 12px;
  margin-top: 50px;
}
.article-content03 .link{
  text-align: center;
  margin-top: 70px;
}
.article-content03 .link a{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background-color: #1492D5;
  padding:26px 80px;
  border-radius: 50vh;
  position: relative;
  margin-top: 30px;
}
.article-content03 .link a::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

.article-content04{
  background-color: #ECECEC;
}
.article-content04::after{
  content:'';
  background-image: url(../images/wave_white.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 80px;
}

.article-content04 .inner{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.article-content04 .point{
  margin-top: 100px;
}
.article-content04 .point .point_icon{
  text-align: center;
}
.article-content04 .point h3{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.article-content04 .point h3 span{
  color: #E13C4B;
}
.article-content04 .point h3 + p{
  margin-top: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.article-content04 .point .box{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap:50px;
}
.article-content04 .point .box + .box{
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #707070;
}
.article-content04 .information{
  margin-top: 100px;
}
.article-content04 .information h3{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.article-content04 .information h3::before{
  content:'';
  width: 100%;
  height: 6px;
  background-image: url('../images/line.png');
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  z-index: 1;
}
.article-content04 .information h3 span{
  padding: 4px 10px;
  display: inline-block;
  background-color: #E13C4B;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.article-content04 .information .img{
  margin-top: 40px;
}
.article-content04 .information ul{
  margin-top: 40px;
}
.article-content04 .information ul li{
  padding-left: 2em;
  text-indent: -2em;
  font-size: 12px;
}

.article-content05 .inner{
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.article-content05 .inner .ttl_flex{
  display: flex;
  gap:20px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.article-content05 .inner .catch{
  color: #E54848;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.article-content05 .inner .ttl{
  font-size: 41px;
  font-weight: 600;
  text-align: center;
}
.article-content05 .img{
  margin-top: 60px;
  width: 276px;
  margin-left: auto;
  margin-right: auto;
}
.article-content05 .inner .flex{
  display: flex;
  margin-top: 60px;
}

.article-content05 .flex .item{
  width: 460px;
  padding-right: 40px;
}
.article-content05 .flex .item + .item{
  border-left:solid 1px #777;
  padding-left: 40px;
  padding-right: 0;
}
.article-content05 .item .img{
  width: 308px;
  margin-left: auto;
  margin-right: auto;
}
.article-content05 .item + .item .img{
  width: 310px;
}
.article-content05 .item .spec{
  margin-top: 30px;
}
.article-content05 .item .spec ul li{
  font-size: 16px;
  font-weight: 500;
}
.article-content05 .item .spec ul li + li{
  padding-top: 20px;
  margin-top: 20px;
  background-image : linear-gradient(to right, #777 2px, transparent 3px);
  background-size:10px 2px;
  background-repeat:repeat-x;
  background-position:left top;
}

.article-content05 .spec dl{
  display: flex;
}
.article-content05 .spec dl dt{
  min-width: 140px;
}
.article-content05 .spec dl dd{
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.05em;
}
.article-content05 .spec dl dd::before{
  content:'';
  position: absolute;
  height: 1.2em;
  width: 1px;
  background-color: #4D4D4D;
  left: 0;
  top: 5px;
}


.article-content05 .item .spec .spec_ttl p:nth-child(1){
  font-size: 30px;
  font-weight: 600;
}
.article-content05 .item .spec .spec_ttl .color{
  font-size: 17px;
  font-weight: 500;
}
.article-content05 .notes{
  margin-top: 50px;
}
.article-content05 .notes li{
  padding-left: 2em;
  text-indent: -2em;
  font-size: 12px;
}
.article-content05 .link{
  text-align: center;
  margin-top: 70px;
}
.article-content05 .link a{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background-color: #1492D5;
  padding:26px 80px;
  border-radius: 50vh;
  position: relative;
  margin-top: 30px;
}
.article-content05 .link a::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}


footer{
	background-color: #1492D5;
}
.copy{
	text-align: center;
	font-size: 12px;
	padding:10px 0;
}
footer .footer_menu{
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer_menu li + li{
  margin-left: 50px;
}
footer .bottom_logo{
	text-align: center;
	padding: 20px 0 0;
	margin: 0 0 20px;
}
footer .sns ul{
	display: flex;
  justify-content: center;
	padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: solid 2px #fff;
  position: relative;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
footer .sns ul::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom:-14px;
  background-color:#fff;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
footer .sns ul li{
	padding:0 15px;
}
footer .sns ul li a:hover{
	opacity:0.7;
}
footer .share{
	position: relative;
  padding: 0 0 20px;
	font-size:16px;
	text-align: center;
}
.share span {
  display: inline-block;
  padding: 0 10px;
  line-height: 1px;
  vertical-align: middle;
  color:#fff;
}
footer .copy{
  background-color: #fff;
}

.banner{
  margin: 60px auto;
  max-width:1160px;
  padding: 0 30px;
}
.banner img{
  width: 100%;
}

@media only screen and (max-width: 1100px){
  
  .article-content02 .point .box{
    flex-direction: column;
    gap:30px;
    align-items: center;
  }
  .article-content02 .white_box .flex{
    flex-direction: column;
    gap:30px;
    align-items: center;
  }
  
  .article-content03 .flex .item{
    width: calc(50% - 20px);
    padding-right: 20px;
  }
  .article-content03 .flex .item + .item{
    padding-left: 20px;
    padding-right: 0;
  }
  
}
@media only screen and (max-width: 950px){
  .article-content02 .main_ttl{
    gap:30px;
  }
  .article-content02 .main_ttl h2{
    font-size: 27px;
  }
}
@media only screen and (max-width: 840px){
  
  .intro .intro_inner{
    display: block;
  }
  .article-content02 .main_ttl{
    flex-direction: column;
    align-items: center;
  }

  .article-content03 .inner{
    width: 100%;
  }
  .article-content03 .item{
    width: 50%;
  }
  .article-content03 .item .img{
    width: 80%;
  }
  .article-content03 .item + .item .img{
    width: 80%;
  }
  
  .article-content05 .link a{
    padding:18px 40px;
  }
  
  .article-content05 .inner{
    width: 100%;
  }
  .article-content05 .item{
    width: 50%;
  }
  .article-content05 .item .img{
    width: 80%;
  }
  .article-content05 .item + .item .img{
    width: 80%;
  }

  .article-content05 .link a{
    padding:18px 40px;
  }
  
}

@media only screen and (max-width: 768px){
	.pc_none{
		display:block !important;
	}
	.pc_none_inline{
		display:inline-block !important;
	}
	.sp_none{
		display:none !important;
	}
	
	.header_visual{
		text-align: center;
		padding: 20px 0;
		display: flex;
		align-items:center;
		justify-content: center;
	}
	.header_visual .header_logo{
		width:35%;
	}
	.header_visual .cross{
		width: 5%;
		margin-left: 20px;
	}
	.header_visual .cross img{
		width: 100%;
	}
	.header_visual .header_logo_roomie{
		width:35%; 
		margin-left: 20px;
	}
	.header_logo{
		width:40%; 
	}
	.header_logo img{
		width: 100%;
	}
  

  
  .article-content{
    padding: 80px 30px;
    position: relative;
  }
  
  .mv_ttl{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    width: 86%;
    padding: 20px 20px 26px;
  }
  .mv_ttl_bg{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
    width: 80%;
  }
  
  .article-content01 .inner .txt .caption{
    width: 100%;
  }
  
  .article-content01 .inner .flex{
    display: block;
  }
  .article-content01 .inner .flex .txt{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .article-content01 .inner .flex .txt .ttl{
    font-size: 23px;
  }
  .article-content01 .inner .flex .img{
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .article-content01 .inner .movie{
    display: block;
  }
	.article-content01 .inner .movie .item:nth-child(1){
    width: 100%;
    padding-right: 0;
  }
  .article-content01 .inner .movie .item:nth-child(2){
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .article-content02{
    padding-top: 120px;
  }
  
  .article-content02 .main_ttl h2{
    text-align: center;
    font-size: 25px;
  }
  .article-content02 .intro_inner .main_img{
    max-width: 200px;
  }
  
  .article-content02 .inner .flex{
    display: block;
  }
  .article-content02 .inner .txt{
    width: 100%;
    padding-right: 0;
  }
  .article-content02 .inner .txt .ttl{
    padding-left: 0;
    padding-right: 0;
  }
  .article-content02 .inner .txt > p{
    padding-left: 0;
    padding-right: 0;
  }
  .article-content02 .inner .img{
    width: 100%;
    padding-left: 0;
  }
  .article-content02 .inner .box.number1{
    margin-top: 60px;
  }
  .article-content02 .inner .box.number3{
    padding-top: 80px;
  }
  .article-content02 .inner .box ul li::before{
    margin-right:10px;
  }
  .article-content02 .point h3{
    font-size: 24px;
  }
  .article-content02 .point .box{
    margin-top: 30px;
  }
  .article-content02 .point .box dt h4{
    margin-left: 0;
    font-size: 20px;
  }
  .article-content02 .point .box dt{
    padding-left: 36px;
  }
  .article-content02 .point .box dt::before{
    width: 30px;
    height: 30px;
    top: 5px;
  }
  .article-content02 .point .box dt.fukidashi::after{
    right: 0px;
    top: -40px;
  }
  .article-content02 .point3 .box .img p{
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  
  .article-content02 .white_box{
    padding: 40px 20px;
  }
  .article-content02 .white_box .ttl{
    padding-left: 0;
    padding-top: 90px;
    font-size: 26px;
  }
  .article-content02 .white_box .ttl::before{
    background-image: url('../images/article02_fukidashi2@sp.svg');
    height: 79px;
    width: 136px;
    left: 0;
    bottom: auto;
    top: 0;
  }
  .article-content02 .inner .white_box .img{
    margin-top: 30px;
  }
  
  .intro .ttl_flex{
    display: block;
  }
  .intro .ttl_product{
    min-width: auto;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  
  .article-content03 .inner .flex{
    display: block;
  }
  .article-content03 .inner .ttl_flex .right{
    width: 120px;
  }
  .article-content03 .flex .item{
    width: 100%;
    padding-right: 0;
  }
  .article-content03 .flex .item + .item{
    border-left: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #777;
    padding-left: 0;
  }
  .article-content03 .inner .ttl{
    font-size: 34px;
  }
  .article-content03 .spec dl{
    display: block;
  }
  .article-content03 .spec dl dt{
    min-width: auto;
  }
  .article-content03 .spec dl dd{
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    letter-spacing: 0.05em;
  }
  .article-content03 .spec dl dd::before{
    content:'';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #4D4D4D;
    left: 0;
    top: 0;
  }
  .article-content03 .link a{
    padding: 26px 20px;
    width: 100%;
  }
  
  .article-content04{
    padding-top: 120px;
  }
  .article-content04 .inner .flex{
    display: block;
  }
  .article-content04 .inner .txt{
    width: 100%;
    padding-right: 0;
  }
  .article-content04 .inner .txt .ttl{
    padding-left: 0;
    padding-right: 0;
  }
  .article-content04 .inner .txt > p{
    padding-left: 0;
    padding-right: 0;
  }
  .article-content04 .inner .img{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .article-content04 .inner .box{
    padding: 16px 30px;
  }
  .article-content04 .inner .box ul li::before{
    margin-right:10px;
  }
  .article-content04 .point h3{
    font-size: 24px;
  }
  .article-content04 .information h3{
    font-size: 18px;
  }
  .article-content04 .information h3::before{
    display: none;
  }
  .article-content04 .information .img{
    max-width: 80%;
    margin: 30px auto 0;
  }
  
  .article-content05 .inner .flex{
    display: block;
  }
  .article-content05 .inner .ttl_flex .right{
    width: 120px;
  }
  .article-content05 .flex .item{
    width: 100%;
    padding-right: 0;
  }
  .article-content05 .flex .item + .item{
    border-left: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #777;
    padding-left: 0;
  }
  .article-content05 .inner .ttl{
    font-size: 34px;
  }
  .article-content05 .spec dl{
    display: block;
  }
  .article-content05 .spec dl dt{
    min-width: auto;
  }
  .article-content05 .spec dl dd{
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    letter-spacing: 0.05em;
  }
  .article-content05 .spec dl dd::before{
    content:'';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #4D4D4D;
    left: 0;
    top: 0;
  }

	.footer_logo p + p{
		margin-left: 30px;
	}
	.footer_logo .footer_logo_captainstag{
		width: 42%;
	}
	.footer_logo .footer_logo_corona{
		width: 38%;
	}
  
  footer .footer_menu li + li{
    margin-left: 30px;
  }
  
	footer .share{
		font-size:14px;
	}
  footer .sns ul{
    width: 90%;
  }
	
}