@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
.en{ font-family: 'Montserrat', sans-serif; }

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, pre, ul , ol , li, dl, dt, dd, p, img {
	margin:0;
	padding:0;
}
body {
	font-size:15px;
    font-family: 'Montserrat', sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
    font-weight: 500;
	color:#000;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
	line-height: 2;
	width: 100%;
	overflow-x: hidden;
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(232,237,237,1) 100%);
}

#wrapper{
	width: 100%;
    overflow: hidden;
}

body, div, p, span, ul, ol, li, dl, dt, dd, table, tr, th, td, img, header, footer, small, section, a{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a {
	color:#0099cc;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
a:link {
	color:#0099cc;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	outline:none;
}
ul, ol {
	list-style-type:none;
}
a:focus {
  outline: none;
}
img{ 
	vertical-align:bottom;
	width: 100%;
	-webkit-backface-visibility: hidden;
}

.sp{ display:none;}
.pc{ display:block;}
.btm0{ margin-bottom: 0 !important;}

.blue{ color: #0099cc;}

.sup,
.sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
 
.sup {    bottom: 1ex; font-size: 0.7em;}
.sub {    top: .1ex; font-size: 0.7em;}

/*----------------------------------------------------
	☆PCのみ指定
----------------------------------------------------*/
@media screen and (min-width:769px) {
	img { 
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		image-rendering: crisp-edges;
		image-rendering: -webkit-optimize-contrast;
	}
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#pagetop{ opacity:0;}

#pagetop{
	background: linear-gradient(114deg,  rgba(0,164,211,1) 0%,rgba(0,71,162,1) 100%);
	display:block;
	height:60px;
	width:60px;
	z-index: 9;
	position:fixed;
	right:20px;
	bottom:20px;
    transition: .3s;
    border-radius: 100px;
}
#pagetop::after{
	content: "";
	width: 15px;
	height: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(225deg);
	display: block;
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 5px);
}
#pagetop.is-fadein {
    visibility: visible;
    opacity: 0.7;
}
#pagetop.is-fadein:hover{
	opacity:1;
    transition: .3s;
	cursor: pointer;
}

/*----------------------------------------------------
	☆BASE CONTENTS PC
----------------------------------------------------*/

/*-- header --*/
#header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px 40px;
    height: auto;
    z-index: 10;
    transition: .5s;
}

#header.scrolled {
    background: rgba(255,255,255,0.6);
}

#header .headerLogo {
    width: 305px;
}
#header .headerR{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnav > ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#gnav > ul > li{
    margin: 0 20px;
    position: relative;
}
#gnav > ul > li > a{
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: .5s;
    position: relative;
    padding: 20px 0;
}
#gnav > ul > li > a::after{
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    top: 0px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #0099cc;
    transition: .5s;
    opacity: 0;
}
#gnav > ul > li > a:hover{
    color: #0099cc;
}
#gnav > ul > li > a:hover::after{
    opacity: 1;
}
#gnav ul li.takuma{
    margin-right: 0;
}
#gnav ul li.takuma img{
    width: 90px;
}
#gnav ul li.takuma a{
    display: flex;
    align-items: center;
}
#gnav ul li.takuma a::before{
    background: url("../../../takumaenergy/images/common/icon_window.svg") center center / contain no-repeat;
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    margin-right: 8px;
}
#gnav ul li.takuma a::after{
    background: #004da0;
}

#gnav ul li ul{
    position: absolute;
    top: 40px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%,0);
    transition: all 300ms ease;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#gnav ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
#gnav ul li ul li a{
    white-space: nowrap;
    padding: 10px 20px;
    margin-bottom: 5px;
    border-radius: 100px;
    background: #fff;
    color: #0099cc;
    display: table;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    transition: .5s;
}
#gnav ul li ul li a:hover{
    background: #0099cc;
    color: #fff;
}

/*-- ドロワーメニュー --*/
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
	display: none;/*PC非表示*/
	width: 33px;
	height: 21px;
	transition: .5s;
	z-index: 9998;/*最前面に*/
    position: relative;
    cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span.menuButton,
#nav-close2 span{
	position: absolute;
    top: 0;
	left: 0;
}
#nav-open span,
#nav-open span.menuButton:before,
#nav-open span.menuButton:after{
	position: absolute;
	height: 2px;/*線の太さ*/
	width: 33px;/*長さ*/
	background: #0099cc;
	display: block;
	content: '';
	cursor: pointer;
	transition: 0.5s;
}
#nav-open span.menuButton:before,
#nav-close2 span::before{
	top: 9px;
	left: 0;
}
#nav-open span.menuButton:after,
#nav-close2 span::after{
	top: 18px;
	left: 0;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: .5s;
  background-color: rgba(0,0,0,0.5);
}


