<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*-----▲ Noto Sans ▲-----*/
/*-----▲ DIN Pro ▲-----*/
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap");
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

menu, ol, ul {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ default ▼▼----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1976d2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ default ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ hide ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .hideSp {
    font-weight: 1;
    display: none !important;
    font-size: 1em;
  }
}

/* PC */
@media screen and (min-width: 768px) {
  .hidePc {
    display: none !important;
  }
}

/*-----▲ class ▲-----*/
/*----------▲▲ hide ▲▲----------*/
/*----------▼▼ font-family ▼▼----------*/
html, body {
  font-display: swap;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

.gothic {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

.ming {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*----------▲▲ font-family ▲▲----------*/
/*----------▼▼ font-size ▼▼----------*/
html, body {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* common */
h1, h2, h3, h4, h5, h6, section, div, p, span, li, dt, dd, a, strong, em {
  font-size: 1.6rem;
  font-weight: 500;
}

/* SP */
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, section, div, p, span, li, dt, dd, a, strong, em {
    font-size: 1.4rem;
  }
}
/* PC */
/*----------▲▲ font-size ▲▲----------*/
/*----------▼▼ font-weight ▼▼----------*/
/*-----▼ class ▼-----*/
.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

/*-----▲ class ▲-----*/
/*----------▲▲ font-weight ▲▲----------*/
/*----------▼▼ font-color ▼▼----------*/
html, body {
  color: #2c2c2c;
}

/*----------▲▲ font-color ▲▲----------*/
/*----------▼▼ line-height ▼▼----------*/
html, body {
  line-height: 1.8;
}

/*----------▲▲ line-height ▲▲----------*/
/*----------▼▼ letter-spacing ▼▼----------*/
html, body {
  letter-spacing: 0.05em;
}

/*----------▲▲ letter-spacing ▲▲----------*/
/*----------▼▼ text-align ▼▼----------*/
/*-----▼ class ▼-----*/
/* common */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/* SP */
@media screen and (max-width: 767px) {
  .taLSp {
    text-align: left !important;
  }
  .taCSp {
    text-align: center !important;
  }
  .taRSp {
    text-align: right !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .taLPc {
    text-align: left !important;
  }
  .taCPc {
    text-align: center !important;
  }
  .taRPc {
    text-align: right !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ text-align ▲▲----------*/
/*----------▼▼ text-link ▼▼----------*/
a {
  color: #2c2c2c;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

/* SP */
@media screen and (max-width: 767px) {
  a:hover {
    color: #9A8253;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  a:hover {
    opacity: 0.3;
  }
}
/*----------▲▲ text-link ▲▲----------*/
/*----------▼▼ pageBackButton ▼▼----------*/
/* SP */
/*----------▲▲ pageBackButton ▲▲----------*/
/*----------▼▼ box-sizing ▼▼----------*/
/* common */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*----------▲▲ box-sizing ▲▲----------*/
/*----------▼▼ image-size ▼▼----------*/
img {
  display: block;
  margin: 0 auto;
  padding: 0;
}

/*-----▼ class ▼-----*/
.autoImg {
  width: 100%;
  height: auto;
}

.autoImg.full {
  width: auto;
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}

.autoImg.lg {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.autoImg.md {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.autoImg.sm {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.hAuto {
  height: auto !important;
}

/*-----▲ class ▲-----*/
/*----------▲▲ image-size ▲▲----------*/
/*----------▼▼ icon ▼▼----------*/
/*-----▼ class ▼-----*/
.icon {
  position: relative;
}

.icon:before, .icon:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

/*-----▲ class ▲-----*/
/*----------▲▲ icon ▲▲----------*/
/*----------▼▼ margin-top ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .mtXS, .mtXSSp {
    margin-top: 5px !important;
  }
  .mtS, .mtSSp {
    margin-top: 15px !important;
  }
  .mtM, .mtMSp {
    margin-top: 20px !important;
  }
  .mtL, .mtLSp {
    margin-top: 40px !important;
  }
  .mtXL, .mtXLSp {
    margin-top: 60px !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .mtXS, .mtXSPc {
    margin-top: 10px !important;
  }
  .mtS, .mtSPc {
    margin-top: 20px !important;
  }
  .mtM, .mtMPc {
    margin-top: 40px !important;
  }
  .mtL, .mtLPc {
    margin-top: 60px !important;
  }
  .mtXL, .mtXLPc {
    margin-top: 80px !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ margin-top ▲▲----------*/
/*----------▼▼ margin-bottom ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .mbXS, .mbXSSp {
    margin-bottom: 5px !important;
  }
  .mbS, .mbSSp {
    margin-bottom: 15px !important;
  }
  .mbM, .mbMSp {
    margin-bottom: 20px !important;
  }
  .mbL, .mbLSp {
    margin-bottom: 40px !important;
  }
  .mbXL, .mbXLSp {
    margin-bottom: 60px !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .mbXS, .mbXSPc {
    margin-bottom: 10px !important;
  }
  .mbS, .mbSPc {
    margin-bottom: 20px !important;
  }
  .mbM, .mbMPc {
    margin-bottom: 40px !important;
  }
  .mbL, .mbLPc {
    margin-bottom: 60px !important;
  }
  .mbXL, .mbXLPc {
    margin-bottom: 80px !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ margin-bottom ▲▲----------*/
/*----------▼▼ margin-left ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .mlXS, .mlXSSp {
    margin-left: 5px !important;
  }
  .mlS, .mlSSp {
    margin-left: 15px !important;
  }
  .mlM, .mlMSp {
    margin-left: 20px !important;
  }
  .mlL, .mlLSp {
    margin-left: 30px !important;
  }
  .mlXL, .mlXLSp {
    margin-left: 40px !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .mlXS, .mlXSPc {
    margin-left: 10px !important;
  }
  .mlS, .mlSPc {
    margin-left: 20px !important;
  }
  .mlM, .mlMPc {
    margin-left: 40px !important;
  }
  .mlL, .mtlPc {
    margin-left: 60px !important;
  }
  .mlXL, .mlXLPc {
    margin-left: 80px !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ margin-left ▲▲----------*/
/*----------▼▼ margin-right ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .mrXS, .mrXSSp {
    margin-right: 5px !important;
  }
  .mrS, .mrSSp {
    margin-right: 15px !important;
  }
  .mrM, .mrMSp {
    margin-right: 20px !important;
  }
  .mrL, .mrLSp {
    margin-right: 30px !important;
  }
  .mrXL, .mrXLSp {
    margin-right: 40px !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .mrXS, .mrXSSPc {
    margin-right: 10px !important;
  }
  .mrS, .mrSPc {
    margin-right: 20px !important;
  }
  .mrM, .mrMPc {
    margin-right: 40px !important;
  }
  .mrL, .mrLPc {
    margin-right: 60px !important;
  }
  .mrXL, .mrXLPc {
    margin-right: 80px !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ margin-right ▲▲----------*/
/*----------▼▼ padding-top ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .ptXS, .ptXSSp {
    padding-top: 5px !important;
  }
  .ptS, .ptSSp {
    padding-top: 15px !important;
  }
  .ptM, .ptMSp {
    padding-top: 20px !important;
  }
  .ptL, .ptLSp {
    padding-top: 40px !important;
  }
  .ptXL, .ptXLSp {
    padding-top: 60px !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .ptXS, .ptXSPc {
    padding-top: 10px !important;
  }
  .ptS, .ptSPc {
    padding-top: 20px !important;
  }
  .ptM, .ptMPc {
    padding-top: 40px !important;
  }
  .ptL, .ptLPc {
    padding-top: 60px !important;
  }
  .ptXL, .ptXLPc {
    padding-top: 80px !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ padding-top ▲▲----------*/
/*----------▼▼ padding-bottom ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
@media screen and (max-width: 767px) {
  .pbXS, .pbXSSp {
    padding-bottom: 5px !important;
  }
  .pbS, .pbSSp {
    padding-bottom: 15px !important;
  }
  .pbM, .pbMSp {
    padding-bottom: 20px !important;
  }
  .pbL, .pbLSp {
    padding-bottom: 40px !important;
  }
  .pbXL, .pbXLSp {
    padding-bottom: 60px !important;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .pbXS, .pbXSPc {
    padding-bottom: 10px !important;
  }
  .pbS, .pbSPc {
    padding-bottom: 20px !important;
  }
  .pbM, .pbMPc {
    padding-bottom: 40px !important;
  }
  .pbL, .pbLPc {
    padding-bottom: 60px !important;
  }
  .pbXL, .pbXLPc {
    padding-bottom: 80px !important;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ padding-bottom ▲▲----------*/
/*----------▼▼ background-color ▼▼----------*/
/*-----▼ class ▼-----*/
.body {
  background-color: #EFEFEF;
}

.bgDarkBlue {
  background-color: #1E384E;
}

.bgBeige {
  background-color: #F1F2E9;
}

.bgBeige2 {
  background-color: #E6E3D9;
}

.bgMos {
  background-color: #F1F2E9;
}

/*-----▲ class ▲-----*/
/*----------▲▲ background-color ▲▲----------*/
/*----------▼▼ contentTitle ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
/* PC */
/*-----▲ class ▲-----*/
/*----------▲▲ contentTitle ▲▲----------*/
/*----------▼▼ breadCrumb ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */
/*-----▲ class ▲-----*/
/*----------▲▲ breadCrumb ▲▲----------*/
/*----------▼▼ contentText ▼▼----------*/
/*-----▼ class ▼-----*/
/*-----▲ class ▲-----*/
/*----------▲▲ contentText ▲▲----------*/
/*----------▼▼ sectionImage ▼▼----------*/
/*-----▼ class ▼-----*/
.sectionImage {
  overflow: hidden;
}
.sectionImage img {
  max-inline-size: inherit;
  max-block-size: inherit;
}

/*-----▲ class ▲-----*/
/*----------▲▲ sectionImage ▲▲----------*/
/*----------▼▼ common__table ▼▼----------*/
/*-----▼ class ▼-----*/
.common__tableDl {
  overflow: hidden;
  margin: 0;
  border-bottom: dotted 1px #CCC;
}
.common__tableDlDt {
  float: left;
  padding: 12px 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: 700;
  width: 8em;
  clear: left;
  border-top: dotted 1px #CCC;
}
.common__tableDlDd {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  padding: 12px 0 12px 0;
  border-top: dotted 1px #CCC;
  float: left;
  width: calc(100% - 8em);
}
.common__tableDl::after {
  content: "";
  display: block;
  clear: both;
}

/* SP */
@media screen and (max-width: 767px) {
  .common__tableDl {
    margin: 0;
  }
  .common__tableDlDt {
    float: inherit;
    padding: 12px 0 0;
    width: inherit;
  }
  .common__tableDlDt:first-of-type {
    border-top: none;
  }
  .common__tableDlDd {
    padding: 0 0 12px;
    border-bottom: dotted 1px #CCC;
    border-top: none;
    width: auto;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ common__table ▲▲----------*/
/*----------▼▼ Link_Animation ▼▼----------*/
/*-----▼ class ▼-----*/
/* PC */
@media screen and (min-width: 768px) {
  .Link--vanish {
    transition: 0.3s;
  }
  .Link--vanish:hover {
    opacity: 0.6;
  }
}
/*-----▲ class ▲-----*/
/*----------▲▲ Link_Animation ▲▲----------*/
/*----------▲▲ common ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
.--childCompany {
  display: none !important;
}

/*----------▼▼ pageHeader ▼▼----------*/
.pageHeader {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}
.pageHeader .--wrapper {
  display: flex;
}
.pageHeader__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  background-color: #EFEFEF;
  width: 100%;
}
.pageHeader__wrapper a {
  font-size: 1.4rem;
}
.pageHeader__wrapper__logo {
  padding-left: 25px;
}
.pageHeader__wrapper__menu {
  display: flex;
}
.pageHeader__wrapper__menu li {
  margin-right: 50px;
}
.pageHeader__wrapper__menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageHeader__wrapper__menu li a::after {
  content: "";
  background-image: url("../image/icon/ico_tryangle_down.svg");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  width: 7px;
  height: 5px;
  margin-left: 6px;
}
.pageHeader__wrapper__menu li:last-child {
  margin-right: 0;
}
.pageHeader__wrapper__menu li:last-child a::after {
  display: none;
}
.pageHeader__wrapper__menu__innerMenu {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 70px;
  z-index: 999;
  background-color: #2E5DA3;
  width: 100%;
  left: 0;
}
.pageHeader__wrapper__menu__innerMenu ul {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  padding: 32px 0;
  margin: 0 auto;
}
.pageHeader__wrapper__menu__innerMenu ul li a {
  color: #fff;
}
.pageHeader__wrapper__menu__innerMenu ul li a::after {
  display: inline-block !important;
  content: "";
  background-image: url("../image/icon/icn_arror_right_menu.svg");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  width: 7px;
  height: 5px;
  margin-left: 6px;
}
.pageHeader__wrapper__cta {
  display: flex;
}
.pageHeader__wrapper__cta--recruit a {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  padding: 0 42px;
  min-height: 70px;
}
.pageHeader__wrapper__cta--recruit a span {
  color: #B6820C;
  font-size: 1.4rem;
  font-weight: 700;
}
.pageHeader__wrapper__cta--recruit a::after {
  content: "";
  background-image: url("../image/icon/icn_recruit.svg");
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-left: 6px;
}
.pageHeader__wrapper__cta--mail a {
  background: linear-gradient(45deg, #B6820C, #EBB844);
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageHeader__wrapper__cta--mail a::after {
  content: "";
  background-image: url("../image/icon/icn_mail.svg");
  background-position: center center;
  display: inline-block;
  width: 23px;
  height: 15px;
}
.pageHeader .pageHeader__wrapper__menu--service a:hover .--childService {
  display: flex;
}
.pageHeader .hamburger-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .pageHeader__wrapper {
    min-height: 50px;
  }
  .pageHeader__wrapper__logo {
    padding-left: 20px;
  }
  .pageHeader__wrapper__logo img {
    width: 80px;
  }
  .pageHeader__wrapper__menu {
    display: none;
    position: absolute;
    z-index: 2;
    top: 50px;
    background-color: #2E5DA3;
    width: 100%;
    padding: 20px;
  }
  .pageHeader__wrapper__menu li {
    margin-right: 0;
  }
  .pageHeader__wrapper__menu li a {
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 8px;
  }
  .pageHeader__wrapper__menu__innerMenu {
    display: block;
    position: relative;
    top: 0;
    margin-left: 16px;
  }
  .pageHeader__wrapper__menu__innerMenu ul {
    display: block;
    padding: 0;
  }
  .pageHeader__wrapper__menu__innerMenu ul li {
    margin-bottom: 12px;
  }
  .pageHeader__wrapper__menu__innerMenu ul li a {
    font-size: 1.2rem;
  }
  .pageHeader__wrapper__cta {
    display: flex;
  }
  .pageHeader__wrapper__cta--recruit {
    display: none;
  }
  .pageHeader__wrapper__cta--mail a {
    min-width: 50px;
    min-height: 50px;
  }
  .pageHeader__wrapper__cta--mail a::after {
    width: 18px;
    height: 12px;
  }
  .pageHeader .hamburger-menu {
    display: block;
  }
  .pageHeader .hamburger-menu .menu-btn {
    position: relative;
    background-color: #2E5DA3;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    z-index: 11;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pageHeader .hamburger-menu .menu-btn span {
    -webkit-clip-path: "";
            clip-path: "";
    display: block;
    height: 1px;
    width: 24px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s 0s ease;
    top: 0;
  }
  .pageHeader .hamburger-menu .menu-btn span::before {
    content: "";
    display: block;
    height: 1px;
    width: 24px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s 0s ease;
    top: -6px;
  }
  .pageHeader .hamburger-menu .menu-btn span::after {
    content: "";
    display: block;
    height: 1px;
    width: 24px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s 0s ease;
    top: 6px;
  }
  .pageHeader .menu-btn-peke:after {
    font-size: 21px;
    color: #fff;
    content: "✖";
    text-align: center;
    padding-top: 0;
  }
}
/* PC */
/*----------▲▲ pageHeader ▲▲----------*/
/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.pageFooter__wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
}
.pageFooter__wrapper__corporate {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0 60px 90px;
  width: 360px;
  background-color: #F5F5F5;
}
.pageFooter__wrapper__corporate--logo a {
  display: inline-block;
  text-align: center;
}
.pageFooter__wrapper__corporate--logo a img {
  width: 170px;
  margin: inherit;
}
.pageFooter__wrapper__corporate--logo a span {
  display: block;
  font-weight: 800;
  margin-top: 24px;
}
.pageFooter__wrapper__corporate--address {
  font-size: 1.4rem;
  margin-top: 40px;
}
.pageFooter__wrapper__menu {
  display: flex;
  padding: 90px 120px;
}
.pageFooter__wrapper__menu__inner {
  margin-right: 60px;
}
.pageFooter__wrapper__menu__inner__column {
  display: flex;
}
.pageFooter__wrapper__menu__inner__column ul:last-child {
  margin-left: 60px;
}
.pageFooter__wrapper__menu__inner:last-child {
  margin-right: 0;
}
.pageFooter__wrapper__menu__inner:last-child ul li {
  margin-bottom: 12px;
}
.pageFooter__wrapper__menu__inner:last-child ul li a {
  font-size: 1.6rem;
  background: none;
  padding-left: 0;
}
.pageFooter__wrapper__menu__inner:last-child ul li.recruit a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../image/icon/icn_outside.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.pageFooter__wrapper__menu__inner h3 {
  font-size: 1.6rem;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.pageFooter__wrapper__menu__inner h3 span {
  padding-bottom: 16px;
  border-bottom: 1px solid #2E5DA3;
}
.pageFooter__wrapper__menu__inner ul li {
  margin-bottom: 6px;
}
.pageFooter__wrapper__menu__inner ul li a {
  font-size: 1.4rem;
  background-image: url("../image/icon/icn_list.svg");
  background-position: left top 8px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 16px;
}

.copyright {
  background-color: #505050;
}
.copyright p {
  color: #fff;
  font-size: 1rem;
  padding: 24px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pageFooter__wrapper {
    flex-wrap: wrap;
  }
  .pageFooter__wrapper__corporate {
    padding: 20px;
    width: 100%;
  }
  .pageFooter__wrapper__menu {
    padding: 20px;
    flex-wrap: wrap;
  }
  .pageFooter__wrapper__menu__inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pageFooter__wrapper__menu__inner__column {
    display: block;
  }
  .pageFooter__wrapper__menu__inner:last-child ul li a {
    font-size: 1.4rem;
  }
}
/*----------▲▲ footer ▲▲----------*/
/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ sidebar ▼▼----------*/
/* common */
.sidebar__block {
  padding-bottom: 50px;
}
.sidebar__block:last-of-type {
  padding-bottom: 0;
}

/* SP */
@media screen and (max-width: 767px) {
  .sidebar {
    padding: 80px 16px;
    background-image: url("../image/bg/tile_paper_01.jpg");
    background-position: left top;
    background-repeat: repeat;
  }
}
/* PC */
/*----------▲▲ sidebar ▲▲----------*/
/*----------▼▼ sidebar__purchaseMethod ▼▼----------*/
/* common */
.sidebar__purchaseMethodList {
  display: block;
}
.sidebar__purchaseMethodListItem {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
}
.sidebar__purchaseMethodListItemLink {
  display: block;
  height: 154px;
  padding: 32px 0 0 110px;
  position: relative;
  background-image: url("../image/bg/image_list_deliver.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.sidebar__purchaseMethodListItemLink::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../image/icon/imageList_arrow.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.sidebar__purchaseMethodListItemLinkTit {
  font-size: 2.6rem;
  color: #B18832;
  line-height: 1;
}
.sidebar__purchaseMethodListItemLinkLead {
  font-size: 1.5rem;
  color: #111;
  line-height: 1.4;
  margin-top: 16px;
}
.sidebar__purchaseMethodListItem.--sent .sidebar__purchaseMethodListItemLink {
  background-image: url("../image/bg/image_list_sent.png");
}
.sidebar__purchaseMethodListItem.--bring .sidebar__purchaseMethodListItemLink {
  background-image: url("../image/bg/image_list_bring.png");
}

/* SP */
/* PC */
/*----------▲▲ sidebar__purchaseMethod ▲▲----------*/
/*----------▼▼ sidebar__contactArea ▼▼----------*/
/* common */
.sidebar__contactAreaCatch {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 80px 0 50px 16px;
  background-image: url("../image/bg/contact_staff.png");
  background-position: right 6px top 10px;
  background-repeat: no-repeat;
  background-size: 220px auto;
}
.sidebar__contactAreaTel {
  display: block;
  margin: 0;
  padding: 24px 16px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.sidebar__contactAreaTelLead {
  display: block;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.sidebar__contactAreaTelNum {
  display: block;
  font-size: 3.6rem;
  color: #333;
  line-height: 1.4;
  text-align: center;
  margin: 10px auto 0;
}
.sidebar__contactAreaTelNum::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 23px;
  background-image: url("../image/icon/free_dial.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 23px;
  margin-right: 5px;
}
.sidebar__contactAreaTelNote {
  display: block;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
}
.sidebar__contactAreaLine {
  display: block;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.4;
  margin: 21px 0 0;
  padding: 21px 32px 21px 60px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background: url("../image/icon/icon_line.svg"), url("../image/icon/icon_arrow_white.svg"), linear-gradient(90deg, #06C755, #76AF60);
  background-repeat: no-repeat;
  background-position: left 16px center, right 16px center, center center;
  background-size: 32px auto, auto auto, auto auto;
}
.sidebar__contactAreaLine:hover {
  color: #fff;
}
.sidebar__contactAreaMail {
  display: block;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.4;
  margin: 21px 0 0;
  padding: 21px 32px 21px 60px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  background: url("../image/icon/icon_mail.svg"), url("../image/icon/icon_arrow_white.svg"), linear-gradient(90deg, #CEA758, #896111);
  background-repeat: no-repeat;
  background-position: left 16px center, right 16px center, center center;
  background-size: 27px auto, auto auto, auto auto;
}
.sidebar__contactAreaMail:hover {
  color: #fff;
}
.sidebar__contactAreaWayText {
  font-size: 2.6rem;
}

/* SP */
/* PC */
@media screen and (min-width: 768px) {
  .sidebar__contactAreaTel {
    pointer-events: none;
  }
}
/*----------▲▲ sidebar__contactArea ▲▲----------*/
/*----------▼▼ sidebar__purchasedArea ▼▼----------*/
/* common */
.sidebar__purchasedAreaList {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: solid 1px rgba(183, 174, 168, 0.5);
  position: relative;
}
.sidebar__purchasedAreaList::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D4D1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sidebar__purchasedAreaListItem {
  flex-basis: calc((100% - 1px) / 2);
  border-bottom: solid 1px rgba(183, 174, 168, 0.5);
}
.sidebar__purchasedAreaListItem:nth-of-type(odd) {
  border-right: solid 1px rgba(183, 174, 168, 0.5);
}
.sidebar__purchasedAreaListItemLink {
  display: block;
  padding: 12px 12px 12px 32px;
  height: 100%;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.4;
  background-image: url("../image/icon/icon_arrow_yellow_s.svg");
  background-position: left 12px center;
  background-repeat: no-repeat;
}

/* SP */
/* PC */
/*----------▲▲ sidebar__purchaseMethod ▲▲----------*/
/*----------▼▼ sidebar__popularPostArea ▼▼----------*/
/* common */
.sidebar__popularPostAreaList {
  margin-top: 16px;
  border-top: solid 1px rgba(183, 174, 168, 0.5);
}
.sidebar__popularPostAreaListItem {
  border-bottom: solid 1px rgba(183, 174, 168, 0.5);
}
.sidebar__popularPostAreaListItemLink {
  display: block;
  padding: 14px 16px;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.4;
}
.sidebar__popularPostAreaListItemLinkHead {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.sidebar__popularPostAreaListItemLinkHeadCat {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  color: #111;
  line-height: 1;
  background-color: #E5E1D9;
  padding: 6px;
  border-radius: 4px;
}
.sidebar__popularPostAreaListItemLinkHeadDate {
  padding-top: 6px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1;
}
.sidebar__popularPostAreaListItemLinkBody {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.sidebar__popularPostAreaListItemLinkBodyImage {
  flex-basis: 80px;
}
.sidebar__popularPostAreaListItemLinkBodyTitle {
  flex-basis: calc(100% - 96px);
  font-size: 1.6rem;
  line-height: 1.6;
  color: #7C673D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -o-box;
  display: -ms-box;
  display: -moz-box;
  display: -webkit-box;
  -o-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

/* SP */
/* PC */
/*----------▲▲ sidebar__popularPostArea ▲▲----------*/
/*----------▼▼ sidebar__categoryArea ▼▼----------*/
/* common */
.sidebar__categoryAreaList {
  margin-top: 16px;
  border-top: solid 1px rgba(183, 174, 168, 0.5);
}
.sidebar__categoryAreaListItem {
  border-bottom: solid 1px rgba(183, 174, 168, 0.5);
}
.sidebar__categoryAreaListItemLink {
  display: block;
  padding: 12px 12px 12px 32px;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.4;
  background-image: url("../image/icon/icon_arrow_yellow_s.svg");
  background-position: left 12px center;
  background-repeat: no-repeat;
}

/* SP */
/* PC */
/*----------▲▲ sidebar__categoryArea ▲▲----------*/
/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ pages ▼▼----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.innerMainArea__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.innerMainArea__wrapper__catchArea {
  box-sizing: border-box;
  width: 376px;
  padding: 100px 18px 0 100px;
  position: relative;
  z-index: 2;
}
.innerMainArea__wrapper__catchArea--catch {
  line-height: 1;
}
.innerMainArea__wrapper__catchArea--catch--eng {
  font-size: 6.6rem;
  font-weight: 800;
  background-color: #EFEFEF;
  color: #2E5DA3;
  display: inline-block;
  padding: 30px 40px 30px 0;
  white-space: nowrap;
}
.innerMainArea__wrapper__catchArea--catch--eng .--engSmall {
  font-size: 4rem;
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
}
.innerMainArea__wrapper__catchArea--catch hr {
  display: block;
  width: 100px;
  height: 1px;
  border-bottom: 1px solid #2E5DA3;
  margin: 40px 0;
}
.innerMainArea__wrapper__catchArea--catch--jp {
  font-size: 3.8rem;
  font-weight: 800;
  background-color: #EFEFEF;
  color: #2E5DA3;
  display: inline-block;
  line-height: 1.5;
  padding: 30px 40px 30px 0;
  white-space: nowrap;
}
.innerMainArea__wrapper__catchArea--catch--jp .--jpSmall {
  font-size: 1.4rem;
  color: #7E7E7E;
  display: block;
  margin-bottom: 8px;
}
.innerMainArea__wrapper::after {
  content: "";
  display: block;
  flex: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 768px;
}

/*----------▲▲ container ▲▲----------*/
/*----------▼▼ inner title ▼▼----------*/
.container {
  margin-top: 70px;
}
.container__header {
  width: 1200px;
  margin: 0 auto 10px;
  display: flex;
  align-items: end;
  justify-content: left;
}
.container__header__title span {
  display: block;
  line-height: 1.5;
}
.container__header__title--subtitle {
  font-size: 1.3rem;
  color: #888;
}
.container__header__title--maintitle {
  font-size: 2.8rem;
  color: #2E5DA3;
}
.container__header__title--category {
  font-size: 1.2rem;
  background-color: #888;
  color: #fff;
  display: inline-block !important;
  min-width: 90px;
  padding: 2px 20px;
}
.container__header__title--date {
  font-size: 1.3rem;
  color: #888;
}
.container__header__title--date::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  border-top: 1px solid #888;
  padding-top: 30px;
  margin-top: 30px;
}
.container__header__txt {
  margin-left: 30px;
}
.container__contact {
  display: flex;
  align-items: center;
  justify-content: left;
  background-image: url("../image/general/pht_contact.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.container__contact p {
  display: table;
  width: 100%;
  min-height: 300px;
}
.container__contact p a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 8rem;
  font-weight: 100;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  padding-left: 100px;
}
.container__typeA {
  width: 1200px;
  margin: 100px auto 0;
}
.container__typeA:first-child {
  margin-top: 156px;
}
.container__typeA__title span {
  display: block;
  line-height: 1.5;
}
.container__typeA__title--subtitle {
  font-size: 1.3rem;
  color: #888;
}
.container__typeA__title--maintitle {
  font-size: 2.8rem;
  color: #2E5DA3;
}
.container__typeA__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.container__typeA__ul--list {
  width: 540px;
  min-height: 413px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
}
/* 20231118 start --changed */
.container__typeA__ul--list:nth-child(2) {
  margin-top: 80px;
}
.container__typeA__ul--list:nth-child(3), .container__typeA__ul--list:nth-child(5) {
  margin-top: -70px;
}
/* 20231118 end --changed */
.container__typeA__ul--list--title {
  font-size: 2.2rem;
  color: #2E5DA3;
  display: inline-block;
  background-color: #EFEFEF;
  padding: 10px;
  position: relative;
  top: 313px;
  width: -moz-fit-content;
  width: fit-content;
}
.container__typeA__ul--list--txt {
  width: 356px;
  display: inline-block;
  background-color: #EFEFEF;
  padding: 10px;
  position: relative;
  top: 313px;
}
.container__typeA__ul--list--anchor {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.container__typeA__ul--list:first-child {
  background-image: url("../image/page/top/pht_top_001.png");
}
.container__typeA__ul--list:nth-child(2) {
  background-image: url("../image/page/top/pht_top_002.png");
}
.container__typeA__ul--list:nth-child(3) {
  background-image: url("../image/page/top/pht_top_003.png");
}
.container__typeA__ul--list:nth-child(4) {
  background-image: url("../image/page/top/pht_top_004.png");
}
.container__typeA__ul--list:nth-child(5) {
  background-image: url("../image/page/top/pht_top_005.png");
}
.container__typeB__wrapper {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 78.7%;
  margin-top: 180px;
  margin-bottom: 80px;
  min-height: 600px;
  position: relative;
}
.container__typeB__wrapper--title {
  font-size: 2.8rem;
  color: #2E5DA3;
  background-color: #EFEFEF;
  display: inline-block;
  padding: 24px 30px;
  position: absolute;
}
.container__typeB__wrapper--read {
  background-color: #EFEFEF;
  display: inline-block;
  padding: 60px 7.2% 0 80px;
  width: 680px;
  position: absolute;
  right: 0;
  bottom: -80px;
}
.container__typeB__wrapper--read span {
  display: block;
}
.container__typeB__wrapper--read--title {
  color: #888;
  font-weight: 800;
  margin-bottom: 5px;
}
.container__typeB__wrapper--read--list {
  margin-bottom: 5px;
}
.container__typeB__wrapper--read--list a {
  color: #B6820C;
  display: block;
  background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
  padding: 16px 20px;
}
.--active { background-image: url("../image/icon/icn_up.svg") !important; }
.container__typeB__wrapper__innerContainer {
  background-color: #F4F4F4;
  padding: 20px;
  margin-bottom: 5px;
  display: none;
}
.container__typeB__wrapper__innerContainer--item--title {
  color: #2E5DA3;
}
.container__typeB__wrapper__innerContainer dl { display: flex; align-items: center; background-color: #E3E3E3; border-bottom: 1px solid #fff; }
.container__typeB__wrapper__innerContainer dl:last-child { border-bottom: none }
.container__typeB__wrapper__innerContainer dl dt { width: 140px; padding: 0 20px; text-align: center; }
.container__typeB__wrapper__innerContainer dl dd { background-color: #EFEFEF; width: 320px; padding: 8px 20px; }
.container__typeB__wrapper__innerContainer--item--read { margin-top: 8px; }
.container__typeB__wrapper__innerContainer ul { display: flex; margin-top: 20px; }
.container__typeB__wrapper__innerContainer ul li:first-child { width: 120px; }
.container__typeB__wrapper__innerContainer ul li:last-child { width: 320px; margin-left: 20px; }
.container__typeB__wrapper__innerContainer--anchor { margin-top: 12px; }
.container__typeB__wrapper__innerContainer--anchor a { color: #B6820C; color: #B6820C; display: flex; justify-content: flex-end; align-items: center; }
.container__typeB__wrapper__innerContainer--anchor a::after { content: ""; display: inline-block; margin-left: 8px; width: 13px; height: 11px; background-image: url(../image/icon/icn_recruit.svg); background-position: center center; background-repeat: no-repeat; }
.container__typeB__wrapper--read .--innerTitle {
  font-size: 2.2rem;
  color: #2E5DA3;
}
.container__typeB__wrapper--read .--innerWrapper2Column {
  display: flex;
}
.container__typeB__wrapper--read .--innerWrapper2Column .--innerWrapper2Column--left {
  width: 110px;
}
.container__typeB__wrapper--read .--innerWrapper2Column .--innerWrapper2Column--right {
  width: 510px;
  margin-left: 60px;
}
.container__typeB__wrapper__wrapper:nth-child(2n) {
  background-position: right center;
}
.container__typeB__wrapper__wrapper:nth-child(2n) .container__typeB__wrapper--title {
  order: 2;
  right: 0;
}
.container__typeB__wrapper__wrapper:nth-child(2n) .container__typeB__wrapper--read {
  order: 1;
  left: 0;
  padding: 60px 80px 0 7.2%;
}
.container__typeC__wrapper {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 60%;
  margin-bottom: 80px;
  min-height: 600px;
  position: relative;
}
.container__typeC__wrapper--title {
  font-size: 2.8rem;
  color: #2E5DA3;
  display: inline-block;
  position: absolute;
  width: calc(40% - 100px);
  right: 100px;
  text-align: center;
}
.container__typeC__wrapper--title .--subtitle {
  font-size: 2rem;
  color: #888;
  display: block;
}
.container__typeC__wrapper--title .--subtitle::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  border-bottom: 1px solid #888;
  margin: 32px auto;
}
.container__typeC__wrapper--read {
  background-color: #EFEFEF;
  display: inline-block;
  line-height: 2.5;
  padding: 50px 60px;
  width: 632px;
  position: absolute;
  right: 100px;
  bottom: 0;
}
.container__typeC__wrapper--read span {
  display: block;
}
.container__typeC__wrapper--read--title {
  color: #888;
  font-weight: 800;
  margin-bottom: 5px;
}
.container__typeC__wrapper--read--list {
  margin-bottom: 5px;
}
.container__typeC__wrapper--read--list a {
  color: #B6820C;
  display: block;
  background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
  padding: 16px 20px;
}
.container__typeC__wrapper:nth-child(2n+1) {
  background-position: right center;
}
.container__typeC__wrapper:nth-child(2n+1) .container__typeC__wrapper--title {
  order: 2;
  right: 0;
  left: 100px;
}
.container__typeC__wrapper:nth-child(2n+1) .container__typeC__wrapper--read {
  order: 1;
  left: 100px;
}
.container__typeD {
  margin-top: 100px;
}
.container__typeD__wrapper {
  width: 800px;
  margin: auto;
  padding: 60px 0 0;
  background-color: #fff;
}
.container__typeD__wrapper__innerblock--label {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.container__typeD__wrapper__innerblock h2 {
  background-color: #EFEFEF;
  color: #2E5DA3;
  font-size: 2.8rem;
  padding: 24px 30px;
  width: 92.5%;
}
.container__typeD__wrapper__innerblock p {
  padding: 60px;
}
.container__typeD__wrapper__innerblock:nth-child(2n) h2 {
  margin-left: 7.5%;
}
.container__typeE__wrapper__innerContainer {
  width: 500px;
  margin: auto;
  background-color: #fff;
  padding: 30px 0 0;
  min-height: 324px;
}
.container__typeE__wrapper__innerContainer--title {
  font-size: 2.2rem;
  color: #2E5DA3;
  display: inline-block;
  padding: 10px 30px;
  background-color: #EFEFEF;
}
.container__typeE__wrapper__innerContainer--read {
  padding: 60px;
}
.container__typeE__wrapper .--twoColumn {
  width: 1080px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.container__typeF {
  width: 1200px;
  margin: 100px auto;
}
.container__typeF__wrapper__innerblock {
  display: flex;
}
.container__typeF__wrapper__innerblock h2 {
  font-size: 2.8rem;
  color: #2E5DA3;
  line-height: 1.6;
  white-space: nowrap;
}
.container__typeF__wrapper__innerblock h2 .--subTxt {
  display: block;
  color: #2c2c2c;
}
.container__typeF__wrapper__innerblock h2 .--subTxt::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  border-bottom: 1px solid #888;
  margin: 32px 0;
}
.container__typeF__wrapper__innerblock p {
  margin-left: 60px;
  margin-top: 70px;
}
.container__typeG__title p {
  padding: 10px 60px 10px 100px;
  background-color: #2E5DA3;
  font-size: 2.2rem;
  color: #fff;
  display: inline-block;
}
.container__typeG__wrapper__innerblock {
  display: flex;
  padding-left: 300px;
}
.container__typeG__wrapper__innerblock--year {
  display: flex;
  line-height: 1;
  position: relative;
}
.container__typeG__wrapper__innerblock--year span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 4.6rem;
  color: #2E5DA3;
  position: relative;
  margin-top: 48px;
}
.container__typeG__wrapper__innerblock--year::before {
  content: "●";
  display: inline-block;
  color: #2E5DA3;
  font-size: 1.6rem;
  margin-right: 24px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
.container__typeG__wrapper__innerblock--year::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #ccc;
  position: absolute;
  left: 8px;
}
.container__typeG__wrapper__innerblock__txt {
  margin-left: 48px;
  margin-bottom: 80px;
  margin-top: 40px;
  width: calc(100% - 48px);
}
.container__typeG__wrapper__innerblock__txt--title {
  font-size: 2rem;
  background-color: #EFEFEF;
  color: #2E5DA3;
  display: inline-block;
  padding: 0 40px 24px 0;
}
.container__typeG__wrapper__innerblock__txt--read {
  background-color: #EFEFEF;
  display: inline-block;
  padding: 0 40px 24px 0;
}
.container__typeH {
  width: 1200px;
  margin: auto;
  margin-top: 180px;
}
.container__typeH__wrapper {
  background-color: #fff;
  position: relative;
  min-height: 460px;
}
.container__typeH__wrapper--title {
  font-size: 2rem;
  color: #2E5DA3;
  background-color: #EFEFEF;
  display: inline-block;
  padding: 24px 30px;
}
.container__typeH__wrapper--read {
  display: block;
  padding: 60px 0 60px 50px;
  width: 430px;
  line-height: 2.5;
}
.container__typeI {
  background-color: #E8E8E8;
  margin-top: 100px;
  padding: 80px 0;
}
.container__typeI__wrapper {
  width: 1200px;
  margin: auto;
  background-image: url("../image/page/company/pht_sub04.png");
  background-color: #fff;
  background-size: cover;
  position: relative;
  min-height: 414px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container__typeI__wrapper--title {
  font-size: 2rem;
  color: #2E5DA3;
  background-color: #E8E8E8;
  display: inline-block;
  padding: 24px 30px 24px 0;
  margin-top: auto;
}
.container__typeI__wrapper--read {
  display: block;
  padding: 30px 40px 0 0;
  background-color: #E8E8E8;
  width: 600px;
}
.container__typeJ {
  margin-top: 180px;
}
.container__typeJ__wrapper {
  display: flex;
  width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container__typeJ__wrapper__innerContainer {
  width: 590px;
  margin: 0 0 20px;
  background-color: #fff;
  min-height: 324px;
}
.container__typeJ__wrapper__innerContainer--title {
  font-size: 2.2rem;
  color: #2E5DA3;
  display: inline-block;
  padding: 10px 30px;
  background-color: #EFEFEF;
}
.container__typeJ__wrapper__innerContainer--read {
  padding: 60px;
}
.container__typeJ__wrapper__innerContainer--read img {
  margin-bottom: 50px;
}
.container__typeJ__wrapper__innerContainer--list {
  display: flex;
}
.container__typeJ__wrapper__innerContainer--list dt {
  padding: 12px 0 0 60px;
  white-space: nowrap;
  width: 50%;
}
.container__typeJ__wrapper__innerContainer--list dd {
  padding: 12px 60px 0 24px;
  width: 50%;
}
.container__typeJ__wrapper__innerContainer--list:nth-child(2) {
  padding-top: 60px;
}
.container__typeJ__wrapper__innerContainer--list:last-child {
  padding-bottom: 60px;
}
.container__typeJ__wrapper .--twoColumn {
  width: 1080px;
  margin: 60px auto 0;
  display: flex;
}
.container__typeK__wrapper {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 60%;
  margin-bottom: 80px;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.container__typeK__wrapper__innerContainerTxt {
  padding-right: 100px;
}
.container__typeK__wrapper__innerContainerTxt--title {
  font-size: 2.6rem;
  color: #2E5DA3;
  display: block;
  text-align: center;
}
.container__typeK__wrapper__innerContainerTxt--title .--subtitle {
  font-size: 2rem;
  color: #888;
  display: block;
}
.container__typeK__wrapper__innerContainerTxt--title .--subtitle::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  border-bottom: 1px solid #888;
  margin: 32px auto;
}
.container__typeK__wrapper__innerContainerTxt--read {
  background-color: #EFEFEF;
  display: block;
  line-height: 1.8;
  padding: 100px 0 0 60px;
}
.container__typeK__wrapper__innerContainerTxt--read span {
  display: block;
}
.container__typeK__wrapper__innerContainerTxt--read--title {
  color: #888;
  font-weight: 800;
  margin-bottom: 5px;
}
.container__typeK__wrapper__innerContainerTxt--read--list {
  margin-bottom: 5px;
}
.container__typeK__wrapper__innerContainerTxt--read--list a {
  color: #B6820C;
  display: block;
  background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
  padding: 16px 20px;
}
.container__typeK__wrapper:nth-child(2n+1) .container__typeK__wrapper__innerContainerMAP {
  order: 2;
  right: 0;
  left: 100px;
}
.container__typeK__wrapper:nth-child(2n+1) .container__typeK__wrapper__innerContainerTxt {
  order: 1;
  left: 100px;
}
.container__typeL {
  margin-top: 42px;
}
.container__typeL__wrapper {
  background-image: url("../image/page/top/pht_top_006.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 798px;
  padding: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.container__typeL__wrapper--title {
  font-size: 2.2rem;
  color: #2E5DA3;
  display: inline-block;
  padding: 10px 30px;
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
}
.container__typeL__wrapper__container {
  display: flex;
  justify-content: center;
  width: 880px;
  margin: 0 auto;
}
.container__typeL__wrapper__container__ul li {
  width: 330px;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
.container__typeL__wrapper__container__ul li::after {
  content: "様";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 10px;
}
.container__typeL__wrapper__container__ul li:nth-child(2) {
  margin-left: 30px;
}
.container__typeL__wrapper__container__ul li:nth-child(3) {
  margin-left: 60px;
}
.container__typeL__wrapper__container__ul li:nth-child(4) {
  margin-left: 90px;
}
.container__typeL__wrapper__container__ul li:nth-child(5) {
  margin-left: 120px;
}
.container__typeL__wrapper__container__ul li:nth-child(6) {
  margin-left: 160px;
  margin-bottom: 0;
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  opacity: 0.5;
  text-align: right;
}
.container__typeL__wrapper__container__ul li:nth-child(6)::after {
  content: "";
}
.container__typeL__wrapper__container__line {
  color: #fff;
  text-align: right;
  margin-top: 16px;
}
.container__typeM__wrapper {
  width: 800px;
  margin: auto;
}
.container__typeM__wrapper--back {
  border-top: 1px dotted #ccc;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.container__typeM__wrapper--back a {
  font-size: 1.4rem;
  background-image: url("../image/icon/icn_arror_right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  color: #B6820C;
  padding-right: 40px;
}
.container__typeM .--12x {
  width: 1200px;
}
.container__typeN__header {
  width: 1200px;
  margin: 100px auto 60px;
}
.container__typeN__header__title {
  font-size: 2.2rem;
  color: #2c2c2c;
}
.container__typeN__header__title::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  border-top: 1px solid #505050;
  margin-bottom: 30px;
}
.container__typeN__wrapper {
  width: 800px;
  margin: auto;
}
.container__typeN__wrapper__innerContainer {
  background-color: #fff;
  position: relative;
  padding: 50px 100px;
  margin-bottom: 5px;
}
.container__typeN__wrapper__innerContainer--num {
  font-size: 2.2rem;
  color: #2E5DA3;
  display: inline-block;
  background-color: #EFEFEF;
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  text-align: center;
  padding: 8px 0;
}
.container__typeN__wrapper__innerContainer--dl {
  display: flex;
}
.container__typeN__wrapper__innerContainer--dl dt {
  font-weight: 800;
  width: 160px;
}
.container__typeN__wrapper__innerContainer--dl dd {
  margin-left: 60px;
  width: 420px;
}
.container__typeN__wrapper__innerContainer--dl dd span {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.container__typeN__wrapper__innerLine {
  width: 800px;
  text-align: right;
  margin-top: 30px;
}
.container__typeO__wrapper {
  width: 800px;
  margin: auto;
}
.container__typeO__wrapper__line {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.container__typeO__wrapper__line--list {
  width: 260px;
  background-color: #fff;
  padding: 48px 0 80px;
}
.container__typeO__wrapper__line--list--title {
  font-size: 1.8rem;
  font-weight: 800;
}
.container__typeO__wrapper__line--list--sub {
  font-size: 1.4rem;
}
.container__typeO__wrapper__line--list--subper {
  font-size: 2.4rem;
  font-weight: 800;
  margin-top: 40px;
}
.container__typeO__wrapper__line--list--subper::after {
  content: "%";
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 10px;
}
.container__typeP__wrapper {
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.container__typeP__wrapper__innerContainerHeader {
  padding-left: 100px;
}
.container__typeP__wrapper__innerContainerHeader--title {
  font-size: 2.6rem;
  color: #2E5DA3;
  display: block;
  text-align: center;
}
.container__typeP__wrapper__innerContainerHeader--title .--subtitle {
  font-size: 2rem;
  color: #888;
  display: block;
}
.container__typeP__wrapper__innerContainerHeader--title .--subtitle::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  border-bottom: 1px solid #888;
  margin: 32px auto;
}
.container__typeP__wrapper__innerContainerHeader--read {
  background-color: #EFEFEF;
  display: block;
  line-height: 1.8;
  padding: 100px 0 0 60px;
}
.container__typeP__wrapper__innerContainerHeader--read span {
  display: block;
}
.container__typeP__wrapper__innerContainerHeader--read--title {
  color: #888;
  font-weight: 800;
  margin-bottom: 5px;
}
.container__typeP__wrapper__innerContainerHeader--read--list {
  margin-bottom: 5px;
}
.container__typeP__wrapper__innerContainerHeader--read--list a {
  color: #B6820C;
  display: block;
  background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
  padding: 16px 20px;
}
.container__typeP__wrapper__innerContainerMain {
  width: 78.5%;
  background-color: #fff;
}
.container__typeP__wrapper__innerContainerMain h4 {
  font-size: 2rem;
  color: #2E5DA3;
  background-color: #EFEFEF;
  display: inline-block;
  margin-top: 40px;
  min-width: 800px;
  padding: 20px 30px;
}
.container__typeP__wrapper__innerContainerMain h5 {
  font-size: 2rem;
  color: #2E5DA3;
  background-color: #EFEFEF;
  display: inline-block;
  padding: 12px 30px 12px 0;
  position: relative;
  left: -88px;
}
.container__typeP__wrapper__innerContainerMain h5 .require {
  font-size: 1.2rem;
  color: #fff;
  background-color: #E55555;
  padding: 3px 8px;
  position: relative;
  top: -2px;
  margin-right: 16px;
}
.container__typeP__wrapper__innerContainerMain p {
  padding: 60px 0 60px 60px;
  width: 740px;
}
.container__typeP__wrapper__innerContainerMain ul {
  padding: 60px;
  width: 800px;
}
.container__typeP__wrapper__innerContainerMain ul li {
  list-style-type: disc;
  margin-bottom: 16px;
  width: 740px;
}
.container__typeP__wrapper__innerContainerMain p.container__typeP__wrapper__innerContainerMain--flist {
  padding: 60px;
}
.container__typeP__wrapper__innerContainerMain p.container__typeP__wrapper__innerContainerMain--flist span {
  list-style-type: none;
  display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important; }
.container__typeP__wrapper__innerContainerMain p.container__typeP__wrapper__innerContainerMain--flist span label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.container__typeQ__wrapper {
  width: 1200px;
  margin: 100px auto 0;
}
.container__typeQ__wrapper__ul__li {
  border-bottom: 1px dotted #ccc;
}
.container__typeQ__wrapper__ul__li:first-child {
  border-top: 1px dotted #ccc;
}
.container__typeQ__wrapper__ul__li__anchor {
  display: flex;
  align-items: center;
  background-image: url("../image/icon/icn_arror_right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.container__typeQ__wrapper__ul__li__anchor--date {
  font-size: 1.2rem;
  color: #888;
}
.container__typeQ__wrapper__ul__li__anchor--category {
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  background-color: #888;
  margin-left: 30px;
  min-width: 90px;
  padding: 2px 20px;
  text-align: center;
}
.container__typeQ__wrapper__ul__li__anchor--txt {
  margin-left: 30px;
}
.container__typeQ__pageNavi ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.container__typeQ__pageNavi ul li {
  margin-right: 10px;
}
.container__typeQ__pageNavi ul li a {
  background-color: #fff;
  color: #B6820C;
  font-size: 1.4rem;
  padding: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.container__typeQ__pageNavi ul li .--current {
  background-color: #DBDBDB;
  color: #888;
}
.container__typeQ__pageNavi ul li:last-child {
  margin-right: 0;
}
.container__typeR {
  margin-top: 100px;
}
.container__typeR__wrapper {
  width: 860px;
  margin: 0 auto 60px;
}
.container__typeR__wrapper__title {
  font-size: 2rem;
  color: #2E5DA3;
}
.container__typeR__wrapper__read {
  padding-left: 60px;
}
.container__typeBtn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.container__typeBtn a {
  background-image: url("../image/icon/icn_arror_right.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #B6820C;
  display: block;
  padding: 16px 0;
  width: 448px;
  text-align: center;
}

/*----------▲▲ inner title ▲▲----------*/
/*----------▼▼ more ▼▼----------*/
.--more {
  content: "";
  background-image: url("../image/icon/icn_arror_right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 32px;
  margin-left: auto;
}
.--more a {
  color: #B6820C;
  font-size: 1.4rem;
}

/* SP */
@media screen and (max-width: 767px) {
  .--more a {
    color: #B6820C;
    font-size: 1.2rem;
  }
}
/*----------▲▲ more ▲▲----------*/
/*----------▼▼ table ▼▼----------*/
.--table {
  width: 1200px;
  margin: 60px auto 0;
}
.--table table {
  width: 100%;
}
.--table table tr th {
  background-color: #2E5DA3;
  border: 1px solid #EFEFEF;
  color: #fff;
  padding: 16px 20px;
  vertical-align: middle;
}
.--table table tr td {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  padding: 16px 20px;
  vertical-align: middle;
  width: 33.3%;
}
.--table table tr td span {
  color: #2E5DA3;
  font-weight: 800;
}
.--table table tr .onlineTitle {
  background-color: #EFEFEF;
  font-weight: 800;
  text-align: center;
  padding: 16px 0;
}

/* slider */
.container__wrapper__mainArea__ul {
  position: relative;
  z-index: -1;
}

.container__wrapper__mainArea__ul .slider {
  margin: 0 auto;
  width: 100%;
}

.container__wrapper__mainArea__ul .slick-img img {
  height: auto;
  width: 100%;
}

.container__wrapper__mainArea__ul .slick-prev.slick-arrow {
  display: none;
}

.container__wrapper__mainArea__ul .slick-next.slick-arrow {
  display: none;
}

.container__wrapper__mainArea__ul .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.container__wrapper__mainArea__ul .slick-dots {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  bottom: 30px;
}

.container__wrapper__mainArea__ul .slick-dots li {
  width: 60px;
  height: 4px;
}

.container__wrapper__mainArea__ul .slick-dots li button {
  width: 60px;
  height: 4px;
}

.container__wrapper__mainArea__ul .slick-dots li button:before {
  content: "";
  border-bottom: 4px solid #fff;
  width: 60px;
  height: 4px;
}

/* SP */
@media screen and (max-width: 767px) {
  .innerMainArea__wrapper__catchArea {
    box-sizing: border-box;
    width: 40%;
    padding: 20px;
  }
  .innerMainArea__wrapper__catchArea--catch {
    line-height: 1;
  }
  .innerMainArea__wrapper__catchArea--catch--eng {
    font-size: 3rem;
    padding: 15px 20px 15px 0;
    white-space: nowrap;
  }
  .innerMainArea__wrapper__catchArea--catch--eng .--engSmall {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
  }
  .innerMainArea__wrapper__catchArea--catch hr {
    width: 40px;
    margin: 10px 0;
  }
  .innerMainArea__wrapper__catchArea--catch--jp {
    font-size: 1.8rem;
    padding: 15px 20px 15px 0;
  }
  .innerMainArea__wrapper__catchArea--catch--jp .--jpSmall {
    font-size: 1.4rem;
    color: #7E7E7E;
    display: block;
    margin-bottom: 0;
  }
  .innerMainArea__wrapper::after {
    min-height: 200px;
  }
  .container {
    margin-top: 50px;
  }
  .container__header {
    width: calc(100% - 40px);
    margin: 0 20px 10px;
  }
  .container__header__title span {
    display: block;
  }
  .container__header__title--subtitle {
    font-size: 1.1rem;
  }
  .container__header__title--maintitle {
    font-size: 2rem;
    color: #2E5DA3;
  }
  .container__header__title--category {
    font-size: 1rem;
    min-width: 60px;
    padding: 2px 8px;
  }
  .container__header__title--date {
    font-size: 1rem;
  }
  .container__header__title--date::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    border-top: 1px solid #888;
    padding-top: 15px;
    margin-top: 15px;
  }
  .container__header__txt {
    margin-left: 30px;
    display: none;
  }
  .container__contact {
    background-image: url("../image/general/pht_contact.png");
    margin-top: 40px;
  }
  .container__contact p {
    display: table;
    width: 100%;
    min-height: 150px;
  }
  .container__contact p a {
    font-size: 4rem;
    padding-left: 20px;
  }
  .container__typeA {
    width: 100%;
    margin: 40px auto 0;
  }
  .container__typeA:first-child {
    margin-top: 156px;
  }
  .container__typeA__title span {
    display: block;
    line-height: 1.5;
  }
  .container__typeA__title--subtitle {
    font-size: 1rem;
    color: #888;
  }
  .container__typeA__title--maintitle {
    font-size: 2rem;
    color: #2E5DA3;
  }
  .container__typeA__ul--list {
    width: 100%;
    min-height: 206px;
    margin-top: 160px;
    margin-bottom: 0;
  }
  .container__typeA__ul--list:first-child {
    margin-top: 0;
  }
  .container__typeA__ul--list:nth-child(2), .container__typeA__ul--list:nth-child(3), .container__typeA__ul--list:nth-child(4), .container__typeA__ul--list:nth-child(5) {
    margin-top: 160px;
  }
  .container__typeA__ul--list:nth-child(5) {
    margin-bottom: 120px;
  }
  .container__typeA__ul--list--title {
    font-size: 1.8rem;
    padding: 10px 20px;
    position: relative;
    top: 180px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .container__typeA__ul--list--txt {
    width: 100%;
    position: relative;
    top: 180px;
    padding: 0 20px;
  }
  .container__typeA__ul--list--anchor {
    position: relative;
    top: 180px;
    bottom: 0;
    right: 20px;
  }
  .container__typeB__wrapper {
    background-size: 100%;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 180px;
    min-height: 300px;
    position: relative;
  }
  .container__typeB__wrapper--title {
    font-size: 2rem;
    padding: 12px 20px;
    position: relative;
  }
  .container__typeB__wrapper--read {
    padding: 20px;
    width: calc(100% - 20px);
    position: relative;
    margin-left: 20px;
    right: 0;
    bottom: -150px;
  }
  .container__typeB__wrapper--read--list {
    margin-bottom: 5px;
  }
  .container__typeB__wrapper--read--list a {
    font-size: 1.4rem;
    background: #fff url("../image/icon/icn_down.svg") no-repeat right 10px center;
    padding: 8px 30px 8px 10px;
  }
  .container__typeB__wrapper--read .--innerTitle {
    font-size: 2.2rem;
    color: #2E5DA3;
  }
  .container__typeB__wrapper--read .--innerWrapper2Column {
    display: flex;
  }
  .container__typeB__wrapper--read .--innerWrapper2Column .--innerWrapper2Column--left {
    width: 110px;
  }
  .container__typeB__wrapper--read .--innerWrapper2Column .--innerWrapper2Column--right {
    width: 510px;
    margin-left: 60px;
  }
  .container__typeB__wrapper:nth-child(2n) {
    background-position: right center;
  }
  .container__typeB__wrapper:nth-child(2n) .container__typeB__wrapper--title {
    order: 2;
    right: 0;
  }
  .container__typeB__wrapper:nth-child(2n) .container__typeB__wrapper--read {
    order: 1;
    left: 0;
    padding: 60px 80px 0 7.2%;
  }
  .container__typeB__wrapper__innerContainer dl { display: flex; align-items: center; background-color: #E3E3E3; border-bottom: 1px solid #fff; }
  .container__typeB__wrapper__innerContainer dl:last-child { border-bottom: none }
  .container__typeB__wrapper__innerContainer dl dt { width: 140px; padding: 0 20px; text-align: center; }
  .container__typeB__wrapper__innerContainer dl dd { background-color: #EFEFEF; width: 320px; padding: 8px 20px; }
  .container__typeB__wrapper__innerContainer--item--read { margin-top: 8px; }
  .container__typeB__wrapper__innerContainer ul { display: flex; margin-top: 20px; }
  .container__typeB__wrapper__innerContainer ul li:first-child { width: 120px; }
  .container__typeB__wrapper__innerContainer ul li:last-child { width: 320px; margin-left: 20px; }
  .container__typeB__wrapper__innerContainer--anchor { margin-top: 12px; }
  .container__typeB__wrapper__innerContainer--anchor a { color: #B6820C; color: #B6820C; display: flex; justify-content: flex-end; align-items: center; }
  .container__typeB__wrapper__innerContainer--anchor a::after { content: ""; display: inline-block; margin-left: 8px; width: 13px; height: 11px; background-image: url(../image/icon/icn_recruit.svg); background-position: center center; background-repeat: no-repeat; }
  .container__typeC__wrapper {
    background-size: 55%;
    background-position: left top;
    margin-bottom: 20px;
    min-height: 300px;
    position: relative;
  }
  .container__typeC__wrapper--title {
    font-size: 1.8rem;
    position: absolute;
    width: 40%;
    right: 0;
  }
  .container__typeC__wrapper--title .--subtitle {
    font-size: 1.4rem;
  }
  .container__typeC__wrapper--title .--subtitle::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #888;
    margin: 8px auto;
  }
  .container__typeC__wrapper--read {
    background-color: #EFEFEF;
    display: inline-block;
    line-height: 1.8;
    padding: 20px;
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 100px;
  }
  .container__typeC__wrapper--read--title {
    color: #888;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .container__typeC__wrapper--read--list {
    margin-bottom: 5px;
  }
  .container__typeC__wrapper--read--list a {
    color: #B6820C;
    display: block;
    background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
    padding: 16px 20px;
  }
  .container__typeC__wrapper:nth-child(2n+1) {
    background-position: right top;
  }
  .container__typeC__wrapper:nth-child(2n+1) .container__typeC__wrapper--title {
    order: 2;
    right: 0;
    left: 0;
  }
  .container__typeC__wrapper:nth-child(2n+1) .container__typeC__wrapper--read {
    order: 1;
    left: 0;
  }
  .container__typeD {
    margin-top: 40px;
    padding: 0 20px;
  }
  .container__typeD__wrapper {
    width: 100%;
    padding: 30px 0 0;
    background-color: #fff;
  }
  .container__typeD__wrapper__innerblock h2 {
    font-size: 2rem;
    padding: 8px 20px;
    width: 92.5%;
  }
  .container__typeD__wrapper__innerblock p {
    padding: 30px;
  }
  .container__typeD__wrapper__innerblock:nth-child(2n) h2 {
    margin-left: 7.5%;
  }
  .container__typeE__wrapper {
    padding: 0 20px;
  }
  .container__typeE__wrapper__innerContainer {
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 15px 0 0;
    min-height: inherit;
  }
  .container__typeE__wrapper__innerContainer--title {
    font-size: 1.8rem;
    padding: 8px 20px;
  }
  .container__typeE__wrapper__innerContainer--read {
    padding: 30px;
  }
  .container__typeE__wrapper .--twoColumn {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .container__typeE__wrapper .--twoColumn .container__typeE__wrapper__innerContainer:last-child {
    margin-top: 20px;
  }
  .container__typeF {
    width: 100%;
    margin: 40px auto;
    padding: 0 20px;
  }
  .container__typeF__wrapper__innerblock {
    display: flex;
  }
  .container__typeF__wrapper__innerblock h2 {
    font-size: 2rem;
    width: 40%;
    white-space: wrap;
  }
  .container__typeF__wrapper__innerblock h2 .--subTxt {
    display: block;
    color: #2c2c2c;
  }
  .container__typeF__wrapper__innerblock h2 .--subTxt::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #888;
    margin: 8px 0;
  }
  .container__typeF__wrapper__innerblock p {
    width: 60%;
    margin-left: 40px;
    margin-top: 40px;
  }
  /* 20231118 start --add */
  .HistoryPage .container__typeF__wrapper__innerblock {
    display: block;
  }
  .HistoryPage .container__typeF__wrapper__innerblock h2 {
    width: 100%;
  }
  .HistoryPage .hideSP {
    display: none;
  }
  .HistoryPage .container__typeF__wrapper__innerblock p {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
  /* 20231118 end --add */
  .container__typeG__title p {
    padding: 20px;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
  }
  .container__typeG__wrapper__innerblock {
    display: flex;
    padding-left: 20px;
  }
  .container__typeG__wrapper__innerblock--year {
    display: flex;
    line-height: 1;
    position: relative;
  }
  .container__typeG__wrapper__innerblock--year span {
    font-size: 2.8rem;
    margin-top: 20px;
  }
  .container__typeG__wrapper__innerblock--year::before {
    font-size: 1.2rem;
    margin-right: 12px;
    margin-top: 30px;
  }
  .container__typeG__wrapper__innerblock--year::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ccc;
    position: absolute;
    left: 6px;
  }
  .container__typeG__wrapper__innerblock__txt {
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 68%;
  }
  .container__typeG__wrapper__innerblock__txt--title {
    font-size: 1.8rem;
    background-color: #EFEFEF;
    color: #2E5DA3;
    display: inline-block;
    padding: 0 40px 12px 0;
  }
  .container__typeG__wrapper__innerblock__txt--read {
    background-color: #EFEFEF;
    display: inline-block;
    padding: 0 0 16px;
  }
  .container__typeH {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    margin-top: 180px;
  }
  .container__typeH__wrapper {
    background-color: #fff;
    position: relative;
    min-height: 460px;
  }
  .container__typeH__wrapper--title {
    font-size: 2rem;
    color: #2E5DA3;
    background-color: #EFEFEF;
    display: inline-block;
    padding: 8px 20px;
  }
  .container__typeH__wrapper--read {
    display: block;
    padding: 20px;
    width: 100%;
    line-height: 2.5;
  }
  .container__typeI {
    background-color: #E8E8E8;
    margin-top: 40px;
    padding: 40px 0;
  }
  .container__typeI__wrapper {
    width: 100%;
  }
  .container__typeI__wrapper--title {
    font-size: 2rem;
    display: inline-block;
    padding: 8px 20px;
  }
  .container__typeI__wrapper--read {
    display: block;
    padding: 20px;
    background-color: #E8E8E8;
    width: 100%;
  }
  .container__typeJ {
    margin-top: 40px;
  }
  .container__typeJ__wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .container__typeJ__wrapper__innerContainer {
    width: 100%;
    margin: 0 0 20px;
    background-color: #fff;
    min-height: inherit;
  }
  .container__typeJ__wrapper__innerContainer--title {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
  .container__typeJ__wrapper__innerContainer--read {
    padding: 20px;
  }
  .container__typeJ__wrapper__innerContainer--read img {
    margin-bottom: 50px;
  }
  .container__typeJ__wrapper__innerContainer--list {
    display: flex;
    flex-direction: column;
  }
  .container__typeJ__wrapper__innerContainer--list dt {
    padding: 0 0 0 20px;
    width: 100%;
    display: block;
  }
  .container__typeJ__wrapper__innerContainer--list dd {
    padding: 0 0 0 20px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
  }
  .container__typeJ__wrapper__innerContainer--list:nth-child(2) {
    padding-top: 20px;
  }
  .container__typeJ__wrapper__innerContainer--list:last-child {
    padding-bottom: 20px;
  }
  .container__typeJ__wrapper .--twoColumn {
    width: 1080px;
    margin: 60px auto 0;
    display: flex;
  }
  .container__typeK__wrapper {
    background-size: 60%;
    margin-bottom: 40px;
    min-height: inherit;
    flex-direction: column;
  }
  .container__typeK__wrapper__innerContainerMAP {
    order: 2;
    width: 100%;
  }
  .container__typeK__wrapper__innerContainerMAP iframe {
    width: 100%;
    height: 300px;
  }
  .container__typeK__wrapper__innerContainerTxt {
    order: 1;
    padding-right: 0;
  }
  .container__typeK__wrapper__innerContainerTxt--title {
    font-size: 2rem;
    margin-top: 0;
  }
  .container__typeK__wrapper__innerContainerTxt--title .--subtitle {
    font-size: 1.6rem;
    color: #888;
    display: block;
  }
  .container__typeK__wrapper__innerContainerTxt--title .--subtitle::before {
    width: 20px;
    margin: 8px auto;
  }
  .container__typeK__wrapper__innerContainerTxt--read {
    background-color: #EFEFEF;
    display: block;
    line-height: 1.8;
    padding: 20px;
  }
  .container__typeK__wrapper__innerContainerTxt--read span {
    display: block;
  }
  .container__typeK__wrapper__innerContainerTxt--read--title {
    color: #888;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .container__typeK__wrapper__innerContainerTxt--read--list {
    margin-bottom: 5px;
  }
  .container__typeK__wrapper__innerContainerTxt--read--list a {
    color: #B6820C;
    display: block;
    background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
    padding: 16px 20px;
  }
  .container__typeK__wrapper:nth-child(2n+1) .container__typeK__wrapper__innerContainerMAP {
    order: 2;
    right: 0;
    left: 100px;
  }
  .container__typeK__wrapper:nth-child(2n+1) .container__typeK__wrapper__innerContainerTxt {
    order: 1;
    left: 100px;
  }
  .container__typeL {
    margin-top: 40px;
  }
  .container__typeL__wrapper {
    min-height: 798px;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .container__typeL__wrapper--title {
    font-size: 2rem;
    padding: 8px 20px;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 0;
  }
  .container__typeL__wrapper__container {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .container__typeL__wrapper__container__ul {
    margin-top: 60px;
  }
  .container__typeL__wrapper__container__ul li {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .container__typeL__wrapper__container__ul li::after {
    font-size: 1.2rem;
  }
  .container__typeL__wrapper__container__ul li:nth-child(2) {
    margin-left: 6px;
  }
  .container__typeL__wrapper__container__ul li:nth-child(3) {
    margin-left: 12px;
  }
  .container__typeL__wrapper__container__ul li:nth-child(4) {
    margin-left: 18px;
  }
  .container__typeL__wrapper__container__ul li:nth-child(5) {
    margin-left: 24px;
  }
  .container__typeL__wrapper__container__ul li:nth-child(6) {
    margin-left: 36px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .container__typeL__wrapper__container__ul li:nth-child(6)::after {
    content: "";
  }
  .container__typeL__wrapper__container__line {
    color: #fff;
    text-align: right;
    margin-top: 16px;
  }
  .container__typeM__wrapper {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .container__typeM__wrapper--back {
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .container__typeM__wrapper--back a {
    font-size: 1.4rem;
    background-image: url("../image/icon/icn_arror_right.svg");
    background-position: right center;
    background-repeat: no-repeat;
    color: #B6820C;
    padding-right: 40px;
  }
  .container__typeM .--12x {
    width: 100%;
  }
  .container__typeN__header {
    width: 100%;
    margin: 40px auto 20px;
    padding: 0 20px;
  }
  .container__typeN__header__title {
    font-size: 2.2rem;
    color: #2c2c2c;
  }
  .container__typeN__header__title::before {
    content: "";
    width: 20px;
    margin-bottom: 8px;
  }
  .container__typeN__wrapper {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .container__typeN__wrapper__innerContainer {
    background-color: #fff;
    position: relative;
    padding: 60px 40px 20px;
    margin-bottom: 5px;
  }
  .container__typeN__wrapper__innerContainer--num {
    font-size: 1.8rem;
    width: 48px;
    padding: 4px 0;
  }
  .container__typeN__wrapper__innerContainer--dl {
    display: flex;
    flex-direction: column;
  }
  .container__typeN__wrapper__innerContainer--dl dt {
    font-weight: 800;
    width: 100%;
    margin-bottom: 8px;
  }
  .container__typeN__wrapper__innerContainer--dl dd {
    margin-left: 0;
    width: 100%;
  }
  .container__typeN__wrapper__innerContainer--dl dd span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .container__typeN__wrapper__innerLine {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .container__typeO__wrapper {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .container__typeO__wrapper__line {
    flex-direction: column;
  }
  .container__typeO__wrapper__line--list {
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 5px;
  }
  .container__typeO__wrapper__line--list--title {
    font-size: 1.6rem;
    font-weight: 800;
  }
  .container__typeO__wrapper__line--list--sub {
    font-size: 1.2rem;
  }
  .container__typeO__wrapper__line--list--subper {
    font-size: 2rem;
    margin-top: 20px;
  }
  .container__typeO__wrapper__line--list--subper::after {
    content: "%";
    font-size: 1.2rem;
  }
  .container__typeP__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .container__typeP__wrapper__innerContainerHeader {
    padding-left: 20px;
  }
  .container__typeP__wrapper__innerContainerHeader--title {
    font-size: 2rem;
  }
  .container__typeP__wrapper__innerContainerHeader--title .--subtitle {
    font-size: 1.6rem;
    color: #888;
    display: block;
  }
  .container__typeP__wrapper__innerContainerHeader--title .--subtitle::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    border-bottom: 1px solid #888;
    margin: 8px auto;
  }
  .container__typeP__wrapper__innerContainerHeader--read {
    background-color: #EFEFEF;
    display: block;
    line-height: 1.8;
    padding: 100px 0 0 60px;
  }
  .container__typeP__wrapper__innerContainerHeader--read span {
    display: block;
  }
  .container__typeP__wrapper__innerContainerHeader--read--title {
    color: #888;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .container__typeP__wrapper__innerContainerHeader--read--list {
    margin-bottom: 5px;
  }
  .container__typeP__wrapper__innerContainerHeader--read--list a {
    color: #B6820C;
    display: block;
    background: #fff url("../image/icon/icn_down.svg") no-repeat right 20px center;
    padding: 16px 20px;
  }
  .container__typeP__wrapper__innerContainerMain {
    /* width: 70%; */
  }
  .container__typeP__wrapper__innerContainerMain h4 {
    font-size: 2rem;
    color: #2E5DA3;
    background-color: #EFEFEF;
    display: inline-block;
    margin-top: 40px;
    min-width: auto;
    padding: 12px 20px;
  }
  .container__typeP__wrapper__innerContainerMain h5 {
    font-size: 1.8rem;
    padding: 8px 20px 8px 0;
    left: -20px;
  }
  .container__typeP__wrapper__innerContainerMain h5 .require {
    font-size: 1rem;
    color: #fff;
    padding: 3px 8px;
    top: -2px;
    margin-right: 8px;
  }
  .container__typeP__wrapper__innerContainerMain p {
    padding: 20px 0 20px 20px;
    width: calc(100% - 20px);
  }
  .container__typeP__wrapper__innerContainerMain ul {
    padding: 20px 20px 20px 40px;
    width: auto;
  }
  .container__typeP__wrapper__innerContainerMain ul li {
    list-style-type: disc;
    margin-bottom: 16px;
    width: auto;
  }
  .container__typeP__wrapper__innerContainerMain p.container__typeP__wrapper__innerContainerMain--flist {
    padding: 30px;
  }
  .container__typeP__wrapper__innerContainerMain p.container__typeP__wrapper__innerContainerMain--flist span {
    list-style-type: none;
  }
  .container__typeP__wrapper__innerContainerMain p.container__typeP__wrapper__innerContainerMain--flist span label {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .container__typeQ__wrapper {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
  }
  .container__typeQ__wrapper__ul__li {
    border-bottom: 1px dotted #ccc;
  }
  .container__typeQ__wrapper__ul__li:first-child {
    border-top: 1px dotted #ccc;
  }
  .container__typeQ__wrapper__ul__li__anchor {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-image: url("../image/icon/icn_arror_right.svg");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 20px 0;
  }
  .container__typeQ__wrapper__ul__li__anchor--date {
    font-size: 1.2rem;
    color: #888;
  }
  .container__typeQ__wrapper__ul__li__anchor--category {
    font-size: 1rem;
    color: #fff;
    display: inline-block;
    background-color: #888;
    margin-left: 10px;
    min-width: 80px;
    padding: 2px 12px;
    text-align: center;
  }
  .container__typeQ__wrapper__ul__li__anchor--txt {
    margin-left: 0;
    margin-top: 10px;
    padding-right: 40px;
  }
  .container__typeQ__pageNavi ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .container__typeQ__pageNavi ul li {
    margin-right: 5px;
  }
  .container__typeQ__pageNavi ul li a {
    font-size: 1.2rem;
    padding: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .container__typeQ__pageNavi ul li .--current {
    background-color: #DBDBDB;
    color: #888;
  }
  .container__typeQ__pageNavi ul li:last-child {
    margin-right: 0;
  }
  .container__typeR {
    margin-top: 40px;
  }
  .container__typeR__wrapper {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .container__typeR__wrapper__title {
    font-size: 2rem;
    color: #2E5DA3;
  }
  .container__typeR__wrapper__read {
    padding-left: 60px;
  }
  .container__typeBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .container__typeBtn a {
    background-position: right 8px center;
    padding: 12px 0;
    width: 100%;
    font-size: 1.2rem;
  }
  /*----------▼▼ table ▼▼----------*/
  .--table {
    width: calc(100% - 20px);
    margin: 40px auto 0;
    padding: 0 20px 0 0;
    overflow: scroll;
  }
  .--table table {
    width: 1200px;
  }
  .--table table tr th {
    background-color: #2E5DA3;
    border: 1px solid #EFEFEF;
    color: #fff;
    padding: 16px 20px;
    vertical-align: middle;
  }
  .--table table tr td {
    background-color: #fff;
    border: 1px solid #EFEFEF;
    padding: 16px 20px;
    vertical-align: middle;
    width: 33.3%;
  }
  .--table table tr td span {
    color: #2E5DA3;
    font-weight: 800;
  }
  .--table table tr .onlineTitle {
    background-color: #EFEFEF;
    font-weight: 800;
    text-align: center;
    padding: 16px 0;
  }

  /* slider */
  .container__wrapper__mainArea__ul {
    position: relative;
    z-index: -1;
    min-height: 190px;
  }

  .container__wrapper__mainArea__ul .slider {
    margin: 0 auto;
    width: 100%;
    max-width: 280px !important;
    position: absolute;
  }

  .container__wrapper__mainArea__ul .slick-img img {
    height: auto;
    width: 100%;
  }

  .container__wrapper__mainArea__ul .slick-prev.slick-arrow {
    display: none;
  }

  .container__wrapper__mainArea__ul .slick-next.slick-arrow {
    display: none;
  }

  .container__wrapper__mainArea__ul .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .container__wrapper__mainArea__ul .slick-dots {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    bottom: 20px;
  }

  .container__wrapper__mainArea__ul .slick-dots li {
    width: 20px;
    height: 4px;
  }

  .container__wrapper__mainArea__ul .slick-dots li button {
    width: 20px;
    height: 4px;
  }

  .container__wrapper__mainArea__ul .slick-dots li button:before {
    content: "";
    border-bottom: 4px solid #fff;
    width: 20px;
    height: 4px;
  }
}
/*----------▲▲ table ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.TopPage .container__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.TopPage .container__wrapper__catchArea {
  box-sizing: border-box;
  width: 376px;
  padding: 24px 18px 0 42px;
}
.TopPage .container__wrapper__catchArea--subcatch {
  margin-top: 100px;
  font-size: 18px;
  font-weight: 800;
  line-height: 2.2;
  color: #2E5DA3;
}
.TopPage .container__wrapper__catchArea--subcatch::before {
  content: "";
  display: block;
  width: 99px;
  height: 1px;
  border-bottom: 1px solid #2E5DA3;
  margin-bottom: 100px;
}
.TopPage .container__wrapper__mainArea {
  position: relative;
  flex: 1;
}
.TopPage .container__wrapper__mainArea__sub {
  position: absolute;
  background-color: #EFEFEF;
  color: #2E5DA3;
  font-size: 6rem;
  line-height: 1.3;
  padding: 32px 50px 16px 0;
}
.TopPage .container__wrapper__mainArea__sub span {
  font-weight: 800;
  font-size: 6rem;
}
.TopPage .container__wrapper__mainArea__news {
  background-color: #EFEFEF;
  position: absolute;
  bottom: 30px;
  left: -334px;
}
.TopPage .container__wrapper__mainArea__news__wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 20px 10px 0;
  background: url("../image/icon/icn_arror_right.svg") right 20px center no-repeat;
}
.TopPage .container__wrapper__mainArea__news__wrapper span {
  display: block;
  font-size: 1.4rem;
}
.TopPage .container__wrapper__mainArea__news__wrapper--date {
  color: #888;
  margin-right: 30px;
}
.TopPage .container__wrapper__mainArea__news__wrapper { padding: 10px 40px 10px 0; }
/* .TopPage .container__wrapper__mainArea__news__wrapper::after {
  content: "";
  background-image: url("../image/icon/icn_arror_right.svg");
  display: block;
  width: 24px;
  height: 7px;
  margin-left: 20px;
} */
.TopPage .container__wrapper__mainArea__ul--list img {
  width: 100%;
}
.TopPage .container__result {
  margin-top: 42px;
}
.TopPage .container__result__wrapper {
  background-image: url("../image/page/top/pht_top_006.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px;
  margin-left: 100px;
}
.TopPage .container__result__wrapper__container {
  display: flex;
  justify-content: right;
  padding-right: 60px;
}
.TopPage .container__result__wrapper__container__ul li {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
}
.TopPage .container__result__wrapper__container__ul li::after {
  content: "様";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 10px;
}
.TopPage .container__result__wrapper__container__ul li:nth-child(2) {
  margin-left: 30px;
}
.TopPage .container__result__wrapper__container__ul li:nth-child(3) {
  margin-left: 60px;
}
.TopPage .container__result__wrapper__container__ul li:nth-child(4) {
  margin-left: 90px;
  margin-bottom: 0;
}
.TopPage .container__result__wrapper__container__line {
  color: #fff;
  text-align: right;
  margin-top: 16px;
}
.TopPage .container__partner {
  margin-top: 100px;
}
.TopPage .container__partner__wrapper {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 120px;
  margin-left: 100px;
}
.TopPage .container__partner__wrapper__ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TopPage .container__partner__wrapper__ul li {
  margin-right: 120px;
}
.TopPage .container__partner__wrapper__ul li:last-child {
  margin-right: 0;
  width: 200px;
  height: auto;
}
.TopPage .container__menu {
  margin-top: 120px;
}
.TopPage .container__menu__wrapper__ul {
  display: flex;
  justify-content: space-between;
}
.TopPage .container__menu__wrapper__ul--list {
  width: 50%;
}
.TopPage .container__menu__wrapper__ul--list--anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 340px;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.TopPage .container__menu__wrapper__ul--list--anchor span {
  display: block;
}
.TopPage .container__menu__wrapper__ul--list--anchor--eng {
  font-size: 8rem;
  font-weight: 100;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}
.TopPage .container__menu__wrapper__ul--list--anchor--jp {
  font-size: 2.2rem;
}
.TopPage .container__menu__wrapper__ul--list:first-child a {
  background-image: url("../image/general/pht_partner.png");
}
.TopPage .container__menu__wrapper__ul--list:last-child a {
  background-image: url("../image/general/pht_company.png");
}
.TopPage .container__recruit {
  margin-top: 100px;
}

/* SP */
@media screen and (max-width: 767px) {
  .TopPage .container__wrapper__catchArea {
    box-sizing: border-box;
    width: 40%;
    padding: 20px;
  }
  .TopPage .container__wrapper__catchArea--subcatch {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .TopPage .container__wrapper__catchArea--subcatch::before {
    width: 100%;
    margin-bottom: 20px;
  }
  .TopPage .container__wrapper__mainArea {
    position: relative;
    flex: 1;
  }
  .TopPage .container__wrapper__mainArea__sub {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 10px;
  }
  .TopPage .container__wrapper__mainArea__sub span {
    font-size: 1.4rem;
  }
  .TopPage .container__wrapper__mainArea__news {
    position: absolute;
    bottom: -40px;
    left: -58%;
    width: 152%;
  }
  .TopPage .container__wrapper__mainArea__news__wrapper {
    padding: 0;
  }
  .TopPage .container__wrapper__mainArea__news__wrapper span {
    font-size: 1rem;
    max-width: 70%;
  }
  .TopPage .container__wrapper__mainArea__news__wrapper--date {
    margin-right: 10px;
  }
  .TopPage .container__wrapper__mainArea__news__wrapper::after {
    background-size: cover;
    width: 12px;
    height: 4px;
    margin-left: 10px;
  }
  .TopPage .container__result {
    margin-top: 42px;
  }
  .TopPage .container__result__wrapper {
    background-image: url("../image/page/top/pht_top_006.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px;
    margin-left: 100px;
  }
  .TopPage .container__result__wrapper__container {
    display: flex;
    justify-content: right;
    padding-right: 60px;
  }
  .TopPage .container__result__wrapper__container__ul li {
    margin-bottom: 16px;
  }
  .TopPage .container__result__wrapper__container__ul li a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
  }
  .TopPage .container__result__wrapper__container__ul li a::after {
    content: "様";
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: 10px;
  }
  .TopPage .container__result__wrapper__container__ul li:nth-child(2) {
    margin-left: 30px;
  }
  .TopPage .container__result__wrapper__container__ul li:nth-child(3) {
    margin-left: 60px;
  }
  .TopPage .container__result__wrapper__container__ul li:nth-child(4) {
    margin-left: 90px;
    margin-bottom: 0;
  }
  .TopPage .container__result__wrapper__container__line {
    color: #fff;
    text-align: right;
    margin-top: 16px;
  }
  .TopPage .container__partner {
    margin-top: 100px;
  }
  .TopPage .container__partner__wrapper {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 120px;
    margin-left: 100px;
  }
  .TopPage .container__partner__wrapper__ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .TopPage .container__partner__wrapper__ul li {
    margin-right: 0;
    flex-basis: 28%;
  }
  .TopPage .container__partner__wrapper__ul li:last-child {
    margin-right: 0;
  }
  .TopPage .container__menu {
    margin-top: 120px;
  }
  .TopPage .container__menu__wrapper__ul {
    display: flex;
    justify-content: space-between;
  }
  .TopPage .container__menu__wrapper__ul--list {
    width: 50%;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 340px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor span {
    display: block;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor--eng {
    font-size: 8rem;
    font-weight: 100;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  }
  .TopPage .container__menu__wrapper__ul--list--anchor--jp {
    font-size: 2.2rem;
  }
  .TopPage .container__menu__wrapper__ul--list:first-child a {
    background-image: url("../image/general/pht_partner.png");
  }
  .TopPage .container__menu__wrapper__ul--list:last-child a {
    background-image: url("../image/general/pht_company.png");
  }
  .TopPage .container__recruit {
    margin-top: 100px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .TopPage .container__result {
    margin-top: 180px;
  }
  .TopPage .container__result__wrapper {
    padding: 20px;
    margin-left: 0;
  }
  .TopPage .container__result__wrapper__container {
    padding-right: 0;
    display: block;
  }
  .TopPage .container__result__wrapper__container__ul:last-child {
    margin-top: 8px;
  }
  .TopPage .container__result__wrapper__container__ul li {
    margin-bottom: 8px;
  }
  .TopPage .container__result__wrapper__container__ul li a {
    font-size: 1.2rem;
    font-weight: 800;
  }
  .TopPage .container__result__wrapper__container__ul li a::after {
    content: "様";
    font-size: 1rem;
    margin-left: 4px;
  }
  .TopPage .container__result__wrapper__container__ul li:nth-child(2) {
    margin-left: 12px;
  }
  .TopPage .container__result__wrapper__container__ul li:nth-child(3) {
    margin-left: 24px;
  }
  .TopPage .container__result__wrapper__container__ul li:nth-child(4) {
    margin-left: 36px;
    margin-bottom: 0;
  }
  .TopPage .container__result__wrapper__container__line {
    color: #fff;
    text-align: right;
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .TopPage .container__partner {
    margin-top: 40px;
  }
  .TopPage .container__partner__wrapper {
    padding: 20px;
    margin-left: 0;
  }
  .TopPage .container__partner__wrapper__ul li {
    /* margin-right: 30px; */
  }
  .TopPage .container__partner__wrapper__ul li:last-child {
    margin-right: 0;
  }
  .TopPage .container__partner__wrapper__ul li:nth-child(n+4) {
    margin-top: 16px;
  }
  .TopPage .container__menu {
    margin-top: 120px;
  }
  .TopPage .container__menu__wrapper__ul {
    display: block;
  }
  .TopPage .container__menu__wrapper__ul--list {
    width: 100%;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor {
    height: 180px;
    color: #fff;
    background-size: cover;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor span {
    display: block;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor--eng {
    font-size: 4rem;
  }
  .TopPage .container__menu__wrapper__ul--list--anchor--jp {
    font-size: 1.4rem;
  }
  .TopPage .container__recruit {
    margin-top: 40px;
  }
}
/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.ServicePage .innerMainArea__wrapper::after {
  background-image: url("../image/page/service/pht_main.png");
}
.ServicePage .container__contact {
  margin-top: 180px;
}
.ServicePage .container__typeB {
  margin-top: 100px;
}
.ServicePage .container__typeB__wrapper:nth-child(2) {
  background-image: url("../image/page/service/pht_service_01.png");
  margin-top: 0;
}
.ServicePage .container__typeB__wrapper:nth-child(4) {
  background-image: url("../image/page/service/pht_service_02.png");
}
.ServicePage .container__typeB__wrapper:nth-child(6) {
  background-image: url("../image/page/service/pht_service_03.png");
}
.ServicePage .container__typeB__wrapper:nth-child(8) {
  background-image: url("../image/page/service/pht_service_04.png");
}
.ServicePage .container__typeB__wrapper:nth-child(10) {
  background-image: url("../image/page/service/pht_service_05.png");
}

/* SP */
@media screen and (max-width: 767px) {
  .ServicePage .container__contact {
    margin-top: 40px;
  }
  .ServicePage .container__typeB {
    margin-top: 40px;
  }
}
/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
/* top &amp; general */
.CompanyPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main01.png");
}
.CompanyPage .container__typeA__ul li {
  background-size: cover;
}
.CompanyPage .container__typeA__ul--list:first-child {
  background-image: url("../image/page/company/pht_main02.png");
}
.CompanyPage .container__typeA__ul--list:nth-child(2) {
  background-image: url("../image/page/company/pht_main03.png");
}
.CompanyPage .container__typeA__ul--list:nth-child(3) {
  background-image: url("../image/page/company/pht_main04.png");
}
.CompanyPage .container__typeA__ul--list:nth-child(4) {
  background-image: url("../image/page/company/pht_main05.png");
}
.CompanyPage .container__typeA__ul--list:nth-child(5) {
  background-image: url("../image/page/company/pht_main06.png");
}

/* greeting */
.GreetingPage .container__header {
  margin: 90px 100px 60px;
}
.GreetingPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main02.png");
}
.GreetingPage .container__typeC__wrapper__innerblock--label {
  display: block;
  text-align: center;
  margin: 30px auto 10px;
  font-size: 1.4rem;
  color: #7E7E7E;
}
.GreetingPage .container__typeC .container__typeC__wrapper:nth-child(2) {
  background-image: url("../image/page/company/pht_sub01.png");
}
.GreetingPage .container__typeC .container__typeC__wrapper:nth-child(3) {
  background-image: url("../image/page/company/pht_sub02.png");
}

/* history */
.HistoryPage .container__header {
  margin: 90px 100px 60px;
}
.HistoryPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main03.png");
}
.HistoryPage .--bg1 {
  background-image: url("../image/page/company/img_history01.png");
  min-height: 358px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.HistoryPage .--bg2 {
  background-image: url("../image/page/company/img_history02.png");
  min-height: 251px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.HistoryPage .--bg3 {
  background-image: url("../image/page/company/img_history03.png");
  min-height: 397px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.HistoryPage .--bg4 {
  background-image: url("../image/page/company/img_history04.png");
  min-height: 214px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 0;
}
.HistoryPage .--edit::after {
  top: 72px;
}
.HistoryPage .--blank {
  width: 100%;
}
.HistoryPage .--withBg {
  width: 290px;
}

/* efforts */
.EffortsPage .container__header {
  margin: 90px 100px 60px;
}
.EffortsPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main04.png");
}
.EffortsPage .container__typeB__wrapper:first-child {
  background-image: url("../image/page/service/pht_service_01.png");
  margin-top: 100px;
}
.EffortsPage .container__typeB__wrapper:nth-child(2) {
  background-image: url("../image/page/service/pht_service_02.png");
}
.EffortsPage .container__typeB__wrapper:nth-child(3) {
  background-image: url("../image/page/service/pht_service_03.png");
}
.EffortsPage .container__typeB__wrapper:nth-child(4) {
  background-image: url("../image/page/service/pht_service_04.png");
}
.EffortsPage .container__typeB__wrapper:nth-child(5) {
  background-image: url("../image/page/service/pht_service_05.png");
}
.EffortsPage .container__typeB__wrapper--read .--innerWrapper {
  background-color: #fff;
  display: flex;
  padding: 30px;
}
.EffortsPage .container__typeB__wrapper--read .--innerWrapper .--innerWrapper--right {
  width: 140px;
  margin-left: 40px;
}
.EffortsPage .container__typeB__wrapper .widX {
  width: 1100px;
}
.EffortsPage .container__typeH__wrapper {
  background-image: url("../image/page/company/efforts01.svg");
  background-repeat: no-repeat;
  background-position: right 60px center;
}
.EffortsPage .--Column2n .container__typeB__wrapper--title {
  order: 2;
  right: 0;
}
.EffortsPage .--Column2n .container__typeB__wrapper--read {
  order: 1;
  left: 0;
  padding: 60px 80px 0 7.2%;
  width: 780px;
}
.EffortsPage .container__typeB__wrapper.--bg1 {
  background-image: url("../image/page/company/pht_sub06.png");
}
.EffortsPage .container__typeB__wrapper.--bg2 {
  background-image: url("../image/page/company/pht_sub07.png");
}
.EffortsPage .container__contact {
  margin-top: 200px;
}

/* efforts */
.DetailPage .container__header {
  margin: 90px 100px 60px;
}
.DetailPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main05.png");
}
.DetailPage .container__typeJ__wrapper__innerContainer--title {
  margin-top: 30px;
}

/* client */
.ClientPage .container__header {
  margin: 90px 100px 60px;
}
.ClientPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main06.png");
}
.ClientPage .container__typeJ__wrapper__innerContainer--title {
  margin-top: 30px;
}
.ClientPage .container__typeB__wrapper.--bg1 {
  background-image: url("../image/page/company/pht_sub08.png");
  background-size: 50%;
  background-position: left top;
  min-height: 428px;
  margin-top: 100px;
  margin-bottom: 0;
}
.ClientPage .container__typeB__wrapper.--bg2 {
  background-image: url("../image/page/company/pht_sub09.png");
  background-size: cover;
  background-position: center center;
  min-height: 500px;
  margin-top: 100px;
}
.ClientPage .container__typeB__wrapper.--bg3 {
  background-image: url("../image/page/company/pht_sub10.png");
}
.ClientPage .--bg1 .container__typeB__wrapper--read {
  bottom: 80px;
}
.ClientPage .--bg2 .container__typeB__wrapper--read {
  bottom: 80px;
  background-color: inherit;
  padding: 0;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 180px;
}
.ClientPage .--bg2 .container__typeB__wrapper--read img {
  margin: inherit;
}
.ClientPage .--bg1 .container__typeB__wrapper--title {
  right: 200px;
  top: 30px;
  z-index: 2;
}
.ClientPage .container__typeL__wrapper {
  background-image: url("../image/page/company/pht_sub10.png");
}

/* disclosure */
.DisclosurePage .container__header {
  margin: 90px 100px 60px;
}
.DisclosurePage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main07.png");
}
.DisclosurePage .--hidden {
  visibility: hidden;
}

/* business */
.BusinessPage .container__header {
  margin: 90px 100px 60px;
}
.BusinessPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/company/pht_main08.png");
}
.BusinessPage .container__typeJ__wrapper__innerContainer--title {
  margin-top: 30px;
}
.BusinessPage .container__typeB__wrapper.--bg1 {
  background-image: url("../image/page/company/pht_sub11.png");
  background-size: 50%;
  background-position: left top;
  min-height: 428px;
  margin-top: 100px;
  margin-bottom: 0;
}
.BusinessPage .--bg1 .container__typeB__wrapper--read {
  bottom: 80px;
}
.BusinessPage .--bg1 .container__typeB__wrapper--title {
  right: 200px;
  top: 30px;
}
.BusinessPage .--12x {
  width: 1200px;
  margin-top: 60px;
}
.BusinessPage .container__typeB__wrapper {
  margin-top: 100px;
}
.BusinessPage .--Column2n .container__typeB__wrapper {
  background-image: url("../image/page/company/pht_sub12.png");
  background-position: right center;
  background-size: 60%;
}
.BusinessPage .--Column2n .container__typeB__wrapper--title {
  min-height: 100px;
  margin-left: 70px;
}
.BusinessPage .--Column2n .container__typeB__wrapper--read {
  left: 20px;
  top: 100px;
  bottom: inherit;
  min-height: 500px;
}

/* SP */
@media screen and (max-width: 767px) {
  /*----------▼▼ container ▼▼----------*/
  /* top &amp; general */
  /* greeting */
  .GreetingPage .container__header {
    margin: 40px 20px 20px;
  }
  /* history */
  .HistoryPage .container__header {
    margin: 90px 100px 60px;
  }
  .HistoryPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/company/pht_main03.png");
  }
  .HistoryPage .--bg1 {
    background-image: url("../image/page/company/img_history01.png");
    min-height: 358px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .HistoryPage .--bg2 {
    background-image: url("../image/page/company/img_history02.png");
    min-height: 251px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .HistoryPage .--bg3 {
    background-image: url("../image/page/company/img_history03.png");
    min-height: 254px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .HistoryPage .--bg4 {
    background-image: url("../image/page/company/img_history04.png");
    min-height: 214px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 0;
  }
  .HistoryPage .--edit::after {
    top: 40px;
  }
  .HistoryPage .--blank {
    width: 100%;
  }
  .HistoryPage .--withBg {
    width: 100%;
  }
  /* efforts */
  .EffortsPage .container__header {
    margin: 90px 100px 60px;
  }
  .EffortsPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/company/pht_main04.png");
  }
  .EffortsPage .container__typeB__wrapper:first-child {
    background-image: url("../image/page/service/pht_service_01.png");
    margin-top: 40px;
  }
  .EffortsPage .container__typeB__wrapper:nth-child(2) {
    background-image: url("../image/page/service/pht_service_02.png");
  }
  .EffortsPage .container__typeB__wrapper:nth-child(3) {
    background-image: url("../image/page/service/pht_service_03.png");
  }
  .EffortsPage .container__typeB__wrapper:nth-child(4) {
    background-image: url("../image/page/service/pht_service_04.png");
  }
  .EffortsPage .container__typeB__wrapper:nth-child(5) {
    background-image: url("../image/page/service/pht_service_05.png");
  }
  .EffortsPage .container__typeB__wrapper--read .--innerWrapper {
    background-color: #fff;
    display: flex;
    padding: 30px;
  }
  .EffortsPage .container__typeB__wrapper--read .--innerWrapper .--innerWrapper--right {
    width: 300px;
    margin-left: 20px;
  }
  .EffortsPage .container__typeB__wrapper .widX {
    width: calc(100% - 20px);
  }
  .EffortsPage .container__typeH__wrapper {
    background-position: center bottom 20px;
    background-size: 90%;
  }
  .EffortsPage .--Column2n .container__typeB__wrapper--title {
    order: 2;
    right: 0;
  }
  .EffortsPage .--Column2n .container__typeB__wrapper--read {
    order: 1;
    left: 0;
    padding: 20px;
    width: calc(100% - 20px);
  }
  .EffortsPage .container__typeB__wrapper.--bg1 {
    background-image: url("../image/page/company/pht_sub06.png");
  }
  .EffortsPage .container__typeB__wrapper.--bg2 {
    background-image: url("../image/page/company/pht_sub07.png");
  }
  .EffortsPage .container__contact {
    margin-top: 200px;
  }
  /* efforts */
  .DetailPage .container__header {
    margin: 40px 20px 0;
  }
  .DetailPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/company/pht_main05.png");
  }
  .DetailPage .container__typeJ__wrapper__innerContainer--title {
    margin-top: 30px;
  }
  /* client */
  .ClientPage .container__header {
    margin: 90px 100px 60px;
  }
  .ClientPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/company/pht_main06.png");
  }
  .ClientPage .container__typeJ__wrapper__innerContainer--title {
    margin-top: 30px;
  }
  .ClientPage .container__typeB__wrapper.--bg1 {
    background-image: url("../image/page/company/pht_sub08.png");
    background-size: 50%;
    background-position: left top;
    background-size: 80%;
    min-height: inherit;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .ClientPage .container__typeB__wrapper.--bg2 {
    background-image: url("../image/page/company/pht_sub09.png");
    background-size: cover;
    background-position: center center;
    min-height: 320px;
    margin: 80px 0 0;
  }
  .ClientPage .container__typeB__wrapper.--bg3 {
    background-image: url("../image/page/company/pht_sub10.png");
  }
  .ClientPage .--bg1 .container__typeB__wrapper--read {
    bottom: 80px;
  }
  .ClientPage .--bg2 .container__typeB__wrapper--read {
    bottom: 80px;
    background-color: inherit;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
  }
  .ClientPage .--bg2 .container__typeB__wrapper--read img {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .ClientPage .--bg1 .container__typeB__wrapper--title {
    left: 20%;
    top: 30px;
    width: 80%;
  }
  .ClientPage .container__typeB__wrapper--read {
    top: 30px;
    left: 20%;
    padding: 0 20px 0 0;
    width: calc(80% - 20px);
  }
  .ClientPage .container__typeL__wrapper {
    background-image: url("../image/page/company/pht_sub10.png");
  }
  /* disclosure */
  .DisclosurePage .container__header {
    margin: 20px;
  }
  .DisclosurePage .innerMainArea__wrapper::after {
    background-image: url("../image/page/company/pht_main07.png");
  }
  .DisclosurePage .--hidden {
    visibility: hidden;
  }
  /* business */
  .BusinessPage .container__header {
    margin: 60px 20px 20px;
  }
  .BusinessPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/company/pht_main08.png");
  }
  .BusinessPage .container__typeJ__wrapper__innerContainer--title {
    margin-top: 30px;
  }
  .BusinessPage .container__typeB__wrapper.--bg1 {
    background-image: url("../image/page/company/pht_sub11.png");
    background-size: 60%;
    background-position: left top;
    min-height: 280px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .BusinessPage .--bg1 .container__typeB__wrapper--read {
    bottom: 80px;
  }
  .BusinessPage .--bg1 .container__typeB__wrapper--title {
    right: 0;
    top: 30px;
    margin-left: 30%;
  }
  .BusinessPage .--bg1 .container__typeB__wrapper--read {
    right: 0;
    top: 30px;
  }
  .BusinessPage .--12x {
    width: 100%;
    margin-top: 20px;
  }
  .BusinessPage .container__typeB__wrapper {
    margin-top: 100px;
  }
  .BusinessPage .--Column2n .container__typeB__wrapper {
    background-image: url("../image/page/company/pht_sub12.png");
    background-position: right top;
    background-size: 100%;
    margin-top: 40px;
    min-height: 300px;
    margin-bottom: 200px;
  }
  .BusinessPage .--Column2n .container__typeB__wrapper--title {
    min-height: auto;
    margin-left: 0;
  }
  .BusinessPage .--Column2n .container__typeB__wrapper--read {
    left: 20px;
    top: 160px;
    bottom: inherit;
    min-height: auto;
    width: calc(100% - 40px);
  }
}
/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.PartnerPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/partner/pht_main.png");
}
.PartnerPage .container__typeP {
  margin-top: 40px;
}

/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.NewsPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/news/pht_main.png");
}
.NewsPage .container__typeQ {
  margin-top: 40px;
}

/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.ContactPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/contact/pht_main.png");
}
.ContactPage .container__typeP__wrapper {
  margin-top: 0;
  margin-bottom: 5px;
}
.ContactPage .container__typeP__wrapper__innerContainerMain p {
  padding: 24px 0 60px 60px;
}
.ContactPage ::-moz-placeholder {
  color: #888;
}
.ContactPage ::placeholder {
  color: #888;
}
.ContactPage .--bgno {
  background: none;
}
.ContactPage input[type=radio],
.ContactPage input[type=checkbox] {
  all: revert;
  display: inline-block;
  margin-right: 16px;
}
.ContactPage .sample {
  display: block;
  color: #888;
  font-size: 1.4rem;
  text-align: right;
}
.ContactPage input[type=text],
.ContactPage input[type=email] {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
}
.ContactPage textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  min-height: 240px;
}
.ContactPage .remain {
  background-color: #F5F5F5;
  border-radius: 4px;
  display: block;
  font-size: 1.4rem;
  padding: 20px;
  margin-top: 20px;
}
.ContactPage .remain__read {
  display: block;
}
.ContactPage .remain__input {
  display: block;
  color: #B6820C;
  text-align: center;
  font-size: 2.4rem;
  padding: 30px 0;
}
.ContactPage .privacy {
  background-color: #fff;
  width: 800px;
  height: 200px;
  padding: 40px 0 40px 24px;
  overflow: scroll;
}
.ContactPage .privacy h3 {
  font-size: 1.6rem;
  color: #2E5DA3;
  margin-bottom: 8px;
}
.ContactPage .privacy h4 {
  font-size: 1.4rem;
  color: #2c2c2c;
  padding: 0;
  margin: 0 0 8px;
  font-weight: 700;
  min-width: inherit;
  background: none;
}
.ContactPage .privacy p, .ContactPage .privacy ul, .ContactPage .privacy li {
  font-size: 1.4rem;
  color: #2c2c2c;
  padding: 0;
  margin: 0 0 8px;
}
.ContactPage .privacy ul {
  margin-left: 20px;
}
.ContactPage .privacy h5 {
  font-size: 1.6rem;
  left: 0;
  background: none;
  padding: 0 0 12px;
}
.ContactPage .--nopd {
  padding: 0 0 30px !important;
}
.ContactPage .--line {
  padding: 0 !important;
  text-align: center;
  padding: 60px 0 50px !important;
}
.ContactPage .--submit {
  padding: 0 !important;
  text-align: center;
}
.ContactPage .--submit input {
  background: url(../image/icon/icn_arrow_right_wh.png), linear-gradient(45deg, #B6820C, #EBB844);
  background-position: right 0 center;
  background-repeat: no-repeat;
  color: #fff;
  min-width: 280px;
  min-height: 70px;
  padding-left: 40px;
  text-align: left;
}
.ContactPage .--fsl {
  font-size: 1.6rem !important;
}

/* SP */
@media screen and (max-width: 767px) {
  .ContactPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/contact/pht_main.png");
  }
  .ContactPage .container__typeP__wrapper {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .ContactPage .container__typeP__wrapper__innerContainerMain p {
    padding: 20px 0 30px 30px;
  }
  .ContactPage input[type=radio],
  .ContactPage input[type=checkbox] {
    all: revert;
    display: inline-block;
    margin-right: 16px;
  }
  .ContactPage .sample {
    font-size: 1.2rem;
  }
  .ContactPage input[type=text],
  .ContactPage input[type=email] {
    padding: 8px 12px;
  }
  .ContactPage textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px;
    min-height: 180px;
  }
  .ContactPage .remain {
    background-color: #F5F5F5;
    border-radius: 4px;
    display: block;
    font-size: 1.4rem;
    padding: 20px;
    margin-top: 20px;
  }
  .ContactPage .remain__read {
    display: block;
  }
  .ContactPage .remain__input {
    font-size: 1.8rem;
    padding: 20px 0;
  }
  .ContactPage .privacy {
    background-color: #fff;
    width: calc(100% - 20px);
    height: 200px;
    padding: 30px 0 30px 20px;
    overflow: scroll;
  }
  .ContactPage .privacy h3 {
    font-size: 1.6rem;
    color: #2E5DA3;
    margin-bottom: 8px;
  }
  .ContactPage .privacy h4 {
    font-size: 1.4rem;
    color: #2c2c2c;
    padding: 0;
    margin: 0 0 8px;
    font-weight: 700;
    min-width: inherit;
    background: none;
  }
  .ContactPage .privacy p, .ContactPage .privacy ul, .ContactPage .privacy li {
    font-size: 1.4rem;
    color: #2c2c2c;
    padding: 0;
    margin: 0 0 8px;
  }
  .ContactPage .privacy ul {
    margin-left: 20px;
  }
  .ContactPage .privacy h5 {
    font-size: 1.6rem;
    left: 0;
    background: none;
    padding: 0 0 12px;
  }
  .ContactPage .--nopd {
    padding: 0 0 30px !important;
  }
  .ContactPage .--line {
    padding: 0 !important;
    text-align: center;
    padding: 30px 0 20px !important;
  }
  .ContactPage .--submit {
    padding: 0 !important;
    text-align: center;
  }
  .ContactPage .--submit input {
    background: url(../image/icon/icn_arrow_right_wh.png), linear-gradient(45deg, #B6820C, #EBB844);
    background-position: right 0 center;
    background-repeat: no-repeat;
    color: #fff;
    min-width: 280px;
    min-height: 70px;
    padding-left: 40px;
    text-align: left;
  }
  .ContactPage .--fsl {
    font-size: 1.6rem !important;
  }
}
/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.PrivacyPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/privacy/pht_main.png");
}
.PrivacyPage strong {
  font-weight: 700;
}
.PrivacyPage .container__typeR__wrapper__title {
  margin-bottom: 10px;
}
.PrivacyPage .container__typeR__wrapper__read {
  line-height: 2;
}
.PrivacyPage .container__typeM {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .PrivacyPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/privacy/pht_main.png");
  }
  .PrivacyPage strong {
    font-weight: 700;
  }
  .PrivacyPage .container__typeR__wrapper__title {
    margin-bottom: 10px;
  }
  .PrivacyPage .container__typeR__wrapper__read {
    line-height: 2;
  }
  .PrivacyPage .container__typeM {
    margin-top: 40px;
  }
  .PrivacyPage .mtL {
    margin-top: 20px !important;
  }
}
/*----------▲▲ container ▲▲----------*/
/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▼▼ variable ▼▼----------*/
/*----------▲▲ variable ▲▲----------*/
/*----------▼▼ container ▼▼----------*/
.SecurityPage .innerMainArea__wrapper::after {
  background-image: url("../image/page/security/pht_main.png");
}
.SecurityPage strong {
  font-weight: 700;
}
.SecurityPage .container__typeR__wrapper__title {
  margin-bottom: 30px;
}
.SecurityPage .container__typeR__wrapper__read {
  line-height: 2.5;
}
.SecurityPage .--underTxt {
  width: 880px;
  text-align: right;
  margin: 60px auto 0;
  font-size: 1.4rem;
}
.SecurityPage .container__typeM {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .SecurityPage .innerMainArea__wrapper::after {
    background-image: url("../image/page/security/pht_main.png");
  }
  .SecurityPage strong {
    font-weight: 700;
  }
  .SecurityPage .container__typeR__wrapper__title {
    margin-bottom: 30px;
  }
  .SecurityPage .container__typeR__wrapper__read {
    line-height: 2.5;
  }
  .SecurityPage .--underTxt {
    width: 100%;
    text-align: right;
    margin: 30px auto 0;
    font-size: 1.2rem;
    padding: 0 20px;
  }
  .SecurityPage .container__typeM {
    margin-top: 100px;
  }
  .SecurityPage .mtL {
    margin-top: 20px !important;
  }
}
/*----------▲▲ container ▲▲----------*/
/*----------▲▲ pages ▲▲----------*/
</pre></body></html>