@charset "UTF-8";
/*!
Theme Name: unico
Version: 1.0
*/
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka;
}

_:-ms-input-placeholder,
:root {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Meiryo;
}

body {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

ul {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 1040px) {
  .pc-contents,
  .pc-br {
    display: none;
  }

  .sp-contents,
  .sp-br {
    display: none;
  }

  .tb-contents,
  .tb-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-contents,
  .pc-br {
    display: none;
  }

  .tb-contents,
  .tb-br {
    display: none;
  }

  .sp-contents,
  .sp-br {
    display: block;
  }
}
@media screen and (min-width: 1041px) {
  .pc-contents,
  .pc-br {
    display: block;
  }

  .sp-contents,
  .sp-br {
    display: none;
  }

  .tb-contents,
  .tb-br {
    display: none;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
/**
 * mixins and functions
 * @version 1.0
 */
/* header */
.l-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 30px;
}
.l-header__logo {
  width: 10%;
  padding-right: 20px;
}
@media screen and (max-width: 1040px) {
  .l-header__logo {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 120px;
  }
}
.l-header__logo img {
  width: 136px;
  max-width: 100%;
}
.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
}
.l-header__menu {
  position: relative;
  width: 600px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 4%;
}
@media screen and (max-width: 1040px) {
  .l-header__menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu-item {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .l-header__menu-item {
    width: 100%;
  }
}
.l-header__menu-item-link {
  color: #000;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1040px) {
  .l-header__menu-item-link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-item-link {
    height: 60px;
  }
}
.l-header__menu-item-link:hover {
  color: #253d65;
  font-weight: bold;
  opacity: 1;
}
.l-header__menu-item-link:hover p:before {
  background-color: #a71428;
}
.l-header__menu-item-link p {
  position: relative;
}
.l-header__menu-item-link p:before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.l-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 300;
}
.l-header__en {
  width: 120px;
}
@media screen and (max-width: 1040px) {
  .l-header__en {
    width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__en {
    width: 60px;
  }
}
.l-header__en a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .l-header__en a {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-header__en a {
    font-size: 1rem;
  }
}
.l-header__en a:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/cmn-ico-en01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
}
@media screen and (max-width: 1040px) {
  .l-header__en a:before {
    background-image: url(../images/common/cmn-ico-en02.png);
    width: 20px;
    height: 20px;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__en a:before {
    background-image: url(../images/common/cmn-ico-en02.png);
    width: 20px;
    height: 20px;
    margin: 0 0 5px 0;
  }
}
@media screen and (max-width: 1040px) {
  .l-header__en a {
    background-color: #999999;
  }
}
@media screen and (max-width: 767px) {
  .l-header__en a {
    background-color: #999999;
  }
}
.l-header__mail {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .l-header__mail {
    width: 60px;
    height: 60px;
  }
}
.l-header__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #a71428;
}
.l-header__mail img {
  width: 30px;
}
.l-header__sp-btn {
  display: none;
}
@media screen and (max-width: 1040px) {
  .l-header__sp-btn {
    width: 85px;
    height: 85px;
    position: relative;
    z-index: 1000;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__sp-btn {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1000;
    display: block;
  }
}

.p-header__menu,
.p-header__menu--service {
  z-index: 1;
  position: absolute;
  top: 85px;
  left: calc(50% - 62.5px);
  width: 125px;
  text-align: left;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__menu--service {
  width: 350px;
  left: calc(50% - 175px);
}
.p-header__menu-item,
.p-header__menu-item--link-none {
  text-align: left;
  border-bottom: 1px solid #fff;
}
.p-header__menu-item a,
.p-header__menu-item--link-none a {
  background-color: #f4f4f4;
  color: #253d65;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.4rem;
}
.p-header__menu-item a:hover,
.p-header__menu-item--link-none a:hover {
  color: #253d65;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.p-header__menu-item:last-child,
.p-header__menu-item--link-none:last-child {
  border-bottom: none;
}
.p-header__menu-item--link-none {
  background-color: #0d2c7b;
  color: #fff;
  padding: 10px 20px;
}

.is-active.p-header__menu,
.is-active.p-header__menu--service {
  opacity: 1;
  display: block;
}

.l-global-nav {
  position: fixed;
  right: -500px;
  /* これで隠れる */
  top: 0;
  width: 480px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 85px;
  background-color: #f4f4f4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    width: 330px;
    right: -350px;
    /* これで隠れる */
  }
}
.l-global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-global-nav__item {
  border-bottom: 1px solid #fff;
}
.l-global-nav__item a,
.l-global-nav__item p {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #253d65;
  font-weight: bold;
  padding: 20px 20px;
}
.l-global-nav__item a:hover,
.l-global-nav__item p:hover {
  background-color: #e9e9e9;
  opacity: 1;
}

.l-accordion__nav {
  background-color: #e9e9e9;
}
.l-accordion__nav-item,
.l-accordion__nav-item--link-none,
.l-accordion__nav-item--align {
  border-bottom: 1px solid #fff;
}
.l-accordion__nav-item a,
.l-accordion__nav-item--link-none a,
.l-accordion__nav-item--align a {
  font-weight: 500;
}
.l-accordion__nav-item--align a {
  position: relative;
  padding-left: 40px;
}
.l-accordion__nav-item--align a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #253d65;
  position: absolute;
  top: 50%;
  left: 25px;
}
.l-accordion__nav-item--link-none {
  background-color: #0d2c7b;
  color: #fff;
  padding: 10px 20px;
}

.hamburger {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 300;
  background-color: #253d65;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.hamburger__line {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 55%;
  max-width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1040px) {
  .hamburger__line {
    width: 50%;
  }
}
.hamburger__line--1 {
  top: 27%;
}
@media screen and (max-width: 767px) {
  .hamburger__line--1 {
    top: 30%;
  }
}
.hamburger__line--2 {
  top: 46%;
}
.hamburger__line--3 {
  top: 67%;
}
@media screen and (max-width: 767px) {
  .hamburger__line--3 {
    top: 64%;
  }
}

/*
.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 100;
background-color: #000;
opacity: 0;
visibility: hidden;
transition: all .6s;
cursor: pointer;
}*/
/* ハンバーガー表示された時用のCSS */
.nav-open .l-global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

/**
 * mixins and functions
 * @version 1.0
 */
/* footer */
.l-footer__main {
  background-color: #efefef;
}
.l-footer__main-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l-footer__right {
  width: 30%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1040px) {
  .l-footer__right {
    width: 100%;
    padding: 20px 10px 20px;
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
    padding: 20px 10px 20px;
    border-left: none;
  }
}
.l-footer__right-inr {
  max-width: 270px;
  margin: 0 auto;
}
.l-footer__logo {
  width: 233px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 180px;
  }
}
.l-footer__name {
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  text-align: center;
}
.l-footer__info {
  font-size: 1.2rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
}
.l-footer__num {
  width: 75px;
}
.l-footer__address {
  width: 100%;
  padding-bottom: 20px;
}
.l-footer__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #333;
  padding: 8px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__contact a:hover {
  background-color: #253d65;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.l-footer__contact a:hover p:before {
  background-image: url(../images/common/cmn-ico-mail01.png);
}
.l-footer__contact p {
  position: relative;
  padding-left: 30px;
}
.l-footer__contact p:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url(../images/common/cmn-ico-mail02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .l-footer__contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    display: none;
  }
}
.l-footer__link {
  display: none;
}
@media screen and (max-width: 1040px) {
  .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-footer__link-item {
  padding-right: 20px;
  position: relative;
}
.l-footer__link-item a {
  color: #6e6e6e;
  font-size: 1.2rem;
}
.l-footer__link-item:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #6e6e6e;
  position: absolute;
  top: 6px;
  right: 9px;
}
.l-footer__link-item:last-child {
  padding-right: 0;
}
.l-footer__link-item:last-child:after {
  display: none;
}
.l-footer__left {
  width: 70%;
  padding: 40px 0;
}
@media screen and (max-width: 1040px) {
  .l-footer__left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    display: none;
  }
}
.l-footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}
.l-footer__nav {
  padding-bottom: 10px;
}
.l-footer__nav-item,
.l-footer__nav-item--align,
.l-footer__nav-item--bold {
  padding-left: 25px;
  line-height: 1.1;
  padding-bottom: 10px;
}
.l-footer__nav-item a,
.l-footer__nav-item--align a,
.l-footer__nav-item--bold a {
  color: #656565;
  font-size: 1.4rem;
}
.l-footer__nav-item:first-child,
.l-footer__nav-item--align:first-child,
.l-footer__nav-item--bold:first-child {
  padding: 0;
}
.l-footer__nav-item:first-child a,
.l-footer__nav-item--align:first-child a,
.l-footer__nav-item--bold:first-child a {
  color: #273f64;
  font-weight: bold;
  position: relative;
}
.l-footer__nav-item:nth-of-type(2),
.l-footer__nav-item--align:nth-of-type(2),
.l-footer__nav-item--bold:nth-of-type(2) {
  margin-top: 10px;
}
.l-footer__nav-item--bold {
  font-weight: bold;
}
.l-footer__nav-item--bold p {
  color: #656565;
  font-size: 1.4rem;
}
.l-footer__nav-item--bold:nth-of-type(n + 3) {
  margin-top: 15px;
}
.l-footer__nav-item--align {
  margin-left: 0.8em;
  text-indent: -0.8em;
}
.l-footer__nav-icon {
  width: 13px;
  height: 13px;
  background-color: #94a0ba;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.l-footer__nav-icon:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 3.3px;
  left: 5px;
}
.l-footer__copy {
  background-color: #0b2975;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
  }
}

