@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.dspPc {
  display: block;
}
@media (max-width: 768px) {
  .dspPc {
    display: none;
  }
}

.dspSp {
  display: none;
}
@media (max-width: 768px) {
  .dspSp {
    display: block;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
}

.wrapperwide {
  margin: 0 auto;
  max-width: 1140px;
  width: 92%;
}

.section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

body {
  opacity: 0;
  display: block;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

body.fadein {
  opacity: 1;
}

#NOTFOUND {
  min-height: 500px;
}
#NOTFOUND h2 {
  font-size: 28px;
  margin-bottom: 1em;
}

table.simpleGrayTable {
  width: 100%;
}
table.simpleGrayTable tr {
  width: 100%;
  border-top: 1px solid #cccccc;
  text-align: left;
}
table.simpleGrayTable tr:last-child {
  border-bottom: 1px solid #cccccc;
}
table.simpleGrayTable tr th {
  white-space: nowrap;
  padding: 1.2em;
}
table.simpleGrayTable tr td {
  padding: 1.2em;
}
@media (max-width: 768px) {
  table.simpleGrayTable tr th,
  table.simpleGrayTable tr td {
    width: 100%;
    display: block;
  }
  table.simpleGrayTable tr th {
    padding: 1em 0 0.5em;
    font-weight: bold;
  }
  table.simpleGrayTable tr td {
    padding: 0 0 1em 0;
  }
}

table.boxStyleTable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7em;
}
table.boxStyleTable tr {
  width: 100%;
  background: #ffffff;
}
table.boxStyleTable tr th {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 0 1em;
}
table.boxStyleTable tr td {
  border: 1px solid #cccccc;
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  table.boxStyleTable tr:last-child {
    border-bottom: 1px solid #cccccc;
  }
  table.boxStyleTable tr th,
  table.boxStyleTable tr td {
    display: block;
    border-bottom: none;
    text-align: left;
  }
  table.boxStyleTable tr th {
    padding: 0.5em 4%;
  }
  table.boxStyleTable tr td {
    padding: 1em 4%;
  }
}

ul.dotsList li {
  padding: 0 0 0.1em 20px;
}
ul.dotsList li:before {
  content: "・";
  display: inline-block;
  text-indent: -20px;
}

ol.numList {
  counter-reset: item;
}
ol.numList li {
  padding: 0 0 0.1em 20px;
  list-style-type: none;
}
ol.numList li:before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  text-indent: -20px;
}

ol.numBraList {
  counter-reset: item;
}
ol.numBraList li {
  padding: 0 0 0.1em 30px;
  list-style-type: none;
}
ol.numBraList li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  display: inline-block;
  text-indent: -30px;
}