/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 9997;
	width: 100%;
	height: 100vh;
	background: linear-gradient(114deg,  rgba(232,237,237,1) 0%,rgba(0,153,204,1) 50%);
	color: #fff;
	transition: 0.5s;/*滑らかに表示*/
	transform: translate(0,-105%);/*上に隠しておく*/
	text-align: left;
	opacity: 0;
	padding: 40px;
}

#nav-content .nav-logo{
    width: 240px;
    position: absolute;
    left: 15px;
    top: 15px;
}
#nav-content .nav-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 900px;
}

#gnav_sp li{
    opacity: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
#gnav_sp li label,
#gnav_sp li a{
    color: #fff;
    font-size: 20px;
    position: relative;
    padding: 20px 0;
    display: block;
}
#gnav_sp li.service > label,
#gnav_sp li.service > a{
    padding-bottom: 10px;
}
#gnav_sp li label::after,
#gnav_sp li a::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 36px;
    width: 20px;
    height: 5px;
    background: url("../../../takumaenergy/images/common/arrow_01.svg") center center / contain no-repeat;
}
#gnav_sp li ul{
    padding-left: 30px;
}
#gnav_sp li ul li:last-child{
    border-bottom: none;
    padding-bottom: 20px;
}
#gnav_sp li ul li a{
    font-size: 15px;
    padding: 10px 0;
}
#gnav_sp li ul li a::after{
    top: 22px;
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: 1;
	transition: .3s;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
#nav-input:checked ~ #nav-content {
  transform: translate(0%, 0%);/*中身を表示（下へスライド）*/
	opacity: 1;
    border-radius: 0 0 0 0;
}

#nav-input:checked ~ #nav-content .nav-inner #gnav_sp ul > li{
    animation: slideUpIn 1000ms ease forwards;
    animation-delay: .4s;
}

/*チェックが入ったらアイコンをバツへ*/
#nav-input:checked ~ #nav-open span{
	transform: rotate(45deg);
	top: 10px;
    background: #fff;
}
#nav-input:checked ~ #nav-open span.menuButton:after{
	transform: rotate(-90deg);
	top: 0px;
    background: #fff;
}
#nav-input:checked ~ #nav-open span.menuButton:before{
  display: none;
}

/*-- footer --*/
#footer{
    color: #fff;
    text-align: center;
    padding: 75px 0 0 0;
}

#footer .footerInr{
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

#nav-content .nav-inner #subNav .btns li a:hover::after,
#footer .btns li a:hover::after{
    right: 0px;
    opacity: 0;
}

#footer .footerLogo{
    max-width: 305px;
    margin: 0 auto 30px;
}

#footer .caption{
    text-align: center;
    font-size: 12px;
    line-height: 1.75;
    padding-bottom: 75px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#footer address{
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
    opacity: 0.5;
    padding: 30px 0;
}

/*-- breadcrumb --*/
#breadcrumb{
    margin-bottom: -30px;
}
#breadcrumb .inr{
    max-width: 1200px;
    width: 85%;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    line-height: 1.5;
    flex-wrap: wrap;
}
#breadcrumb .inr a,
#breadcrumb .inr span{
    margin-bottom: 5px;
}
#breadcrumb .inr a + a,
#breadcrumb .inr a + span{
    margin-left: 30px;
    position: relative;
}
#breadcrumb .inr a + a::before,
#breadcrumb .inr a + span::before{
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    transform: rotate(30deg);
    background: #0099cc;
}

/*----------------------------------------------------
	☆COMPONENT PC
----------------------------------------------------*/

/*-- font --*/
.mincho { font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-weight: normal;}