/*-----------------------------------------------------------
お問い合わせ
-----------------------------------------------------------*/
.p-contact-tel {
  background-color: #f3f3f3;
  padding: 30px 20px;
  margin-bottom: 100px;
}
.p-contact-tel__list {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__list {
    display: block;
  }
}
.p-contact-tel__item {
  width: calc(96% / 3);
}
@media screen and (max-width: 767px) {
  .p-contact-tel__item {
    width: 100%;
    padding-bottom: 10px;
  }
}
.p-contact-tel__item-ttl {
  font-size: 1.4rem;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .p-contact-tel__item-ttl {
    min-height: auto;
  }
}
.p-contact-tel__item-num a {
  color: #253d65;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  .p-contact-tel__item-num a {
    font-size: 1.8rem;
  }
}
.p-contact-tel__txt {
  text-align: center;
  font-size: 1.4rem;
}

.contact-form {
  width: 100%;
  padding-top: 60px;
}
.contact-form table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.contact-form th,
.contact-form td {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form th,
  .contact-form td {
    display: block;
    width: 100%;
  }
}
.contact-form th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contact-form th {
    padding-bottom: 10px;
  }
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f3f3f3;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form textarea {
  height: 200px;
}
.contact-form-list li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-form-submit {
  text-align: center;
}
.contact-form-submit .txt-note {
  margin-bottom: 30px;
}
.contact-form .submit-btns {
  padding: 60px 0 100px;
}
.contact-form .submit-btn {
  margin-top: 20px;
  text-align: center;
}
.contact-form .back-btn {
  background-color: #888;
  color: #fff;
  margin: 0 auto 20px;
  display: block;
  width: 230px;
  padding: 20px;
}
.contact-form .submit-btn {
  background-color: #253d65;
  color: #fff;
  margin: 0 auto 20px;
  display: block;
  width: 230px;
  padding: 20px;
  font-size: 1.8rem;
}
.contact-form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: none;
}
.contact-form .hissu {
  background-color: #a71428;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-bottom: 7px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form_confirm .contact-form-list .txt-note {
  display: none;
}

/*.dl-contact {
    dl {
        display: flex;
        align-items: center;
        border-bottom: 1px solid $BG_COLOR;
    }
    dt{
        padding: 30px;
        white-space: nowrap;
        flex: 1;
        text-align: left;
        font-size: 17px;
    }
    dd {
        padding: 0 30px;
        margin: 30px 0;
        flex: 2.5;
        border-left: 1px solid $BG_COLOR;
    }
    .t-ttl-inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hissu{
        border: 1px solid $BG_COLOR;
        color: $BLUE01;
        font-size: 14px;
        padding: 5px 10px;
    }
}*/
.p-confirm-txt {
  text-align: center;
}

.p-thanks-txt {
  text-align: center;
  padding: 30px 0 100px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form .submit-btn {
    margin-top: 20px;
    text-align: center;
  }
  .contact-form .btn-back {
    width: 100%;
  }
  .contact-form input[type="submit"].btn-box {
    width: 100%;
  }

  /*.dl-contact {
      dl {
          display: block;
          margin: 0 0 30px;
      }
      dt{
          padding: 0;
          margin-bottom: 20px;
          width: 100%;
      }
      dd {
          padding: 0;
          margin: 0 0 30px;
          width: 100%;
          border-left: none;
      }
      .t-ttl-inner{
          justify-content: flex-start;
      }
      .hissu{
          padding: 2px 10px;
          margin-left: 20px;
      }
  }*/
}
/*-----------------
layout
-----------------*/
.wrapper {
  overflow: hidden;
}

.l-content-container {
  padding-top: 85px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-content-container {
    padding-top: 60px;
  }
}

.breadcrumbs {
  margin: 20px 0 60px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 20px 0 30px;
  }
}
.breadcrumbs a:hover {
  color: #3e455f;
  opacity: 1;
}

/*-----------------
object
-----------------*/
/*-----------------
object--component
-----------------*/
.c-content,
.c-content--small,
.l-footer__main-inr {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-content,
  .c-content--small,
  .l-footer__main-inr {
    width: 90%;
  }
}
.c-content--small {
  max-width: 960px;
}

.c-inner {
  max-width: 1040px;
  width: 95%;
  margin: 0 auto;
}