a {
  color: #0F2041;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #0F2041;
  letter-spacing: 0;
  line-height: 2em;
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
.wf-loading {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em;
  font-weight: bold;
}

.futura {
  font-family: futura-pt, sans-serif;
}

.white {
  color: #fff;
}

.navy {
  color: #0F2041;
}

p {
  line-height: 2em;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents ol,
.contents ul,
.contents p {
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #fff;
}
.contents h1 {
  font-size: 38px;
}
.contents h2 {
  font-size: 36px;
}
.contents h3 {
  font-size: 28px;
}
.contents h4 {
  font-size: 24px;
}
.contents h5 {
  font-size: 21px;
}
.contents a {
  text-decoration: underline;
}
.contents i,
.contents em {
  font-style: italic;
}
.contents strong,
.contents b {
  font-weight: 500;
}
.contents .center {
  text-align: center;
}
.contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.contents ul li:before {
  content: "・";
}
.contents ol {
  counter-reset: outer-counter;
}
.contents ol li {
  list-style-type: none;
  counter-increment: outer-counter;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}
.contents ol li:before {
  content: counter(outer-counter) ".";
  margin-right: 0.5em;
}
.contents ol li ol {
  counter-reset: inner-counter;
  /* 内側のリストのカウンターをリセット */
}
.contents ol li ol li {
  counter-increment: inner-counter;
  /* 内側のリストのカウンターを増加 */
}
.contents ol li ol li:before {
  content: counter(inner-counter) ")";
  /* 内側のリストのカウンターを表示 */
}
.contents ol li ol ol {
  counter-reset: inner-counter;
  /* 内側のリストのカウンターをリセット */
}
.contents ol li ol ol li {
  counter-increment: inner-counter;
  /* 内側のリストのカウンターを増加 */
}
.contents ol li ol ol li:before {
  content: "(" counter(inner-counter) ")";
  /* 内側のリストのカウンターを表示 */
}
.contents ol li ul {
  list-style-type: decimal;
  /* 子リストを数字にする */
  counter-reset: item;
  /* カウンタをリセット */
}
.contents ol li ul li {
  counter-increment: item;
  list-style-type: none;
  /* デフォルトのリストスタイルを無効化 */
}
.contents ol li ul li:before {
  content: counter(item) ". ";
  /* カウンタを設定 */
  margin-right: 5px;
}

#wpadminbar {
  position: fixed !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.header {
  position: relative;
  height: 80px;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header h1.mainlogo {
  font-size: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4%;
  line-height: 1em;
}
.header h1.mainlogo span {
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1em;
  margin-top: 7px;
}
.header h1.mainlogo a {
  color: #fff;
  vertical-align: middle;
}
.header h1.mainlogo a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .header h1.mainlogo {
    font-size: 20px;
  }
}
.header .lang {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
}
@media (max-width: 1000px) {
  .header .lang {
    font-size: 12px;
    right: 70px;
  }
}
.header .lang .bogo-language-switcher li {
  display: inline-block;
}
.header .lang .bogo-language-switcher li:first-child:after {
  content: "/";
  padding-left: 7px;
}
.header .lang .bogoflags {
  display: none;
}
.header .lang .bogo-language-name a {
  color: #fff;
}
.header .navArea .globalMenu .headernav {
  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;
  gap: 40px;
  height: 80px;
}
.header .navArea .globalMenu .headernav li a {
  color: #fff;
  display: inline-block;
}
@media (max-width: 1000px) {
  .header .navArea .globalMenu {
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    width: 50%;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 500;
    background-color: #0F2041;
    height: 100%;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .header .navArea .globalMenu .headernav {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }
}
.header .navArea .btn-gnavi {
  display: none;
}
@media (max-width: 1000px) {
  .header .navArea .btn-gnavi {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 2000;
    cursor: pointer;
    background-color: #0F2041;
  }
  .header .navArea .btn-gnavi span {
    display: block;
    width: 60%;
    margin: 0 20%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.open .header .navArea .btn-gnavi span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.open .header .navArea .btn-gnavi span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.open .header .navArea .globalMenu {
  right: 0;
  opacity: 1;
}

.footer {
  padding: 50px 0;
}
.footer .column {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.footer .column .info .mainlogo {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .column .info {
    width: 100%;
    text-align: center;
  }
}
.footer .column .info .footernav li {
  display: inline-block;
  margin-right: 40px;
}
.footer .column .info .footernav li a {
  color: #fff;
}
@media (max-width: 768px) {
  .footer .column .info .footernav {
    display: none;
  }
}
.footer .column .copyright {
  font-size: 12px;
  text-align: right;
  color: #fff;
}
.footer .column .copyright .sns {
  margin-bottom: 40px;
}
.footer .column .copyright .sns a {
  display: inline-block;
  width: 25px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .footer .column .copyright {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .footer .column .copyright .sns {
    text-align: center;
  }
}

body {
  background-color: #0F2041;
}

.bgbeige {
  background-color: #E9E9E5;
}

.bgnavy {
  background-color: #0F2041;
}
.bgnavy a {
  color: #fff;
}

.btn {
  width: 200px;
  height: 60px;
  font-family: futura-pt, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  margin: 50px auto 0;
}
.btn_white {
  color: #fff;
  border: 1px solid #fff;
}
.btn_white:after {
  content: "";
  background: url("../img/arrow-white.svg") no-repeat;
  width: 19px;
  height: 14px;
  background-size: contain;
  display: block;
}
.btn_navy {
  color: #0F2041;
  border: 1px solid #0F2041;
}
.btn_navy:after {
  content: "";
  background: url("../img/arrow-navy.svg") no-repeat;
  width: 19px;
  height: 14px;
  background-size: contain;
  display: block;
}

.pagettl {
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .pagettl {
    height: 120px;
  }
}
.pagettl .inner {
  width: 92%;
  margin: 0 4%;
}
.pagettl .inner h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  width: 100%;
}
.pagettl .inner p {
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .pagettl .inner h2 {
    font-size: 24px;
  }
}

.works_column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .works_column {
    grid-template-columns: 1fr;
  }
}
.works_column li a {
  color: #fff;
}
.works_column li a .thumbnail {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/3;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  overflow: hidden;
}
.works_column li a h3 {
  font-size: 24px;
  margin-top: 0.5em;
}
.works_column li a .date {
  font-size: 14px;
}

.contact {
  background: url("../img/contactbgimg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
.contact .content_title {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .contact .content_title {
    padding-bottom: 20px;
  }
}
.contact .content_title p {
  font-size: 18px;
  color: #fff;
}
.contact .content_title h2 {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  .contact .content_title h2 {
    font-size: 28px;
  }
}
.contact .btn {
  margin-top: 0;
}

.box {
  margin: 0 auto;
  border: 1px solid #0F2041;
  padding: 40px;
  max-width: 770px;
}
.box .column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .box .column {
    grid-template-columns: 1fr;
  }
}

.companytable table {
  table-layout: auto !important;
}
.companytable table tr {
  width: 100%;
  border-top: 1px solid #0F2041;
  text-align: left;
}
.companytable table tr:last-child {
  border-bottom: 1px solid #0F2041;
}
.companytable table tr th {
  white-space: nowrap;
  padding: 1.2em;
  border: none !important;
  width: 100px;
}
.companytable table tr td {
  padding: 1.2em;
  border: none !important;
}
@media (max-width: 768px) {
  .companytable table tr th,
  .companytable table tr td {
    width: 100%;
    display: block;
  }
  .companytable table tr th {
    padding: 1em 0 0.5em;
    font-weight: bold;
  }
  .companytable table tr td {
    padding: 0 0 1em 0;
  }
}

#TOPPAGE .content_title {
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #TOPPAGE .content_title {
    padding-bottom: 20px;
  }
}
#TOPPAGE .content_title p {
  font-size: 18px;
  color: #fff;
}
#TOPPAGE .content_title h2 {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 768px) {
  #TOPPAGE .content_title h2 {
    font-size: 28px;
  }
}
#TOPPAGE .kv {
  position: relative;
  width: 100%;
}
#TOPPAGE .kv .kvslider_item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 720px;
}
@media (max-width: 768px) {
  #TOPPAGE .kv .kvslider_item {
    height: 600px;
  }
}
#TOPPAGE .kv .catchcopy {
  position: absolute;
  bottom: 70px;
  left: 10%;
  width: 80%;
  max-width: 547px;
}
@media (max-width: 768px) {
  #TOPPAGE .kv .catchcopy {
    left: 4%;
    width: 92%;
  }
}
#TOPPAGE .kv .catchcopy .maincatch {
  font-size: 80px;
  letter-spacing: 0.16em;
}
@media (max-width: 768px) {
  #TOPPAGE .kv .catchcopy .maincatch {
    font-size: 56px;
  }
}
#TOPPAGE .kv .catchcopy .subcatch {
  margin-top: 20px;
  font-size: 24px;
}
@media (max-width: 768px) {
  #TOPPAGE .kv .catchcopy .subcatch {
    margin-top: 10px;
    font-size: 18px;
  }
}
#TOPPAGE .aboutus p,
#TOPPAGE .aboutus h2 {
  color: #0F2041;
  text-align: center;
}
#TOPPAGE .aboutus .box {
  margin: 50px auto 0;
  border: 1px solid #0F2041;
  padding: 40px;
  max-width: 770px;
}
#TOPPAGE .aboutus .box .column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  #TOPPAGE .aboutus .box .column {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #TOPPAGE .aboutus p {
    text-align: left;
  }
}

