@charset "UTF-8";


html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body {
  padding-top: 100px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  section {
    width: 100%;
  }
}

.section {
  margin: 0 auto;
}

.section--gray {
  background: #f8f8f8;
}

.section--gray .content {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section--gray .content {
    padding: 60px 20px;
  }
}

.center {
  text-align: center;
}

.img-small {
  text-align: center;
}

.img-small img {
  width: auto;
}

.pages.img-small {
  text-align: center;
}

.pages.img-small img {
  width: auto;
}

@media (max-width: 768px) {
  .pages.img-small img {
    width: 100%;
  }
}

.blank {
  width: 100%;
  height: 30px;
}

@media (max-width: 768px) {
  .blank {
    height: 20px;
  }
}

.blankx2 {
  width: 100%;
  height: 60px;
}

@media (max-width: 768px) {
  .blankx2 {
    height: 40px;
  }
}

.display-pc {
  display: block;
}

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

.display-sp {
  display: none;
}

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

.content {
  width: 860px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }
}

.font--blue {
  color: #00afd8 !important;
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    padding: 20px;
  }
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.breadcrumb ul li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}

.breadcrumb ul li a {
  text-decoration: none;
  color: #707070;
}

.breadcrumb ul li::before {
  content: '›';
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #707070;
}

.breadcrumb ul li:last-child::before {
  content: normal;
}

.title.border {
  position: relative;
  margin-bottom: 60px;
}

.title.border::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #707070;
}

.title--center {
  text-align: center;
}

.title--center.border {
  position: relative;
  margin-bottom: 60px;
}

.title--center.border::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #707070;
}

.title h1 {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 30px;
  }
}

.title span {
  font-size: 14px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .title span {
    font-size: 16px;
  }
}

.title h2 {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .title h2 {
    font-size: 18px;
  }
}

.title h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .title h3 {
    font-size: 14px;
  }
}

.title small {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

.title small::before {
  content: "/";
  margin-right: 15px;
}

.text p {
  font-size: 14px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .text p {
    font-size: 12px;
  }
}

.maps iframe {
  width: 100%;
}

.column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

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

.column-content {
  width: 415px;
}
.column-content-280 {
  width: 280px;
}
.column-content-550 {
  width: 550px;
}
@media (max-width: 768px) {
  .column-content,
  .column-content-280,
  .column-content-550 {
    width: 100%;
  }
}

.column-content.img {
  font-size: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  .column-content .text {
    margin-bottom: 20px;
  }
}

.column .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .column .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.column .table {
  width: 100%;
  font-size: 14px;
  text-align: left;
  border-collapse: collapse;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media (max-width: 768px) {
  .column .table {
    font-size: 12px;
  }
}

.column .table tr {
  padding: .35em;
  border-bottom: 1px solid #bbb;
}

.column .table th, .column .table td {
  padding: 8px 10px;
}

@media (max-width: 768px) {
  .column .table th, .column .table td {
    display: block;
  }
}

.column .table th {
  font-weight: normal;
  white-space: nowrap;
  color: #707070;
}

@media (max-width: 768px) {
  .column .table th {
    padding: 20px;
  }
}

.column .table td {
  color: #000;
}

@media (max-width: 768px) {
  .column .table td {
    padding: 0 20px 20px;
  }
}

.one-column .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .one-column .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.one-column .image {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .one-column .image {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

.one-column .text {
  text-align: center;
}

@media (max-width: 768px) {
  .one-column .text {
    padding: 0 30px;
  }
}

.two-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

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

.two-column.center {
  -webkit-justify-content: center;
          justify-content: center;
  text-align: left;
}

.two-column .column-content {
  width: 420px;
}

@media (max-width: 768px) {
  .two-column .column-content {
    width: 100%;
  }
}

.two-column .column-content .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .two-column .column-content .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.two-column .column-content .image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

@media (max-width: 768px) {
  .two-column .column-content .image {
    margin-bottom: 20px;
  }
}

.two-column .column-content .image a {
  text-decoration: none;
}

.two-column .column-content .image .overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    background: inherit;
  }
}

.two-column .column-content .image .overlay-content {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay-content {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

.two-column .column-content .image .overlay-content__title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay-content__title {
    font-size: 14px;
    color: #707070;
    margin-bottom: 15px;
  }
}

.two-column .column-content .image .overlay-content__text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay-content__text {
    font-size: 12px;
    color: #707070;
    margin-bottom: 15px;
  }
}

.two-column .column-content .image .overlay-content__more {
  position: relative;
  width: 180px;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #fff;
  height: 50px;
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay-content__more {
    width: 150px;
    height: 40px;
    background: #1f2954;
  }
}

.two-column .column-content .image .overlay-content__more::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  top: 50%;
  left: 160px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay-content__more::after {
    left: 140px;
    border-right: 2px solid #1f2954;
    border-bottom: 1px solid #1f2954;
  }
}

.two-column .column-content .image .overlay-content__more .font {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .two-column .column-content .image .overlay-content__more .font {
    line-height: 40px;
    font-size: 14px;
  }
}

.two-column .column-content .image:hover .overlay {
  left: 0;
}

.three-column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

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

.three-column .column-content {
  width: 280px;
}

@media (max-width: 768px) {
  .three-column .column-content {
    width: 100%;
  }
}

.three-column .column-content .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 30px;
}