.c-button01 a,
.p-recruit-occupation__item a,
.p-works-area-link__cell a,
.c-button03 a,
.c-button03--en a,
.c-button02 a,
.c-button02--en a,
.c-button01--large a,
.c-button01--en a {
  width: 320px;
  height: 65px;
  border: 1px solid #0d2c7b;
  color: #0d2c7b;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-button01 a,
  .p-recruit-occupation__item a,
  .p-works-area-link__cell a,
  .c-button03 a,
  .c-button03--en a,
  .c-button02 a,
  .c-button02--en a,
  .c-button01--large a,
  .c-button01--en a {
    width: 230px;
    height: 50px;
    padding: 0 40px;
  }
}
.c-button01 a:after,
.p-recruit-occupation__item a:after,
.p-works-area-link__cell a:after,
.c-button03 a:after,
.c-button03--en a:after,
.c-button02 a:after,
.c-button02--en a:after,
.c-button01--large a:after,
.c-button01--en a:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 5px;
  background-image: url(../images/common/cmn-ico-arrow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
}
@media screen and (max-width: 767px) {
  .c-button01 a:after,
  .p-recruit-occupation__item a:after,
  .p-works-area-link__cell a:after,
  .c-button03 a:after,
  .c-button03--en a:after,
  .c-button02 a:after,
  .c-button02--en a:after,
  .c-button01--large a:after,
  .c-button01--en a:after {
    width: 25px;
  }
}
.c-button01 a:hover,
.p-recruit-occupation__item a:hover,
.p-works-area-link__cell a:hover,
.c-button03 a:hover,
.c-button03--en a:hover,
.c-button02 a:hover,
.c-button02--en a:hover,
.c-button01--large a:hover,
.c-button01--en a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #0d2c7b;
  color: #fff;
  opacity: 1;
}
.c-button01 a:hover:after,
.p-recruit-occupation__item a:hover:after,
.p-works-area-link__cell a:hover:after,
.c-button03 a:hover:after,
.c-button03--en a:hover:after,
.c-button02 a:hover:after,
.c-button02--en a:hover:after,
.c-button01--large a:hover:after,
.c-button01--en a:hover:after {
  background-image: url(../images/common/cmn-ico-arrow02.png);
}
.c-button01--en a {
  font-family: "Roboto", sans-serif;
}
.c-button01--large a {
  width: 500px;
  height: 100px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-button01--large a {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button01--large a:after {
    width: 25px;
    right: 10px;
  }
}

.c-button02 a,
.c-button02--en a {
  border: 1px solid #fff;
  color: #fff;
}
.c-button02 a:after,
.c-button02--en a:after {
  background-image: url(../images/common/cmn-ico-arrow02.png);
}
.c-button02 a:hover,
.c-button02--en a:hover {
  background-color: #fff;
  color: #0d2c7b;
  opacity: 1;
}
.c-button02 a:hover:after,
.c-button02--en a:hover:after {
  background-image: url(../images/common/cmn-ico-arrow01.png);
}
.c-button02--en a {
  font-family: "Roboto", sans-serif;
}

.c-button03 a,
.c-button03--en a {
  background-color: #fff;
}
.c-button03 a:hover,
.c-button03--en a:hover {
  background-color: #0d2c7b;
  color: #fff;
  opacity: 1;
}
.c-button03 a:hover:after,
.c-button03--en a:hover:after {
  background-image: url(../images/common/cmn-ico-arrow02.png);
}
.c-button03--en a {
  font-family: "Roboto", sans-serif;
}

.c-overblue01,
.p-top-service__item.is-active {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-overblue01:before,
.p-top-service__item.is-active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-overblue01:hover,
.p-top-service__item.is-active:hover {
  opacity: 1;
}
.c-overblue01:hover:before,
.p-top-service__item.is-active:hover:before {
  background-color: rgba(19, 54, 144, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-overblue01:before,
  .p-top-service__item.is-active:before {
    background-color: rgba(19, 54, 144, 0.3);
  }
}

.c-overblue02,
.p-top-btm__item a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-overblue02:before,
.p-top-btm__item a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-overblue02:hover,
.p-top-btm__item a:hover {
  opacity: 1;
}
.c-overblue02:hover:before,
.p-top-btm__item a:hover:before {
  background-color: rgba(19, 54, 144, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-overblue02:before,
  .p-top-btm__item a:before {
    background-color: rgba(19, 54, 144, 0.7);
  }
}

.c-heading-2 {
  font-size: 3.3rem;
  color: #253d65;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-heading-2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.c-heading-3 {
  font-size: 2.6rem;
  color: #253d65;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .c-heading-3 {
    font-size: 1.6rem;
  }
}

.c-list-txt__item {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
.c-list-txt__item span {
  font-size: 1.4rem;
}
.c-list-txt__item:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/reason/reason-sec01-icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

/*-----------------
object--component footer上箇所共通
-----------------*/
.c-company-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .c-company-link {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-company-link__item,
.c-company-link__item--access,
.c-company-link__item--results,
.c-company-link__item--history,
.c-company-link__item--message,
.c-company-link__item--philosophy,
.c-company-link__item--company {
  width: calc(100% / 5);
}
@media screen and (max-width: 767px) {
  .c-company-link__item,
  .c-company-link__item--access,
  .c-company-link__item--results,
  .c-company-link__item--history,
  .c-company-link__item--message,
  .c-company-link__item--philosophy,
  .c-company-link__item--company {
    width: calc(100% / 2);
  }
}
.c-company-link__item a,
.c-company-link__item--access a,
.c-company-link__item--results a,
.c-company-link__item--history a,
.c-company-link__item--message a,
.c-company-link__item--philosophy a,
.c-company-link__item--company a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-company-link__item a,
  .c-company-link__item--access a,
  .c-company-link__item--results a,
  .c-company-link__item--history a,
  .c-company-link__item--message a,
  .c-company-link__item--philosophy a,
  .c-company-link__item--company a {
    font-size: 1.4rem;
    height: 100px;
  }
}
.c-company-link__item a:hover,
.c-company-link__item--access a:hover,
.c-company-link__item--results a:hover,
.c-company-link__item--history a:hover,
.c-company-link__item--message a:hover,
.c-company-link__item--philosophy a:hover,
.c-company-link__item--company a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-company-link__item--company a {
  background-image: url(../images/common/cmn-company-list01.jpg);
}
.c-company-link__item--philosophy a {
  background-image: url(../images/common/cmn-company-list02.jpg);
}
.c-company-link__item--message a {
  background-image: url(../images/common/cmn-company-list03.jpg);
}
.c-company-link__item--history a {
  background-image: url(../images/common/cmn-company-list04.jpg);
}
.c-company-link__item--results a {
  background-image: url(../images/common/cmn-company-list06.jpg);
}
.c-company-link__item--access a {
  background-image: url(../images/common/cmn-company-list05.jpg);
}
@media screen and (max-width: 767px) {
  .c-company-link__item:last-child,
  .c-company-link__item--company:last-child,
  .c-company-link__item--philosophy:last-child,
  .c-company-link__item--message:last-child,
  .c-company-link__item--history:last-child,
  .c-company-link__item--results:last-child,
  .c-company-link__item--access:last-child {
    width: 100%;
  }
}

.c-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-service-list {
    display: block;
  }
}
.c-service-list__box,
.c-service-list__box--consulting,
.c-service-list__box--project-management,
.c-service-list__box--loan,
.c-service-list__box--oda {
  width: calc(100% / 3);
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-service-list__box,
  .c-service-list__box--consulting,
  .c-service-list__box--project-management,
  .c-service-list__box--loan,
  .c-service-list__box--oda {
    width: 100%;
    height: 160px;
  }
}
.c-service-list__box a,
.c-service-list__box--consulting a,
.c-service-list__box--project-management a,
.c-service-list__box--loan a,
.c-service-list__box--oda a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1040px) {
  .c-service-list__box a,
  .c-service-list__box--consulting a,
  .c-service-list__box--project-management a,
  .c-service-list__box--loan a,
  .c-service-list__box--oda a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service-list__box a,
  .c-service-list__box--consulting a,
  .c-service-list__box--project-management a,
  .c-service-list__box--loan a,
  .c-service-list__box--oda a {
    font-size: 2.2rem;
  }
}
.c-service-list__box--oda {
  background-image: url(../images/common/cmn-service-list01.jpg);
}
.c-service-list__box--loan {
  background-image: url(../images/common/cmn-service-list02.jpg);
}
.c-service-list__box--project-management {
  background-image: url(../images/common/cmn-service-list03.jpg);
}
.c-service-list__box--consulting {
  background-image: url(../images/common/cmn-service-list04.jpg);
}
.c-service-list__box:hover,
.c-service-list__box--oda:hover,
.c-service-list__box--loan:hover,
.c-service-list__box--project-management:hover,
.c-service-list__box--consulting:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-contact-box {
  background-image: url(../images/common/cmn-contact-box-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 20px 90px;
}
@media screen and (max-width: 767px) {
  .c-contact-box {
    padding: 30px 20px 60px;
  }
}
.c-contact-box__ttl-en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 0.6rem;
  text-shadow: 1px 2px 6px rgba(154, 117, 58, 0.5);
}
@media screen and (max-width: 767px) {
  .c-contact-box__ttl-en {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.c-contact-box__ttl-jp {
  font-size: 1.4rem;
  text-align: center;
  text-shadow: 1px 2px 6px rgba(154, 117, 58, 0.5);
  letter-spacing: 0.16rem;
  padding-bottom: 30px;
}
.c-contact-box__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-contact-box__main {
    display: block;
    max-width: 100%;
  }
}
.c-contact-box__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-contact-box__item {
    width: 100%;
  }
}
.c-contact-box__item:nth-of-type(1) {
  padding-right: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contact-box__item:nth-of-type(1) {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.c-contact-box__item:nth-of-type(1):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 125px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-contact-box__item:nth-of-type(1):before {
    display: none;
  }
}
.c-contact-box__item:nth-of-type(2) {
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .c-contact-box__item:nth-of-type(2) {
    padding-left: 0;
  }
}
.c-contact-box__item-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-shadow: 1px 2px 6px rgba(154, 117, 58, 0.5);
  letter-spacing: 0.16rem;
  text-align: center;
  padding-bottom: 20px;
}
.c-contact-box__tel {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.16rem;
  padding-left: 35px;
}
@media screen and (max-width: 1040px) {
  .c-contact-box__tel {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-box__tel {
    font-size: 2.6rem;
  }
}
.c-contact-box__tel:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 28px;
  background-image: url(../images/common/cmn-ico-tel01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 14.5px);
  left: 0;
}
.c-contact-box__mail {
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.14rem;
}
.c-contact-box__mail:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 21px;
  background-image: url(../images/common/cmn-ico-mail01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10.5px);
  left: 0;
}
.c-contact-box__btn a {
  background-color: #253d65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 105px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-contact-box__btn a {
    height: 80px;
  }
}
.c-contact-box__btn a:hover {
  background-color: #fff;
  color: #253d65;
  opacity: 1;
}
.c-contact-box__btn a:hover .c-contact-box__tel:before {
  background-image: url(../images/common/cmn-ico-tel02.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-contact-box__btn a:hover .c-contact-box__mail:before {
  background-image: url(../images/common/cmn-ico-mail03.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*-----------------
object--project top
-----------------*/
.p-main-visual {
  background-image: url(../images/top/top-mv01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    height: auto;
    padding-top: 96%;
    background-image: url(../images/top/top-mv01-sp.jpg);
  }
}
.p-main-visual__msg {
  position: absolute;
  bottom: 160px;
  left: 120px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-main-visual__msg {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__msg {
    bottom: 100px;
    left: 20px;
  }
}
.p-main-visual__main {
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px rgba(154, 117, 58, 0.2);
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 1040px) {
  .p-main-visual__main {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__main {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.p-main-visual__main:after {
  content: "";
  display: inline-block;
}
.p-main-visual__sub {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  text-shadow: 1px 2px 3px rgba(154, 117, 58, 0.2);
  position: relative;
  padding-top: 5px;
}
@media screen and (max-width: 1040px) {
  .p-main-visual__sub {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__sub {
    font-size: 1rem;
  }
}
.p-main-visual__sub:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 850px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1040px) {
  .p-main-visual__sub:before {
    width: 110%;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-main-visual__sub:before {
    width: 110%;
    left: -20px;
  }
}

.p-page-visual,
.p-page-visual--chart,
.p-page-visual--recruit,
.p-page-visual--contact,
.p-page-visual--confirm,
.p-page-visual--thanks,
.p-page-visual--works,
.p-page-visual--projedct-report,
.p-page-visual--topics,
.p-page-visual--consulting,
.p-page-visual--oda,
.p-page-visual--oda-results,
.p-page-visual--loan,
.p-page-visual--loan-results,
.p-page-visual--project-management,
.p-page-visual--project-management-results,
.p-page-visual--sdgs,
.p-page-visual--reason,
.p-page-visual--service,
.p-page-visual--company,
.p-page-visual--philosophy,
.p-page-visual--message,
.p-page-visual--history,
.p-page-visual--results,
.p-page-visual--access {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page-visual,
  .p-page-visual--chart,
  .p-page-visual--recruit,
  .p-page-visual--contact,
  .p-page-visual--confirm,
  .p-page-visual--thanks,
  .p-page-visual--works,
  .p-page-visual--projedct-report,
  .p-page-visual--topics,
  .p-page-visual--consulting,
  .p-page-visual--oda,
  .p-page-visual--oda-results,
  .p-page-visual--loan,
  .p-page-visual--loan-results,
  .p-page-visual--project-management,
  .p-page-visual--project-management-results,
  .p-page-visual--sdgs,
  .p-page-visual--reason,
  .p-page-visual--service,
  .p-page-visual--company,
  .p-page-visual--philosophy,
  .p-page-visual--message,
  .p-page-visual--history,
  .p-page-visual--results,
  .p-page-visual--access {
    height: 200px;
  }
}
.p-page-visual__msg {
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 1px 2px 6px rgba(154, 117, 58, 0.5);
  letter-spacing: 0.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-page-visual__msg {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-visual__msg {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}
.p-page-visual--company,
.p-page-visual--philosophy,
.p-page-visual--message,
.p-page-visual--history,
.p-page-visual--results,
.p-page-visual--access {
  background-image: url(../images/mainvisual/company.jpg);
}
.p-page-visual--service {
  background-image: url(../images/mainvisual/service.jpg);
}
.p-page-visual--reason {
  background-image: url(../images/mainvisual/reason.jpg);
}
.p-page-visual--sdgs {
  background-image: url(../images/mainvisual/sdgs.jpg);
  background-position: right;
}
.p-page-visual--oda,
.p-page-visual--oda-results,
.p-page-visual--loan,
.p-page-visual--loan-results,
.p-page-visual--project-management,
.p-page-visual--project-management-results {
  background-image: url(../images/mainvisual/oda.jpg);
}
.p-page-visual--consulting {
  background-image: url(../images/mainvisual/consulting.jpg);
}
.p-page-visual--topics {
  background-image: url(../images/mainvisual/topics.jpg);
  background-position: right;
}
.p-page-visual--projedct-report {
  background-image: url(../images/mainvisual/projedct-report.jpg);
}
.p-page-visual--works {
  background-image: url(../images/mainvisual/works.jpg);
}
.p-page-visual--recruit,
.p-page-visual--contact,
.p-page-visual--confirm,
.p-page-visual--thanks {
  background-image: url(../images/mainvisual/recruit.jpg);
}
.p-page-visual--chart {
  background-image: url(../images/mainvisual/chart.jpg);
}

.p-top-heading__main,
.p-top-heading__main--center {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  color: #3e455f;
  letter-spacing: 0.3rem;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-heading__main,
  .p-top-heading__main--center {
    font-size: 3.5rem;
  }
}
.p-top-heading__main:after,
.p-top-heading__main--center:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top-heading__main--center {
  text-align: center;
}
.p-top-heading__main--center:after {
  left: calc(50% - 12.5px);
}
.p-top-heading__sub,
.p-top-heading__sub--center {
  color: #3e455f;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.p-top-heading__sub--center {
  text-align: center;
}

.p-top-section01 {
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .p-top-section01 {
    padding: 40px 0 60px;
  }
}

.p-top-news {
  padding: 20px 0 40px;
}
.p-top-news__item {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    padding: 15px 0 5px;
  }
}
.p-top-news__item:first-child {
  border-top: 1px solid #eeeeee;
}
.p-top-news__item a {
  display: inline-block;
  width: 100%;
}
.p-top-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-top-news__box {
    padding: 0 10px;
  }
}
.p-top-news__date {
  color: #0d2c7b;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding-right: 20px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__date {
    letter-spacing: 0.1rem;
  }
}
.p-top-news__cat {
  border: 1px solid #0d2c7b;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  color: #0d2c7b;
  padding: 2px 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-news__cat {
    font-size: 1.2rem;
  }
}
.p-top-news__cat--red {
  border-color: #a71428;
  color: #a71428;
}
.p-top-news__ttl {
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    padding: 10px 10px;
  }
}

.p-top-section02 {
  background-image: url(../images/top/top-service-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 65px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-top-section02 {
    padding: 40px 0 140px;
  }
}

.p-top-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-top-service__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 50px 40px 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-service__item {
    width: 100%;
    padding: 30px 20px;
  }
}
.p-top-service__item:nth-of-type(1) {
  background-image: url(../images/top/top-service-bg03.jpg);
}
.p-top-service__item:nth-of-type(2) {
  background-image: url(../images/top/top-service-bg02.jpg);
}
.p-top-service__item.is-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-service__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.p-top-service__ttl {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.6rem;
  }
}
.p-top-service__txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__txt {
    font-size: 1.2rem;
    letter-spacing: 0rem;
    text-align: center;
    font-weight: 500;
    display: block;
  }
}
.p-top-service .c-button02,
.p-top-service .c-button02--en {
  max-width: 320px;
  margin: 30px auto 0;
}

.p-top-section03 {
  padding: 85px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-top-section03 {
    padding: 60px 0 100px;
  }
}

.p-top-sdgs {
  padding-top: 85px;
  background-image: url(../images/top/top-sdgs-map01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-sdgs {
    padding-top: 0;
    background-position: top;
  }
}
.p-top-sdgs__txt {
  text-align: center;
  padding: 40px 0 80px;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-top-sdgs__txt {
    line-height: 3;
    padding: 40px 0 40px;
  }
}

.p-top-section04 {
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-section04 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-section04 .p-top-heading__main--center {
    line-height: 1.1;
    padding-bottom: 10px;
  }
}
.p-top-section04:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f1f5f8;
  width: 85%;
  height: 650px;
  z-index: -1;
}

.p-top-project {
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .p-top-project {
    padding-top: 60px;
  }
}
.p-top-project__slider-item {
  margin: 75px 30px 90px;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-item {
    margin: 40px 30px 60px;
  }
}
.p-top-project__slider-inr {
  margin: 0 auto;
  height: 100%;
  padding: 30px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(172, 181, 187, 0.5);
  box-shadow: 0px 0px 20px rgba(172, 181, 187, 0.5);
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-inr {
    padding: 25px 25px;
  }
}
.p-top-project__slider-img {
  height: 220px;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-img {
    height: 180px;
  }
}
.p-top-project__slider-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-img img {
    height: 180px;
  }
}
.p-top-project__slider-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  color: #0c3b66;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-ttl {
    font-size: 1.8rem;
    padding: 20px 0 10px;
  }
}
.p-top-project__slider-arrow,
.p-top-project__slider-arrow--next,
.p-top-project__slider-arrow--prev {
  background-color: rgba(0, 0, 0, 0.4);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-project__slider-arrow:hover,
.p-top-project__slider-arrow--next:hover,
.p-top-project__slider-arrow--prev:hover {
  background-color: #253d65;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-arrow,
  .p-top-project__slider-arrow--next,
  .p-top-project__slider-arrow--prev {
    width: 40px;
    height: 40px;
  }
}
.p-top-project__slider-arrow:before,
.p-top-project__slider-arrow--next:before,
.p-top-project__slider-arrow--prev:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
  left: 21px;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-arrow:before,
  .p-top-project__slider-arrow--next:before,
  .p-top-project__slider-arrow--prev:before {
    top: 14px;
    left: 14px;
  }
}
.p-top-project__slider-arrow--prev {
  left: 10%;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-arrow--prev {
    left: 2%;
  }
}
.p-top-project__slider-arrow--prev:before {
  border-width: 6.5px 9px 6.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-arrow--prev:before {
    border-width: 6px 8px 6px 0;
  }
}
.p-top-project__slider-arrow--next {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-arrow--next {
    right: 2%;
  }
}
.p-top-project__slider-arrow--next:before {
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .p-top-project__slider-arrow--next:before {
    border-width: 6px 0 6px 8px;
  }
}

.p-top-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 70px;
  }
}
.p-top-btm__item {
  width: 100%;
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-btm__item {
    width: 100%;
    height: 140px;
  }
}
.p-top-btm__item:nth-of-type(1) {
  background-image: url(../images/top/top-btm-bg01.jpg);
}
@media screen and (max-width: 767px) {
  .p-top-btm__item:nth-of-type(1) {
    margin-bottom: 2px;
  }
}
.p-top-btm__item:nth-of-type(2) {
  background-image: url(../images/top/top-btm-bg02.jpg);
}
.p-top-btm__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-top-btm__inr {
  position: relative;
  z-index: 1;
}
.p-top-btm__ttl {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 0.3rem;
  padding-bottom: 10px;
  line-height: 1.1;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1040px) {
  .p-top-btm__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-btm__ttl {
    font-size: 2.8rem;
    padding-bottom: 5px;
  }
}
.p-top-btm__txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-btm__txt {
    font-size: 1.2rem;
  }
}

