@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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: 13px;
  font: inherit;
  vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: 13px;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body,
html {
  font-family: YuGothic, '游ゴシック','メイリオ' ,"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background-color: #fff;
}
ol, ul {
  list-style: none;
}
input, textarea {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: inherit;
  color: inherit;
}
a[href] {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: inherit;
}
a[href]:hover, a[href]:active, a[href]:focus {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */
/* Header
---------------------------------------------------------------*/
#header {
  border-top: 4px solid #019add;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  flex-wrap: wrap;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 7px 5px rgba(0,0,0,.1);
}
#header .hd_logo {
  text-align: center;
  max-width: 140px;
  margin: 10px auto 20px;
  width: 100%;
}
#header .hd_info {
  align-items: center;
  margin-left: auto;
  padding-right: 10px;  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#header .hd_info li {
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#header .hd_info li + li {
  /*margin-left: 19px;*/
  /*padding-left: 19px;*/
}
#header .hd_info li:nth-child(3) {
  display: none;
}
#header .hd_info li:nth-child(1):after {
  content: '';
  position: absolute;
  right: -18px;
  top: 0;
  height: 50px;
  width: 1px;
  background: #009add;
}
/* Main
---------------------------------------------------------------*/
#main {
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
}
#wrap {
  background-size: 100%;

}
/* footer
---------------------------------------------------------------*/
#footer {
  background-color: #fff;
  padding: 48px 0;
  width: 100%;
}
#footer .grid {
  display: block;
  text-align: center;
}
#footer .ft_info {
  margin: 20px 0;
}
#footer .ft_info p {
  font-size: 12px;
}
#footer .copyright {
  margin-left: auto;
}
#footer .copyright p {
  font-size: 12px;
}
.l-footer-top {
  position: fixed;
  z-index: 1;
  right: 10px;
  bottom: 140px;
  width: 50px;
  height: 50px;
}
.l-footer-top a {
  width: 50px;
  height: 60px;
  background-color: rgba(0,0,0,.6);
  z-index: 10;
  display: block;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.l-footer-top a:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.l-footer-top a:hover {
  background-color: rgba(0,0,0,.4);
}
/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */

/* contWrap */
.contWrap {
  width: 100%;
  clear: both;
}

/* cont */
.cont {
  width: 100%;
  margin: 0 auto 30px;
  clear: both;
}
.cont-center {
  max-width: 92.5%;
  margin: 0 auto;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

.lead {
  text-align: center;
  margin-bottom: 20px;
}
.lead h2 img {
  display: block;
  margin: 0 auto;
}
p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
/* animation - utility
--------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .6s ease!important;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
@media screen and (max-width: 736px) {
.sa--sp {
  opacity: 1!important;
  transform: none!important;
}
}
.img-container{
  overflow: hidden;
  position: relative;
}
.img-container__img{
  display: block;
  opacity: 0;
  position: relative;
  transition:all .5s .4s ease-out;
  z-index: 0;
  transform: translate(-20px, 0);
}
.img-container:before{
  background: #111;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition:all .6s 0s ease-in;
  width: 100%;
  z-index: 1;
}
.text-container{
  text-align: left;
}
.text-container__title{
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.text-container__title:before{
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  /*transform: translateX(-110%);*/
  transition:all 1.5s 0s ease;
  width: 106%;
  z-index: 1;
}
.text-container__title__inner{
  display: inline-block;
  /*opacity: 0;*/
  transition: all .8s .6s ease;
}
.text-container__text{
  left: -50px;
  opacity: 0;
  position: relative;
  transition: all .8s .8s ease;
}

/*アニメーションするプロパティを設定します*/
.img-container.active img{
  opacity: 1;
  transform: none;
}
.img-container.active:before{
  transform: translateX(100%);
}
.text-container.active .text-container__title:before{
  transform: translateX(100%);
}
.text-container.active .text-container__title__inner{
  opacity: 1;
  transform: none;
}
.text-container.active .text-container__text{
  left: 0;
  opacity: 1;
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/*トップ*/
.main_visual {
  position: relative;
  background-image: url(../images/mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main_visual img {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 30px 0 10px;
}


.cv_wrap {
  background-color: #fefef5;
  padding: 40px 0;
  overflow: hidden;
}
.cv_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #019add;
  margin-bottom: 8px;
  text-align: center;
}
.cv_ttl_sub {
  font-size: 13px;
  font-weight: bold;
  color: #019add;
  text-align: center;
  margin-bottom: 20px;
}
.doc_ul {
  width: 98%;
  margin: 0 auto;
}
.doc_ul li {
  width: 48%;
  margin: 0 1%;
  float: left;
}
.doc_ul li:nth-of-type(2) {
  margin-right: 0;
}
.doc_ul li:nth-of-type(3) {
  clear: both;
  float: none;
  padding-top: 20px;
  margin: 0 auto;
}
.doc_img {
  margin: 0 auto 10px;
  display: block;
}
.safety {
  background-color: #019add;
  padding: 30px 0;
}
.safety_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.safety_ttl_sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.safety_ttl_sub span {
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.safety_txt {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.feature_wrap {
  background: url(../images/bg_content.png) no-repeat 0 0;
  background-size: 100% auto;
}
.feature {
  width: 94%;
  margin: 0 auto;
  padding: 30px 0;
}
.feature_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #019add;
}
.feature_ul {
  margin-bottom: 30px;
}
.feature_ul li {
  width: 100%;
  margin-bottom: 20px;
}
.feature_ul li img {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
.feature_ul li p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #053657;
}
.feature_inner {
  width: 100%;
  border: 5px solid #dde6ed;
  box-sizing: border-box;
  padding: 20px;
}
.feature_inner_ttl {
  font-size: 16px;
  font-weight: bold;
  padding-left: 6px;
  border-left: 6px solid #019add;
  border-bottom: 1px solid #019add;
  margin-bottom: 10px;
  color: #053657;
}
.feature_inner_txt {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
.feature_inner_txt:last-of-type {
  margin-bottom: 0;
}
.lineup {
  background-color: #f2f8fd;
  padding: 30px 0;
}
.lineup_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #019add;
  text-align: center;
  margin-bottom: 20px;
}
.lineup_ttl_sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.lineup_ul {
  overflow: hidden;
  width: 94%;
  margin: 0 auto 16px;
}
.lineup_li {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.lineup_li:nth-of-type(2n) {
  margin-bottom: 0;
}
.lineup_li_ttl {
  background-color: #2c3965;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}
.lineup_li_ttl h3 {
  font-size: 20px;
}
.lineup_li_ttl h3 .mini {
  font-size: 13px;
}
.lineup_li_ttl h3 .sup {
  font-size: 13px;
  vertical-align: super;
}
.lineup_li_ttl p {
  font-size: 13px;
  margin: 0;
}
.lineup_li_body {
  background-color: #fff;
  border-left: 6px solid #ebebeb;
  border-right: 6px solid #ebebeb;
  border-bottom: 6px solid #ebebeb;
  text-align: center;
}
.lineup_li_body img {
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.lineup_li_body p {
  font-weight: bold;
  font-size: 12px;
}
.lineup_li_body p span {
  display: inline-block!important;
}
.lineup_note {
  width: 94%;
  margin: 0 auto 30px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
.custom {
  width: 94%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.custom_ttl {
  background-color: #2c3965;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  padding: 10px 0;
}
.custom_body {
  background-color: #fff;
  vertical-align: middle;
  padding: 20px ;
}
.custom_ul {
  overflow: hidden;
}
.custom_ul li {
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px 0;
  border-radius: 5px;
  background-color: #019add;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.custom_ul li span {
  font-size: 14px;
}
.custom_body p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
.reason {
  padding: 30px 0;
}
.reason_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #019add;
  text-align: center;
  margin-bottom: 10px;
}
.reason_ttl_span {
  display: block;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.3;
}
.reason_ttl_num {
  font-size: 50px;
}
.reason_ttl_large {
  font-size: 50px;
}
.reason_ttl_sub {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.reason_item {
  width: 94%;
  margin: 0 auto 30px;
}
.reason_item_ttl {
  background-color: #2c3965;
  color: #fff;
  display: table;
  width: 100%;
}
.reason_item_ttl_num {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  background-color: #ebc214;
  text-align: center;
  position: relative;
}
.reason_item_ttl_num img {
  height: 20px;
}
.reason_item_ttl_txt {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.reason_item_ttl_txt span {
  font-size: 13px;
}
.reason_item_body {
  border-left: 6px solid #ebebeb;
  border-right: 6px solid #ebebeb;
  border-bottom: 6px solid #ebebeb;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.reason_item_txt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.reason01_table {
  margin-bottom: 30px;
  display: block;
}
.reason01_note {
  font-size: 13px;
  font-weight: bold;
}
.reason01_dl {
  margin-bottom: 20px;
}
.reason01_dl:nth-of-type(2n) {
  margin-bottom: 0;
}
.reason01_dl dt {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #2c3965;
  color: #fff;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.reason01_dl dd {
  border: 4px solid #dde6ed;
  border-top: none;
  padding-top: 10px;
  text-align: center;
}
.reason01_dl dd img {
  width: 80%;
}
.reason01_dl dd p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
}
.reason_item_inner {
  overflow: hidden;
}
.reason_item_img {
  width: 80%;
  margin: 0 auto 20px;
}
.reason_item_img img {
  width: 100%;
}
.reason_item_inner .reason_item_txt {
}
.reason_item:nth-of-type(3) .reason_item_inner,
.reason_item:nth-of-type(4) .reason_item_inner {
}
.reason_item:nth-of-type(3) .reason_item_img {
}
.reason_item:nth-of-type(3) .reason_item_txt {
}
.reason_item:nth-of-type(3) .reason_item_txt,
.reason_item:nth-of-type(4) .reason_item_txt {
}
.reason02_dl {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.reason02_dl dt {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #2c3965;
  line-height: 1;
  padding: 5px 0;
}
.reason02_dl dt span {
  font-size: 10px;
  display: block;
  text-align: center;
  line-height: 1;
}
.reason02_dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bold;
}
.reason02_table {
  margin: 20px 0 10px;
}
.reason02_note {
  font-size: 10px;
  font-weight: bold;
}
.case {
  background-color: #f2f8fd;
  padding: 30px 0;
}
.case_ttl {
  font-size: 30px;
  color: #019add;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.case_ttl_sub {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.case_ul {
  width: 98%;
  margin: 0 auto;
}
.case_ul:after {
  content: "";
  display: block;
  clear: both;
}
.case_ul li {
  width: 47%;
  margin: 0 1.5% 10px;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.06);
}
.case_ul p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #053657;
  letter-spacing: .1em;
  padding: 10px 0;
}







.company .lead.type02 {
  position: relative;
  margin-top: 40px;
}
.company .lead.type02 h2 {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.company .lead.type02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 1px;
  width: 100%;
  background: #000;
}
.company dl {
  display: table;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.company dl:first-of-type {
  border-top: 1px solid #ccc;
}
.company dl dt,
.company dl dd {
  display: block;
  padding: 12px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company dl dt {
  background-color: #009add;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.company dl dd {
  border-bottom: 1px solid #ccc;
}
.company dl dd ul {
  margin-bottom: -5px;
  overflow: hidden;
}
.company dl dd ul li {
  width: 100%;
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
}
.strength {
  background-color: #009add;
  padding: 80px 0 2px;
  position: relative;
  margin-top: 40px!important;
}
.strength .btnArea {
  margin-bottom: 35px;
}
.strength:before {
  content: '';
  position: absolute;
  top: -80px;
  margin-right: -98px;
  right: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 160px solid transparent;
  border-left: 44px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.strength .lead.type02 {
  position: relative;
}
.strength .lead.type02 h2 {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  background: #009add;
  position: relative;
  z-index: 1;
}
.strength .lead.type02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 1px;
  width: 100%;
  background: #fff;
}
.init .lead.type02 {
  position: relative;
}
.init .lead.type02 h2 {
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
.init .lead.type02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 1px;
  width: 100%;
  background: #333;
}
.strength ul li {
  margin-bottom: 15px;
  width: 100%;
  background-color: #fff;
}
.strength ul li:nth-child(3n) {
  margin-right: 0;
  background-color: #fff;
}
.strength ul {
  overflow: hidden;
}
.strength ul li .thum {
  border-bottom: 2px solid #f8de70;
}
.strength ul li .thum img {
  width: 100%;
}
.strength ul li .txtArea {
  padding: 15px 20px 10px;
}
.strength ul li .txtArea .ttl {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-align: center;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.strength ul li .txtArea .txt {
  font-size: 13px;
}
.init {
  background: url(../images/bg_content_wh.png) no-repeat 0 0;
  background-size: 100%;
  background-color: #f4f4f4;
  padding-top: 70px;
}
.init .ceo_img {
  margin-bottom: 15px;
}
.init p {
  margin-bottom: 15px;
}
.init span {
  text-align: right;
  display: block;
}
.init span img {
  max-width: 260px;
}
.sdgs {
  border: 4px solid;
  border-image: linear-gradient(to right, #ff3a20 0%, #fdc30a 10%, #a21a42 20%, #de1367 30%, #c08b2e 100%);
  border-image-slice: 1;
  background-color: #fff;
  text-align: center;
  padding: 25px 10px 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.sdgs img {
  display: block;
  margin: 0 auto 25px;
}
.sdgs ul {
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sdgs ul li {
  float: left;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.sdgs ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sdgs ul li:nth-child(1) a {
  background: url(../images/illust_initiatives00.png) no-repeat 0 0;
}
.sdgs ul li:nth-child(2) a {
  background: url(../images/illust_initiatives00.png) no-repeat -138px 0px;
}
.sdgs ul li:nth-child(3) a {
  background: url(../images/illust_initiatives00.png) no-repeat -275px 0px;
}
.sdgs ul li:nth-child(4) a {
  background: url(../images/illust_initiatives00.png) no-repeat -414px 0px;
}
.sdgs ul li:nth-child(5) a {
  background: url(../images/illust_initiatives00.png) no-repeat -550px 0px;
}
.sdgs ul li:nth-child(6) a {
  background: url(../images/illust_initiatives00.png) no-repeat -689px 0px;
}
.sdgs p {
  font-weight: bold;
  margin-bottom: 0;
}
.sdgsList li {
  padding: 10px;
  border: 10px solid rgba(240,240,240,.3);
  background-color: #fff;
  margin-bottom: 15px;
  display: block;
}
.sdgsList li .thum {
  width: 100%;
  margin-bottom: 15px;
}
.sdgsList li .thum img {
  width: 100%;
}
.sdgsList li .txtArea {
  width: 100%;
}
.sdgsList li .txtArea .ttl {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}
.init.cont {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: none !important;
}
.u-sp {
  display: block !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

@media screen and (max-width: 736px) {
  #main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 490px) {
  #main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 375px) {
  #main {
    padding-top: 105px;
  }
}

