/*
Name:faisunreve
Production: 2019/08/19
*/

body,html {
    font-family: "游ゴシック体",YuGothic, 'Yu Gothic', sans-serif ;
    font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
/*	font-size: 62.5%; */
/*	overflow: hidden;*/
}
body {
    background-color: #ffffff;
	letter-spacing: 0.06em;
	line-height: 2em;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden!important;
    color: #071726;
    position: relative;
    left: 0;
    top: 0;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

/*IE10*/
@media all and (-ms-high-contrast:none) {
	body {
		letter-spacing:-0.01em;
/*		font-family: sans-serif;*/
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		letter-spacing:0.0028em!important;
	}
}

div, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
    font-weight: 500;	
}
a {
	text-decoration: none;
	display: block;
	outline: none; 
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s; 
    font-weight: 500;	
}
/*
a:-webkit-any-link {
	color: -webkit-link;
	text-decoration: none;
	cursor: pointer;
	display: inline;
	border-style:none;
}
*/
a img {
	border-style:none;
	outline: none; 
}
a:focus{
	border-style:none;
	outline: none;
}
a img:active{
	border-style:none;
	outline:none;
}
a:active {
	border-style:none;
	outline:none;
}
img {
    border-style:none;
}
a:hover {
    opacity: 0.7;
}
.Section.Content002 a:hover{
    opacity: 1;
}
ul, ul li{
	list-style-type:none;
}
::selection {
	background-color: rgba(1, 131, 194, 0.3);
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:0;
	font-size:14px;
    font-weight: 500;
}
br{
	line-height:1;
}
input[type="text"],
input[type="password"],
textarea, select,
input[type="url"],
input[type="date"],
input[type=submit],
input[type=file],
input[type=checkbox] {
    outline: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
textarea {
    overflow: hidden;
}
p,div,a,span{
	font-weight: 500;
	letter-spacing:-0.01em;
}
div, ul, li{
	font-weight: 500;
	letter-spacing:-0.01em;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

/*------------------------------------
Common
------------------------------------*/
.Main {
    line-height: 1.5;
	font-weight:500;
}
body{
    background-color: #ffffff!important;
}
body:after,
body:before {
    content: '';
    display: none!important;
}

/*-- Content --*/
.Section.Content{
	max-width:1000px;
	margin:auto;
	padding-bottom:6%;
}
.Section.Content.SmallLine {
    max-width: 920px;
    padding-bottom: 1%;
}

/*------------------------------------
Header
------------------------------------*/
.l-header .l-header-inner {
    height: 80px;
    background-color: #ffffff;
}
.l-header .l-header-logo svg {
    max-width: 180px;
    height: 21px;
}
.l-header .c-global-nav__item > a {
    color: #1d67ac;
}
.l-header .l-header-logo svg {
    fill: #1d67ac;
}
.l-header .c-global-nav__item > a:after {
    background-color: #1d67ac;
}
.c-global-nav__item > a:hover:after {
    width: 100%;
    left: 0;
}

.l-header.is-open .c-global-nav__item > a {
    color: #ffffff!important;
}

/*------------------------------------
Footer
------------------------------------*/
.l-footer-logo svg {
    max-width: 180px;
    height: 21px;
}
/*
.c-site-nav__item > a {
	color:#ffffff;
}
.c-site-nav-sub__item > a {
	color:#ffffff;
}
*/


.Main{
    padding-top: 80px;
}
.Main img{
	display:block;
	width:100%;
}

/*-- Hero --*/
.Hero .Hero_Line {
    width: 100%;
    box-sizing: border-box;
    height: 31vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.Hero .Hero_Line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 17.5vw solid #1d67ac;
    border-bottom: 17.5vw solid transparent;
    border-right: 17.5vw solid transparent;
    border-top: 17.5vw solid #1d67ac;
}
.Hero .Hero_Line.Hero_Bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.Hero .Hero_Breadcrumb_Line{
    position: absolute;
    top: 2.5vw;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: auto;
		width: 100%;
}
.Hero .Hero_Breadcrumb_Box {
    display: flex;
    align-items: center;
}
.Hero .Hero_Breadcrumb_Box span.Border{
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
}
.Hero .Hero_Breadcrumb_Line a {
    display: inline-block;
    color: #ffffff;
    line-height: 1.2;
    font-size: 13px;
}
.Hero .Hero_Box{
    position: relative;
    max-width: 1300px;
    width: 100%;
}
.Hero h1.h1_Hero {
    font-size: 74px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}
.Hero h1.h1_Hero span.h1_Hero_JP {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 3px;
    font-family: "游ゴシック体",YuGothic, 'Yu Gothic', sans-serif;
    letter-spacing: 0.07em;
}

/*-- h1_Section_Title --*/
h1.h1_Section_Title {
    font-size: 60px;
    line-height: 1;
    max-width: 1300px;
    margin: auto;
    padding-bottom: 4%;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
}
h1.h1_Section_Title span.h1_Section_JP{
    display: block;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 15px;
    font-family: "游ゴシック体",YuGothic, 'Yu Gothic', sans-serif;
}
h1.h1_Section_Title.Left,
h1.h1_Section_Title.Left span.h1_Section_JP {
	text-align:left;
}
h1.h1_Section_Title.Center,
h1.h1_Section_Title.Center span.h1_Section_JP {
	text-align: center;
}
h2.h2_Section_Title {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    max-width: 1300px;
    margin: auto;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
h2.h2_Section_Title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #0064aa;
    background: -moz-linear-gradient(left, #0064aa 25%, #0097d6 79%);
    background: -webkit-linear-gradient(left, #0064aa 25%,#0097d6 79%);
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064aa', endColorstr='#0097d6',GradientType=1 );
}
h2.h2_Section_Title.Left{
	text-align:left;
}
h2.h2_Section_Title.Center{
	text-align: center;
}
h2.h2_Section_Title.Center:after {
    left: 0;
	right:0;
    bottom: 0;
	margin:auto;
}
h3.h3_Section_Title {
    line-height: 1.2;
    color: #0064aa;
    font-weight: bold;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 16px;
	padding-left:20px;
	padding-right:20px;
    margin: auto;
    margin-bottom: 25px;
    font-size: 22px;
    max-width: 1000px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}
h3.h3_Section_Title:before {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    background: #ffffff;
}
h3.h3_Section_Title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 4px;
    background: #0064aa;
    background: -moz-linear-gradient(left, #0064aa 25%, #0097d6 79%);
    background: -webkit-linear-gradient(left, #0064aa 25%,#0097d6 79%);
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064aa', endColorstr='#0097d6',GradientType=1 );
}
h4.h4_Section_Title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    text-align: left;
    max-width: 960px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    padding: 3px;
    padding-left: 15px;
    padding-right: 10px;
    color: #0064aa;
    margin-left: 20px;
    margin-right: 20px;
}
h4.h4_Section_Title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 100%;
    background: #0064aa;
    border-radius: 5px;
}
h4.h4_Section_Title span.Small {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #071726;
	padding-top:2px;
}

/*-- Part_Box --*/
.Part_Box {
    background-color: #f6f6f6;
    margin: 20px;
    margin-bottom: 40px;
    padding: 10px;
    padding-top: 35px;
    padding-bottom: 10px;
    border-radius: 15px;
}

/*-- TextArea --*/
.TextArea{
	font-size: 17px;
    line-height: 2;
    font-weight: 600;
    max-width: 1000px;
    margin: auto;
    text-align: justify;
}
.Content.SmallLine .TextArea{
    padding-left: 20px;
    padding-right: 20px;
}
.Part_Box .TextArea{
    font-size: 16px;
    line-height: 1.7;
}
.TextArea a,.Site_TextArea a {
	/*color: #b9a200;別カラー黄色*/
    opacity: 1;
    color: #0097d6;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Site_TextArea ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0097d6;
    border-right: 2px solid #0097d6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media all and (-ms-high-contrast: none) { /* IE10,11用 */
    .TextArea a,.Site_TextArea a {
        background: none;
        color: #0097d6;
    }
}

/*-- Table --*/
.Table{
    max-width: 1050px;
    width: 100%;
    margin: auto;
}
.Table table{
  width: 100%;
  border-spacing: 0;
}
.Table table th {
	border-bottom: solid 2px #ffffff;
    padding: 0;
    background-color: #1d67ac;
    color: #ffffff;
    width: 20%;
    vertical-align: middle;
	text-align:center;
}
.Table table td{
    border-bottom: solid 2px #ffffff;
    padding: 0;
    background-color: #f5f5f5;
	width:80%;
}
.Table .Th{
    padding: 4%;
    font-size: 16px;
    line-height: 1.8;
}
.Table .Td{
    padding: 1%;
    font-size: 16px;
    line-height: 1.8;
}

/*-- Dl_List --*/
.Dl_List {
    max-width: 1300px;
    margin: auto;
}
.Dl_List dl {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
}
.Dl_List dl:first-of-type{
    border-top: solid 1px #ededed;
}
.Dl_List dl dt{
    width: 15%;
    font-size: 16px;
    line-height: 38px;
	font-weight: 700;
}
.Dl_List dl dd{
    width: 85%;
    font-size: 16px;
    line-height: 38px;
	font-weight: 700;
}

/*-- Dl_List（ラベル） --*/
.Dl_List.Label dl dt{
    width: 10%;
}
.Dl_List.Label dl dd{
    width: 90%;
}
.Dl_List.Label .Dd {
    display: flex;
    align-items: center;
}
.Dl_List.Label .Dd .Label_Box{
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    border-radius: 100px;
    padding: 6px;
    padding-left: 16px;
    margin-right: 20px;
    padding-right: 16px;
    background: #0064aa;
    background: -moz-linear-gradient(left, #0064aa 25%, #0097d6 79%);
    background: -webkit-linear-gradient(left, #0064aa 25%,#0097d6 79%);
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064aa', endColorstr='#0097d6',GradientType=1 );
}


/*-- Dl_List（ラベル） --*/
.Bt a{
    font-size: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 20px;
    width: 270px;
    display: block;
    text-align: center;
    border-radius: 100px;
}
.Bt.BlueGradient a{
    color: #ffffff;
    background: #0064aa;
    background: -moz-linear-gradient(left, #0064aa 25%, #0097d6 79%);
    background: -webkit-linear-gradient(left, #0064aa 25%,#0097d6 79%);
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064aa', endColorstr='#0097d6',GradientType=1 );
}
.Bt.Gray a{
    color: #071726;
    background: #f2f2f2;
}
.Bt.BlueBlack a{
    color: #ffffff;
    background: #071726;
}

/*-- Ul_List --*/
.Ul_List ul.Ul_List_Line {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.Ul_List .Ul_List_Box a{
	display:block;
}
.Ul_List .Ul_List_Box a:hover{
    opacity: 1;
}
.Ul_List .Ul_List_Box .Image{
    border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
.Ul_List .Ul_List_Box .Image img{
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.Ul_List .Ul_List_Box a:hover .Image img{
    transform: scale(1.1);
    opacity: 0.8;
}
.Ul_List .Ul_List_Box .Caption {
    color: #071726;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
}

.Ul_List ul.Ul_List_Line02 {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.Ul_List.Rows4 ul.Ul_List_Line02 li {
    margin:0;
    margin-bottom:40px;
    width: calc(25% - 80px / 4);
}

.Ul_List.Rows4 ul.Ul_List_Line02 li:nth-child(4n) {
    margin-right: 0;
}

.Ul_List.Rows4.Enlarge ul.Ul_List_Line02{
    justify-content: flex-start;
}

.Ul_List.Rows4.Enlarge ul.Ul_List_Line02 li {
    margin-bottom: 10px;
}

/*-- Ul_List（4列） --*/
.Ul_List.Rows4 ul.Ul_List_Line li {
	margin:0;
	margin-right:40px;
	margin-bottom:40px;
    width: calc(25% - 80px / 4);
}

.Ul_List.Rows4 ul.Ul_List_Line li:nth-child(4n) {
    margin-right: 0;
}

/*-- Ul_List（4列・拡大） --*/
.Ul_List.Rows4.Enlarge {
    padding-left: 20px;
    padding-right: 20px;
}
.Ul_List.Rows4.Enlarge ul.Ul_List_Line{
    justify-content: flex-start;
}
.Ul_List.Rows4.Enlarge ul.Ul_List_Line li {
    margin-bottom: 10px;
}
.Ul_List.Rows4.Enlarge .Ul_List_Box .Image {
    position: relative;
    padding-top: 100%;
}
.Ul_List.Rows4.Enlarge .Ul_List_Box .Image img{
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.Ul_List.Rows4.Enlarge .Ul_List_Box .Image img.Big{
    transform: translate(-50%, -50%)scale(1.5);
}
.Ul_List.Rows4.Enlarge.no .Ul_List_Box a:hover .Image img{
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
}
.Ul_List.Rows4.Enlarge.no .Ul_List_Box a:hover .Image img.Big{
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0.8;
}
.Ul_List.Rows4.Enlarge .Caption {
    font-size: 11px;
    line-height: 1.4;
    margin-top: -15px;
    margin-bottom: 25px;
}

.Ul_List.Rows4.Enlarge .Caption.Big {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;	
}

/*-- Ul_List（3列） --*/
.Ul_List.Rows3 ul.Ul_List_Line li {
	margin:0;
	margin-right:40px;
	margin-bottom:40px;
    width: calc(33.3333333% - 80px / 3);
}
.Ul_List.Rows3 ul.Ul_List_Line li:nth-child(3n) {
    margin-right: 0;
}

/*-- Ul_List（3列more） --*/
.Ul_List.Rows3.More .Ul_List_Box {
    background-color: #f5f5f5;
    height: 100%;
    border-radius: 15px;
}
.Ul_List.Rows3.More .Ul_List_Box a {
    display: block;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.Ul_List.Rows3.More .Ul_List_Box .Image {
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.Ul_List.Rows3.More .Ul_List_Box .Caption {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.Ul_List.Rows3.More .More_Box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.Ul_List.Rows3.More .More_Box .Arrow {
 	background: #0064aa;
    background: -moz-linear-gradient(-135deg, rgba(255,255,255,0) 50%, #0064AB 25%,#0097D8 86%) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(-135deg, rgba(255,255,255,0) 50%, #0064AB 25%,#0097D8 86%) no-repeat top left/100% 100%;
    background: linear-gradient(-135deg, rgba(255,255,255,0) 50%, #0064AB 25%,#0097D8 86%) no-repeat top left/100% 100%;
    width: 30px;
    height: 30px;
}
.Ul_List.Rows3.More .More_Box .Arrow_Text{
    font-size: 14px;
    color: #1d67ac;
    line-height: 1;
    padding-bottom: 4px;
    margin-left: 3px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

/*-- Ul_List_Else（1列） --*/
.List_Else.Rows1{
    margin-top: 50px;
    margin-bottom: 50px;
}
.List_Else.Rows1 .List_Else_Line　{
    max-width: 1300px;
    margin: auto;
}
.List_Else.Rows1 .List_Else_Box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
}
.List_Else.Rows1 .Image_Line{
    width: 40%;
}
.List_Else.Rows1 .Image_Line .Image_Box{
    border-radius: 15px;
    overflow: hidden;
}

.List_Else.Rows1 .Detail_Line100 {
    width: 100%;
}

.List_Else.Rows1 .Detail_Line {
    width: 60%;
}
.List_Else.Rows1 .Detail_Box {
    padding: 10px;
    padding-left: 50px;
}
.List_Else.Rows1 .Detail_Box h3.h3_Title {
    font-size: 22px;
    line-height: 49px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1d67ac
}
.List_Else.Rows1 .Detail_Box .Detail_Text {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
}

.TextArea_center{
    font-size: 17px;
    line-height: 2;
    font-weight: 600;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.List_Else.Rows1 .Detail_Box_text_left {
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.List_Else.Rows1 .Detail_Box_text_100 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.List_Else.Rows1 .Detail_Box_text_left h3.h3_Title {
    font-size: 22px;
    line-height: 49px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1d67ac
}

.List_Else.Rows1 .Detail_Box_text_100 h3.h3_Title {
    font-size: 22px;
    line-height: 49px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1d67ac
}

.List_Else.Rows1 .Detail_Box_text_left .Detail_Text {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
}

.List_Else.Rows1 .Detail_Box_text_100 .Detail_Text {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
}



/*-- Text_Link --*/
.Text_Link {
    padding: 5%;
}
.Text_Link a,
.Text_Link_OutLink a{
    display: inline-block;
    color: #0097d6;
    font-size: 16px;
    line-height: 1;
	position:relative;
}
.Text_Link a:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0097d6;
    border-right: 1px solid #0097d6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Text_Link.Left {
    text-align: left;
}
.Text_Link.Center {
    text-align: center;
}
.Text_Link.Right {
    text-align: right;
}
.Text_Link_OutLink a img{
    max-width: 15px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}


/*-- Slider --*/
.Slider div {
    transition: all 0s ease 0s!important;
    -webkit-transition: all 0s ease 0s!important;
}
.Slider a {
    -webkit-transition: .0s ease!important;
    transition: .0s ease!important;
}
.Slider .Slider_Box {
    padding-top: 60px;
}
.Slider .Slider_Inner{
	margin:0;
	margin-right:70px;
	margin-bottom:30px;
    width: calc(35% - 140px / 6);
}
.Slider .Slider_Inner:last-of-type{
	padding-right: 0;
}
.Slider .Slider_Inner .Image{
    margin-bottom: 20px;
}
.Slider .Slider_Inner .Image{
    margin-bottom: 20px;
}
.Slider .Slider_Inner .Image{
    margin-bottom: 20px;
}
.Slider .Detail_Text{
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #071726;
    line-height: 1.5;
	font-weight:700;
}
.Slider .Date{
    color: #1d67ac;
    font-size: 14px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 15px;
}
.flickity-button {
    position: absolute;
    border: none;
    color: #fff;
    background: #0064aa;
    background: -moz-linear-gradient(left, #0064aa 25%, #0097d6 79%);
    background: -webkit-linear-gradient(left, #0064aa 25%,#0097d6 79%);
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064aa', endColorstr='#0097d6',GradientType=1 );
}
.flickity-button:hover {
    background: #0064aa;
    background: -moz-linear-gradient(left, #0064aa 25%, #0097d6 79%);
    background: -webkit-linear-gradient(left, #0064aa 25%,#0097d6 79%);
    background: linear-gradient(to right, #0064aa 25%,#0097d6 79%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064aa', endColorstr='#0097d6',GradientType=1 );
    cursor: pointer;
    opacity: 0.5;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30%;
    height: 30%;
    color: #ffffff;
}
.flickity-prev-next-button.next {
    right: 70px;
    top: 0;
}
.flickity-prev-next-button.previous {
    left: auto;
    right: 130px;
    top: 0;
}
.flickity-button:disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background: #f2f2f2;
}
.flickity-button:disabled  .flickity-button-icon{
    color: #071726;
}

/*-- NEWS --*/
.News_Contens {
}
.News_title {
    text-decoration: underline;
}

/*-- recruit --*/
h3.h3_Section_Title_Left{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #000000;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #1d67ac;/*左線*/
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

/*-- service --*/
.Ul_List.Rows3.Puzzle {
    padding-left: 0;
    padding-right: 0;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line {
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li {
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 33.3333333%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:first-child {
    margin-right: -5.8%;
    margin-left: 3.8%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(3){
    margin-left: -5.8%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(4) {
    margin-top: -6.1%;
    margin-right: -5.8%;
    margin-left: 3.8%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(5) {
    margin-top: -6.1%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(6) {
    margin-top: -6.1%;
    margin-left: -5.5%;
}
.Ul_List.Rows3.Puzzle .Ul_List_Box .Image {
    margin-bottom: 0!important;
}
.Ul_List.Rows3.Puzzle .Ul_List_Box a:hover .Image img {
    transform: scale(1);
}
.Ul_List.Rows3.Puzzle .Ul_List_Box a {
    display: block;
    position: relative;
}
.Ul_List.Rows3.Puzzle .Ul_List_Box .Caption {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 100%;
    text-align: center;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:first-child .Caption {
    margin-top: 10%;
    margin-left: -8%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(2) .Caption {
    margin-top: 10%;
    margin-left: -2%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(3) .Caption{
    margin-top: 10%;
    margin-left: -2%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(4) .Caption {
    margin-top: 10%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(5) .Caption {
    margin-top: 8%;
    margin-left: -8%;
}
.Ul_List.Rows3.Puzzle ul.Ul_List_Line li:nth-child(6) .Caption{
}

/*-- sitemap --*/
.Sitemap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Sitemap:after{
  content:"";
  display: block;
  width:50%;
}
.Site_TextArea{
    font-size: 17px;
    line-height: 2;
    font-weight: 600;
    width: 46%;
    margin: auto;
    text-align: justify;
    margin-top: 0px;
}

.Sitemap .Site_TextArea ul {
    margin-left: 13px;
}

/*-- privacy policy --*/
.privacy_box {
    margin-top: 20px;
}
.privacy_box ul {
    margin-left: 25px;
}
.privacy_box ul li {
    list-style-type: disc;
}
.privacy_box ol {
    margin-left: 25px;
}
.privacy_box ol li {
    list-style-type: decimal;
    padding-left: 15px;
}
.privacy_box ol li ol {
    position: relative;
    margin: 0;
    padding: 0;
}
.privacy_box ol li ol li{
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
}
.privacy_box ol li ol li span{
    position: absolute;
    left: 0;
    margin: 0;
}
.box_right {
    text-align: right;
}
h3.h3_Section_Title_Left{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #000000;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #1d67ac;/*左線*/
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.privacy_box ol li ul {
    margin-left: 25px;
}
.privacy_box ol li ul li{
    list-style-type: disc;
    padding-left: 0px;
}
    
.privacy_box02 table { width: 100%; }
.privacy_box02 th, .privacy_box02 td  { padding: 10px; border: 1px solid #ddd; }
.privacy_box02 th  { background: #f4f4f4; }
.privacy_box02 th  { width: 13%; }
.privacy_box02 td  { text-align: left; }
.privacy_box02 td:first-child  { text-align: left; }

@media screen and (max-width: 960px){
   .Dl_List.Label .Dd {
    flex-wrap: wrap;
    }
    .Dl_List dl {
        flex-wrap: wrap;
    }
    .Dl_List.Label dl dt {
        margin-right: 35px;
    }
    .Dl_List.Label .Dd .Label_Box {
        margin-bottom: 5px;
        text-align: center;
    }
    .Dl_List.Label .Dd .News_Contents {
        line-height: 1.5;
    }
}
@media only screen and (max-width: 800px) { 
  .privacy_box02 { 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
  }
  .privacy_box02 thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .privacy_box02 tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .privacy_box02 th{ 
    display: block;
    width:auto;
  }
  .privacy_box02 tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .privacy_box02 td{ 
    display: block;
    text-align: left;
  }
}

@media only screen and (max-width: 1331px) {
	.Hero .Hero_Line {
		height: 40vw;
	}
	.Hero .Hero_Line:before {
		border-left: 22vw solid #1d67ac;
		border-bottom: 22vw solid transparent;
		border-right: 22vw solid transparent;
		border-top: 22vw solid #1d67ac;
	}
	.Hero .Hero_Breadcrumb_Line ,
	.Hero .Hero_Box,
	h1.h1_Section_Title,
	.TextArea,
	.Table,
	.Dl_List,
	.Ul_List,
	.List_Else{
		padding-left: 4%;
		padding-right: 4%;
	}
	h2.h2_Section_Title{
		margin-left: 4%;
		margin-right: 4%;
	}
	.Section.Content.SmallLine,
	.Prof_Box {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 961px) {
	.Hero h1.h1_Hero {
		font-size: 8vw;
	}
	h1.h1_Section_Title {
		font-size: 6.7vw;
	}
	.Dl_List dl dt,
	.Dl_List dl dd {
		line-height: 1.5;
	}
	.Dl_List dl dt {
		width: 20%;
	}
	.Dl_List dl dd {
		width: 80%;
	}
	.Dl_List.Label dl dt .Dt,
	.Dl_List.Label .Dd .Label_Box{
		word-break: keep-all;
	}
	.TextArea {
		line-height: 2;
		font-size:16px;
	}
	.Table .Th {
		line-height: 1.2;
	}
	.Table .Td {
		line-height: 1.8;
	}
	.Ul_List .Ul_List_Box .Caption {
		line-height: 1.4;
	}
	.Ul_List.Rows4 ul.Ul_List_Line li {
		margin: 0;
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(25% - 20px / 4);
	}
	.Ul_List.Rows3 ul.Ul_List_Line li {
		margin: 0;
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(33.3333333% - 40px / 3);
	}
	.List_Else.Rows1 .Detail_Box h3.h3_Title {
		line-height: 1.2;
	}
	.List_Else.Rows1 .Detail_Box .Detail_Text {
		line-height: 1.5;
	}
	.List_Else.Rows1 .Detail_Box {
		padding-left: 25px;
	}
	.Slider .Slider_Inner {
		margin: 0;
		margin-right: 35px;
		margin-bottom: 30px;
		width: calc(35% - 70px / 6);
	}
}
@media only screen and (max-width: 701px) {
	.Ul_List ul.Ul_List_Line {
		flex-wrap: wrap;
	}
	.Ul_List.Rows4 ul.Ul_List_Line li {
		margin-bottom: 20px;
		width: calc(50% - 20px / 2);
	}
	.Ul_List.Rows4 ul.Ul_List_Line li:nth-child(2n) {
		margin-right: 0;
	}
	.Ul_List .Ul_List_Box .Image {
		margin-bottom: 15px;
	}


    .Ul_List ul.Ul_List_Line02 {
        flex-wrap: nowrap;
    }
    .Ul_List.Rows4 ul.Ul_List_Line02 li {
        margin-bottom: 20px;
        width: calc(33% - 20px / 3);
    }
    .Ul_List.Rows4 ul.Ul_List_Line02 li:nth-child(3n) {
        margin-right: 0;
    }
    .Ul_List .Ul_List_Box .Image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 641px) {
    .Ul_List.Rows3.Puzzle .Ul_List_Box .Caption {
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
	.Main {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 581px) {
    .Site_TextArea{
        font-size: 17px;
        width: 90%;
    }
}

@media only screen and (max-width: 561px) {
	.Section.Content.SmallLine {
		padding-bottom: 6%;
	}
	.Content.SmallLine .TextArea {
		padding-left: 0;
		padding-right: 0;
	}
	.Hero .Hero_Line {
		margin-bottom: 10%;
	}
	.Hero_Breadcrumb_Line{
		display:none;
	}
	.Hero .Hero_Breadcrumb_Line a {
		font-size: 12px;
	}
	.Hero .Hero_Breadcrumb_Box span.Border {
		width: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.Hero h1.h1_Hero span.h1_Hero_JP {
		font-size: 16px;
	}
	h1.h1_Section_Title span.h1_Section_JP {
		font-size: 18px;
		padding-top: 5px;
	}
	h2.h2_Section_Title {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
	h3.h3_Section_Title {
		padding: 14px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	h3.h3_Section_Title:before {
		width: calc(100% - 6px);
		height: calc(100% - 6px);
	}
	h4.h4_Section_Title {
		font-size: 18px;
		margin-left: 0;
    	margin-right: 0;
	}
	h4.h4_Section_Title span.Small {
		font-size: 13px;
	}
	.TextArea {
		font-size: 15px;
		line-height: 1.8;
	}
	.Part_Box {
		margin: 0;
		padding: 15px;
		padding-bottom:0;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.Part_Box .TextArea {
		font-size: 14px;
		line-height: 1.5;
	}
	.Table table th,
	.Table table td{
		display: block;
		width: 100%;
	}
	.Table .Th,
	.Table .Td {
		font-size: 14px;
		padding: 3%;
	}
	.Dl_List dl {
		display: flex;
		padding-top: 10px;
		padding-bottom: 10px;
		flex-wrap: wrap;
	}
	.Dl_List dl dt,
	.Dl_List dl dd,
	.Dl_List.Label dl dt,
	.Dl_List.Label dl dd {
		font-size: 14px;
		width: 100%;
	}
	.Dl_List.Label .Dd {
		flex-wrap: wrap;
	}
	.Dl_List.Label .Dd .Label_Box {
		margin-top: 7px;
		margin-bottom: 7px;
		font-size: 12px;
		padding: 5px;
		padding-left: 25px;
		margin-right: 0;
		padding-right: 25px;
	}
	.Ul_List.Rows3 ul.Ul_List_Line{
		position:relative;
	}
	.Ul_List.Rows3 ul.Ul_List_Line:after{
	  content:"";
	  display: block;
	  width:50%;
	}
	.Ul_List.Rows3 ul.Ul_List_Line li {
		margin: 0;
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(50% - 40px / 2);
	}
	.Ul_List.Rows3 ul.Ul_List_Line li:nth-child(2n) {
		margin-right: 0;
	}
	.Ul_List.Rows4.Enlarge .Caption {
		margin-top: -5px;
	    margin-bottom: 0;
	}
	.List_Else.Rows1 .List_Else_Box {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-wrap: wrap;
	}
	.List_Else.Rows1 .Image_Line,
	.List_Else.Rows1 .Detail_Line {
		width: 100%;
	}
	.List_Else.Rows1 .Detail_Box {
		padding-left: 0;
		padding: 10px;
	}
	.List_Else.Rows1 .Detail_Box h3.h3_Title {
		font-size: 18px;
	}
	.List_Else.Rows1 .Detail_Box .Detail_Text {
		font-size: 15px;
	}
	.Slider .Slider_Inner {
		margin: 0;
		margin-right: 10px;
		margin-bottom: 30px;
		width: calc(35% - 10px / 6);
	}
	.Slider .Slider_Inner .Image {
		margin-bottom: 10px;
	}
	.Slider .Detail_Text {
		font-size: 13px;
		line-height: 1.3;
	}
	.Slider .Date {
		font-size: 13px;
		padding-top: 10px;
	}
	.flickity-prev-next-button.previous {
		right: 80px;
		top: 10px;
	}
	.flickity-prev-next-button.next {
		right: 20px;
		top: 10px;
	}
}
@media only screen and (max-width: 481px) {
	.Ul_List.Rows3.More ul.Ul_List_Line li {
		margin: 0;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
	}

    .Ul_List.Rows3.Puzzle .Ul_List_Box .Caption {
        font-size: 10px;
        letter-spacing: -0.08em;
    }
}

@media screen and (min-width: 768) {
	  .sp_br{
		display: none;
	  }
	}
}
/*20201025　追記*/
.Ul_List.Rows3 h3.h3_row3_Title {
    font-size: 22px;
    line-height: 49px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1d67ac
}


/*20201025　追記　社員インタビュー*/
figure img {
    max-width: 100%;
}
    .float_left{
        float: left;
        margin: 0 15px 15px 0;
        width: 30%;
        border-radius: 15px;
        overflow: hidden;
}
    .float_right{
        float: right;
        margin: 0 0 15px 15px;
        width: 30%;
        border-radius: 15px;
        overflow: hidden;
}
@media only screen and (max-width: 561px) {
    .float_left{
        float: none;
        margin: 10px 0 10px 0;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    .float_right{
        float: none;
        margin: 10px 0 10px 0;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    .List_Else.Rows1 .Detail_Box_text_left {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .List_Else.Rows1 .Detail_Box_text_left h3.h3_Title {
    font-size: 18px;
    line-height: 49px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1d67ac
    }
    .Ul_List.Rows3{
        padding-left: 0px;
        padding-right: 0px;
    }
    .Ul_List.Rows3 h3.h3_Title {
    font-size: 18px;
    }
}