/*-----------------
object--project 下層
-----------------*/
.p-company-list {
  padding: 70px 0 125px;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-company-list {
    padding: 30px 0 60px;
  }
}
.p-company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-company-list__item:last-child {
    border-bottom: none;
    padding: 20px 0 0 0;
  }
}
.p-company-list__ttl {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-company-list__ttl {
    width: 100px;
    padding-bottom: 10px;
  }
}
.p-company-list__txt {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .p-company-list__txt {
    width: calc(100% - 100px);
  }
}

.p-company-post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company-post__item {
    display: block;
    padding-bottom: 10px;
  }
}
.p-company-post__ttl {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .p-company-post__ttl {
    width: 100%;
  }
}
.p-company-post__txt {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .p-company-post__txt {
    width: 100%;
  }
}

.p-message-name {
  padding: 50px 0 100px;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.p-message-name span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message-name {
    padding: 30px 0 60px;
  }
  .p-message-name span {
    font-size: 1.8rem;
  }
}
.p-message-name ruby {
  ruby-position: under;
}
.p-message-name > figure {
  max-width: 150px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-message-name > figure {
    width: 35%;
  }
}

.p-philosophy {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    margin-bottom: 60px;
  }
}
.p-philosophy-txt {
  font-weight: bold;
  font-size: 3rem;
  color: #253d65;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-philosophy-txt {
    font-size: 2rem;
  }
}
.p-philosophy ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.p-history-txt {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-history-txt {
    padding-bottom: 60px;
  }
}

