@charset "UTF-8";
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
.col-ms-5 {
}

* {
	margin: 0;
	padding: 0;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
}

p {
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 0.08em;
}


/*******************/

.pt10{
    padding-top: 10px !important;
}
.pt20{
    padding-top: 20px !important;
}
.pb0{
    padding-bottom: 0 !important;
}

.pb10{
    padding-bottom: 10px !important;
}
.pb20{
    padding-bottom: 20px !important;
}
.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}



.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb5 {
    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;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.bot_m{
    margin-bottom: 100px;
}
.bot_m_a{
    margin-bottom: 120px;
}

.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.txt_l {
    text-align: left !important;
}



.f_w {
    font-weight: 600;
}
/**************/

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

.float_sa {
	display: flex;
	justify-content: space-around;
}

.float_ce {
	display: flex;
	justify-content: center;
}

.float_ft {
	display: flex;
	justify-content: flex-start;
}

.float_en {
	display: flex;
	justify-content: flex-end;
}


.bg_box_01{
    border: 2px solid #fff;
    padding: 29px 20px;
}


.bg_col{
    background-color: #F2EFEB;
}




.type_01,
.type_02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type_01 .l_box {
    max-width: 500px;
    width: 47%;
}

.type_01 .r_box {
    max-width: 500px;
    width: 47%;
}

.type_02 .l_box {
    max-width: 500px;
    width: 47%;
    order: 2;
}

.type_02 .r_box {
    max-width: 500px;
    width: 47%;
    order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
    max-width: 500px;
    width: 100%;
}


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

.type_03 .r_box{
    max-width: 850px; 
    width: 72%;
}

.type_03 .l_box{
    max-width: 250px;
    width: 23%;
}

/**************/





.frame {
    max-width: 1130px;
    padding: 0 15px;
    margin: auto;
}

.w900 {
    max-width: 900px;
    margin: auto;
}


/*******************/
.ttl_01{
    font-size: 26px;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 30px;
}

.ttl_02{
    font-size: 26px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 30px;
    background-image: url("../images/ttl_icon.png");
    background-size: 66px 12px;
    background-position: bottom center;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.ttl_02_w{
    font-size: 26px;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 30px;
    background-image: url("../images/ttl_icon_w.png");
    background-size: 66px 12px;
    background-position: bottom center;
    margin-bottom: 30px;
    letter-spacing: 0.08em;
    color: #fff;
}
.ttl_03{
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.ttl_04{
    color: #fff;
    line-height: 1.8em;
    overflow: hidden;
    font-size: 26px;
    font-weight: 600;
}
.ttl_04 span{
    position: relative;
    display: inline-block;
}
.ttl_04 span:after{
    content: "";
    position: absolute;
    right: -240px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url("../images/line_icon.png");
    width: 200px;
    height: 2px;
}

.ttl_05{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 10px
}


/*******************/
.float_link{
    display: flex;
}
.float_link>div{
    margin-right: 20px;
}



a.btn_01 {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #333;
    box-sizing: border-box;
    max-width: 160px;
    min-width: 160px;
    margin: 0 auto;
    position: relative;
}
a.btn_01 span {
    position: relative;
    display: inline-block;
    transform: translate(-3px, -3px);
    transition: 0.2s;
    z-index: +1;
}
a.btn_01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #333333;
    box-sizing: border-box;
    transform: translate(-3px, -3px);
    transition: 0.2s;
}
a.btn_01:hover{
    opacity: 1;
}
a.btn_01:hover span {
    transform: translate(0, 0);
}
a.btn_01:hover:after {
    transform: translate(0, 0);
}

.pdf_btn span{
    position: relative;
    padding-right: 17px;
}
.pdf_btn span:after{
    position: absolute;
    content: "";
    background-image: url("../images/pdf_icon.png");
    width: 11px;
    height: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}





/*
    background-image: url("../images/mv_bg.png");
    background-size: 1916px 682px;
    background-position: center;
*/

/*******************/
header{
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

.mv_area {
    height: 800px;

}

.mv_area .mv_inner {
    display: flex;
    position: relative;
}


.mv_area .mv_box_l {
    width: 38%;
    position: relative;
}
.mv_area .mv_box_l:before{
    content: "";
    position: absolute;
    background-image: url("../images/mv_bg_a.png");
    width: 795px;
    height: 682px;
    background-size: 100%;
    top: 36px;
    right: -30px;
}
.mv_area .mv_box_l .page_ttl_box{
    width: 350px;
    margin-left: auto;  
    padding-left: 15px;
}
.mv_area .mv_img {
    width: 62%;
    background-image: url("../images/mv_img.jpg");
    background-size: cover;
    background-position: center;
    height: 800px;
}

.mv_area .mv_box_l {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_area .page_ttl_inner {
    padding-top: 80px;
}

.mv_area .page_ttl {
    writing-mode: vertical-rl;
    font-size: 24px;
    line-height: 2em;
    letter-spacing: 0.4em;
    font-weight: 600;
    margin-left: 40px;
}

.mv_area .page_ttl span {
    writing-mode: horizontal-tb;
    padding-bottom: 8px;
    line-height: 1em;
}


.mv_area .page_ttl_en {
    font-size: 14px;
    font-weight: 400;
    padding-right: 3px;
    letter-spacing: 0.09em;
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans', sans-serif;
}


.h_bnr{
    position: absolute;
    right: 10px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 100;
}
.h_bnr>div{
    margin-left: 2px;
}
.h_bnr img{
    max-width: 320px;
    width: 100%;
}



/*******************/

article{
    background-color: #F2EFEB;
}


.box01{
    margin-top: -240px;
    padding: 300px 0 80px;
    background-image: url("../images/img_01.png");
    background-size: 1564px 1212px;
    background-position: center 310px;
}
.box01 .inner_01_a{
    max-width: 710px;
    width: 70%;
    margin-right: 30px;
}



.box02{
    background-image: url("../images/bg_01.jpg");
    background-position: center;
    background-size: cover;
    height: 374px;
    padding-top: 75px;
}


.box02 .bnr_box img{
    max-width: 500px;
    width: 100%;
}
.box02 .bnr_box a:hover{
    opacity: 0.8;
}
.box02 .type_01{
    align-items: center;
}

.box03{
    padding: 90px 0;
}


.box03 .type_03 .img_03 img{
    max-width: 250px;
    width: 100%;
}
.box03 .type_03{
    
}
.box03 .type_03 ul{
    background-image: url("../images/line_img.png");
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 2px 148px;

}
.box03 .type_03 ul>li{
    margin-bottom: 23px;
    position: relative;
    padding-left: 36px;
}
.box03 .type_03 ul>li:before{
    content: "";
    position: absolute;
    background-image: url("../images/icon_01.jpg");
    width: 7px;
    height: 27px;
    background-size: 100%;
    top: 0;
    left: -3px;
}

.box04{
    padding: 0 0 100px;
}

/*******************/

footer {
    background-color: #83989B;
    padding: 100px 0 60px;
    color: #fff;
}
footer .foot_inner_a{
    margin-bottom: 70px;
}
footer .foot_inner_a .bg_box_01{
    display: flex;
    justify-content: space-between;
}
footer .foot_inner_a .bg_box_01>div{
    width: 50%;
}
footer .foot_inner_a .bg_box_01 .f_mail{
    border-right: 1px solid #fff;
    padding-right: 20px;
    
}
footer .foot_inner_a .bg_box_01 h3>img{
    max-width: 145px;
    width: 100%;
    margin-bottom: 10px;
}
footer .foot_inner_a .bg_box_01 div{
    text-align: center;
}
footer .foot_inner_a .bg_box_01 div>a>img{
    max-width: 320px;
    width: 100%; 
    margin-bottom: 10px;
}

footer .foot_inner_a .bg_box_01 p{
    font-size: 14px;
    color: #fff;
}

footer .foot_inner_b ul{
    display: flex;
    justify-content: space-between;
}
footer .foot_inner_b li:nth-child(2){
    margin: 0 2% auto;
}

footer .foot_inner_b h3{
    margin-bottom: 15px;
}
footer .foot_inner_b p{
    color: #fff;
}


footer .foot_inner_b .foot_bnr img{
    max-width: 660px;
    width: 100%;
}




.insta_link span{
    background-image: url("../images/insta_icon.svg");
    background-position: left 6px;
    display: inline;
    padding: 3px 3px 3px 25px;
}
.insta_link a{
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}




.copy {
    margin-top: 40px;
    background-color: #83989B;
    padding: 10px 0 0;
    color: #fff;
    font-size: 12px;
}



.page_top img {
    max-width: 74px;
    width: 100%;
}




/*-------------------------------
media
--------------------------------*/
.sp_on,
.foot_fix_bnr,
.sp_mv_area,
.br_500{
	display: none;
}


@media (max-width: 500px) {
    .br_500{
        display: block;
    }
}
@media (min-width: 768px) {
	.sp_nav {
		display: none !important;
	}
}



@media (max-width: 767px) {
	body {
		min-width: 100%;
	}

	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	.sp_on {
		display: block;
	}

	.pc_on {
		display: none;
	}

	.float_sb,
	.float_sa,
	.float_ce,
	.float_en,
	.float_ft {
		display: block;
	}
    
    .type_01, .type_02{
        display: block;
    }
    .type_01 .l_box{
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .type_01 .r_box{
        max-width: 100%;
        width: 100%;  
    }
    
    .type_01 .r_box img, .type_01 .l_box img, .type_02 .r_box img, .type_02 .l_box img{
        display: block;
        margin: auto;
    }
    
    
    .float_link{
        display: block;
    }
    .float_link>div{
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    
    .type_03{
        display: block;
    }
    .type_03 .l_box{
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .type_03 .r_box{
        max-width: 100%;
        width: 100%;
    }
    
    .bot_m{
        margin-bottom: 60px;
    }
    .bot_m_a{
        margin-bottom: 60px;
    }
    
    /*******************/
    .mv_area{
        display: none;
    }
    .sp_mv_area{
        display: block;
        text-align: center;
        position: relative;
    }
    .sp_mv_area h1 img{
        max-width: 335px;
        width: 100%;
        padding: 30px 15px;
    }
    .sp_mv_area .sp_mv_img{
        height: 395px;
        background-image: url("../images/sp_mv_img.jpg");
        background-size: cover;
        background-position: center;
    }
    .sp_mv_area h2{
        position: absolute;
        top: 120px;
        left: 6%;
    }
    .sp_mv_area h2 img{
        max-width: 61px;
        width: 100%;
    }
    
    /*******************/
    .h_bnr{
        display: none;
    }
    
    
    .box01{
        background-image: none;
    }
    
    .box01 .inner_01_a{
        max-width: 100%;
        width: 100%;
        margin-bottom: 60px !important;
    }
    
    .sp_img_01 img{
        max-width: 344px;
        width: 100%;
        display: block;
        margin: 20px auto 0;
    }
    
    
    /*******************/
    .ttl_02_w,
    .ttl_02{
        font-size: 20px;
    }
    .ttl_03{
        font-size: 18px;
    }
    .ttl_01{
        font-size: 22px;
    }
    .ttl_04{
        font-size: 22px;
    }
    .ttl_05{
        font-size: 17px;
    }
    
    /*******************/
    
    header{
        padding-bottom: 0;
    }
    .box02{
        height: auto;
        padding: 50px 0;
    }
    
    .box02 .type_01{
        display: block;
    } 
    .box02 .type_01>div,
    .box02 .type_01>h2{
        width: 100%;
        margin: auto;
    }
    .box02 .type_01 .l_box{
        margin-bottom: 30px;
    }
    .box02 .type_01>div .mb30{
        margin-bottom: 20px !important;
    }
    
    
    .box03{
        padding-bottom: 60px;
    }
    .box03 .type_03 ul>li{
        padding-left: 20px;
    }
    
    footer{
        padding-bottom: 100px;
    }
    footer .foot_inner_a .bg_box_01{
        display: block;
    }
    footer .foot_inner_a .bg_box_01>div{
        width: 100%;
    }
    footer .foot_inner_a .bg_box_01 .f_mail{
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    footer .foot_inner_b ul{
        flex-direction: column;
    }
    footer .foot_inner_b ul li{
        text-align: center;
    }
    footer .foot_inner_b ul li:first-child{
        order: 2;
        margin-bottom: 40px;
    }
    footer .foot_inner_b ul li:nth-child(2){
        order: 1;
        margin-bottom: 30px;
    }
    footer .foot_inner_b ul li:last-child{
        order: 3;
    }
    footer .foot_inner_b li:nth-child(2){
        margin: 0 0 auto;
    }
    
    .copy{
        text-align: center;
        margin-top: 10px;
    }
    
    
    .foot_fix_bnr{
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
    }
    .foot_fix_bnr img{
        max-width: 183px;
        width: 100%;
    }
    
}