#WORKS .works_column h3,
#WORKS .works_column p {
  color: #0F2041;
}
#WORKS .article h1,
#WORKS .article h2,
#WORKS .article h3,
#WORKS .article h4,
#WORKS .article h5,
#WORKS .article ol,
#WORKS .article ul,
#WORKS .article p {
  color: #0F2041;
}
#WORKS .article .thumbnail {
  width: 100%;
  height: 560px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
#WORKS .article h1 {
  font-size: 32px;
  margin-top: 0.8em;
}
#WORKS .article .date {
  font-size: 14px;
  margin-bottom: 30px;
}

.contactform {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.contactform input[type=text],
.contactform textarea,
.contactform select {
  width: calc(100% - 20px);
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.contactform select {
  width: 100%;
}
.contactform dt {
  padding-bottom: 8px;
  font-weight: bold;
}
.contactform dt.required:after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: #0F2041;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  line-height: 1.5em;
}
.contactform dt.required-en:after {
  content: "required";
  font-size: 12px;
  color: #fff;
  background-color: #0F2041;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  line-height: 1.5em;
}

.submitcenter {
  text-align: center;
  margin-top: 20px;
}
.submitcenter .btn {
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 1px solid #0F2041;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  width: 270px;
  display: block;
  margin: 0 auto;
}
.submitcenter .btn input[type=submit] {
  width: 100%;
  height: 100%;
  background: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0F2041;
  padding: 15px;
}
.submitcenter .btn:hover {
  background-color: #0F2041;
}
.submitcenter .btn:hover input[type=submit] {
  color: #fff;
}