.p-results-top {
  padding: 50px 0 60px;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-results-top {
    padding: 30px 0 40px;
  }
}

.p-results-img02 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-results-img02 {
    padding: 60px 0;
  }
}

.p-access-name {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-access-name {
    padding-bottom: 20px;
  }
}

.p-access-address {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-access-address {
    padding-bottom: 30px;
  }
}

.p-access-map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-access-map {
    height: 0;
    padding-top: 55%;
    margin-bottom: 60px;
  }
}
.p-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-service-main {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .p-service-main {
    padding-bottom: 100px;
  }
}
.p-service-main__item {
  position: relative;
  padding: 90px 0 0 0;
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .p-service-main__item {
    margin-bottom: 250px;
    padding: 0;
  }
}
.p-service-main__item:nth-of-type(2n - 1) .p-service-main__img {
  left: -160px;
}
@media screen and (max-width: 767px) {
  .p-service-main__item:nth-of-type(2n - 1) .p-service-main__img {
    left: -5.5%;
  }
}
.p-service-main__item:nth-of-type(2n - 1) .p-service-main__box {
  margin-left: auto;
}
.p-service-main__item:nth-of-type(2n) .p-service-main__img {
  right: -160px;
}
@media screen and (max-width: 767px) {
  .p-service-main__item:nth-of-type(2n) .p-service-main__img {
    right: -5.5%;
  }
}
.p-service-main__item:nth-of-type(1) .p-service-main__img {
  background-image: url(../images/service/service-sec01-img01.jpg);
  background-position: center;
}
.p-service-main__item:nth-of-type(2) .p-service-main__img {
  background-image: url(../images/service/service-sec01-img02.jpg);
  background-position: right;
}
.p-service-main__item:nth-of-type(3) .p-service-main__img {
  background-image: url(../images/service/service-sec01-img03.jpg);
  background-position: right;
}
.p-service-main__item:nth-of-type(4) {
  margin-bottom: 0;
}
.p-service-main__item:nth-of-type(4) .p-service-main__img {
  background-image: url(../images/service/service-sec01-img04.jpg);
  background-position: right;
}
@media screen and (max-width: 767px) {
  .p-service-main__item:first-child {
    margin-top: 210px;
  }
}
.p-service-main__img {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 776px;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .p-service-main__img {
    width: 100vw;
    height: 200px;
    top: -180px;
  }
}
.p-service-main__box {
  background-color: #f1f5f8;
  width: 59%;
  min-height: 550px;
  position: relative;
  z-index: 2;
  padding: 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-main__box {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
    margin-top: 180px;
  }
}
.p-service-main__boxinr {
  max-width: 580px;
  margin: 0 auto;
}
.p-service-main__num {
  color: #8c8c8c;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  padding-bottom: 15px;
}
.p-service-main__ttl {
  color: #0c3b66;
  font-weight: bold;
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-service-main__ttl {
    font-size: 2.4rem;
  }
}
.p-service-main__ttl:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 2px;
  background-color: #0c3b66;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-service-main__txt {
  line-height: 2;
}
.p-service-main__link {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service-main__link {
    display: block;
  }
}
.p-service-main__link .c-button03,
.p-service-main__link .c-button03--en {
  width: calc(96% / 2);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-service-main__link .c-button03,
  .p-service-main__link .c-button03--en {
    width: 100%;
  }
}
.p-service-main__link .c-button03 a,
.p-service-main__link .c-button03--en a {
  width: 100%;
}

.p-oda-sec01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-oda-sec01 {
    padding-bottom: 60px;
  }
}
.p-oda-sec01__top {
  padding-bottom: 90px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-oda-sec01__top {
    padding-bottom: 50px;
  }
}
.p-oda-sec01__img {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-oda-sec01__img {
    padding-bottom: 50px;
  }
}