/*-- bg --*/
.bgBlue01{
    background: rgb(232,237,237); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(232,237,237,1) 0%, rgba(0,153,204,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(232,237,237,1) 0%,rgba(0,153,204,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(232,237,237,1) 0%,rgba(0,153,204,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eded', endColorstr='#0099cc',GradientType=1 ); /* IE6-9 */
    color: #fff;
}
.bgWhite01{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(232,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(232,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(232,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8eded',GradientType=1 ); /* IE6-9 */
}
.bgWhite02{
    background: rgb(232,237,237); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(232,237,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(232,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(232,237,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eded', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/*--- section ---*/
section.bgBlue01,
section.bgWhite01,
section.bgWhite02{
    padding: 120px 0;
}


/*-- head --*/
.head01{
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 50px;
}
.head01::before,
.head01::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.head01::after{
    width: 16px;
    height: 30px;
    bottom: 0;
}
.bgBlue01 .head01::after{
    background: url("../../../takumaenergy/images/common/icon_thunder_01.svg") center center / contain no-repeat;
}
.bgWhite01 .head01::after,
.bgWhite01 .head02::after{
    background: url("../../../takumaenergy/images/common/icon_thunder_02.svg") center center / contain no-repeat;
}

.head01 span{
    display: block;
}
.head01 .en{
    line-height: 1;
    font-size: 80px;
    margin-bottom: 15px;
    letter-spacing: 0.18em;
    font-weight: normal;
}
.head01 .jp{
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.16em;
}

.bgWhite01 .head01,
.bgWhite02 .head01{
    color: #0099cc;
}
.bgBlue01 .head01{
    color: #fff;
}

.head02{
    line-height: 1.75;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 35px;
    letter-spacing: 0.16em;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}
.head02::after{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.newsDetail .head02{
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.head03{
    line-height: 1.75;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
    letter-spacing: 0.16em;
    text-align: center;
}

.bgWhite01 .head02,
.bgWhite02 .head02{
    color: #0099cc;
}
.bgWhite01 .head02::after,
.bgWhite02 .head02::after{
    background: #0099cc;
}

.head04{
    color: #0099cc;
    line-height: 1.75;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #0099cc;
}
.head04 .date{
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.head05{
    line-height: 1.75;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}



/*-- list --*/
ul.indList li {
	text-indent:-1em;
	padding-left:1em;
}
ol.decimal{
	padding-left:1.5em;
}
ol.decimal li{
	list-style:decimal;
	margin-bottom:8px;
}
ul.disc{
	padding-left:1.5em;
}
ul.disc li{
	list-style:disc;
	margin-bottom:8px;
    display: list-item !important;
}

/*-- btn --*/
.moreBtn01{
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
}
.moreBtn01 a{
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 1.5;
    border-radius: 100px;
    padding: 20px 0;
    transition: .5s;
}
.moreBtn01 a::before,
.moreBtn01 a::after{
    content: "";
    display: block;
    border-radius: 100px;
    transition: .5s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.moreBtn01 a::before{
    background: rgb(0,164,211); /* Old browsers */
    background: -moz-linear-gradient(-66deg,  rgba(0,164,211,1) 0%, rgba(0,71,162,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-66deg,  rgba(0,164,211,1) 0%,rgba(0,71,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(114deg,  rgba(0,164,211,1) 0%,rgba(0,71,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4d3', endColorstr='#0047a2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 1;
}

.moreBtn01 a::after{    
    background: rgb(0,71,162); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(0,71,162,1) 0%, rgba(0,164,211,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(0,71,162,1) 0%,rgba(0,164,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(0,71,162,1) 0%,rgba(0,164,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0047a2', endColorstr='#00a4d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    z-index: 0;
}

.moreBtn01 a:hover::before{
    opacity: 0;
}
.moreBtn01 a span{
    position: relative;
    z-index: 2;
}
.moreBtn01 a .arrow{
    display: block;
    width: 25px;
    height: 5px;
    background: url("../../../takumaenergy/images/common/arrow_01.svg") center center / contain no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transition: .5s;
}
.moreBtn01 a:hover .arrow{
    right: -20px;
    opacity: 0;
}

.news + .moreBtn01.back{
    margin-top: 75px;
}
.moreBtn01.back a::before{
    background: #b3baba;
}
.moreBtn01.back a::after{
    background: #0099cc;
}
.moreBtn01.back a .arrow{
    background: url("../../../takumaenergy/images/common/arrow_01_back.svg") center center / contain no-repeat;
    left: 20px;
    right: auto;
}
.moreBtn01.back a:hover .arrow{
    left: -20px;
    right: auto;
}


.moreBtn02{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
}
.moreBtn02::after{
    content: "";
    display: block;
    width: 22px;
    height: 5px;
    background: url("../../../takumaenergy/images/common/arrow_02.svg") center center / contain no-repeat;
    margin-left: 10px;
    transition: .5s;
}
a:hover .moreBtn02::after{
    transform: translateX(20px);
    opacity: 0;
}

/*--- newsList---*/
.newsList li a{
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #e8eded;
    display: flex;
    justify-content: space-between;
    transition: .5s;
    color: #444;
}
.newsList li:last-child{
    margin-bottom: 0;
}
.newsList li .date{
    color: #0099cc;
    width: 20%;
}
.newsList li .title{
    width: 78%;
}
.newsList li a:hover{
    color: #0099cc;
}


/*--- table ---*/
.table01{
    background: #fff;
    border-top: 1px solid #d6d8d8;
}
.table01 dl{
    display: table;
    border-bottom: 1px solid #d6d8d8;
    width: 100%;
}
.table01 dt{
    display: table-cell;
    vertical-align: middle;
    background: #e5f6f9;
    width: 25%;
    text-align: center;
    line-height: 1.5;
    color: #0099cc;
    font-weight: bold;
    padding: 30px 0;
}
.table01 dd{
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    line-height: 1.5;
    padding: 30px;
}
.table01 dd ul li{
    display: flex;
    margin-bottom: 15px;
}
.table01 dd ul li:last-child{
    margin-bottom: 0;
}
.table01 dd ul li .title{
    width: 13em;
    font-weight: bold;
}

/*--- pdf ---*/
a.pdf{
    color: #0099cc;
    display: flex;
    align-items: center;
}
a.pdf::before{
    width: 17px;
    height: 22px;
    content: "";
    display: inline-block;
    background: url("../../../takumaenergy/images/common/icon_pdf.svg") center center / contain no-repeat;
    margin-right: 10px;
}

/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/
body{
    opacity: 0;
    animation: fadein 2s ease forwards;
}

@keyframes fadein{
    0%{ opacity: 0; }
    100%{ opacity: 1;}
}

.out.fadein,
.out.slideUpIn,
.out .slideUpIn{
    opacity: 0;
}

.in.slideUpIn,
.in .slideUpIn{
    animation: slideUpIn 1s ease forwards;
}

@keyframes slideUpIn{
    0%{ transform: translate(0,50px); opacity: 0; }
    100%{  transform: translate(0,0);opacity: 1;}
}

.in .ad1, .in.ad1{ animation-delay: .3s;}
.in .ad2, .in.ad2{ animation-delay: .6s;}
.in .ad3, .in.ad3{ animation-delay: 1.2s;}
.in .ad4, .in.ad4{ animation-delay: 1.5s;}

.clip-path {
    transition: 2s;
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 0% 100%);
}
.in .clip-path{
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%);
}

    
/*----------------------------------------------------
	☆UNDER 900px
----------------------------------------------------*/
@media screen and (max-width:900px) {
    
}

/*----------------------------------------------------
	☆TABLET
----------------------------------------------------*/

@media screen and (max-width:768px) {
    
    #gnav{
        display: none;
    }

    /*アイコンのスペース*/
    #nav-open {
        display: block;
    }
}

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/

@media screen and (max-width:480px) {
    
    .sp{ display: block;}
    .pc{ display: none;}
    
    body{
        font-size: 14px;
    }
    
    /*-- header --*/
    #header {
        padding: 15px;
    }
    #header .headerLogo {
        width: 240px;
    }
    
    /*--- section ---*/
    section.bgBlue01,
    section.bgWhite01,
    section.bgWhite02 {
        padding: 60px 0;
    }
    
    /*-- footer --*/
    #footer {
        padding: 50px 0 0 0;
    }
    #footer .footerLogo {
        max-width: 280px;
        margin: 0 auto 20px;
    }
    #footer .caption {
        padding-bottom: 50px;
    }
    #footer address {
        font-size: 11px;
        padding: 20px 0;
        line-height: 1.5;
    }
    
    /*-- breadcrumb --*/
    #breadcrumb .inr{
        font-size: 10px;
    }
    #breadcrumb .inr a + a::before, #breadcrumb .inr a + span::before{
        height: 14px;
    }
    
    /*-- head --*/
    .head01 {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .head01::after {
        width: 11px;
        height: 19px;
    }
    .head01 .en {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .head01 .jp {
        font-size: 16px;
    }
    .head02 {
        font-size: 22px;
        margin-bottom: 30px;
        padding-bottom: 7px;
    }
    .newsDetail .head02{
        font-size: 20px;
        margin-bottom: 30px;
        padding-bottom: 7px;
    }
    .head03{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .head04 {
        line-height: 1.5;
        font-size: 22px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .head05 {
        font-size: 18px;
    }
    
    
    /*-- btn --*/
    .moreBtn01 a {
        font-size: 16px;
        padding: 10px 0;
    }
    .moreBtn02 {
        font-size: 13px;
    }
    
    /*-- newsList --*/
    .newsList li a{
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .newsList li .date{
        width: 100%;
        margin-bottom: 10px;
    }
    .newsList li .title{
        width: 100%;
    }
    
    /*-- table01 --*/
    .table01 dl{
        display: block;
    }
    .table01 dt {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
    }
    .table01 dd {
        padding: 20px;
    }
}