.three-column .column-content .image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.three-column .column-content .image .overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
}

.three-column .column-content .image .overlay-content {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.three-column .column-content .image .overlay-content__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.three-column .column-content .image .overlay-content__text {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  padding: 0 10px;
  margin-bottom: 15px;
}

.three-column .column-content .image .overlay-content__more {
  position: relative;
  width: 120px;
  margin: 0 auto;
  font-size: 14px;
  border: 1px solid #fff;
  height: 30px;
}

.three-column .column-content .image .overlay-content__more .font {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.three-column .column-content .image:hover .overlay {
  left: 0;
}

.btns {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 768px) {
  .btns {
    display: block;
    text-align: center;
  }
}

.btns > div {
  width: 160px;
  height: 48px;
  background: #1f2954;
  margin: 0 15px;
}

.btns > div.wide {
  width: 240px;
}

@media (max-width: 768px) {
  .btns > div {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.btns > div a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: .4s;
}

.btns > div a:hover {
  opacity: .7;
}

.unordered-list {
  font-size: 14px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.75;
}

.unordered-list ul {
  list-style-type: none;
}

.unordered-list ul li {
  position: relative;
  padding-left: 15px;
}

.unordered-list ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 3px;
  width: 5px;
  height: 5px;
  background-color: #707070;
  border-radius: 100%;
}

.ordered-list {
  font-size: 14px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.75;
}

.ordered-list ol {
  margin-left: 20px;
}

.ordered-list ol li {
  position: relative;
  text-indent: 3px;
}

.table-variable table {
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  border-collapse: collapse;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media (max-width: 768px) {
  .table-variable table {
    width: 100%;
  }
}

.table-variable table tr {
  padding: .35em;
  border-bottom: 1px solid #bbb;
}

.table-variable table th, .table-variable table td {
  padding: 8px 10px;
}

@media (max-width: 768px) {
  .table-variable table th, .table-variable table td {
    display: block;
  }
}

.table-variable table th {
  font-weight: normal;
  white-space: nowrap;
  color: #707070;
}

@media (max-width: 768px) {
  .table-variable table th {
    padding: 20px;
  }
}

.table-variable table td {
  color: #000;
}

@media (max-width: 768px) {
  .table-variable table td {
    padding: 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .table-single {
    overflow: auto;
    white-space: nowrap;
  }
}

.table-single::-webkit-scrollbar {
  height: 5px;
}

.table-single::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-single::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.table-single .center {
  text-align: center;
}

.table-single table {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media (max-width: 768px) {
  .table-single table {
    width: 100%;
  }
}

.table-single table tr {
  padding: .35em;
  border: 1px solid #bbb;
}

.table-single table th, .table-single table td {
  padding: 12px 20px;
  border: 1px solid #bbb;
}

.table-single table td.nowrap{
  white-space: nowrap;
}

.table-single table th {
  background: #1f2954;
  color: #fff;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.news-content {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .news-content {
    font-size: 12px;
  }
}

.news-content > div {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .news-content > div {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfdfdf;
  }
  .news-content > div:last-child {
    border: none;
  }
}

.news-content__date {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .news-content__date {
    margin-bottom: 15px;
  }
}

.news-content__date-time {
  display: inline-block;
  width: 140px;
}

@media (max-width: 768px) {
  .news-content__date-time {
    width: 120px;
  }
}

.news-content__date-time.en {
  width: 160px;
}

@media (max-width: 768px) {
  .news-content__date-time.en {
    width: 140px;
  }
}

.news-content__date-tag {
  display: inline-block;
  width: 120px;
  margin-right: 40px;
  font-size: 12px;
  line-height: 24px;
  background: #00afd8;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .news-content__date-tag {
    margin: 0;
    line-height: 20px;
  }
}

.datelist {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .datelist {
    font-size: 12px;
  }
}

.datelist dl {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .datelist dl {
    display: block;
    margin-bottom: 1em;
  }
}

.datelist dl dt {
  width: 100px;
  margin-right: 1em;
  position: relative;
}

@media (max-width: 768px) {
  .datelist dl dt {
    display: inline-block;
    width: auto;
    padding-right: 1em;
  }
}

.datelist dl dt::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .datelist dl dd {
    display: block;
  }
}

html,
body {
  font-size: 62.5%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: 0;
  line-height: 1.4;
  color: #707070;
}

.site-header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 2px solid #dfdfdf;
}

.site-header__content {
  width: 1040px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  background: #fff;
}

@media (max-width: 768px) {
  .site-header__content {
    width: 100%;
    padding: 0 20px;
  }
}

.site-header__content-logo {
  width: 64px;
}

.site-header__content-btns {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .site-header__content-btns {
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.site-header__content-btns .btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: auto;
  height: 30px;
  margin-right: -2px;
  background: #1f2954;
  font-size: 16px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  transition: .4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.site-header__content-btns .btn a {
  text-decoration: none;
}

.site-header__content-btns .btn:hover {
  opacity: .7;
  cursor: pointer;
}

@media (max-width: 768px) {
  .site-header__content-btns .btn {
    width: 30px;
    background: #1f2954;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .site-header__content-btns .btn.contact {
    display: none;
  }
}

.site-header__content-btns .btn .font {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

@media (max-width: 768px) {
  .site-header__content-btns .btn .font {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    position: static;
  }
}

.site-header__content-btns .btn .font.contact {
  padding: 0 40px;
}

.site-header__content-btns .btn .font.language {
  padding: 0 30px;
}

.site-header__content-btns .btn .font.language::after {
  content: " ▼";
}

@media (max-width: 768px) {
  .site-header__content-btns .btn .font.language::after {
    content: "";
  }
}

@media (max-width: 768px) {
  .site-header__content-btns .btn .font.language {
    padding: 0;
  }
}

.site-header__content-nav {
  height: 100%;
  padding-top: 42px;
}

.site-header__content-nav::after {
  content: "";
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

@media (max-width: 768px) {
  .site-header__content-nav.toggle::after {
    display: block;
  }
}

.site-header__content-nav.toggle .nav-sp span {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header__content-nav.toggle .nav-sp span:before {
  opacity: 0;
}

.site-header__content-nav.toggle .nav-sp span:after {
  top: 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.site-header__content-nav.toggle .navigation {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.site-header__content-nav.toggle .navigation > ul {
  top: 100px;
}

.site-header__content-nav .nav-sp {
  display: none;
}

@media (max-width: 768px) {
  .site-header__content-nav {
    height: auto;
    padding: 0;
    position: relative;
  }
  .site-header__content-nav .nav-sp {
    display: inline-block;
    width: 30px;
    height: 21px;
    vertical-align: middle;
  }
  .site-header__content-nav .nav-sp span, .site-header__content-nav .nav-sp span:before, .site-header__content-nav .nav-sp span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #1f2954;
    display: block;
    content: '';
    cursor: pointer;
    transition: .4s;
  }
  .site-header__content-nav .nav-sp span:before {
    bottom: -9px;
  }
  .site-header__content-nav .nav-sp span:after {
    bottom: -18px;
  }
}

.site-header__content-nav > ul {
  display: -webkit-flex;
  display: flex;
  list-style: none;
}

.site-header__content-nav > ul::after {
  content: "";
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    z-index: 99;
    width: 100%;
    background: url(/includes/images/bg-nav.jpg) no-repeat left bottom;
    background-size: cover;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.site-header__content-nav > ul label {
  position: absolute;
  top: 30px;
  right: 20px;
}

.site-header__content-nav > ul label img {
  width: 16px;
}

.site-header__content-nav > ul > li {
  position: relative;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
  }
}

.site-header__content-nav > ul > li.has-child::after {
  content: "▼";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul > li.has-child::after {
    display: none;
  }
}

.site-header__content-nav > ul > li:hover > ul {
  top: 70px;
  visibility: visible;
  opacity: 1;
}

.site-header__content-nav > ul > li > a {
  font-weight: bold;
}

.site-header__content-nav > ul > li a {
  display: block;
  padding: 0 25px;
  line-height: 58px;
  font-size: 16px;
  color: #707070;
  text-decoration: none;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul > li a {
    line-height: 30px;
  }
}

.site-header__content-nav > ul > li a:hover {
  color: #00afd8;
}

.site-header__content-nav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: -25%;
  width: 150%;
  padding: 10px 0;
  list-style-type: none;
  font-size: 12px;
  background: #fff;
  white-space: nowrap;
  box-shadow: 0 0 8px gray;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul > li > ul {
    visibility: visible;
    opacity: 1;
    position: static;
    top: 0;
    width: auto;
    background: inherit;
    padding: 0 0 20px;
    box-shadow: none;
  }
}

.site-header__content-nav > ul > li > ul::before {
  content: "▼";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul > li > ul::before {
    display: none;
  }
}

.site-header__content-nav > ul > li > ul li {
  text-align: center;
  list-style-position: outside;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul > li > ul li {
    text-align: left;
    padding-left: 30px;
  }
}

.site-header__content-nav > ul > li > ul li a {
  display: block;
  line-height: 2;
  font-size: 14px;
  color: #707070;
  text-decoration: none;
}

.site-header__content-nav > ul > li > ul li a:hover {
  color: #00afd8;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .site-header__content-nav > ul .btn__nav-inner {
    font-size: 14px;
    background: #1f2954;
    text-align: center;
  }
  .site-header__content-nav > ul .btn__nav-inner a {
    text-decoration: none;
    color: #fff;
    line-height: 50px;
  }
}

#message,
#company,
#access,
.inpage-link {
  margin-top: -115px;
  padding-top: 115px;
}

.headline {
  font-size: 0;
}

.project a {
  color: #707070;
  text-decoration: none;
}

.project a:hover {
  text-decoration: underline;
}

.section.shadow {
  box-shadow: 0 0 8px gray;
}

@media (max-width: 768px) {
  .section.shadow {
    width: calc(100% - 40px);
  }
}

.index .content {
  margin: 0 auto;
}

.index .link-more {
  position: relative;
  width: 180px;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #1f2954;
  height: 50px;
  background: #1f2954;
}

@media (max-width: 768px) {
  .index .link-more {
    width: 150px;
    height: 40px;
    background: #1f2954;
  }
}

.index .link-more::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  top: 50%;
  left: 160px;
  margin-top: -6px;
  border-right: 2px solid #1f2954;
  border-bottom: 1px solid #1f2954;
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
}

@media (max-width: 768px) {
  .index .link-more::after {
    left: 140px;
    border-right: 2px solid #1f2954;
    border-bottom: 1px solid #1f2954;
  }
}

.index .link-more .font {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: .3s;
}

@media (max-width: 768px) {
  .index .link-more .font {
    line-height: 40px;
    font-size: 14px;
  }
}

.index .link-more .effect {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  background: #fff;
  transition: .4s;
  z-index: 2;
}

.index .link-more:hover .effect {
  width: 100%;
  visibility: visible;
}

.index .link-more:hover .font {
  color: #707070;
}

.index .index-bg {
  background: url(/includes/images/bg-index-content-pc.jpg) no-repeat left bottom;
  background-size: cover;
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .index .index-bg {
    width: 100%;
    background: url(/includes/images/bg-index-content-sp.jpg) no-repeat left top;
    background-size: contain;
  }
}

.index .philosophy {
  width: 100%;
  padding: 50px 0;
  color: #fff;
  background: url(/includes/images/bg-index-philosophy-pc.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.index .philosophy .title--center.border::after {
  background: #fff;
}

.index .philosophy .text span {
  font-size: 28px;
}

.index .philosophy .link-more {
  border: 1px solid #fff;
  background: #fff;
}

.index .philosophy .link-more::after {
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
}

.index .philosophy .link-more .font {
  color: #000;
}

.index .philosophy .link-more .effect {
  position: absolute;
  top: 0;
  left: 1px;
  visibility: hidden;
  width: 0;
  height: 100%;
  background: #1f2954;
  transition: .4s;
  z-index: 2;
}

.index .philosophy .link-more:hover .effect {
  width: calc(100% - 2px);
  visibility: visible;
}

.index .philosophy .link-more:hover .font {
  color: #fff;
}

.index .project .column-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.index .project .column-center div {
  margin: 0 20px;
  box-shadow: 0 0 8px gray;
}

@media (max-width: 768px) {
  .index .project .column-center div {
    margin: 8px;
  }
}

.index .column-side {
  padding: 0px 0;
}

@media (max-width: 768px) {
  .index .column-side__wrap {
    margin-bottom: 300px;
  }
}

.index .column-side__wrap.about {
  background: url(/includes/images/bg-index-company-pc.jpg) no-repeat right center;
}

@media (max-width: 768px) {
  .index .column-side__wrap.about {
    background: url(/includes/images/bg-index-company-sp.jpg) no-repeat right center;
    background-size: cover;
    height: 240px;
  }
  .index .column-side__wrap.about .content {
    left: 0;
  }
}

.index .column-side__wrap.message {
  background: url(/includes/images/bg-index-company-message-pc.jpg) no-repeat left center;
}

@media (max-width: 768px) {
  .index .column-side__wrap.message {
    background: url(/includes/images/bg-index-company-message-sp.jpg) no-repeat center center;
    background-size: cover;
    height: 240px;
  }
  .index .column-side__wrap.message .content {
    right: 0;
  }
}

.index .column-side__content {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}

.index .column-side__content.about {
  width: 1080px;
  margin: 0px;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}

.index .column-side__content.message {
  width: 1080px;
  margin: 0 120px;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}

@media (max-width: 768px) {
  .index .column-side__content {
    width: 100%;
    display: block;
    position: relative;
  }
}

@media (max-width: 768px) {
  .index .column-side__content.about {
    width: 100%;
    display: block;
    position: relative;
  }
}

@media (max-width: 768px) {
  .index .column-side__content.message {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}

.index .column-side__content > div {
  width: 540px;
  height: 420px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .index .column-side__content > div.margin {
    width: 0;
    height: 0;
  }
}

.index .column-side__content > div.content {
  background: #fff;
  position: relative;
  box-shadow: 0 0 8px gray;
}

@media (max-width: 768px) {
  .index .column-side__content > div.content {
    width: calc(100% - 40px);
    height: 300px;
    position: absolute;
    top: 228px;
  }
}

.index .column-side__content > div.content .centering {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 40px;
}

.corporate-map iframe {
  width: 100%;
  height: 798px;
}

@media (max-width: 768px) {
  .corporate-map iframe {
    height: 217px;
  }
}

.page-philosophy {
  background: url(/includes/images/bg-philosophy-01-pc.jpg) repeat-y center top;
}

@media (max-width: 768px) {
  .page-philosophy {
    background: url(/includes/images/bg-philosophy-01-sp.jpg) repeat-y center top;
  }
}

.page-philosophy .headline {
  position: relative;
}

.page-philosophy .headline .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 600px;
  height: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  line-height: 120px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-philosophy .headline .title {
    width: auto;
    height: 80px;
    padding: 0 30px;
    line-height: 80px;
  }
}

.page-philosophy .headline .title h1 {
  color: #00afd8;
  display: inline-block;
}

.page-philosophy .headline .title small {
  font-size: 18px;
  color: #333;
}

fieldset {
  border: none;
}

input, textarea {
  border: 1px solid #333;
  padding: 3px 5px;
}

.formtable {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  width: 740px;
  margin: 0 auto;
  font-size: 14px;
}

@media (max-width: 768px) {
  .formtable {
    width: 100%;
    font-size: 12px;
  }
}

.formtable th, .formtable td {
  height: 40px;
  vertical-align: center;
  padding: 15px 0;
}

.formtable th {
  width: 320px;
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .formtable th {
    width: auto;
    display: inline-block;
  }
}

.formtable th.form-required::after {
  font-weight: normal;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  content: "必須";
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 2px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1f2954;
  color: #fff;
}

@media (max-width: 768px) {
  .formtable th.form-required::after {
    position: relative;
    top: 0;
    right: -15px;
    font-size: 11px;
  }
}

.formtable th span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: 1em;
  font-size: 13px;
}

.formtable th span::before {
  content: "/";
  margin-right: 3px;
}

@media (max-width: 768px) {
  .formtable td {
    display: block;
    width: 100%;
    height: auto;
  }
}

.formtable td input, .formtable td textarea {
  width: 100%;
  border: none;
  background: #eee;
}

.formtable td input {
  height: 40px;
  padding: 0 20px;
}

.formtable td textarea {
  padding: 15px 20px;
}

.formtable td .selectbox {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  border: 1px solid #1f2954;
  border-radius: 2px;
  background: #eee;
}

.formtable td .selectbox::-ms-expand {
  display: none;
}

.formtable td .selectbox::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #707070;
  pointer-events: none;
}

.formtable td .selectbox select {
  width: 100%;
  padding: 8px 38px 8px 8px;
  color: #707070;
}

.button {
  position: relative;
  width: 180px;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #1f2954;
  background: #1f2954;
  height: 50px;
}

@media (max-width: 768px) {
  .button {
    width: 150px;
    height: 40px;
    background: #1f2954;
  }
}

.button::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 10px;
  top: 50%;
  left: 160px;
  margin-top: -6px;
  border-right: 2px solid #1f2954;
  border-bottom: 1px solid #1f2954;
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
}

@media (max-width: 768px) {
  .button::after {
    left: 140px;
    border-right: 2px solid #1f2954;
    border-bottom: 1px solid #1f2954;
  }
}

.button input {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border: none;
  position: relative;
  z-index: 9;
  transition: .4s;
}

@media (max-width: 768px) {
  .button input {
    line-height: 40px;
    font-size: 14px;
  }
}

.button .effect {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  background: #fff;
  transition: .4s;
  z-index: 2;
}

.button:hover .effect {
  width: 100%;
  visibility: visible;
}

.button:hover input {
  color: #707070;
}

.button.back {
  margin: 30px auto 0;
  border: 1px solid #1f2954;
  background: #fff;
}

@media (max-width: 768px) {
  .button.back {
    background: #fff;
  }
}

.button.back::after {
  display: none;
}

.button.back input {
  color: #707070;
}

.button.back .effect {
  background: #1f2954;
}

.button.back:hover input {
  color: #fff;
}

.site-footer {
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.site-footer__content {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 768px) {
  .site-footer__content {
    width: 100%;
    margin: 0;
    display: block;
    padding: 50px 20px;
  }
}

.site-footer__content-logo {
  width: 130px;
}

@media (max-width: 768px) {
  .site-footer__content-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .site-footer__content-logo img {
    width: 140px;
  }
}

.site-footer__content-nav {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .site-footer__content-nav {
    width: 100%;
    display: block;
  }
}

.site-footer__content-nav__main {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .site-footer__content-nav__main {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.site-footer__content-nav__main > div {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .site-footer__content-nav__main > div {
    width: 50%;
    padding: 0 20px;
    margin: 0;
  }
}

.site-footer__content-nav__main > div > a {
  font-weight: bold;
}

.site-footer__content-nav__main > div a {
  font-size: 16px;
  text-decoration: none;
  color: #707070;
}

.site-footer__content-nav__main > div a:hover {
  color: #00afd8;
}

.site-footer__content-nav__main > div ul {
  padding-top: 24px;
  list-style: none;
}

@media (max-width: 768px) {
  .site-footer__content-nav__main > div ul {
    padding-top: 15px;
    margin-left: 25px;
    margin-bottom: 30px;
  }
}

.site-footer__content-nav__main > div ul li {
  margin-bottom: 15px;
}

.site-footer__content-nav__main > div ul li a {
  font-size: 14px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.site-footer__content-nav__small {
  margin-right: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .site-footer__content-nav__small {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}

.site-footer__content-nav__small .btn__contact {
  width: 100%;
  margin-bottom: 20px;
  line-height: 30px;
  background: #1f2954;
  text-align: center;
  transition: .4s;
}

@media (max-width: 768px) {
  .site-footer__content-nav__small .btn__contact {
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    height: 30px;
  }
}

.site-footer__content-nav__small .btn__contact:hover {
  opacity: .7;
}

.site-footer__content-nav__small .btn__contact a {
  font-size: 14px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.site-footer__content-nav__small .btn__privacypolicy {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 768px) {
  .site-footer__content-nav__small .btn__privacypolicy {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 20px;
  }
}

.site-footer__content-nav__small .btn__privacypolicy a {
  color: #707070;
  font-size: 14px;
  text-decoration: none;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media (max-width: 768px) {
  .site-footer__content-nav__small .btn__privacypolicy a {
    font-size: 12px;
  }
}

.site-footer__copy {
  text-align: center;
  background: #1f2954;
  font-size: 16px;
  line-height: 40px;
  color: #e5e5e5;
}

@media (max-width: 768px) {
  .site-footer__copy {
    font-size: 12px;
  }
}

.btn__page-top {
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

@media (max-width: 768px) {
  .btn__page-top {
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 15px;
  }
}

.btn__page-top.adjust {
  position: absolute;
  bottom: auto;
  top: -32px;
}

@media (max-width: 768px) {
  .btn__page-top.adjust {
    top: -25px;
  }
}

.btn__page-top:hover {
  cursor: pointer;
}
/*# sourceMappingURL=maps/style.css.map */

/* IIC_DEV-15 フィリピンページリニューアル */
/* philippines */
.datelist dl .area-text{
  width:86%;
}
.table-single .table-contents-address{
  width: 204px;
}

@media (max-width: 768px) {
  /* philippines */
  .datelist dl .area-text{
    width:100%;
  }
}
/* IIC_DEV-15 フィリピンページリニューアル */
@media (max-width: 768px) {
  .ggmap{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .ggmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .ggmap.ggmap-height01{
    padding-bottom: 140.7465%;
  }
  .ggmap.ggmap-height02{
    padding-bottom: 155.3571%;
  }
}