.p-oda-results-sec01 {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01 {
    padding-bottom: 60px;
  }
}
.p-oda-results-sec01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 0;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01__item {
    display: block;
    padding: 30px 0;
  }
}
.p-oda-results-sec01__item:first-child {
  padding: 0 0 70px 0;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01__item:first-child {
    padding: 0 0 30px 0;
  }
}
.p-oda-results-sec01__item:last-child {
  border-bottom: none;
  padding: 70px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01__item:last-child {
    padding: 30px 0 60px 0;
  }
}
.p-oda-results-sec01__main {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01__main {
    width: 100%;
  }
}
.p-oda-results-sec01__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01__img {
    width: 100%;
    margin-top: 30px;
  }
}
.p-oda-results-sec01__ttl {
  font-weight: bold;
  color: #253d65;
  font-size: 2.6rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-oda-results-sec01__ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.p-oda-results-sec01__txt {
  font-size: 1.8rem;
  padding-bottom: 30px;
}
.p-oda-results-sec01__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.p-oda-results-sec01__cell-ttl {
  background-color: #7c8ba3;
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 35px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.p-oda-results-sec01__cell-txt {
  font-size: 2rem;
}

.p-loan-sec01 {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-loan-sec01 {
    padding-bottom: 70px;
  }
}
.p-loan-sec01__top {
  padding-bottom: 80px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-loan-sec01__top {
    padding-bottom: 40px;
  }
}
.p-loan-sec01__img {
  background-color: #eff5fb;
  border-radius: 22px;
  padding: 30px 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-loan-sec01__img {
    margin-bottom: 60px;
  }
}

.p-project-management-sec01 {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-project-management-sec01 {
    padding-bottom: 70px;
  }
}
.p-project-management-sec01__top {
  max-width: 900px;
  margin: 0 auto;
}
.p-project-management-sec01__grid {
  background-color: #eff5fb;
  border-radius: 22px;
  padding: 30px 20px;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-project-management-sec01__grid {
    margin: 50px 0;
  }
}
.p-project-management-sec01__main {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-project-management-sec01__main {
    padding-bottom: 30px;
  }
}
.p-project-management-sec01__main-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-project-management-sec01__main-inr {
    display: block;
  }
}
.p-project-management-sec01__main-img {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-project-management-sec01__main-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-project-management-sec01__main-img img {
  max-width: 440px;
}
.p-project-management-sec01__main-list {
  width: 53%;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-project-management-sec01__main-list {
    width: 100%;
  }
}
.p-project-management-sec01__list-ttl {
  font-size: 2.2rem;
  padding-bottom: 25px;
}

.p-consulting-sec01__top {
  padding: 40px 0 70px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec01__top {
    padding: 30px 0 50px;
  }
}
.p-consulting-sec01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec01__list {
    display: block;
  }
}
.p-consulting-sec01__box {
  width: calc(94% / 3);
}
@media screen and (max-width: 767px) {
  .p-consulting-sec01__box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-consulting-sec01__box:last-child {
  width: 100%;
  padding: 70px 0 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec01__box:last-child {
    padding: 0 0 20px 0;
  }
}
.p-consulting-sec01__box:last-child .c-list-txt {
  display: inline-block;
  text-align: left;
}
.p-consulting-sec01__txt {
  padding: 20px 5px;
}
.p-consulting-sec01__ttl {
  font-size: 2.5rem;
  color: #253d65;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec01__ttl {
    font-size: 2.2rem;
  }
}

.p-consulting-sec02 {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02 {
    padding-bottom: 70px;
  }
}
.p-consulting-sec02__box {
  background-color: #f1f5f8;
  border-radius: 22px;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__box {
    padding: 30px 10px;
  }
}
.p-consulting-sec02__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #253d65;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__ttl {
    font-size: 2.2rem;
  }
}
.p-consulting-sec02__txt {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__txt {
    padding-bottom: 30px;
  }
}
.p-consulting-sec02__inr {
  background-color: #fff;
  border-radius: 22px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__inr {
    padding: 10px 5px;
  }
}
.p-consulting-sec02__img {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
}
.p-consulting-sec02__link {
  background-image: url(../images/consulting/consulting-sec02-img02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1157px;
  margin: 95px auto 65px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__link {
    background-position: center;
    margin: 60px auto 60px;
  }
}
.p-consulting-sec02__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 10px 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__link a {
    padding: 30px 10px;
  }
}
.p-consulting-sec02__link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-consulting-sec02__link-top {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__link-top {
    font-size: 1.4rem;
  }
}
.p-consulting-sec02__link-ttl {
  font-size: 3rem;
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-consulting-sec02__link-ttl {
    text-align: center;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.p-reason-main {
  padding-top: 50px;
}
.p-reason-main__item {
  position: relative;
  min-height: 540px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-reason-main__item {
    min-height: auto;
    margin-bottom: 250px;
  }
}
.p-reason-main__item:nth-of-type(2n - 1) .p-reason-main__img {
  right: -160px;
}
@media screen and (max-width: 767px) {
  .p-reason-main__item:nth-of-type(2n - 1) .p-reason-main__img {
    right: -5.5%;
  }
}
.p-reason-main__item:nth-of-type(2n) .p-reason-main__img {
  left: -160px;
}
@media screen and (max-width: 767px) {
  .p-reason-main__item:nth-of-type(2n) .p-reason-main__img {
    left: -5.5%;
  }
}
.p-reason-main__item:nth-of-type(2n) .p-reason-main__box {
  margin-left: auto;
}
.p-reason-main__item:nth-of-type(2n) .p-reason-main__boxinr {
  margin-left: auto;
}
.p-reason-main__item:nth-of-type(1) .p-reason-main__img {
  background-image: url(../images/reason/reason-sec01-img01.jpg);
}
.p-reason-main__item:nth-of-type(2) .p-reason-main__img {
  background-image: url(../images/reason/reason-sec01-img02.jpg);
}
.p-reason-main__item:nth-of-type(3) .p-reason-main__img {
  background-image: url(../images/reason/reason-sec01-img03.jpg);
}
@media screen and (max-width: 767px) {
  .p-reason-main__item:last-child {
    margin-bottom: 80px;
  }
}
.p-reason-main__img {
  position: absolute;
  top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 780px;
  width: 61%;
  height: 440px;
}
@media screen and (max-width: 767px) {
  .p-reason-main__img {
    width: 100vw;
    height: 200px;
    top: -180px;
  }
}
.p-reason-main__box {
  background-color: #f1f5f8;
  width: 65%;
  min-height: 345px;
  padding: 70px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reason-main__box {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
    margin-top: 180px;
    position: relative;
  }
}
.p-reason-main__num {
  color: #aaaaaa;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  max-width: 200px;
}
.p-reason-main__num:before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
}
.p-reason-main__ttl {
  color: #253d65;
  font-weight: bold;
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason-main__ttl {
    font-size: 2.2rem;
  }
}
.p-reason-main__list-item {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
.p-reason-main__list-item span {
  font-size: 1.4rem;
}
.p-reason-main__list-item:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/reason/reason-sec01-icon04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}

.p-reason-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-reason-link {
    display: block;
    margin-bottom: 100px;
  }
}
.p-reason-link .c-button03,
.p-reason-link .c-button03--en {
  width: calc(96% / 2);
}
@media screen and (max-width: 767px) {
  .p-reason-link .c-button03,
  .p-reason-link .c-button03--en {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-reason-link .c-button03 a,
.p-reason-link .c-button03--en a {
  width: 100%;
  height: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-reason-link .c-button03 a,
  .p-reason-link .c-button03--en a {
    font-size: 1.8rem;
  }
}

.p-chart-sec01__top {
  padding: 30px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-chart-sec01__top {
    padding: 20px 0 40px;
  }
}

.p-chart-grid {
  margin-bottom: 160px;
  width: 100%;
}
.p-chart-grid__box {
  padding: 30px;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  background-color: #f1f5f8;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__box {
    padding: 30px 10px;
  }
}
.p-chart-grid__box:nth-of-type(n + 2) {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-chart-grid__box.fit {
  width: 100%;
  display: block;
}
.p-chart-grid__ttl {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__ttl {
    padding: 20px 10px;
  }
}
.p-chart-grid__ttl span {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  color: #0d2c7b;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__ttl span {
    font-size: 3.6rem;
  }
}
.p-chart-grid__ttl .c-contact-box {
  background-image: none;
  background-color: #253d65;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}
.p-chart-grid__ttl .c-contact-box__ttl-en {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
}
.p-chart-grid__ttl .c-contact-box__item-ttl {
  letter-spacing: 0.1rem;
}
.p-chart-grid__ttl .c-contact-box__tel {
  font-size: 2.2rem;
}
.p-chart-grid__ttl .c-contact-box__tel:before {
  background-image: url(../images/common/cmn-ico-tel02.png);
}
.p-chart-grid__ttl .c-contact-box__mail:before {
  background-image: url(../images/common/cmn-ico-mail03.png);
}
.p-chart-grid__ttl .c-contact-box__btn a {
  background-color: #fff;
  color: #253d65;
  border: 2px solid #fff;
}
.p-chart-grid__ttl .c-contact-box__btn:hover {
  opacity: 1;
}
.p-chart-grid__ttl .c-contact-box__btn:hover a {
  background: #253d65;
  color: #fff;
}
.p-chart-grid__ttl .c-contact-box__btn:hover .c-contact-box__tel:before {
  background-image: url(../images/common/cmn-ico-tel01.png);
}
.p-chart-grid__ttl .c-contact-box__btn:hover .c-contact-box__mail:before {
  background-image: url(../images/common/cmn-ico-mail01.png);
}
.p-chart-grid__answer {
  padding-bottom: 10px;
  display: inline-block;
}
.p-chart-grid__ttl-main {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__ttl-main {
    font-size: 2.2rem;
  }
}
.p-chart-grid__ttl-min {
  font-size: 1.6rem;
  padding: 30px 0;
  text-align: left;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__ttl-min {
    font-size: 1.6rem;
  }
}
.p-chart-grid__link {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-chart-grid__cell {
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  text-align: center;
  line-height: 280px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__cell {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}
.p-chart-grid__cell a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-chart-grid__cell a {
    font-size: 3rem;
  }
}
.p-chart-grid__cell:nth-of-type(1) {
  background: #364f8e;
}
.p-chart-grid__cell:nth-of-type(2) {
  background: #979a9c;
}

.p-sdgs-top {
  background-color: #f1f5f8;
  border-radius: 22px;
  padding: 50px 30px;
  max-width: 1080px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-top {
    padding: 30px 20px;
    margin: 30px 0 60px;
  }
}
.p-sdgs-top__ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-top__ttl {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
.p-sdgs-top__txt {
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs-top__txt {
    font-size: 1.5rem;
  }
}

.p-sdgs-sec02 {
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02 {
    padding-bottom: 60px;
  }
}
.p-sdgs-sec02__top {
  max-width: 606px;
  margin: 0 auto;
  padding-bottom: 45px;
}
.p-sdgs-sec02__ttl {
  text-align: center;
  font-weight: bold;
  color: #253d65;
  font-size: 3rem;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__ttl {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
.p-sdgs-sec02__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__grid {
    display: block;
  }
}
.p-sdgs-sec02__item {
  width: 50%;
  padding: 25px;
  border: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__item {
    width: 100%;
    display: block;
  }
}
.p-sdgs-sec02__item:nth-of-type(4n) {
  background-color: #f3f3f3;
}
.p-sdgs-sec02__item:nth-of-type(4n) .p-sdgs-sec02__box-num:before {
  border-color: transparent #f3f3f3 transparent transparent;
}
.p-sdgs-sec02__item:nth-of-type(4n + 1) {
  background-color: #f3f3f3;
}
.p-sdgs-sec02__item:nth-of-type(4n + 1) .p-sdgs-sec02__box-num:before {
  border-color: transparent #f3f3f3 transparent transparent;
}
.p-sdgs-sec02__item:nth-of-type(4n - 1) .p-sdgs-sec02__box-num:before {
  border-color: transparent #fff transparent transparent;
}
.p-sdgs-sec02__item:nth-of-type(4n - 2) .p-sdgs-sec02__box-num:before {
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__item:nth-of-type(2n - 1) {
    background-color: #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__item:nth-of-type(2n - 1) .p-sdgs-sec02__box-num:before {
    border-color: transparent #f3f3f3 transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__item:nth-of-type(2n) {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__item:nth-of-type(2n) .p-sdgs-sec02__box-num:before {
    border-color: transparent #f3f3f3 transparent transparent;
  }
}
.p-sdgs-sec02__box-img {
  width: 154px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__box-img {
    margin: 0 auto 20px;
  }
}
.p-sdgs-sec02__box-main {
  width: calc(100% - 154px);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__box-main {
    width: 100%;
    padding-left: 0;
  }
}
.p-sdgs-sec02__box-num {
  background-color: #919191;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 80px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.p-sdgs-sec02__box-num:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 12px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.p-sdgs-sec02__box-ttl {
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec02__box-ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-sdgs-sec03 {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03 {
    padding-bottom: 60px;
  }
}
.p-sdgs-sec03__top {
  padding: 25px 0 35px;
  font-size: 1.8rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__top {
    font-size: 1.6rem;
  }
}
.p-sdgs-sec03__subttl {
  color: #253d65;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__subttl {
    font-size: 2rem;
  }
}
.p-sdgs-sec03__subtxt {
  text-align: center;
  padding-bottom: 50px;
}
.p-sdgs-sec03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__item {
    display: block;
    padding: 20px 15px;
  }
}
.p-sdgs-sec03__item:nth-of-type(2n - 1) {
  background-color: #f3f3f3;
}
.p-sdgs-sec03__item-ttl {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__item-ttl {
    padding: 0 0 20px 0;
  }
}
.p-sdgs-sec03__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-sdgs-sec03__cell {
  width: 117px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__cell {
    width: calc(96% / 5);
    margin-left: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec03__cell:last-child {
    margin-right: 0;
  }
}

.p-sdgs-sec04 {
  padding-bottom: 130px;
}
.p-sdgs-sec04__top {
  padding: 25px 0 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec04__top {
    padding: 20px 0 30px;
  }
}
.p-sdgs-sec04__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 160px 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec04__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
  }
}
.p-sdgs-sec04__box {
  width: calc(96% / 4);
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec04__box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-sdgs-sec04__img {
  text-align: center;
}
.p-sdgs-sec04__img img {
  max-width: 265px;
  margin: 0 auto;
}
.p-sdgs-sec04__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs-sec04__ttl {
    font-size: 1.6rem;
  }
}
.p-sdgs-sec04__ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #def7ff));
  background: linear-gradient(transparent 60%, #def7ff 0%);
}
.p-sdgs-sec04__last {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 25px;
}

.c-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-topics__list:after {
  content: "";
  display: block;
  width: calc(96% / 3);
}
.c-topics__item {
  width: calc(96% / 3);
  border: 1px solid #ececec;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-topics__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.c-topics__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333333;
}
.c-topics__img img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.c-topics__box {
  padding: 35px 20px 30px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-topics__box {
    padding: 20px 15px;
  }
}
.c-topics__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-topics__ttl {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}
.c-topics__date {
  font-size: 1.4rem;
  padding-top: 15px;
  margin-top: auto;
}

.p-single-topics__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  color: #253d65;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-single-topics__ttl {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
.p-single-topics__box {
  line-height: 2;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-single-topics__box {
    padding-bottom: 30px;
  }
}
.p-single-topics__date {
  text-align: right;
  padding-bottom: 130px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-single-topics__date {
    padding-bottom: 60px;
  }
}

.p-projedct-report {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.p-projedct-report__ttl {
  background-color: #f3f3f3;
  padding: 70px 0 60px;
  margin-bottom: 50px;
}
.p-projedct-report__ttl h2 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  color: #253d65;
  font-size: 3.3rem;
  font-weight: bold;
}
.p-projedct-report section {
  padding-bottom: 100px;
}
.p-projedct-report section:last-child {
  padding-bottom: 50px;
}
.p-projedct-report h3 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 15px;
  border-left: 5px solid #253d65;
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-projedct-report__signature {
  padding-bottom: 110px;
  text-align: right;
}
.p-projedct-report__name {
  font-size: 1.8rem;
}
.p-projedct-report__date {
  font-size: 1.4rem;
}
.p-projedct-report__mark {
  background-color: #f3f3f3;
  padding: 20px 20px 25px 20px;
  margin-bottom: 60px;
}
.p-projedct-report__mark-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
}
.p-projedct-report__mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-projedct-report__mark-item {
  margin-right: 15px;
}
.p-projedct-report__mark-item:last-child {
  margin-right: 0;
}
.p-projedct-report__btn {
  margin-bottom: 130px;
}
.p-projedct-report__btn a {
  background-color: #0d2c7b;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  width: 380px;
  max-width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}
.p-projedct-report__btn a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
}

.p-works-txt {
  padding: 40px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works-txt {
    text-align: left;
  }
}

.p-works-area-map {
  background-image: url(../images/works/works-sec01-img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 52%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-area-map.is-europe {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/works/works-sec01-oshu_cis.png);
}
.p-works-area-map.is-asia {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/works/works-sec01-asia.png);
}
.p-works-area-map.is-north_america_latin_america_and_the_caribbean {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/works/works-sec01-kita-chunanbei.png);
}
.p-works-area-map.is-pacific {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/works/works-sec01-oyochu.png);
}
.p-works-area-map.is-middle_east {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/works/works-sec01-chuto.png);
}
.p-works-area-map.is-africa {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/works/works-sec01-africa.png);
}

.europe .p-works-area-map {
  background-image: url(../images/works/works-sec01-oshu_cis.png);
}

.asia .p-works-area-map {
  background-image: url(../images/works/works-sec01-asia.png);
}

.north_america_latin_america_and_the_caribbean .p-works-area-map {
  background-image: url(../images/works/works-sec01-kita-chunanbei.png);
}

.pacific .p-works-area-map {
  background-image: url(../images/works/works-sec01-oyochu.png);
}

.middle_east .p-works-area-map {
  background-image: url(../images/works/works-sec01-chuto.png);
}

.africa .p-works-area-map {
  background-image: url(../images/works/works-sec01-africa.png);
}

.p-works-area-map-date {
  font-size: 1.4rem;
  text-align: right;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-works-area-map-date {
    font-size: 1rem;
    padding-bottom: 20px;
  }
}

.p-works-area-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-works-area-link:before {
  content: "";
  display: block;
  width: calc(96% / 4);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-works-area-link:before {
    display: none;
  }
}
.p-works-area-link:after {
  content: "";
  display: block;
  width: calc(96% / 4);
}
@media screen and (max-width: 767px) {
  .p-works-area-link:after {
    display: none;
  }
}
.p-works-area-link__cell {
  width: calc(97% / 4);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-works-area-link__cell {
    width: calc(97% / 2);
  }
}
.p-works-area-link__cell a {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  height: auto;
  min-height: 65px;
}
@media screen and (max-width: 1040px) {
  .p-works-area-link__cell a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-area-link__cell a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-area-link__cell a:after {
    right: 5px;
    height: 3px;
    width: 18px;
  }
}

.p-works-cat-sec01 {
  padding-bottom: 170px;
}

.p-works-area-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-works-area-wrap {
    overflow: auto;
  }
}

.p-works-area-list {
  margin: 30px 0 70px;
  table-layout: fixed;
  min-width: 100%;
}
.p-works-area-list__item:nth-of-type(2n) {
  background-color: #fff;
}
.p-works-area-list__item:nth-of-type(2n - 1) {
  background-color: #f3f3f3;
}
.p-works-area-list__item:first-child {
  background-color: #f1f5f8;
  color: #0d2c7b;
  text-align: center;
}
.p-works-area-list__item:first-child .p-works-area-list__cell {
  padding: 10px 3px;
}
.p-works-area-list__item:nth-of-type(n + 2) .p-works-area-list__cell {
  height: 125px;
  padding: 10px;
  vertical-align: middle;
}
.p-works-area-list__cell {
  border-right: 1px solid #a1aaba;
}
.p-works-area-list__cell:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works-area-list__cell:nth-of-type(1) {
    width: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
}
.p-works-area-list__cell:nth-of-type(2) {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-works-area-list__cell:nth-of-type(2) {
    width: 200px;
    min-width: 200px;
  }
}
.p-works-area-list__cell:nth-of-type(3) {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .p-works-area-list__cell:nth-of-type(3) {
    width: 200px;
    min-width: 200px;
  }
}
.p-works-area-list__cell:nth-of-type(4) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-works-area-list__cell:nth-of-type(4) {
    width: 100px;
    min-width: 100px;
  }
}
.p-works-area-list__cell:nth-of-type(5) {
  width: 26%;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-works-area-list__cell:nth-of-type(5) {
    width: 100px;
    min-width: 100px;
  }
}

.p-works-sec02 {
  padding: 145px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-works-sec02 {
    padding: 60px 0 80px;
  }
}
.p-works-sec02 .p-works-txt {
  padding-bottom: 50px;
}

.p-recruit-occupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-occupation {
    margin: 30px auto;
  }
}
.p-recruit-occupation__item {
  width: calc(95% / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit-occupation__item {
    width: 100%;
  }
}
.p-recruit-occupation__item a {
  width: 100%;
}

.p-recruit-sec02 {
  background-color: #f1f5f8;
  padding: 60px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-recruit-sec02 {
    padding: 40px 0 80px;
  }
}
.p-recruit-sec02 .c-button01 a,
.p-recruit-sec02 .c-button01--en a,
.p-recruit-sec02 .c-button01--large a,
.p-recruit-sec02 .c-button02 a,
.p-recruit-sec02 .c-button02--en a,
.p-recruit-sec02 .c-button03 a,
.p-recruit-sec02 .c-button03--en a,
.p-recruit-sec02 .p-works-area-link__cell a,
.p-recruit-sec02 .p-recruit-occupation__item a {
  background-color: #fff;
}
.p-recruit-sec02 .c-button01 a:hover,
.p-recruit-sec02 .c-button01--en a:hover,
.p-recruit-sec02 .c-button01--large a:hover,
.p-recruit-sec02 .c-button02 a:hover,
.p-recruit-sec02 .c-button02--en a:hover,
.p-recruit-sec02 .c-button03 a:hover,
.p-recruit-sec02 .c-button03--en a:hover,
.p-recruit-sec02 .p-works-area-link__cell a:hover,
.p-recruit-sec02 .p-recruit-occupation__item a:hover {
  opacity: 1;
  background-color: #253d65;
}

.p-recruit-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview {
    display: block;
    padding: 30px 0 20px;
  }
}
.p-recruit-interview__item {
  width: calc(95% / 2);
  margin-bottom: 45px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 20px rgba(172, 181, 187, 0.5);
  box-shadow: 0px 0px 20px rgba(172, 181, 187, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1040px) {
  .p-recruit-interview__item {
    width: calc(98% / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__item {
    width: 100%;
  }
}
.p-recruit-interview__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__item a {
    display: block;
  }
}
.p-recruit-interview__item:hover {
  background-color: #253d65;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.p-recruit-interview__item:hover .p-recruit-interview__ttl {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-interview__item:hover .p-recruit-interview__job {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-interview__item:hover .p-recruit-interview__name {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-interview__img {
  max-width: 215px;
  width: 35%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__img {
    width: 100%;
    margin: 30px auto 0;
  }
}
.p-recruit-interview__img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  height: 100%;
  width: 100%;
}
.p-recruit-interview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  text-align: center;
  width: 65%;
  height: 100%;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 1040px) {
  .p-recruit-interview__box {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__box {
    width: 100%;
    padding: 20px 10px 30px;
  }
}
.p-recruit-interview__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #253d65;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .p-recruit-interview__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__ttl {
    font-size: 2rem;
  }
}
.p-recruit-interview__job {
  color: #515151;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit-interview__name {
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1040px) {
  .p-recruit-interview__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__name {
    font-size: 1.8rem;
  }
}
.p-recruit-interview__name span {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.p-recruit-occupation-single {
  padding: 30px 0 100px;
}
.p-recruit-occupation-single__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit-occupation-single__item {
    display: block;
  }
}
.p-recruit-occupation-single__item:first-child {
  border-top: 3px solid #f1f5f8;
}
.p-recruit-occupation-single__ttl {
  width: 120px;
  background-color: #f1f5f8;
  border-bottom: 3px solid #fff;
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  color: #0d2c7b;
}
@media screen and (max-width: 767px) {
  .p-recruit-occupation-single__ttl {
    width: 100%;
  }
}
.p-recruit-occupation-single__txt {
  width: calc(100% - 120px);
  border-bottom: 3px solid #f1f5f8;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit-occupation-single__txt {
    width: 100%;
  }
}

/*-----------------
object--utility
-----------------*/
.l-topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  padding: 20px 0;
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.l-topicpath a {
  color: #333;
  display: block;
  margin-right: 20px;
  position: relative;
}
.l-topicpath a:after {
  content: ">";
  position: absolute;
  top: 0;
  right: -15px;
}
.l-topicpath a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-topicpath__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 1040px) {
  .l-pagetop {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 35px;
    right: 20px;
  }
}
.l-pagetop p {
  cursor: pointer;
  display: block;
  color: #fff;
  background: #3e455f;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .l-pagetop p {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop p {
    width: 50px;
    height: 50px;
  }
}
.l-pagetop p span {
  display: block;
  padding-top: 33px;
}
@media screen and (max-width: 1040px) {
  .l-pagetop p span {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop p span {
    padding-top: 20px;
  }
}
.l-pagetop p:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1040px) {
  .l-pagetop p:before {
    border-top: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop p:before {
    top: 0;
  }
}
.l-pagetop:hover {
  opacity: 0.7;
}

.pager-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pager-list {
    padding-bottom: 60px;
  }
}
.pager-list .pager-item {
  margin-right: 10px;
}
.pager-list .pager-item a {
  background-color: #fff;
  border: 1px solid #395292;
  color: #395292;
  border-radius: 2px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager-list .pager-item .page-active {
  background-color: #395292;
  color: #fff;
  border: 1px solid #395292;
  border-radius: 2px;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager-list .pager-item:last-child {
  margin-right: 0;
}
.pager-list .pager-arrow a {
  border: none;
}
